A Claude Code skill wrapper for agent-browser, enabling the agent to browse the web, interact with pages, and extract data using a headless browser.
# Clone this repo and run install
curl -fsSL https://raw.githubusercontent.com/BowTiedSwan/agent-browser-skill/main/install.sh | bashOnce installed, simply ask Claude:
"Go to google.com and search for 'Claude Code'" "Take a screenshot of news.ycombinator.com" "Check the pricing on vercel.com"
This skill wraps the agent-browser CLI tool. It allows Claude to:
- Open URLs in a headless Chromium instance.
- Snapshot the page to get an accessibility tree with unique references (
@e1,@e2). - Interact with elements using these references (click, fill, hover).
- Original Tool: agent-browser by Vercel and Chris Tate.
- Skill Wrapper: Bowtiedswan.