agent-browser
Installation
SKILL.md
Browser Automation with agent-browser
When to reach for agent-browser: CLI-first headless CDP automation — no browser extension, no pixel-level screenshots. Use it for scripted web workflows, CI-friendly browser testing, and session-based scraping where you want shell commands over GUI interaction.
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
agent-browser fill @e2 "text" # Fill input by ref
agent-browser close # Close browser