skills/smithery.ai/browser-control

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 running
  • activeConnections >= 1 - Browser extension is connected

If the service is not running or the extension is not connected, browser operations will fail.

Mandatory Guidelines

Installs
1
First Seen
Apr 10, 2026
browser-control from smithery.ai