browser-control
Installation
SKILL.md
Browser Control Skill
Control the browser via HTTP API to automate tab management, page content retrieval, script execution, Cookie operations, and more.
Prerequisites
Before executing any browser operation, check the service status:
curl http://localhost:3333/api/browser/status
Verify:
isRunning: true- Service is runningactiveConnections >= 1- Browser extension is connected
If the service is not running or the extension is not connected, browser operations will fail.