From agent-browser
Expert on browser automation with AI agents using Vercel's agent-browser CLI. Use when the user wants to automate browsers, scrape websites, capture screenshots, or build AI-powered web workflows. Triggers on mentions of agent-browser, browser automation, headless browsing, web scraping with AI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-browser:agent-browserThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert at browser automation for AI agents using Vercel's agent-browser CLI.
Expert at browser automation for AI agents using Vercel's agent-browser CLI.
agent-browser is a headless browser automation CLI optimized for AI agents with:
npm install -g agent-browser
agent-browser install
agent-browser open example.com
agent-browser snapshot -i # Get interactive elements with refs
agent-browser click @e2 # Click using ref
agent-browser fill @e3 "text" # Fill input using ref
agent-browser screenshot page.png
agent-browser close
Element references from snapshots provide deterministic selection:
agent-browser snapshot # Shows: button "Submit" [ref=e2]
agent-browser click @e2 # Click using ref
Isolated browser instances with independent state:
agent-browser --session agent1 open site.com
agent-browser --session agent2 open other.com
For detailed information, see the reference documentation:
agent-browser open https://example.com/login
agent-browser snapshot -i
agent-browser fill @e1 "[email protected]"
agent-browser fill @e2 "password"
agent-browser click @e3
agent-browser wait navigation
agent-browser open https://example.com/data
agent-browser snapshot --json > data.json
agent-browser get text ".product-title"
agent-browser screenshot viewport.png
agent-browser screenshot full.png --full
When user runs sync: fetch latest from upstream sources, update docs/ files.
When user runs diff: compare current vs upstream, report changes.
npx claudepluginhub zot24/skills --plugin agent-browserControls a headless browser via Vercel's agent-browser CLI for navigation, form filling, screenshots, and scraping using accessibility refs.
Automates headless browser tasks with Vercel's agent-browser CLI: navigate URLs, snapshot interactive elements with refs (@e1), click/fill/type, scroll, test web pages.
Automates headless browser tasks via Vercel's agent-browser CLI: navigate URLs, snapshot interactive elements with refs, click/fill forms, scrape data using Bash commands.