Skip to content

browserbase/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browserbase Skills

A set of skills for enabling Claude Code to work with Browserbase through browser automation and the official bb CLI.

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
browserbase-cli Use the official bb CLI for Browserbase Functions and platform API workflows including sessions, projects, contexts, extensions, fetch, and dashboard
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/skills

Then install the plugin:

/plugin install 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/skills
  4. Press enter to select the browse plugin
  5. Hit enter again to Install now
  6. Restart Claude Code for changes to take effect

Usage

Once installed, you can ask Claude to browse or use the Browserbase CLI:

  • "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"
  • "Use bb to list my Browserbase projects and show the output as JSON"
  • "Initialize a new Browserbase Function with bb functions init and explain the next commands"

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

About

Claude Agent SDK with a web browsing tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages