[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-browserbase-browserbase-cli-de":3,"guides-for-browserbase-browserbase-cli":572,"similar-k177bgbdgskxdrd6hrsfrek44186m1xs-de":573},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":245,"providers":301,"relations":305,"repo":306,"tags":570,"workflow":571},1778683460321.3818,"k177bgbdgskxdrd6hrsfrek44186m1xs",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use the Browserbase CLI (`bb`) for Browserbase Functions and platform API workflows. Use when the user asks to run `bb`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, search the web through the Browserbase Search API, or scaffold starter templates. Prefer the Browser skill for interactive browsing; use `bb browse` only when the user explicitly wants the Browserbase CLI path.",{"claudeCode":12},"browserbase/skills","browserbase-cli","https://github.com/browserbase/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778683681669.3562,"kn786m1paazcj2wetn7f0yh06x86m118","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,139,142,145,148,152,155,158,161,164,167,170,174,178,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states what the extension does (uses the `bb` CLI for Browserbase Functions and platform API workflows) and when to use it, including explicit boundaries and trigger phrases.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly summarizing the core capability and trigger phrases within the first ~160 characters.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is concise, staying well under the 500-line limit and delegating deeper material to separate files like REFERENCE.md.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md outlines the flow and links into REFERENCE.md for detailed command explanations, effectively using progressive disclosure.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is not an exploration-type skill that would flood the session; it directly invokes CLI commands.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","Sufficient end-to-end examples are provided for major capabilities, including inputs, invocations, and expected outputs, which appear plausible.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The skill documents failure modes (e.g., missing API key, unknown flag) with clear symptoms and recovery steps.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill uses only Bash, which is a standard interpreter, and does not rely on optional external tools like MCP servers.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The skill's instructions implicitly guide the agent to abort on unexpected states by detailing required setup and troubleshooting steps.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills, with cross-references to `browser` skill where appropriate.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description clearly names the problem of managing Browserbase CLI workflows and associated platform API interactions.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill provides direct CLI access to Browserbase's platform APIs and Functions, offering a distinct workflow beyond general browsing or fetching.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The skill is ready for production use, covering the full lifecycle of Browserbase CLI operations as described and documented.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill focuses on the Browserbase CLI (`bb`) and its associated workflows, adhering to a single responsibility.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The description is accurate, concise, readable, and accurately reflects the skill's capabilities and intended use.",{"category":22,"check":77,"severity":24,"summary":78},"Scoped tools","The skill exposes specific Bash commands (e.g., `bb functions dev`, `bb fetch`) rather than a single generalist command.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","The SKILL.md and REFERENCE.md document all relevant options, parameters, and environment variables with their purposes and requirements.",{"category":70,"check":83,"severity":24,"summary":84},"Tool naming","The commands exposed (e.g., `bb functions`, `bb fetch`) are descriptive and follow standard CLI naming conventions.",{"category":70,"check":86,"severity":24,"summary":87},"Minimal I/O surface","The CLI commands use specific flags and arguments, requesting only necessary data, and output formats are documented (e.g., JSON for search results).",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under the MIT license, which is permissive and clearly stated in the LICENSE.txt file.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The project has a lockfile (`package-lock.json` implied by `npm install`) and clearly states dependencies in its setup instructions.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","Secrets like API keys are handled via environment variables or explicit flags, not hardcoded, and not echoed in debug output.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill relies on the Browserbase CLI, which is assumed to handle its own input validation; no untrusted code execution or remote fetches are performed by the skill itself.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill executes the `bb` CLI and installs its dependencies via npm, which is a standard and trusted mechanism; no runtime code fetching or remote pipes are used.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill invokes the `bb` CLI, which operates within its own sandboxed environment. The skill itself does not attempt to write outside its designated scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops in the skill's implementation; it relies on the `bb` CLI's execution.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill only interacts with the Browserbase API via the `bb` CLI, using documented authentication methods; no confidential data is read or exfiltrated.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled files (SKILL.md, LICENSE.txt, REFERENCE.md) are free of hidden-steering tricks, invisible characters, or other obfuscation methods.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill's implementation consists of readable Bash commands and markdown documentation; there is no obfuscated code or runtime script fetching.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill assumes the `bb` CLI is installed and configured, which is documented as a prerequisite. No assumptions about user project structure are made.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","The repository has a low number of open issues and recent activity, suggesting good maintainer engagement.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The `LICENSE` file and `package.json` (implied by npm install) indicate versioning, and the `pushedAt` timestamp suggests recent updates.",{"category":49,"check":137,"severity":24,"summary":138},"Validation","The Browserbase CLI (`bb`) is expected to handle input validation for its commands and arguments; the skill itself does not expose complex input structures needing validation.",{"category":100,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","Destructive operations via the `bb` CLI are either managed by the CLI itself with confirmations or are part of function deployment/invocation which are controlled actions, not silent operations.",{"category":49,"check":143,"severity":24,"summary":144},"Error Handling","The skill relies on the `bb` CLI for error reporting; the CLI provides specific error messages and troubleshooting steps documented in its reference material.",{"category":49,"check":146,"severity":24,"summary":147},"Logging","The skill itself does not perform destructive actions or outbound calls requiring local logging beyond what the `bb` CLI might provide (e.g., `--verbose` flag).",{"category":149,"check":150,"severity":24,"summary":151},"Compliance","GDPR","The skill does not directly operate on personal data; it invokes the Browserbase CLI which handles its own data privacy according to Browserbase's policies.",{"category":149,"check":153,"severity":24,"summary":154},"Target market","The skill is a CLI wrapper and general tool, with no inherent regional or jurisdictional limitations; `targetMarket` is global.",{"category":57,"check":156,"severity":24,"summary":157},"Runtime stability","The skill assumes the `bb` CLI is installed and functional, which is a standard Node.js CLI tool and should be cross-platform compatible.",{"category":30,"check":159,"severity":24,"summary":160},"README","The README.md file exists and clearly states the extension's purpose, including installation and usage instructions.",{"category":70,"check":162,"severity":24,"summary":163},"Tool surface size","The skill exposes a manageable set of commands through the `bb` CLI, aligning with common CLI tool structures.",{"category":22,"check":165,"severity":24,"summary":166},"Overlapping near-synonym tools","The skill exposes distinct commands for Browserbase functionalities (functions, sessions, fetch, search), avoiding near-synonym redundancy.",{"category":30,"check":168,"severity":24,"summary":169},"Phantom features","All advertised features, such as using the `bb` CLI for various Browserbase operations, are implemented and documented.",{"category":171,"check":172,"severity":24,"summary":173},"Install","Installation instruction","The README provides clear installation instructions for multiple environments (npx, Claude Code) and includes usage examples.",{"category":175,"check":176,"severity":24,"summary":177},"Errors","Actionable error messages","The skill relies on the `bb` CLI, which provides actionable error messages and links to documentation for troubleshooting.",{"category":179,"check":180,"severity":24,"summary":181},"Execution","Pinned dependencies","The installation method (`npm install -g @browserbasehq/cli`) implies dependency management via npm, which typically uses lockfiles for pinned versions.",{"category":70,"check":183,"severity":24,"summary":184},"Dry-run preview","The `bb functions publish` command includes a `--dry-run` option, and other commands involving state changes are controlled operations with clear outcomes.",{"category":186,"check":187,"severity":24,"summary":188},"Protocol","Idempotent retry & timeouts","The skill interacts with the `bb` CLI, which is expected to handle API calls with appropriate timeouts and retry mechanisms for mutations.",{"category":149,"check":190,"severity":24,"summary":191},"Telemetry opt-in","There is no indication of telemetry collection within the skill itself; it relies on the `bb` CLI, whose telemetry practices are not detailed here but are assumed to be standard.",1778683681554,"This skill provides access to the Browserbase CLI (`bb`) for managing Browserbase Functions, platform APIs, sessions, projects, contexts, and extensions. It supports workflows for fetching pages, searching the web, and scaffolding templates using the CLI.",[195,196,197,198,199],"Run Browserbase CLI commands","Deploy and invoke Browserbase Functions","Manage Browserbase sessions, projects, contexts, and extensions","Fetch pages via Browserbase Fetch API","Search the web via Browserbase Search API",[201,202,203],"Interactive browsing or page inspection (prefer the `browser` skill)","Simple HTTP content retrieval when CLI specificity is not required","Using `bb browse` unless explicitly requested or part of a `bb`-centric workflow","3.0.0","4.4.0","To enable Claude Code to interact with the Browserbase platform and its CLI tools for managing browser automation workflows and API operations.","The extension is well-documented, follows best practices, and has recent commits, indicating high quality and maintenance. No critical or warning findings were observed.",99,"A high-quality skill for interacting with the Browserbase CLI, well-documented and production-ready.",[211,212,213,214,215],"browserbase","cli","automation","api","functions","global","verified",[219,220,221,222],"When a user asks to run `bb` commands","To manage Browserbase platform resources like sessions and projects","To automate tasks like fetching web pages or searching the web through Browserbase","When scaffolding new Browserbase Functions or starter templates",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":236,"security":237,"testCoverage":238},{"hasLockfile":225},true,1778683657890,{"descriptionLength":228,"readmeSize":229},459,4101,{"closedIssues90d":8,"forks":231,"hasChangelog":232,"openIssues90d":233,"pushedAt":234,"stars":235},214,false,2,1778633729000,3179,{"npmDownloads":8},{"hasNpmPackage":225,"smitheryVerified":232},{"hasCi":232,"hasTests":232},{"updatedAt":240},1778683681669,{"basePath":242,"githubOwner":211,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/browserbase-cli","skills","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":256,"providers":286,"relations":297,"tags":298,"workflow":299},1778683460321.38,"k17bx77jb71yrwatep2nb43r0d86m6cb",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":14},"Automate web browser interactions using natural language. 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.",{"claudeCode":243},"browse",{"basePath":254,"githubOwner":211,"githubRepo":243,"locale":18,"slug":243,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":280,"tags":282,"workflow":283},1778683460321.3796,"k17aawpn1wczwwhv1snb1x3q2h86m1hy",{"reviewCount":8},{"description":261,"installMethods":262,"name":211,"sourceUrl":14},"Browser automation and Browserbase CLI skills",{"claudeCode":12},{"basePath":254,"githubOwner":211,"githubRepo":243,"locale":18,"slug":243,"type":264},"marketplace",{"evaluate":266,"extract":274},{"promptVersionExtension":267,"promptVersionScoring":205,"score":268,"tags":269,"targetMarket":216,"tier":217},"3.1.0",95,[270,212,271,272,273],"browser-automation","web-scraping","developer-tools","testing",{"commitSha":275,"marketplace":276,"plugin":278},"HEAD",{"name":211,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd77wvcdm5fq9xp8hk6ppm832s86myxr",[270,212,272,273,271],{"evaluatedAt":284,"extractAt":285,"updatedAt":284},1778683478405,1778683460321,{"evaluate":287,"extract":294},{"promptVersionExtension":204,"promptVersionScoring":205,"score":288,"tags":289,"targetMarket":216,"tier":217},98,[290,291,292,293,213],"browser","agent","cdp","playwright",{"commitSha":275,"plugin":295},{"mcpCount":8,"provider":279,"skillCount":296},12,{"parentExtensionId":258,"repoId":281},[291,213,290,292,293],{"evaluatedAt":300,"extractAt":285,"updatedAt":300},1778683581384,{"evaluate":302,"extract":304},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":303,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":275},{"parentExtensionId":247,"repoId":281},{"_creationTime":307,"_id":281,"identity":308,"providers":309,"workflow":565},1778683454816.9644,{"githubOwner":211,"githubRepo":243,"sourceUrl":14},{"classify":310,"discover":556,"extract":559,"github":560,"npm":564},{"commitSha":275,"extensions":311},[312,322,327,332,337,343,349,374,384,410,417,441,454,477,488,497,511,522,548],{"basePath":254,"description":261,"displayName":211,"installMethods":313,"rationale":314,"selectedPaths":315,"source":321,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md","rule",{"basePath":254,"description":250,"displayName":252,"installMethods":323,"rationale":324,"selectedPaths":325,"source":321,"sourceLanguage":18,"type":255},{"claudeCode":243},"inline plugin source from marketplace.json at /",[326],{"path":320,"priority":318},{"basePath":254,"description":328,"displayName":215,"installMethods":329,"rationale":324,"selectedPaths":330,"source":321,"sourceLanguage":18,"type":255},"Deploy serverless browser automation to the cloud using Browserbase Functions. Use when the user wants to deploy automation to run on a schedule, needs a webhook endpoint for browser automation, wants to run automation in the cloud instead of locally, or asks about Browserbase Functions.",{"claudeCode":243},[331],{"path":320,"priority":318},{"basePath":254,"description":333,"displayName":13,"installMethods":334,"rationale":324,"selectedPaths":335,"source":321,"sourceLanguage":18,"type":255},"Use the Browserbase CLI (`bb`) for Browserbase Functions and platform API workflows. Use when the user asks to run `bb`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, or open the Browserbase dashboard from the command line.",{"claudeCode":243},[336],{"path":320,"priority":318},{"basePath":254,"description":338,"displayName":339,"installMethods":340,"rationale":324,"selectedPaths":341,"source":321,"sourceLanguage":18,"type":255},"Capture a full DevTools-protocol trace (CDP firehose, screenshots, DOM dumps) alongside any browser automation, 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-flight Browserbase session, or feed structured per-page summaries back into an agent loop.","browser-trace",{"claudeCode":243},[342],{"path":320,"priority":318},{"basePath":254,"description":344,"displayName":345,"installMethods":346,"rationale":324,"selectedPaths":347,"source":321,"sourceLanguage":18,"type":255},"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.","safe-browser",{"claudeCode":243},[348],{"path":320,"priority":318},{"basePath":350,"description":351,"displayName":352,"installMethods":353,"rationale":354,"selectedPaths":355,"source":321,"sourceLanguage":18,"type":244},"skills/autobrowse","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.","autobrowse",{"claudeCode":12},"SKILL.md frontmatter at skills/autobrowse/SKILL.md",[356,358,360,362,365,367,369,371],{"path":357,"priority":318},"SKILL.md",{"path":320,"priority":359},"high",{"path":361,"priority":359},"LICENSE.txt",{"path":363,"priority":364},"EXAMPLES.md","medium",{"path":366,"priority":364},"REFERENCE.md",{"path":368,"priority":364},"references/example-skill.md",{"path":370,"priority":364},"references/example-task.md",{"path":372,"priority":373},"scripts/evaluate.mjs","low",{"basePath":375,"description":376,"displayName":290,"installMethods":377,"rationale":378,"selectedPaths":379,"source":321,"sourceLanguage":18,"type":244},"skills/browser","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 automatic CAPTCHA solving, anti-bot stealth mode, and residential proxies — ideal for scraping protected websites, bypassing bot detection, and interacting with JavaScript-heavy pages.",{"claudeCode":12},"SKILL.md frontmatter at skills/browser/SKILL.md",[380,381,382,383],{"path":357,"priority":318},{"path":361,"priority":359},{"path":363,"priority":364},{"path":366,"priority":364},{"basePath":385,"description":386,"displayName":339,"installMethods":387,"rationale":388,"selectedPaths":389,"source":321,"sourceLanguage":18,"type":244},"skills/browser-trace","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.",{"claudeCode":12},"SKILL.md frontmatter at skills/browser-trace/SKILL.md",[390,391,392,393,394,396,398,400,402,404,406,408],{"path":357,"priority":318},{"path":361,"priority":359},{"path":363,"priority":364},{"path":366,"priority":364},{"path":395,"priority":373},"scripts/bb-capture.mjs",{"path":397,"priority":373},"scripts/bb-finalize.mjs",{"path":399,"priority":373},"scripts/bisect-cdp.mjs",{"path":401,"priority":373},"scripts/lib.mjs",{"path":403,"priority":373},"scripts/query.mjs",{"path":405,"priority":373},"scripts/snapshot-loop.mjs",{"path":407,"priority":373},"scripts/start-capture.mjs",{"path":409,"priority":373},"scripts/stop-capture.mjs",{"basePath":242,"description":10,"displayName":13,"installMethods":411,"rationale":412,"selectedPaths":413,"source":321,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/browserbase-cli/SKILL.md",[414,415,416],{"path":357,"priority":318},{"path":361,"priority":359},{"path":366,"priority":364},{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":321,"sourceLanguage":18,"type":244},"skills/company-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/deep/deeper) 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","company-research",{"claudeCode":12},"SKILL.md frontmatter at skills/company-research/SKILL.md",[424,425,427,429,431,433,435,437,439],{"path":357,"priority":318},{"path":426,"priority":364},"references/example-research.md",{"path":428,"priority":364},"references/report-template.html",{"path":430,"priority":364},"references/research-patterns.md",{"path":432,"priority":364},"references/workflow.md",{"path":434,"priority":373},"scripts/compile_report.mjs",{"path":436,"priority":373},"scripts/extract_page.mjs",{"path":438,"priority":373},"scripts/list_urls.mjs",{"path":440,"priority":373},"scripts/package.json",{"basePath":442,"description":443,"displayName":444,"installMethods":445,"rationale":446,"selectedPaths":447,"source":321,"sourceLanguage":18,"type":244},"skills/cookie-sync","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.","cookie-sync",{"claudeCode":12},"SKILL.md frontmatter at skills/cookie-sync/SKILL.md",[448,449,450,451,452],{"path":357,"priority":318},{"path":361,"priority":359},{"path":363,"priority":364},{"path":366,"priority":364},{"path":453,"priority":373},"scripts/cookie-sync.mjs",{"basePath":455,"description":456,"displayName":457,"installMethods":458,"rationale":459,"selectedPaths":460,"source":321,"sourceLanguage":18,"type":244},"skills/event-prospecting","Event prospecting skill. Takes a conference / 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/exhibitor 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","event-prospecting",{"claudeCode":12},"SKILL.md frontmatter at skills/event-prospecting/SKILL.md",[461,462,464,465,466,467,468,470,471,473,474,475],{"path":357,"priority":318},{"path":463,"priority":364},"references/event-platforms.md",{"path":426,"priority":364},{"path":428,"priority":364},{"path":430,"priority":364},{"path":432,"priority":364},{"path":469,"priority":373},"scripts/__fixtures__/stripe-snapshot.json",{"path":434,"priority":373},{"path":472,"priority":373},"scripts/extract_event.mjs",{"path":436,"priority":373},{"path":440,"priority":373},{"path":476,"priority":373},"scripts/recon.mjs",{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":321,"sourceLanguage":18,"type":244},"skills/fetch","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.","fetch",{"claudeCode":12},"SKILL.md frontmatter at skills/fetch/SKILL.md",[484,485,486,487],{"path":357,"priority":318},{"path":361,"priority":359},{"path":363,"priority":364},{"path":366,"priority":364},{"basePath":489,"description":490,"displayName":215,"installMethods":491,"rationale":492,"selectedPaths":493,"source":321,"sourceLanguage":18,"type":244},"skills/functions","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.",{"claudeCode":12},"SKILL.md frontmatter at skills/functions/SKILL.md",[494,495,496],{"path":357,"priority":318},{"path":361,"priority":359},{"path":366,"priority":364},{"basePath":498,"description":499,"displayName":345,"installMethods":500,"rationale":501,"selectedPaths":502,"source":321,"sourceLanguage":18,"type":244},"skills/safe-browser","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.",{"claudeCode":12},"SKILL.md frontmatter at skills/safe-browser/SKILL.md",[503,504,505,507,509],{"path":357,"priority":318},{"path":361,"priority":359},{"path":506,"priority":373},"templates/claude-agent-sdk/.gitignore",{"path":508,"priority":373},"templates/claude-agent-sdk/hn-scraper-demo.mjs",{"path":510,"priority":373},"templates/claude-agent-sdk/package.json",{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":321,"sourceLanguage":18,"type":244},"skills/search","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.","search",{"claudeCode":12},"SKILL.md frontmatter at skills/search/SKILL.md",[518,519,520,521],{"path":357,"priority":318},{"path":361,"priority":359},{"path":363,"priority":364},{"path":366,"priority":364},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":321,"sourceLanguage":18,"type":244},"skills/ui-test","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).","ui-test",{"claudeCode":12},"SKILL.md frontmatter at skills/ui-test/SKILL.md",[529,530,531,532,533,535,537,539,541,543,545,546],{"path":357,"priority":318},{"path":320,"priority":359},{"path":361,"priority":359},{"path":363,"priority":364},{"path":534,"priority":364},"references/adversarial-patterns.md",{"path":536,"priority":364},"references/browser-recipes.md",{"path":538,"priority":364},"references/design-consistency.md",{"path":540,"priority":364},"references/design-system.example.md",{"path":542,"priority":364},"references/exploratory-testing.md",{"path":544,"priority":364},"references/parallel-testing.md",{"path":428,"priority":364},{"path":547,"priority":364},"references/ux-heuristics.md",{"basePath":254,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":321,"sourceLanguage":18,"type":212},"browserbase-skills",{"npm":549},"cli ecosystem detected at /",[553,555],{"path":554,"priority":318},"package.json",{"path":320,"priority":318},{"sources":557},[558],"manual",{"npmPackage":549},{"closedIssues90d":8,"description":561,"forks":231,"homepage":562,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":563},"Browserbase's official collection of agent skills to access the web.","https://www.browserbase.com/SKILL.md",[],{"downloads":8},{"classifiedAt":566,"discoverAt":567,"extractAt":568,"githubAt":568,"npmAt":569,"updatedAt":566},1778683460101,1778683454817,1778683457134,1778683458753,[214,213,211,212,215],{"evaluatedAt":240,"extractAt":285,"updatedAt":240},[],[574,599,631,651,683,705],{"_creationTime":575,"_id":576,"community":577,"display":578,"identity":584,"providers":588,"relations":593,"tags":595,"workflow":596},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":579,"installMethods":580,"name":582,"sourceUrl":583},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":581},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":585,"githubOwner":586,"githubRepo":587,"locale":18,"slug":582,"type":244},"skills/github","steipete","clawdis",{"evaluate":589,"extract":592},{"promptVersionExtension":204,"promptVersionScoring":205,"score":590,"tags":591,"targetMarket":216,"tier":217},100,[582,212,214,272,213],{"commitSha":275},{"repoId":594},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,213,212,272,582],{"evaluatedAt":597,"extractAt":598,"updatedAt":597},1778698569289,1778697652123,{"_creationTime":600,"_id":601,"community":602,"display":603,"identity":609,"providers":613,"relations":622,"tags":626,"workflow":627},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":604,"installMethods":605,"name":607,"sourceUrl":608},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":606},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":610,"githubOwner":611,"githubRepo":607,"locale":612,"slug":607,"type":244},"skills/x-twitter-scraper","Xquik-dev","de",{"evaluate":614,"extract":621},{"promptVersionExtension":204,"promptVersionScoring":205,"score":590,"tags":615,"targetMarket":216,"tier":217},[616,617,214,618,213,619,620],"twitter","x","data-retrieval","mcp","sdk",{"commitSha":275},{"parentExtensionId":623,"repoId":624,"translatedFrom":625},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[214,213,618,619,620,616,617],{"evaluatedAt":628,"extractAt":629,"updatedAt":630},1778699230863,1778699170774,1778699276507,{"_creationTime":632,"_id":633,"community":634,"display":635,"identity":639,"providers":641,"relations":647,"tags":648,"workflow":649},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":636,"installMethods":637,"name":638,"sourceUrl":583},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":581},"slack",{"basePath":640,"githubOwner":586,"githubRepo":587,"locale":18,"slug":638,"type":244},"skills/slack",{"evaluate":642,"extract":646},{"promptVersionExtension":204,"promptVersionScoring":205,"score":590,"tags":643,"targetMarket":216,"tier":217},[638,644,645,213,214],"messaging","communication",{"commitSha":275},{"repoId":594},[214,213,645,644,638],{"evaluatedAt":650,"extractAt":598,"updatedAt":650},1778698950505,{"_creationTime":652,"_id":653,"community":654,"display":655,"identity":661,"providers":666,"relations":676,"tags":679,"workflow":680},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":656,"installMethods":657,"name":659,"sourceUrl":660},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":658},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":662,"githubOwner":663,"githubRepo":664,"locale":18,"slug":665,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":667,"extract":674},{"promptVersionExtension":204,"promptVersionScoring":205,"score":590,"tags":668,"targetMarket":216,"tier":217},[669,670,671,672,213,212,673],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":275,"license":675},"MIT",{"parentExtensionId":677,"repoId":678},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[213,212,673,670,669,672,671],{"evaluatedAt":681,"extractAt":682,"updatedAt":681},1778699613343,1778699234184,{"_creationTime":684,"_id":685,"community":686,"display":687,"identity":690,"providers":693,"relations":701,"tags":702,"workflow":703},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":688,"installMethods":689,"name":664,"sourceUrl":660},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":658},{"basePath":691,"githubOwner":663,"githubRepo":664,"locale":18,"slug":692,"type":244},"skills/ask","ask",{"evaluate":694,"extract":700},{"promptVersionExtension":204,"promptVersionScoring":205,"score":590,"tags":695,"targetMarket":216,"tier":217},[212,213,696,697,698,699],"llm","prompting","code-review","artifact-generation",{"commitSha":275,"license":675},{"parentExtensionId":677,"repoId":678},[699,213,212,698,696,697],{"evaluatedAt":704,"extractAt":682,"updatedAt":704},1778699303045,{"_creationTime":706,"_id":707,"community":708,"display":709,"identity":713,"providers":715,"relations":721,"tags":722,"workflow":723},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":710,"installMethods":711,"name":712,"sourceUrl":583},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":581},"telegram-crabbox-e2e-proof",{"basePath":714,"githubOwner":586,"githubRepo":587,"locale":18,"slug":712,"type":244},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":716,"extract":720},{"promptVersionExtension":204,"promptVersionScoring":205,"score":590,"tags":717,"targetMarket":216,"tier":217},[273,718,213,719,212],"telegram","qa",{"commitSha":275},{"repoId":594},[213,212,719,718,273],{"evaluatedAt":724,"extractAt":598,"updatedAt":724},1778698038113]