Skip to content

Brainrot-Creations/agent-browser

 
 

Repository files navigation

Agent Browser

Give Claude native browser automation intelligence.

Claude Code Plugin MIT License


Install

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 install

Done. 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"

How it works

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.


Troubleshooting

  • agent-browser not found — Run npm install -g agent-browser then agent-browser install
  • Chrome not launching — Run agent-browser install to download Chrome for Testing
  • Session conflicts — Use named sessions: agent-browser --session myapp open <url>

For Developers

This repo is a fork of vercel-labs/agent-browser. The Claude plugin definition (skills, commands) lives in claude-plugins.


MIT License · contact@brainrotcreations.com

Packages

 
 
 

Contributors

Languages

  • Rust 84.4%
  • TypeScript 12.6%
  • Shell 1.2%
  • Other 1.8%