What problem does it solve? Manually testing web pages, debugging frontend behavior, and scraping JavaScript-rendered content is slow and error-prone. This Skill gives an AI agent direct control over a real Chrome browser so it can navigate pages, execute JavaScript, inspect the DOM, and extract content programmatically. ## Core Features & Use Cases - Browser Automation via CDP: Launch Chrome with remote debugging on port 9222, navigate tabs, evaluate arbitrary JavaScript, and capture screenshots using Puppeteer. - Interactive Element Picking: Let users visually click DOM elements in the browser to obtain CSS selectors, supporting multi-select with Cmd/Ctrl+Click. - Content Extraction & Debugging: Convert web pages to clean Markdown using Mozilla Readability and Turndown, inspect cookies for session debugging, and scrape Hacker News with Cheerio. - Use Case: A developer testing a frontend asks the agent to open the staging site, click through a checkout flow, read the resulting page state, and screenshot the result to verify the UI. ## Quick Start Ask the agent to start the browser and navigate to a URL, for example: open example.com in Chrome and tell me the page title.