Stats
Actions
Tags
From browser-for-ai
Best practices for browser automation with Playwright MCP tools. Auto-activates when browser tools are used.
How this skill is triggered — by the user, by Claude, or both
Slash command
/browser-for-ai:browser-tipsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When using the browser MCP tools (`mcp__plugin_browser-for-ai_browser__*`), follow these guidelines for reliable automation:
When using the browser MCP tools (mcp__plugin_browser-for-ai_browser__*), follow these guidelines for reliable automation:
browser_snapshot before interacting with a page. It gives you the accessibility tree with element roles, names, and structure.browser_click with the element's text label. Most reliable.aria-label or role attributes when visible text isn't unique.[data-testid="..."] > #id > .class > tag hierarchy.After every significant action:
browser_wait)browser_console_messages or browser_network_requestsbrowser_network_requests for failed requests. Try browser_navigate again./browser-login first.browser_snapshot to read email content — it's structured with ARIA rolesnpx claudepluginhub s860164/browser-for-ai --plugin browser-for-aiCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.