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 programmatic control of a real Chrome/Chromium browser through a simple CLI, turning multi-step web tasks into scriptable commands. ## Core Features & Use Cases - Snapshot-and-Ref Interaction: Get compact accessibility-tree snapshots with element refs (@e1, @e2) to click, fill, select, and scroll without parsing raw HTML. - Authentication & Sessions: 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 run JavaScript in the page context. - Use Case: Ask the agent to log into a web app, navigate to a dashboard, extract table data, and save a full-page screenshot as evidence — all in one automated workflow. ## Quick Start Ask the agent to open a website with agent-browser, snapshot the interactive elements, fill in the login form, and take a screenshot of the result.