What problem does it solve?
This Skill prevents “connected but wrong” browser debugging by enforcing stable, verified Chrome DevTools Protocol (CDP) endpoint selection and safe reuse of per-tab daemon sessions when you need to inspect or operate a local browser.
Core Features & Use Cases
- Verified CDP connection modes: Uses shared-session by default to reuse your already-open headed Chrome profile/window, and only uses isolated-instance when you explicitly ask for a dedicated browser.
- Per-target attach & stable daemon reuse: Selects the exact target (targetId/windowId/ctx/title/URL/bounds) and keeps commands on the same attached daemon to avoid tab/context drift.
- Approval-safe handshake behavior: Ensures browser-level and first-page-command CDP approvals are requested sequentially, waits for user action, and stops on timeout rather than continuing with stale daemons.
Quick Start
Ask the AI to connect to your existing local Chrome with CDP to inspect the currently open page and run a small CDP evaluation.