A set of skills for seamlessly enabling Claude Code to interface with a browser using Stagehand (AI browser automation framework).
This plugin includes the following skills (see skills/ for details):
| Skill | Description |
|---|---|
| browser-automation | Browser control using natural language commands (navigate, click, extract data, screenshot) |
| functions | Deploy serverless browser automation to Browserbase cloud using the bb CLI |
On Claude Code, to add the marketplace, simply run:
/plugin marketplace add browserbase/agent-browseThen install the plugin:
/plugin install agent-browse@browserbaseIf you prefer the manual interface:
- On Claude Code, type
/plugin - Select option
3. Add marketplace - Enter the marketplace source:
browserbase/agent-browse - Press enter to select the
agent-browseplugin - Hit enter again to
Install now - Restart Claude Code for changes to take effect
Once installed, just ask Claude to browse:
- "Go to Hacker News, get the top post comments, and summarize them "
- "QA test http://localhost:3000 and fix any bugs you encounter"
- "Order me a pizza, you're already signed in on Doordash"
Claude will handle the rest.
Install Chrome for your platform:
- macOS or Windows: https://www.google.com/chrome/
- Linux:
sudo apt install google-chrome-stable
To refresh cookies from your main Chrome profile:
rm -rf .chrome-profile