Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cloud browser automation via Browser Use API. Use when you need AI-driven web browsing, scraping, form filling, or multi-step web tasks without local browser control. Triggers on "browser use", "cloud browser", "scrape website", "automate web task", or when local browser isn't available/suitable.
.claude/skills/sundial-org-browser-use-2/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 7% | 0% |
Cloud-based AI browser automation. Send a task in plain English, get structured results.
bash# Submit task curl -s -X POST https://api.browser-use.com/api/v2/tasks \ -H "X-Browser-Use-API-Key: $BROWSER_USE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"task": "Go to example.com and extract the main heading"}' # Poll for result (replace TASK_ID) curl -s "https://api.browser-use.com/api/v2/tasks/TASK_ID" \ -H "X-Browser-Use-API-Key: $BROWSER_USE_API_KEY"
Use scripts/browser-use.sh for simpler execution:
bash# Run task and wait for result ./scripts/browser-use.sh "Go to hacker news and get the top 3 stories" # Just submit (don't wait) ./scripts/browser-use.sh --no-wait "Search Google for AI news"
POST https://api.browser-use.com/api/v2/tasksBody:
json{ "task": "Plain English description of what to do", "llm": "gemini-3-flash-preview" // optional, default is fast model }
Response:
json{ "id": "task-uuid", "sessionId": "session-uuid" }
GET https://api.browser-use.com/api/v2/tasks/{taskId}Response fields:
status: pending | started | finished | failedoutput: Result text when finishedsteps: Array of actions taken (with screenshots)cost: Cost in dollars (e.g., "0.02")isSuccess: Boolean resultPOST https://api.browser-use.com/api/v2/tasks/{taskId}/stop~$0.01-0.05 per task depending on complexity. Check balance:
bashcurl -s https://api.browser-use.com/api/v2/credits \ -H "X-Browser-Use-API-Key: $BROWSER_USE_API_KEY"
web_fetch instead)browser tool)Other measured skills in the registry, with their headline benchmark lift.