Browserbase Skills
by @browserbase · plugin · 17 skills
Browserbase Skills from browserbase/skills.
Install the whole plugin (CLI)
npx skillmds add browserbase/fetch
npx skillmds add browserbase/search
npx skillmds add browserbase/browser
npx skillmds add browserbase/ui-test
npx skillmds add browserbase/autobrowse
npx skillmds add browserbase/functions
npx skillmds add browserbase/webmcp-gen
npx skillmds add browserbase/cookie-sync
npx skillmds add browserbase/safe-browser
npx skillmds add browserbase/browser-trace
npx skillmds add browserbase/browser-to-api
npx skillmds add browserbase/agent-experience
npx skillmds add browserbase/company-research
npx skillmds add browserbase/browserbase-cli
npx skillmds add browserbase/competitor-analysis
npx skillmds add browserbase/event-prospecting
npx skillmds add browserbase/browser-use-to-stagehandSkills in this plugin
- ▌ fetch · browserbase bundleRetrieve HTML or JSON from static pages, inspect status codes and headers, follow redirects, or get page source for simple scraping without a full browser session. Supports proxies and redirect control.
- ▌ search · browserbase bundleSearch the web and return structured results with titles, URLs, authors, and dates — no browser session required.
- ▌ browser · browserbase bundleAutomate web browser interactions using natural language via CLI commands. Supports local and remote Browserbase sessions with CAPTCHA solving, residential proxies, and session persistence.
- ▌ ui-test · browserbase bundleRuns adversarial UI tests in a real browser using the browse CLI, analyzing git diffs to test only changed areas or exploring the full app to find bugs in functionality, accessibility, responsive layout, and UX.
- ▌ autobrowse · browserbase bundleBuilds reliable browser automation skills through iterative experimentation, running an inner agent to browse sites and improving navigation instructions until tasks pass consistently.
- ▌ functions · browserbase bundleDeploy serverless browser automation as cloud functions using Browserbase. Run browser automation on a schedule, create webhook endpoints, or run automation in the cloud instead of locally.
- ▌ webmcp-gen · browserbase bundleCreate, compile, and validate site-specific WebMCP init scripts from a target URL and desired tool capability.
- ▌ cookie-sync · browserbase bundleExports cookies from a local Chrome browser and saves them into a Browserbase persistent context, enabling authenticated browsing sessions via the browse CLI.
- ▌ safe-browser · browserbase bundleBuild a local browser agent that enforces a domain allowlist via CDP Fetch interception, using a safe_browser tool that owns the Playwright session and blocks off-domain requests.
- ▌ browser-trace · browserbase bundleCapture a full DevTools-protocol trace of any browser automation, bisect the stream into per-page searchable buckets, and attach a trace to an in-progress session for debugging.
- ▌ browser-to-api · browserbase bundleGenerate an OpenAPI 3.1 specification from a browser-trace capture by analyzing observed HTTP traffic, templating URLs, and inferring JSON schemas from request/response samples.
- ▌ agent-experience · browserbase bundleRun multiple AI agents against a product, SDK, or docs site to score setup friction, speed, efficiency, error recovery, and doc quality from a minimal prompt.
- ▌ company-research · browserbase bundleDiscovers and researches companies matching an ideal customer profile, using Browserbase Search API and a Plan→Research→Synthesize pattern to produce scored reports and CSV exports.
- ▌ browserbase-cli · browserbase bundleManage Browserbase platform resources, Functions, and API workflows through the `browse` CLI.
- ▌ competitor-analysis · browserbase bundleDiscovers competitors via search API, deeply researches each with a multi-lane pattern, and compiles an HTML report with overview, per-competitor deep dives, feature/pricing matrix, and mentions feed.
- ▌ event-prospecting · browserbase bundleTakes a conference or event speakers URL, extracts the people, filters their companies against the user's ICP, and deep-researches only the speakers at ICP-fit companies. Outputs a person-first HTML report with a 'why reach out' rationale per person.
- ▌ browser-use-to-stagehand · browserbase bundleConvert browser-use (Python) browser-automation scripts to Stagehand v3 (TypeScript) on Browserbase, replacing opaque agent loops with deterministic pipelines where possible.