What problem does it solve?
This Skill reduces the effort required to manually operate websites during agent workflows by letting you drive the browser using compact, AI-friendly accessibility snapshots with stable element references instead of brittle DOM scraping.
Core Features & Use Cases
- AI-Optimized Snapshots with Element Refs: Take snapshots (especially interactive-only) and interact via element refs like @e1, @e2 to minimize context size and improve determinism.
- End-to-End Web Automation: Perform navigation and typical UI actions (click, fill, type, select, hover, scroll) followed by re-snapshot after page state changes.
- Extraction and Waiting Utilities: Retrieve text/HTML/values/attributes and wait for selectors, text, URLs, or network idle to synchronize reliably.
Quick Start
Ask your agent to navigate to a target page, take an interactive snapshot, fill the login fields, click the submit button, and wait until the post-login dashboard URL loads.