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.