From browser-for-ai
Perform any browser task — navigate, click, type, screenshot, scroll. Uses Playwright to control a real browser with persistent login sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/browser-for-ai:browserThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You MUST use the `mcp__plugin_browser-for-ai_browser__*` tools (NOT computer-use, NOT Claude in Chrome).
You MUST use the mcp__plugin_browser-for-ai_browser__* tools (NOT computer-use, NOT Claude in Chrome).
Given the user's task description or URL:
browser_navigate to go to the target URLbrowser_take_screenshot to show the user what's on screenbrowser_click, browser_type, browser_press_key, etc.mcp__plugin_browser-for-ai_browser__browser_navigate — Go to a URLbrowser_navigate_back — Go backbrowser_click — Click an element by text or CSS selectorbrowser_type — Type text into a focused elementbrowser_select_option — Select from a dropdownbrowser_hover — Hover over an elementbrowser_press_key — Press keyboard keysbrowser_fill_form — Fill form fieldsbrowser_mouse_click_xy — Click at specific x,y coordinatesbrowser_take_screenshot — Capture the page as an image (SHOW THIS TO THE USER)browser_snapshot — Get accessibility tree (text-based, good for finding elements)browser_console_messages — Read browser consolebrowser_network_requests — See network activitybrowser_tabs — List open tabsbrowser_snapshot to understand page structure before clickingnpx 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.