Browser Use Cloud 参考
SkillWeb & browsingDocumentation reference for Browser Use Cloud — hosted API and SDK for browser automation. Use this skill when the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP Web
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Browser Use Cloud 参考 skill
What this skill tells your AI
The instructions your AI receives, as published by l-lesteryu/openclaw-hot-skills-zh in skills/browser-use-zh/cloud/SKILL.md and read by ahel’s review.
Cloud REST API、SDK 和集成模式的参考文档。 根据用户需求阅读相关文件。
API 与平台
| 主题 | 阅读 |
|---|---|
| 设置、首个任务、定价、常见问题 | references/quickstart.md |
| v2 REST API:全部 30 个端点、cURL 示例、Schema | references/api-v2.md |
| v3 BU Agent API:会话、消息、文件、工作区 | references/api-v3.md |
| 会话、配置文件、认证策略、1Password | references/sessions.md |
| CDP 直接访问、Playwright/Puppeteer/Selenium | references/browser-api.md |
| 代理、Webhook、工作区、Skills、MCP、实时视图 | references/features.md |
| 并行执行、流式传输、地理位置爬取、教程 | references/patterns.md |
集成指南
| 主题 | 阅读 |
|---|---|
| 构建带有实时浏览器视图的聊天界面 | references/guides/chat-ui.md |
| 将 browser-use 作为子代理使用(任务输入 → 结果输出) | references/guides/subagent.md |
| 为现有代理添加 browser-use 工具 | references/guides/tools-integration.md |
重要提示
- Cloud API 基础 URL:
https://api.browser-use.com/api/v2/(v2)或https://api.browser-use.com/api/v3(v3) - 认证头:
X-Browser-Use-API-Key: <key> - 获取 API Key:https://cloud.browser-use.com/new-api-key
- 设置环境变量:
BROWSER_USE_API_KEY=<key> - Cloud SDK:
uv pip install browser-use-sdk(Python)或npm install browser-use-sdk(TypeScript) - Python v2:
from browser_use_sdk import AsyncBrowserUse - Python v3:
from browser_use_sdk.v3 import AsyncBrowserUse - TypeScript v2:
import { BrowserUse } from "browser-use-sdk" - TypeScript v3:
import { BrowserUse } from "browser-use-sdk/v3" - CDP WebSocket:
wss://connect.browser-use.com?apiKey=KEY&proxyCountryCode=us
Signals
- GitHub stars
- 54
- Forks
- 8
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
browser-use-zh-cloud- Source
- github.com/l-lesteryu/openclaw-hot-skills-zh