What problem does it solve? Manually browsing websites to fill forms, click through flows, take screenshots, or scrape data is slow and error-prone. This Skill gives an AI agent direct control of a real Chrome browser through agent-browser MCP tools, so web tasks can be executed and verified programmatically. ## Core Features & Use Cases - Page Interaction: Open URLs, snapshot the accessibility tree, and click or fill elements using stable @eN refs that survive DOM changes. - Data Extraction & Capture: Read page text, run JavaScript in the page for structured extraction, and take full-page annotated screenshots. - Login & Session Handling: Automate login flows with wait conditions, and optionally persist cookies across runs using agent-browser's --session and --restore flags. - Use Case: Ask the agent to log into a web app, navigate to a reports page, fill in filter criteria, and extract the resulting table data — all without writing any test code. ## Quick Start Ask the agent to open a website, fill in the login form, and take a screenshot of the dashboard.