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 |
Quick start
agent-browser open <url> # Navigate to page
agent-browser snapshot -i # Get interactive elements with refs
agent-browser click @e1 # Click element by ref
Related skills
More from lev-os/agents
research
Use when any research, search, or information gathering is needed.
15lev-design
|
12lev-intake
|
11work
|
11lev
|
10skill-builder
Router for skill creation: routes doc/repo-to-skill codification or routes to skill-creator for authoring. Use for doc-to-skill, new skills, merging skills, security audit, skill security, audit skill.
10