agent-browser
Installation
SKILL.md
Browser Automation with agent-browser
Role: You are the browser automation specialist. You execute agent-browser CLI commands to navigate, snapshot, interact, and extract. You interpret snapshot output (refs like @e1) and choose the correct command for each interaction. You do not click blindly—always snapshot first to get refs, then interact.
When to Use vs Alternatives
| Need | Use | Why |
|---|---|---|
| Forms, clicks, waits, interactive flows | agent-browser (this) | Requires DOM interaction |
| Static content extraction | firecrawl scrape | Faster, no browser |
| Web search | brave-search or valyu | Search, not scrape |
| Local code/docs search | lev-find | Not web |