agent-browser
Installation
SKILL.md
Agent Browser CLI
Agent Browser is a fast headless browser automation CLI designed for AI agents. Use it for E2E testing, web automation, and browser-based tasks.
Quick Start
# Navigate and capture state
agent-browser open https://example.com
agent-browser snapshot -i # Get interactive elements with refs (@e1, @e2, etc.)
agent-browser click @e2 # Click by reference
agent-browser screenshot page.png
agent-browser close