What problem does it solve? Manual web browsing for testing, scraping, and form filling is slow and error-prone, and raw DOM dumps overwhelm AI agents with irrelevant markup. This Skill provides browser automation with compact accessibility-tree snapshots that reduce context usage by 93% through element references. ## Core Features & Use Cases - AI-Optimized Snapshots: Capture interactive elements only with stable refs (@e1, @e2) instead of full DOM trees, then click, fill, or extract using those refs. - Full Interaction Set: Navigate, click, fill forms, press keys, scroll, wait for elements or URLs, and capture screenshots. - Multi-Session Support: Run isolated parallel sessions for swarm workflows, including saving and loading authentication state between sessions. - Use Case: Automate a login flow by opening the page, snapshotting interactive elements, filling credentials via refs, clicking submit, and waiting for the dashboard URL. ## Quick Start Ask the agent to open a URL with the browser skill, take an interactive snapshot, and click or fill elements using the returned refs.