用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill browser-use命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | browser_use |
| description | AI-powered web browsing via browser-use.com API |
| category | web |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read"] |
| tags | ["web","browser","ai","automation","agent","intelligent"] |
AI-powered web browsing using browser-use.com API. AI autonomously navigates web pages to complete tasks described in natural language.
Browser use, ai-browse, 智能浏览, ai browsing, ai-browser, 智能爬虫, AI 浏览器, autonomous browser, intelligent browsing, AI 自动浏览网页, 智能网页操作, 帮我查一下
docsys browser-use <task> [--url <url>] [--max-steps N]docsys browser-use <task> [--url <url>] [--max-steps 10]
| Parameter | Type | Required | Description |
|---|---|---|---|
| task | string | yes | Natural language description of browsing task |
| url | string | no | Starting URL (AI searches if not provided) |
| max-steps | number | no | Max browser steps (default: 10, max: 50) |
User: "find the cheapest flight from Beijing to Tokyo"
Skill triggers → calls: docsys browser-use find the cheapest flight from Beijing to Tokyo
Output: AI-navigated results
User: "compare prices of MacBook Pro M3 across Amazon and BestBuy"
Skill triggers → calls: docsys browser-use compare prices of MacBook Pro M3 across Amazon and BestBuy --max-steps 15
Output: AI comparison results
User: "帮我查一下从上海到深圳的火车票"
Skill triggers → Step 2: no explicit URL → no confirm needed → Step 3: default step budget=10 → calls: docsys browser-use 帮我查一下从上海到深圳的火车票 --max-steps 10
Output: AI 浏览结果 + steps executed
User: "research all cloud providers and compare their pricing"
Skill triggers → Step 2: ⚠️ multi-site research → must confirm before proceeding → shows task summary → user confirms → Step 3: complex task → recommends --max-steps 20-30 → calls: docsys browser-use research all cloud providers and compare their pricing --max-steps 25
Output: Comparison results + steps executed + partial results if approaching step limit
User: "find the latest news about AI"
Skill triggers → calls: docsys browser-use find the latest news about AI --max-steps 10
If AI reports same URL 3 times → Step 6: no-progress detected → stop early and report partial results with warning: "Stopped early: AI appeared stuck at [URL]. Partial results shown above."
Success: AI-generated results from autonomous browsing, with steps executed count. Error: "Task is required", "API key not configured", "Task timeout"
| Error | Cause |
|---|---|
| Task is required | Empty task description |
| API key not configured | No browser-use.com key |
| Browser-use API unavailable | Service down |
| Task timeout | Exceeded time limit |
| Navigation failed | Bad URL or blocked site |
See references/ for related skills and API docs.