What problem does it solve? Manual web browsing for testing, scraping, and form automation is slow and error-prone, and raw DOM dumps overwhelm AI context windows. 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 output. - Full Interaction Set: Click, fill, type, hover, select, scroll, and wait for elements, text, URLs, or network states. - Multi-Session Support: Run isolated parallel browser sessions and share saved authentication state between them. - 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 website with the browser skill, take an interactive snapshot, and click or fill elements using the returned refs.