agent-browser

Installation
SKILL.md

Browser Automation with agent-browser

The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser, brew install agent-browser, or cargo install agent-browser. Run agent-browser install to download Chrome. Update with agent-browser upgrade.

When to Defer

Use chrome-devtools-mcp instead when the request is specifically about:

  • a live logged-in Chrome session the user already has open
  • the currently selected element in Chrome DevTools
  • Chrome console, network, Lighthouse, performance, or memory investigation

AI Chat Mode

Natural language browser control — useful for quick one-off tasks:

Installs
3
GitHub Stars
1
First Seen
Mar 13, 2026
agent-browser — chandima/opencode-config