What problem does it solve? Debugging or interacting with pages already open in your local Chrome browser normally requires heavy automation frameworks like Puppeteer that launch their own browser instance. This Skill connects directly to your running Chrome session over the Chrome DevTools Protocol, letting you inspect, screenshot, and interact with any of 100+ open tabs without restarting the browser or losing session state. ## Core Features & Use Cases - Page Inspection: List open tabs, capture viewport screenshots with DPR coordinate mapping, dump accessibility tree snapshots, and extract full or selector-scoped HTML. - Browser Interaction: Navigate to URLs, click elements by CSS selector or CSS-pixel coordinates, type text (including into cross-origin iframes), and auto-click "load more" buttons until content is exhausted. - Script Evaluation & Raw CDP: Run arbitrary JavaScript in page context and send raw CDP commands for anything not covered by built-in commands. - Use Case: You are debugging a logged-in dashboard open in Chrome. Ask the AI to list tabs, snapshot the accessibility tree to find a failing button, screenshot the result, and evaluate a JS expression to inspect application state — all without leaving your existing session. ## Quick Start Ask the AI to list my open Chrome tabs and take a screenshot of the one showing my dashboard, making sure Chrome was launched with --remote-debugging-port=9222.