What problem does it solve?
This Skill enables remote debugging and multi-tool sharing of a live Chrome session by connecting through the Chrome DevTools Protocol (CDP). It can attach to an already-running browser, scan local CDP ports, or start a Chrome instance with a fixed CDP port to ensure a stable, shareable session for multiple tools or agents.
Core Features & Use Cases
- Connect to an existing Chrome instance via CDP and perform standard browser actions (open, snapshot, click, type).
- Scan the local machine to discover available CDP ports for quick attachment.
- Start Chrome with a fixed CDP port to guarantee a deterministic session that can be shared across tools.
- Enable collaboration across multiple agents by routing commands to the same browser instance.
- Safety and separation: stop only disconnects from the browser, preserving the user’s Chrome process.
Quick Start
Connect to a running Chrome via CDP or launch Chrome with a fixed CDP port to enable shared browser access.