What problem does it solve? Manually interacting with websites for testing, scraping, or repetitive form workflows is slow and error-prone. This Skill gives AI agents a command-line interface to control Chrome/Chromium via CDP, turning multi-step web interactions into scriptable commands. ## Core Features & Use Cases - Snapshot-and-Ref Interaction: Capture a compact accessibility tree with element refs (@e1, @e2) to click, fill, select, and scroll without parsing raw HTML. - Authentication & Session Management: Reuse login state via auth vault, persistent profiles, session names, or state files, including OAuth and 2FA flows. - Capture & Verification: Take annotated screenshots, save PDFs, record video, diff page states, and profile performance with Chrome DevTools traces. - Use Case: Test a web app's signup flow by navigating to the form, snapshotting to discover field refs, filling credentials, submitting, and diffing the result against a baseline screenshot. ## Quick Start Ask the agent to open a website with agent-browser, take an interactive snapshot, fill in the login form, and capture a screenshot of the result.