browser-automation
Installation
SKILL.md
Browser Automation Skill
Use agent-browser for headless Chromium browser automation when you need to:
- Navigate web pages and extract content
- Fill forms and click buttons
- Take screenshots for visual verification
- Execute JavaScript in page context
When to Use Browser vs Other Tools
- WebFetch: Simple GET requests, reading page text. Preferred when sufficient.
- Browser: JavaScript-heavy SPAs, form interactions, screenshots, multi-step flows.
CLI Reference
# Navigate to a URL
agent-browser navigate --url "https://example.com"