Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.05 KB

File metadata and controls

71 lines (48 loc) · 2.05 KB

Browserbase Skills

A set of skills for seamlessly enabling Claude Code to interface with a browser using Stagehand (AI browser automation framework).

Skills

This plugin includes the following skills (see skills/ for details):

Skill Description
browser Automate web browser interactions via CLI commands — supports remote Browserbase sessions with anti-bot stealth, CAPTCHA solving, and residential proxies
functions Deploy serverless browser automation to Browserbase cloud using the bb CLI

Installation

To install the skill to popular coding agents:

$ npx skills add browserbase/skills

Claude Code

On Claude Code, to add the marketplace, simply run:

/plugin marketplace add browserbase/agent-browse

Then install the plugin:

/plugin install agent-browse@browserbase

If you prefer the manual interface:

  1. On Claude Code, type /plugin
  2. Select option 3. Add marketplace
  3. Enter the marketplace source: browserbase/agent-browse
  4. Press enter to select the agent-browse plugin
  5. Hit enter again to Install now
  6. Restart Claude Code for changes to take effect

Usage

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.

Troubleshooting

Chrome not found

Install Chrome for your platform:

Profile refresh

To refresh cookies from your main Chrome profile:

rm -rf .chrome-profile

Resources