Browser automation and Browserbase CLI skills
npx claudepluginhub browserbase/skillsUse the Browserbase CLI (`bb`) for Browserbase Functions and platform API workflows. Use when the user asks to run `bb`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, or open the Browserbase dashboard from the command line.
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
A set of skills for enabling Claude Code to work with Browserbase through browser automation and the official bb CLI.
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 |
| site-debugger | Diagnose and fix failing browser automations — analyzes bot detection, selectors, timing, auth, and captchas, then generates a tested site playbook |
| bb-usage | Show Browserbase usage stats, session analytics, and cost forecasts in a terminal dashboard |
| cookie-sync | Sync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites |
| fetch | Fetch HTML or JSON from static pages without a browser session — inspect status codes, headers, follow redirects |
| search | Search the web and return structured results (titles, URLs, metadata) without a browser session |
| ui-test | AI-powered adversarial UI testing — analyzes git diffs to test changes, or explores the full app to find bugs |
To install the skill to popular coding agents:
$ npx skills add browserbase/skills
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:
/plugin3. Add marketplacebrowserbase/skillsbrowse pluginInstall nowOnce installed, you can ask Claude to browse or use the Browserbase CLI:
bb to list my Browserbase projects and show the output as JSON"bb functions init and explain the next commands"Claude will handle the rest.
For local and localhost work, browse env local now starts a clean isolated browser by default. Use browse env local --auto-connect when the agent should reuse your existing local Chrome session, cookies, or login state.
Install Chrome for your platform:
sudo apt install google-chrome-stableTo refresh cookies from your main Chrome profile:
rm -rf .chrome-profile