What problem does it solve? Manually interacting with websites for testing, scraping, or repetitive form entry is slow and error-prone. This Skill gives an AI agent full programmatic control of a Chrome/Chromium browser through the agent-browser CLI, turning multi-step web tasks into simple shell commands. ## Core Features & Use Cases - Snapshot-and-Interact Workflow: Get compact accessibility-tree snapshots with element refs (@e1, @e2), then click, fill, select, and scroll using those refs instead of fragile CSS selectors. - Authentication & Session Management: Save and restore login state, use persistent profiles, named sessions, or an encrypted auth vault so automated runs stay logged in. - Capture & Verification: Take annotated screenshots, export PDFs, record video, diff page states, and inspect network requests for testing and debugging. - Use Case: Ask the agent to log into a web app, navigate to a dashboard, extract a table of data, and save a full-page screenshot as evidence — all in one automated run. ## Quick Start Ask the agent to open a website with agent-browser, snapshot the page, and fill out and submit the login form.