What problem does it solve? Manually driving a browser to test pages, fill forms, capture screenshots, or extract content is slow and error-prone. This Skill lets an AI agent operate websites through the agent-browser CLI using compact element refs instead of parsing raw DOM. ## Core Features & Use Cases - Snapshot-and-Interact Workflow: Navigate to a URL, snapshot interactive elements as refs like @e1, then click, fill, select, and scroll using those refs, re-snapshotting after page changes. - Capture and Verification: Take full-page or annotated screenshots, save pages as PDF, record session videos, and diff snapshots or screenshots to verify changes. - Sessions and Authentication: Run isolated named sessions, persist cookies and storage state, and use an encrypted auth vault so credentials never appear in prompts. - Use Case: Test a staging login flow by opening the page, filling credentials from environment variables, submitting the form, waiting for the dashboard URL, and saving a screenshot as evidence. ## Quick Start Use the agent-browser skill to open https://example.com, snapshot the interactive elements, and take a full-page screenshot.