What problem does it solve? Automating browser tasks usually requires headless browsers that lose login sessions and trigger CAPTCHAs. This Skill connects AI assistants to your existing Chrome browser through the Browser MCP server and extension, preserving cookies and authenticated sessions while enabling programmatic navigation, clicking, typing, and data extraction. ## Core Features & Use Cases - Browser Navigation & Interaction: Navigate to URLs, click elements by CSS selector or coordinates, type into inputs, select dropdown options, and press keyboard keys. - Page Inspection: Capture ARIA accessibility tree snapshots as YAML, take full-page screenshots, and retrieve browser console logs for debugging. - Session Persistence: Operates on your existing Chrome profile via a WebSocket bridge on port 9009, with optional Redis-backed session storage. - Use Case: Automate a login flow on an internal dashboard, fill a multi-field contact form, then extract structured content from the resulting page using a snapshot for AI analysis. ## Quick Start Install the Browser MCP server and Chrome extension, then ask your AI assistant to navigate to a website and take a screenshot of the current page.