What problem does it solve? Debugging web pages, inspecting network requests, and automating browser interactions manually is slow and repetitive. This Skill gives an AI agent direct control of Chrome via the chrome-devtools-mcp server, enabling structured page inspection, interaction, and performance analysis. ## Core Features & Use Cases - Page Automation: Navigate pages, take snapshots of the accessibility tree, and interact with elements by uid (click, fill, select). - Debugging & Inspection: Capture screenshots, evaluate scripts, analyze performance traces, and inspect network requests. - Extension Testing: Install unpacked extensions, trigger extension actions, and verify service workers when the server runs with the --categoryExtensions flag. - Use Case: Ask the agent to open a local dev server page, snapshot the DOM, fill a login form, and capture a performance trace to diagnose a slow page load. ## Quick Start Use Chrome DevTools to open http://localhost:3000, take a snapshot, and click the login button.