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 browser, so tasks like logging in, clicking through flows, and capturing page content can be fully automated. ## Core Features & Use Cases - Snapshot-and-Interact Workflow: Get compact accessibility 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 credentials never appear in prompts. - Capture & Verification: Take screenshots (including annotated and full-page), record video, save PDFs, and diff page states to verify that actions had the intended effect. - Use Case: Imagine you need to test a signup flow across staging and production. Open each URL, fill the form via refs, submit, then run a visual diff to confirm both environments behave identically. ## Quick Start Ask the agent to open a website with agent-browser, take an interactive snapshot, and fill out and submit the login form using the discovered element refs.