browserbase

32 mods across 5 repositories, 31k stars between them.

stagehand AGENTS.md

01

browserbase/stagehand

Instructions file CodexOpenCode

Instructions for browserbase/stagehand: Only a human may request changes to this file. Keep additions rare and limited to durable, repository-wide rules. -->.

24k yesterday A 160 tokens original MIT

stagehand

02

browserbase/stagehand

MCP server Claude CodeCodexCursor +2

MCP server "stagehand" as configured in browserbase/stagehand. Runs ../core/dist/facade/stdio-server.mjs with node.

24k yesterday A tokens not measured original MIT

stagehand-facade

03

browserbase/stagehand

Skill Claude CodeCodex

Browse, navigate, inspect, screenshot, and automate websites with the exact fx tools mcpstagehandrun, mcpstagehandsnapshot, and mcpstagehandscreenshot.

24k yesterday A 42 tokens original MIT

skills

04

browserbase/skills

Plugin Claude Code

Plugin marketplace listing 5 plugins: browse, functions, browser-trace, safe-browser, webmcp-gen.

3.7k 4d ago A tokens not measured

agent-experience

05

browserbase/skills

Skill Claude CodeCodex

Audit the developer experience of a product, SDK, docs site, or SKILL.md by dropping multiple Claude subagents at it with only a tiny task prompt and real tools (WebFetch, Bash, Write). Agents must discover the docs themselves, install deps, ask for credentials if needed, and attempt real execution. The skill captures…

3.7k 4d ago B 217 tokens

autobrowse

06

browserbase/skills

Skill Claude CodeCodex

Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for…

3.7k 4d ago B 69 tokens

browser-to-api

07

browserbase/skills

Skill Claude CodeCodex

Turn a website's observable HTTP traffic into a best-effort OpenAPI 3.1 spec by analyzing a browser-trace capture. Use when the user wants to discover/extract API endpoints from a browser session, build an OpenAPI doc from network traffic, or document a third-party site's XHR/fetch surface for client integration.

3.7k 4d ago A 73 tokens

browser-trace

08

browserbase/skills

Skill Claude CodeCodex

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page…

3.7k 4d ago A 88 tokens

browserbase/skills

Skill Claude CodeCodex

Migrate browser-use (Python) browser-automation scripts to Stagehand v3 (TypeScript) on Browserbase. Use when the user wants to convert, port, rewrite, or migrate a browser-use Agent script to Stagehand, map browser-use features/APIs to Stagehand primitives (act/extract/observe/agent), or move agentic browser…

3.7k 4d ago A 104 tokens

browser

10

browserbase/skills

Skill Claude CodeCodex

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Supports remote Browserbase sessions with Browserbase Identity, Verified…

3.7k 4d ago A 78 tokens

company-research

11

browserbase/skills

Skill Claude CodeCodex

Company discovery and deep research skill. Researches a company's product and ICP, discovers target companies to sell to using Browserbase Search API, deeply researches each using a Plan→Research→Synthesize pattern, and scores ICP fit — compiled into a scored research report and CSV. Supports depth modes…

3.7k 4d ago B 176 tokens

competitor-analysis

12

browserbase/skills

Skill Claude CodeCodex

Competitor research and intelligence skill. Takes a user's company (with optional seed competitor URLs), auto-discovers additional competitors via Browserbase Search API, deeply researches each using a 4-lane pattern (marketing surface, external signal, public benchmarks, strategic diff vs the user's company), and…

3.7k 4d ago D 218 tokens

cookie-sync

13

browserbase/skills

Skill Claude CodeCodex

Sync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites. Use when the user wants to browse as themselves, sync cookies, or log into sites via Browserbase.

3.7k 4d ago A 44 tokens

event-prospecting

14

browserbase/skills

Skill Claude CodeCodex

Event prospecting skill. Takes a conference / event speakers URL, extracts the people, filters their companies against the user's ICP, then deep-researches only the speakers at ICP-fit companies. Outputs a person-first HTML report where each card answers "why should the AE talk to this person?" with all public links…

3.7k 4d ago A 187 tokens

fetch

15

browserbase/skills

Skill Claude CodeCodex

Use this skill when the user wants to retrieve a URL without a full browser session: fetch HTML or JSON from static pages, inspect status codes or headers, follow redirects, or get page source for simple scraping. Prefer it over a browser when JavaScript rendering and page interaction are not needed. Supports proxies…

3.7k 4d ago A 66 tokens

functions

16

browserbase/skills

Skill Claude CodeCodex

Deploy serverless browser automation as cloud functions using Browserbase. Use when the user wants to deploy browser automation to run on a schedule or cron, create a webhook endpoint for browser tasks, run automation in the cloud instead of locally, or asks about Browserbase Functions.

3.7k 4d ago A 55 tokens

browserbase/skills

Skill Claude CodeCodex

Builds and improves Browserbase Agent API demos through an Autobrowse-style outer loop: run a fixed task, collect Agent messages and session logs, score the result, revise one system-prompt heuristic, and confirm convergence. Use when creating a Browserbase Agents demo or POC, optimizing an Agent system prompt…

3.7k 4d ago A 88 tokens

safe-browser

18

browserbase/skills

Skill Claude CodeCodex

Build local constrained-browser agents with a safebrowser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude Agent SDK agent complete browsing tasks without raw browser, shell, or CDP access. Use when the user wants an agent to browse or scrape while staying on approved…

3.7k 4d ago A 80 tokens

search

19

browserbase/skills

Skill Claude CodeCodex

Use this skill when the user wants to search the web without a full browser session: find URLs, titles, and metadata for a query. Prefer it over a browser when you just need search results, not page content. Returns structured results with titles, URLs, authors, and dates.

3.7k 4d ago A 59 tokens

ui-test

20

browserbase/skills

Skill Claude CodeCodex

AI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional correctness, accessibility, responsive layout, and UX heuristics. Use when the user asks to test UI changes, QA a pull request, audit accessibility, or run…

3.7k 4d ago A 87 tokens

webmcp-gen

21

browserbase/skills

Skill Claude CodeCodex

Create, compile, and validate site-specific WebMCP init scripts from a target URL and desired tool capability. Use when the user wants to author WebMCP tools for a website, produce a webmcp.init.js artifact, or test WebMCP registration and invocation through Stagehand.

3.7k 4d ago A 63 tokens

browserbase/mcp-server-browserbase

MCP server Claude CodeCodexCursor +2

Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i… Remote server at server.smithery.ai.

3.4k 1mo ago A tokens not measured original Apache-2.0 archived

browserbase/mcp-server-browserbase

MCP server Claude CodeCodexCursor +2

Lets the agent run a cloud browser on Browserbase for navigating and extracting web pages. Runs locally from the @browserbasehq/mcp-server-browserbase npm package. Needs 3 environment variables to run.

3.4k 1mo ago A tokens not measured original Apache-2.0 archived