| Skill | Added | Review |
|---|---|---|
optimize-agent-prompt skills/optimize-agent-prompt/SKILL.md 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, diagnosing flaky Agent runs, or applying auto-research/autobrowse to the Browserbase Agents API. | 80 80 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
add-webmcp skills/add-webmcp/SKILL.md Analyze 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. Use when the user asks to make a codebase agent-ready, expose website features as WebMCP tools, or add WebMCP directly to an app rather than generating a standalone injection script from a URL. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6811ca3 | |
webmcp-gen skills/webmcp-gen/SKILL.md 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. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
ui-test skills/ui-test/SKILL.md 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 exploratory testing. Supports local browser (localhost) and remote Browserbase (deployed sites). | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
search skills/search/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6811ca3 | |
safe-browser skills/safe-browser/SKILL.md Build 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. Use when the user wants an agent to browse or scrape while staying on approved domains, demo blocked off-domain navigation, or generate a safe browser client. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
functions skills/functions/SKILL.md 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. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6811ca3 | |
fetch skills/fetch/SKILL.md 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 and redirect control. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
event-prospecting skills/event-prospecting/SKILL.md 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 and a one-click DM opener. Use when the user wants to: (1) find leads at a specific conference, (2) prep for an event, (3) research event speakers, (4) build a target list from a sponsor/exhibitor page, (5) scrape conference speakers and rank by ICP fit. Triggers: "find leads at {event}", "research speakers at", "prospect this conference", "stripe sessions leads", "ai engineer summit prospects", "event prospecting", "scrape conference speakers", "who should I meet at". | 76 76 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
cookie-sync skills/cookie-sync/SKILL.md 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. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6811ca3 | |
competitor-analysis skills/competitor-analysis/SKILL.md 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 compiles the results into an HTML report with four views: overview, per-competitor deep dive, side-by-side feature/pricing matrix, and a chronological mentions feed (news, reviews, social, comparison pages, and public benchmarks). Use when the user wants to: (1) analyze competitors, (2) build a competitive matrix, (3) extract competitor pricing / features, (4) find comparison pages and online mentions of competitors, (5) surface public benchmarks. Triggers: "competitor analysis", "analyze competitors", "competitive intel", "competitor research", "competitor pricing", "feature comparison", "price comparison", "find comparisons", "who's comparing us", "competitor mentions", "competitor benchmarks". | 73 73 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6811ca3 | |
company-research skills/company-research/SKILL.md 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 (quick/deep/deeper) for balancing scale vs intelligence. Use when the user wants to: (1) find companies to sell to, (2) research potential customers, (3) discover companies matching an ICP, (4) build a target company list, (5) do market research on prospects. Triggers: "find companies to sell to", "company research", "find prospects", "ICP research", "target companies", "who should we sell to", "market research", "lead research", "prospect list". | 73 73 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 6811ca3 | |
browser skills/browser/SKILL.md 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 browsers, automatic CAPTCHA solving, and residential proxies — ideal for protected websites and JavaScript-heavy pages. | 74 74 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
browser-use-to-stagehand skills/browser-use-to-stagehand/SKILL.md 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 automation onto Browserbase with more determinism. Triggers on "browser-use", "browser_use", or "Agent(task=...)". | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
browser-trace skills/browser-trace/SKILL.md 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 summaries back into an agent loop so its next iteration learns from the last one. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
browser-to-api skills/browser-to-api/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
autobrowse skills/autobrowse/SKILL.md 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 specific website tasks. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6811ca3 | |
agent-experience skills/agent-experience/SKILL.md 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 each agent's trace — tool calls, retries, wall time, errors — and scores on Setup Friction, Speed, Efficiency, Error Recovery, and Doc Quality, then emits an HTML report with an A–F grade and concrete fixes. Use when the user asks to audit agent experience, test a skill, audit docs for agents, check if a SDK is agent-friendly, validate a SKILL.md, measure agent DX, or benchmark how painful onboarding is for an AI agent. Triggers: 'audit agent experience', 'test this skill', 'audit docs for agents', 'is my SDK agent-friendly', 'run a DX audit', 'agent experience test', 'test my docs', 'how do agents do with my product'. | 71 71 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: 6811ca3 |