debug-bridge
Installation
SKILL.md
Debug Bridge Runbook
Control web apps via WebSocket. Click, type, screenshot, inspect, capture network traffic, monitor navigation.
Prerequisites (Webapp Setup)
The webapp MUST have the debug-bridge SDK installed and configured before agents can control it.
Step 1: Install SDK in Webapp
npm install debug-bridge-browser
Step 2: Add Initialization Code
Create src/debug-bridge.ts (or add to your app's entry point):