What problem does it solve? Manually interacting with websites for testing, scraping, or repetitive form entry is slow and error-prone. This Skill gives AI agents a command-line interface to control a real Chrome/Chromium browser, so tasks like logging in, clicking through flows, capturing screenshots, and extracting page data can be fully automated. ## Core Features & Use Cases - Snapshot-and-Ref Interaction: Get compact accessibility snapshots with element refs (@e1, @e2) to click, fill, select, and scroll without parsing raw HTML. - Authentication & Session Management: Save and restore login state, use persistent profiles, encrypted auth vaults, and named sessions for parallel isolated browsing. - Capture & Verification: Take annotated screenshots, record video, save PDFs, diff page states, and profile performance with Chrome DevTools traces. - Use Case: Test a web app's signup flow by opening the page, snapshotting the form, filling fields by ref, submitting, and verifying the redirect — all from shell commands. ## Quick Start Use the agent-browser skill to open https://example.com/login, fill in the email and password fields, submit the form, and take a screenshot of the resulting dashboard.