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
Installs
15
Repository
lev-os/agents
GitHub Stars
2
First Seen
Mar 1, 2026