What problem does it solve? AI agents and automation scripts need a reliable way to interact with websites—navigating pages, filling forms, clicking buttons, and extracting data—without parsing raw HTML or managing complex browser drivers. This Skill provides a CLI that controls Chrome/Chromium via CDP with compact element refs that minimize token usage. ## Core Features & Use Cases - Snapshot-Based Interaction: Get interactive element refs (@e1, @e2) from accessibility-tree snapshots, then click, fill, select, and type using those refs instead of brittle CSS selectors. - Authentication & Sessions: Reuse login state via auth vault, persistent profiles, session names, or state files, with support for OAuth, 2FA, and encrypted credential storage. - Capture & Verification: Take screenshots (including annotated and full-page), save PDFs, record video, diff page states, and inspect network requests for testing and debugging. - Use Case: Automate an end-to-end web app test—open the login page, authenticate with a saved profile, fill a multi-field form, submit it, and capture an annotated screenshot verifying the result. ## Quick Start Ask the agent to open a website, snapshot the page, fill in the login form, and take a screenshot of the result.