Give Claude native browser automation intelligence.
In Claude Code:
/plugin marketplace add Brainrot-Creations/claude-plugins
/plugin install agent-browser@brainrot-creations
/reload-plugins
Then install the CLI:
npm install -g agent-browser
agent-browser installDone. Talk to Claude naturally:
- "Open my app and take a screenshot of the dashboard"
- "Fill out the signup form on this page"
- "Scrape the pricing table from this website"
Agent Browser is a fast native browser automation CLI built on Chrome DevTools Protocol. Claude uses it to navigate pages, interact with elements, capture screenshots, extract data, and automate any browser task — all through your local Chrome instance.
Every browser session runs in the background via a persistent daemon, so chained commands are fast and reliable.
agent-browsernot found — Runnpm install -g agent-browserthenagent-browser install- Chrome not launching — Run
agent-browser installto download Chrome for Testing - Session conflicts — Use named sessions:
agent-browser --session myapp open <url>
This repo is a fork of vercel-labs/agent-browser. The Claude plugin definition (skills, commands) lives in claude-plugins.