What problem does it solve? Manually browsing websites to fill forms, click through flows, capture screenshots, or scrape page data is repetitive and error-prone. This Skill lets an AI agent drive a real Chromium browser through the agent-browser CLI, handling navigation, interaction, and capture programmatically. ## Core Features & Use Cases - Interactive Element Refs: Snapshot pages to get stable element references (@e1, @e2) for clicking, filling, and selecting without writing CSS selectors. - Session & Auth Management: Reuse login state via saved state files, persistent profiles, or named sessions so authenticated flows work across runs. - Capture & Extraction: Take full-page or annotated screenshots, export PDFs, read page text, and evaluate JavaScript directly in the page. - Use Case: Automate an end-to-end test of a signup flow: open the page, snapshot the form, fill email and password fields, submit, wait for the dashboard URL, and screenshot the result. ## Quick Start Ask the agent to open a website with agent-browser, fill in the login form, and take a screenshot of the resulting page.