[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-14":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":9,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},14,"skills","browserbase\u002Fskills","browserbase","Browserbase's official collection of agent skills to access the web.",null,"https:\u002F\u002Fgithub.com\u002Fbrowserbase\u002Fskills","JavaScript",3543,226,11,10,0,32,73,394,96,29.07,false,"main","2026-06-12 02:00:06","# Browserbase Skills\n\nA set of skills for enabling **[Claude Code](https:\u002F\u002Fdocs.claude.com\u002Fen\u002Fdocs\u002Fclaude-code\u002Foverview)** to work with Browserbase through browser automation and the official `bb` CLI.\n\n## Skills\n\nThis plugin includes the following skills (see `skills\u002F` for details):\n\n| Skill | Description |\n|-------|-------------|\n| [browser](skills\u002Fbrowser\u002FSKILL.md) | Automate web browser interactions via CLI commands — supports remote Browserbase sessions with anti-bot stealth, CAPTCHA solving, and residential proxies |\n| [browserbase-cli](skills\u002Fbrowserbase-cli\u002FSKILL.md) | Use the official `bb` CLI for Browserbase Functions and platform API workflows including sessions, projects, contexts, extensions, fetch, and dashboard |\n| [functions](skills\u002Ffunctions\u002FSKILL.md) | Deploy serverless browser automation to Browserbase cloud using the `bb` CLI |\n| [site-debugger](skills\u002Fsite-debugger\u002FSKILL.md) | Diagnose and fix failing browser automations — analyzes bot detection, selectors, timing, auth, and captchas, then generates a tested site playbook |\n| [browser-trace](skills\u002Fbrowser-trace\u002FSKILL.md) | Capture a full DevTools-protocol trace (CDP firehose, screenshots, DOM dumps) alongside any browser automation, then bisect the stream into per-page searchable buckets |\n| [safe-browser](skills\u002Fsafe-browser\u002FSKILL.md) | Build local Claude Agent SDK browser agents whose only browser capability is a CDP-gated `safe_browser` tool with domain allowlist enforcement |\n| [bb-usage](skills\u002Fbb-usage\u002FSKILL.md) | Show Browserbase usage stats, session analytics, and cost forecasts in a terminal dashboard |\n| [cookie-sync](skills\u002Fcookie-sync\u002FSKILL.md) | Sync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites |\n| [fetch](skills\u002Ffetch\u002FSKILL.md) | Fetch HTML or JSON from static pages without a browser session — inspect status codes, headers, follow redirects |\n| [search](skills\u002Fsearch\u002FSKILL.md) | Search the web and return structured results (titles, URLs, metadata) without a browser session |\n| [what-antibot](skills\u002Fwhat-antibot\u002FSKILL.md) | Detect antibot and challenge-provider markers on one or more URLs without opening a browser session |\n| [ui-test](skills\u002Fui-test\u002FSKILL.md) | AI-powered adversarial UI testing — analyzes git diffs to test changes, or explores the full app to find bugs |\n\n## Installation\n\nTo install the skill to popular coding agents:\n\n```bash\n$ npx skills add browserbase\u002Fskills\n```\n\n### Claude Code\n\nOn Claude Code, to add the marketplace, simply run:\n\n```bash\n\u002Fplugin marketplace add browserbase\u002Fskills\n```\n\nThen install the plugin:\n\n```bash\n\u002Fplugin install browse@browserbase\n```\n\nIf you prefer the manual interface:\n1. On Claude Code, type `\u002Fplugin`\n2. Select option `3. Add marketplace`\n3. Enter the marketplace source: `browserbase\u002Fskills`\n4. Press enter to select the `browse` plugin\n5. Hit enter again to `Install now`\n6. **Restart Claude Code** for changes to take effect\n\n## Usage\n\nOnce installed, you can ask Claude to browse or use the Browserbase CLI:\n- *\"Go to Hacker News, get the top post comments, and summarize them \"*\n- *\"QA test http:\u002F\u002Flocalhost:3000 and fix any bugs you encounter\"*\n- *\"Order me a pizza, you're already signed in on Doordash\"*\n- *\"Use `bb` to list my Browserbase projects and show the output as JSON\"*\n- *\"Initialize a new Browserbase Function with `bb functions init` and explain the next commands\"*\n- *\"Use safe-browser to build a Hacker News scraper that only stays on the main site\"*\n\nClaude will handle the rest.\n\nFor local and localhost work, `browse env local` now starts a clean isolated browser by default. Use `browse env local --auto-connect` when the agent should reuse your existing local Chrome session, cookies, or login state.\n\n## Troubleshooting\n\n### Chrome not found\n\nInstall Chrome for your platform:\n- **macOS** or **Windows**: https:\u002F\u002Fwww.google.com\u002Fchrome\u002F\n- **Linux**: `sudo apt install google-chrome-stable`\n\n### Profile refresh\n\nTo refresh cookies from your main Chrome profile:\n```bash\nrm -rf .chrome-profile\n```\n\n## Resources\n\n- [Stagehand Documentation](https:\u002F\u002Fgithub.com\u002Fbrowserbase\u002Fstagehand)\n- [Claude Code Skills](https:\u002F\u002Fsupport.claude.com\u002Fen\u002Farticles\u002F12512176-what-are-skills)\n","Browserbase Skills 是一个为 Claude Code 提供与 Browserbase 交互能力的插件，通过浏览器自动化和官方 `bb` CLI 实现。其核心功能包括网页浏览自动化、网站调试、安全浏览环境构建及无头浏览器下的数据抓取等，支持远程会话、反爬虫隐身、验证码解决等功能，并能生成详细的 DevTools 协议跟踪记录。此外，还提供项目分析、成本预测等实用工具。该项目适用于需要进行复杂网页操作或数据分析的开发者，特别适合在测试、监控或自动化任务中使用。",2,"2026-06-11 02:30:28","trending"]