browser-control
Installation
SKILL.md
Browser Control
Browser Control is a driver, not an agent. The calling agent decides what to do; Browser Control runs deterministic Playwright code in the user's visible browser.
Use one loop throughout: inspect, act, verify. Inspect the real page before choosing locators, act through the narrowest stable control, then verify the result through a URL or fresh page read. Never treat a successful click or human acknowledgment as proof that the task succeeded.
Core Workflow
1. Run The Task Directly
Start with the requested browser work. Relay-backed commands start the detached
relay and wait for the extension; do not start browser-control serve first.