[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-browserbase-stagehand-facade":3,"mdc-o75ell-key":42,"related-org-browserbase-stagehand-facade":158,"related-repo-browserbase-stagehand-facade":336},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":37,"sourceUrl":40,"mdContent":41},"stagehand-facade","automate web browsing and inspection","Browse, navigate, inspect, screenshot, and automate websites with the exact fx tools mcp_stagehand_run, mcp_stagehand_snapshot, and mcp_stagehand_screenshot.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"browserbase","Browserbase","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fbrowserbase.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Web Scraping","web-scraping","tag",{"name":17,"slug":18,"type":15},"Screenshots","screenshots",{"name":20,"slug":21,"type":15},"Testing","testing",{"name":23,"slug":24,"type":15},"Browser Automation","browser-automation",23676,"https:\u002F\u002Fgithub.com\u002Fbrowserbase\u002Fstagehand","2026-08-22T03:57:35.657778",null,1631,[31,32,33,34,35,36],"agents","ai","llms","playwright","puppeteer","selenium",{"repoUrl":26,"stars":25,"forks":29,"topics":38,"description":39},[31,32,33,34,35,36],"The SDK For Browser Agents","https:\u002F\u002Fgithub.com\u002Fbrowserbase\u002Fstagehand\u002Ftree\u002FHEAD\u002Fpackages\u002Fintegrations\u002Ffx\u002Fskills\u002Fstagehand-facade","---\nname: stagehand-facade\ndescription: Browse, navigate, inspect, screenshot, and automate websites with the exact fx tools mcp_stagehand_run, mcp_stagehand_snapshot, and mcp_stagehand_screenshot.\n---\n\nIn fx, the tools are registered as `mcp_stagehand_run`, `mcp_stagehand_snapshot`, and\n`mcp_stagehand_screenshot`. Select them with `mcp_select_tool` using those exact names before\ncalling them; `mcp_search_tools` may return no results for this server, so do not rely on it.\nNever invent another Stagehand tool name. There is no separate `stagehand_navigate`,\n`mcp_stagehand_navigate`, or start tool.\n\nYou control one persistent browser through exactly three tools:\n\n- snapshot: inspect the active page and hydrate bracketed element IDs.\n- run: browse or navigate with JavaScript (for example, `await page.goto(url)`) or provide\n  snapshot actions using the Playwright-shaped page API. The first call initializes the browser.\n- screenshot: inspect the rendered page visually. Prefer viewport JPEG with\n  `{\"type\":\"jpeg\",\"quality\":40,\"fullPage\":false}`; inline full-page PNGs may exceed fx's\n  MCP response-frame limit.\n\nUse snapshot actions for simple interactions and run code for multi-step workflows. Pass run exactly one of code or actions; every action uses \"op\" and \"id\", never \"kind\" or \"ref\". Snapshot IDs are valid only for the latest snapshot of the active page; snapshot again after navigation or stale IDs. Do not launch another browser.\n",{"data":43,"body":44},{"name":4,"description":6},{"type":45,"children":46},"root",[47,112,117,153],{"type":48,"tag":49,"props":50,"children":51},"element","p",{},[52,55,62,64,70,72,78,80,86,88,94,96,102,104,110],{"type":53,"value":54},"text","In fx, the tools are registered as ",{"type":48,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":53,"value":61},"mcp_stagehand_run",{"type":53,"value":63},", ",{"type":48,"tag":56,"props":65,"children":67},{"className":66},[],[68],{"type":53,"value":69},"mcp_stagehand_snapshot",{"type":53,"value":71},", and\n",{"type":48,"tag":56,"props":73,"children":75},{"className":74},[],[76],{"type":53,"value":77},"mcp_stagehand_screenshot",{"type":53,"value":79},". Select them with ",{"type":48,"tag":56,"props":81,"children":83},{"className":82},[],[84],{"type":53,"value":85},"mcp_select_tool",{"type":53,"value":87}," using those exact names before\ncalling them; ",{"type":48,"tag":56,"props":89,"children":91},{"className":90},[],[92],{"type":53,"value":93},"mcp_search_tools",{"type":53,"value":95}," may return no results for this server, so do not rely on it.\nNever invent another Stagehand tool name. There is no separate ",{"type":48,"tag":56,"props":97,"children":99},{"className":98},[],[100],{"type":53,"value":101},"stagehand_navigate",{"type":53,"value":103},",\n",{"type":48,"tag":56,"props":105,"children":107},{"className":106},[],[108],{"type":53,"value":109},"mcp_stagehand_navigate",{"type":53,"value":111},", or start tool.",{"type":48,"tag":49,"props":113,"children":114},{},[115],{"type":53,"value":116},"You control one persistent browser through exactly three tools:",{"type":48,"tag":118,"props":119,"children":120},"ul",{},[121,127,140],{"type":48,"tag":122,"props":123,"children":124},"li",{},[125],{"type":53,"value":126},"snapshot: inspect the active page and hydrate bracketed element IDs.",{"type":48,"tag":122,"props":128,"children":129},{},[130,132,138],{"type":53,"value":131},"run: browse or navigate with JavaScript (for example, ",{"type":48,"tag":56,"props":133,"children":135},{"className":134},[],[136],{"type":53,"value":137},"await page.goto(url)",{"type":53,"value":139},") or provide\nsnapshot actions using the Playwright-shaped page API. The first call initializes the browser.",{"type":48,"tag":122,"props":141,"children":142},{},[143,145,151],{"type":53,"value":144},"screenshot: inspect the rendered page visually. Prefer viewport JPEG with\n",{"type":48,"tag":56,"props":146,"children":148},{"className":147},[],[149],{"type":53,"value":150},"{\"type\":\"jpeg\",\"quality\":40,\"fullPage\":false}",{"type":53,"value":152},"; inline full-page PNGs may exceed fx's\nMCP response-frame limit.",{"type":48,"tag":49,"props":154,"children":155},{},[156],{"type":53,"value":157},"Use snapshot actions for simple interactions and run code for multi-step workflows. Pass run exactly one of code or actions; every action uses \"op\" and \"id\", never \"kind\" or \"ref\". Snapshot IDs are valid only for the latest snapshot of the active page; snapshot again after navigation or stale IDs. Do not launch another browser.",{"items":159,"total":335},[160,167,191,204,216,234,249,267,287,301,313,326],{"slug":4,"name":4,"fn":5,"description":6,"org":161,"tags":162,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[163,164,165,166],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"slug":168,"name":168,"fn":169,"description":170,"org":171,"tags":172,"stars":188,"repoUrl":189,"updatedAt":190},"agent-experience","audit developer experience with AI agents","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'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[173,175,178,179,182,185],{"name":174,"slug":31,"type":15},"Agents",{"name":176,"slug":177,"type":15},"Audit","audit",{"name":9,"slug":8,"type":15},{"name":180,"slug":181,"type":15},"Engineering","engineering",{"name":183,"slug":184,"type":15},"Multi-Agent","multi-agent",{"name":186,"slug":187,"type":15},"QA","qa",3649,"https:\u002F\u002Fgithub.com\u002Fbrowserbase\u002Fskills","2026-05-29T06:58:56.259807",{"slug":192,"name":192,"fn":193,"description":194,"org":195,"tags":196,"stars":188,"repoUrl":189,"updatedAt":203},"autobrowse","run self-improving browser automation","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[197,198,201,202],{"name":174,"slug":31,"type":15},{"name":199,"slug":200,"type":15},"Automation","automation",{"name":23,"slug":24,"type":15},{"name":9,"slug":8,"type":15},"2026-04-23T05:00:30.528336",{"slug":205,"name":205,"fn":206,"description":207,"org":208,"tags":209,"stars":188,"repoUrl":189,"updatedAt":215},"browser","automate browser interactions via CLI","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[210,211,212],{"name":23,"slug":24,"type":15},{"name":9,"slug":8,"type":15},{"name":213,"slug":214,"type":15},"CLI","cli","2026-04-06T18:06:22.005051",{"slug":217,"name":217,"fn":218,"description":219,"org":220,"tags":221,"stars":188,"repoUrl":189,"updatedAt":233},"browser-to-api","generate OpenAPI specs from browser traffic","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\u002Fextract API endpoints from a browser session, build an OpenAPI doc from network traffic, or document a third-party site's XHR\u002Ffetch surface for client integration.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[222,225,226,227,230],{"name":223,"slug":224,"type":15},"API Development","api-development",{"name":23,"slug":24,"type":15},{"name":9,"slug":8,"type":15},{"name":228,"slug":229,"type":15},"HTTP","http",{"name":231,"slug":232,"type":15},"OpenAPI","openapi","2026-05-14T06:07:27.298495",{"slug":235,"name":235,"fn":236,"description":237,"org":238,"tags":239,"stars":188,"repoUrl":189,"updatedAt":248},"browser-trace","capture and debug browser automation traces","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\u002Fconsole\u002FDOM 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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[240,241,242,245],{"name":23,"slug":24,"type":15},{"name":9,"slug":8,"type":15},{"name":243,"slug":244,"type":15},"Debugging","debugging",{"name":246,"slug":247,"type":15},"Observability","observability","2026-04-28T05:41:33.024656",{"slug":250,"name":250,"fn":251,"description":252,"org":253,"tags":254,"stars":188,"repoUrl":189,"updatedAt":266},"browser-use-to-stagehand","migrate browser-use scripts to Stagehand","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\u002FAPIs to Stagehand primitives (act\u002Fextract\u002Fobserve\u002Fagent), or move agentic browser automation onto Browserbase with more determinism. Triggers on \"browser-use\", \"browser_use\", or \"Agent(task=...)\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[255,256,257,260,263],{"name":23,"slug":24,"type":15},{"name":9,"slug":8,"type":15},{"name":258,"slug":259,"type":15},"Migration","migration",{"name":261,"slug":262,"type":15},"Python","python",{"name":264,"slug":265,"type":15},"TypeScript","typescript","2026-06-26T07:57:47.428249",{"slug":268,"name":268,"fn":269,"description":270,"org":271,"tags":272,"stars":188,"repoUrl":189,"updatedAt":286},"company-research","conduct deep company and product research","Company discovery and deep research skill. Researches a company's product and ICP,\ndiscovers target companies to sell to using Browserbase Search API, deeply researches\neach using a Plan→Research→Synthesize pattern, and scores ICP fit — compiled into\na scored research report and CSV. Supports depth modes (quick\u002Fdeep\u002Fdeeper) for\nbalancing scale vs intelligence.\nUse when the user wants to: (1) find companies to sell to, (2) research potential\ncustomers, (3) discover companies matching an ICP, (4) build a target company list,\n(5) do market research on prospects. Triggers: \"find companies to sell to\",\n\"company research\", \"find prospects\", \"ICP research\", \"target companies\",\n\"who should we sell to\", \"market research\", \"lead research\", \"prospect list\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[273,274,277,280,283],{"name":9,"slug":8,"type":15},{"name":275,"slug":276,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":278,"slug":279,"type":15},"Marketing","marketing",{"name":281,"slug":282,"type":15},"Research","research",{"name":284,"slug":285,"type":15},"Sales","sales","2026-04-27T05:34:56.172569",{"slug":288,"name":288,"fn":289,"description":290,"org":291,"tags":292,"stars":188,"repoUrl":189,"updatedAt":300},"competitor-analysis","analyze competitors across features and pricing","Competitor research and intelligence skill. Takes a user's company (with optional\nseed competitor URLs), auto-discovers additional competitors via Browserbase Search API,\ndeeply researches each using a 4-lane pattern (marketing surface, external signal,\npublic benchmarks, strategic diff vs the user's company), and compiles the results\ninto an HTML report with four views: overview, per-competitor deep dive, side-by-side\nfeature\u002Fpricing matrix, and a chronological mentions feed (news, reviews,\nsocial, comparison pages, and public benchmarks).\nUse when the user wants to: (1) analyze competitors, (2) build a competitive matrix,\n(3) extract competitor pricing \u002F features, (4) find comparison pages and online\nmentions of competitors, (5) surface public benchmarks. Triggers: \"competitor analysis\",\n\"analyze competitors\", \"competitive intel\", \"competitor research\", \"competitor pricing\",\n\"feature comparison\", \"price comparison\", \"find comparisons\", \"who's comparing us\",\n\"competitor mentions\", \"competitor benchmarks\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[293,294,295,296,297],{"name":9,"slug":8,"type":15},{"name":275,"slug":276,"type":15},{"name":278,"slug":279,"type":15},{"name":281,"slug":282,"type":15},{"name":298,"slug":299,"type":15},"Strategy","strategy","2026-06-19T09:41:33.392499",{"slug":302,"name":302,"fn":303,"description":304,"org":305,"tags":306,"stars":188,"repoUrl":189,"updatedAt":312},"cookie-sync","sync Chrome cookies to a Browserbase context","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[307,310,311],{"name":308,"slug":309,"type":15},"Auth","auth",{"name":23,"slug":24,"type":15},{"name":9,"slug":8,"type":15},"2026-04-06T18:06:23.3251",{"slug":314,"name":314,"fn":315,"description":316,"org":317,"tags":318,"stars":188,"repoUrl":189,"updatedAt":325},"event-prospecting","research event speakers for sales prospecting","Event prospecting skill. Takes a conference \u002F event speakers URL,\nextracts the people, filters their companies against the user's\nICP, then deep-researches only the speakers at ICP-fit companies.\nOutputs a person-first HTML report where each card answers \"why\nshould the AE talk to this person?\" with all public links and a\none-click DM opener.\nUse when the user wants to: (1) find leads at a specific\nconference, (2) prep for an event, (3) research event speakers,\n(4) build a target list from a sponsor\u002Fexhibitor page,\n(5) scrape conference speakers and rank by ICP fit.\nTriggers: \"find leads at {event}\", \"research speakers at\",\n\"prospect this conference\", \"stripe sessions leads\",\n\"ai engineer summit prospects\", \"event prospecting\",\n\"scrape conference speakers\", \"who should I meet at\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[319,320,323,324],{"name":9,"slug":8,"type":15},{"name":321,"slug":322,"type":15},"Prospecting","prospecting",{"name":281,"slug":282,"type":15},{"name":284,"slug":285,"type":15},"2026-04-28T05:41:31.770467",{"slug":327,"name":327,"fn":328,"description":329,"org":330,"tags":331,"stars":188,"repoUrl":189,"updatedAt":334},"fetch","fetch URLs without a browser session","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[332,333],{"name":228,"slug":229,"type":15},{"name":13,"slug":14,"type":15},"2026-04-06T18:06:19.462477",18,{"items":337,"total":345},[338],{"slug":4,"name":4,"fn":5,"description":6,"org":339,"tags":340,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[341,342,343,344],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},1]