browser-automation
Installation
SKILL.md
Browser Automation
Control a real Chrome browser through MCP tools. The browser launches automatically on first use via a background daemon -- no API keys required for local mode.
Available Tools
| Tool | Purpose |
|---|---|
browser_navigate |
Go to a URL (auto-starts browser daemon) |
browser_snapshot |
Get accessibility tree with element refs |
browser_click |
Click an element by ref (e.g., @0-5) |
browser_type |
Type text (goes to focused element) |
browser_fill |
Fill an input field by ref |
browser_press |
Press a key (Enter, Tab, Escape, Cmd+A, etc.) |
browser_select |
Pick a dropdown option by ref |
browser_screenshot |
Capture the current page |
browser_scroll |
Scroll at coordinates |
browser_hover |
Hover at coordinates |
browser_drag |
Drag from one point to another |
Related skills