
browserbase
browserbase / add-webmcp
3.7kAnalyze an existing web application, identify safe user-visible capabilities across routes, forms, server actions, handlers, and schemas, then implement first-party WebMCP tools and validate discovery and invocation with Stagehand
browserbase / agent-experience
3.7kAudit 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).
browserbase / autobrowse
3.7kSelf-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
browserbase / browser-trace
3.7kCapture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets
browserbase / company-research
3.7kCompany 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.
browserbase / competitor-analysis
3.7kCompetitor 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'…
browserbase / event-prospecting
3.7kEvent 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.
browserbase / fetch
3.7kUse 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.
browserbase / optimize-agent-prompt
3.7kBuilds 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
browserbase / safe-browser
3.7kBuild local constrained-browser agents with a safe_browser 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
browserbase / search
3.7kUse 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.
browserbase / ui-test
3.7kAI-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
browserbase / browser
3.7kAutomate web browser interactions using natural language via CLI commands
browserbase / browser-to-api
3.7kTurn a website's observable HTTP traffic into a best-effort OpenAPI 3.1 spec by analyzing a `browser-trace` capture
browserbase / browser-use-to-stagehand
3.7kMigrate browser-use (Python) browser-automation scripts to Stagehand v3 (TypeScript) on Browserbase
browserbase / cookie-sync
3.7kSync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites
browserbase / functions
3.7kDeploy serverless browser automation as cloud functions using Browserbase
browserbase / webmcp-gen
3.7kCreate, compile, and validate site-specific WebMCP init scripts from a target URL and desired tool capability