Control browser automation agents via the Bits MCP server. Use when running web scraping, form filling, data extraction, or any browser-based automation task. Bits agents can navigate websites, click elements, fill forms, handle OAuth flows, and extract structured data.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bits或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bits⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bits/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bits-mcp description: Control browser automation agents via the Bits MCP server. Use when running web scraping, form filling, data extraction, or any browser-based automation task. Bits agents can navigate websites, click elements, fill forms, handle OAuth flows, and extract structured data. ---
Bits is an AI browser automation platform. The MCP server lets you run browser automation tasks from your AI assistant.
bb_) — you won't see it againAdd to your MCP config (e.g., ~/.openclaw/openclaw.json):
{
"mcpServers": {
"bits": {
"command": "npx",
"args": ["-y", "usebits-mcp"],
"env": {
"BITS_API_KEY": "bb_your_key_here"
}
}
}
}
For Claude Code (~/.claude.json):
{
"mcpServers": {
"bits": {
"command": "npx",
"args": ["-y", "usebits-mcp"],
"env": {
"BITS_API_KEY": "bb_your_key_here"
}
}
}
}
Restart your gateway/client to pick up the new MCP server.
The Bits MCP uses "Code Mode" — you write TypeScript SDK code that executes in a sandbox. Two tools are available:
Use the Bits MCP to go to news.ycombinator.com and get the top 5 story titles
The agent will:
Use Bits to go to example.com/contact, fill out the contact form with name "Test" and email "[email protected]", then submit
Use Bits to scrape the product listings from example-store.com/products and return them as JSON with name, price, and URL fields
For repeated tasks, create a workflow in the Bits web app:
POST /workflows/{id}/runs"API key invalid" — Check your key starts with bb_ and is copied correctly.
Slow startup — First run downloads the MCP package via npx. Subsequent runs are faster.
Task stuck — Browser automation can hit CAPTCHAs or unexpected modals. Check the live view URL in the response.
安装 Bits Browser Automation 后,可以对 AI 说这些话来触发它
Help me get started with Bits Browser Automation
Explains what Bits Browser Automation does, walks through the setup, and runs a quick demo based on your current project
Use Bits Browser Automation to control browser automation agents via the Bits MCP server
Invokes Bits Browser Automation with the right parameters and returns the result directly in the conversation
What can I do with Bits Browser Automation in my data & analytics workflow?
Lists the top use cases for Bits Browser Automation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bits/ 目录(个人级,所有项目可用),或 .claude/skills/bits/(项目级)。重启 AI 客户端后,用 /bits 主动调用,或让 AI 根据上下文自动发现并使用。
Bits Browser Automation 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Bits Browser Automation 可免费安装使用。请查阅仓库了解许可证信息。
Control browser automation agents via the Bits MCP server. Use when running web scraping, form filling, data extraction, or any browser-based automation task. Bits agents can navigate websites, click elements, fill forms, handle OAuth flows, and extract structured data.
Bits Browser Automation 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Bits Browser Automation
Identifies repetitive steps in your workflow and sets up Bits Browser Automation to handle them automatically