🦀 ClawHub
Surfagent Browser
by @agentossoftware
Control a real Chrome browser from your AI agent — navigate, click, type, fill forms, extract content, manage tabs, and automate workflows via SurfAgent's RE...
💡 Examples
Check if SurfAgent is running
curl -s http://localhost:7201/health | jq .
Open a page
curl -s -X POST http://localhost:7201/browser/open \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-d '{"url": "https://github.com"}'
Get page state
curl -s -X POST http://localhost:7201/browser/state \
-H 'Authorization: Bearer YOUR_TOKEN' | jq .
TERMINAL
clawhub install surfagent-browser