What problem does it solve? Automating browser tasks with raw DOM dumps overwhelms AI context windows and makes element targeting unreliable. This Skill reduces context usage by 93% by using accessibility-tree snapshots with stable element refs (@e1, @e2) instead of full HTML. ## Core Features & Use Cases - AI-Optimized Snapshots: Capture interactive elements only (snapshot -i) with deterministic element refs for reliable clicking and form filling. - Full Interaction Set: Navigate, click, fill, type, select, scroll, wait for elements/text/URLs, and capture screenshots. - Isolated Sessions: Run parallel browser sessions with saved authentication state for swarm-style multi-agent workflows. - Use Case: Automate a login flow — open the page, snapshot interactive elements, fill credentials by ref, click submit, and wait for the dashboard URL. ## Quick Start Ask the agent to open a website with the browser skill, take an interactive snapshot, and click or fill elements using the returned refs.