What problem does it solve?
AI agents often require interacting with websites to perform tasks such as login, data extraction, form submission, or testing. This skill provides a robust, scriptable browser automation CLI to replace manual browsing with deterministic, repeatable actions.
Core Features & Use Cases
- Navigate, snapshot, and interact with web pages using a concise command set (open, snapshot, fill, click, wait, screenshot, etc.).
- Use compact element refs from interactive snapshots to drive automation with minimal context, improving reliability and reducing token usage.
- Supports advanced patterns like authentication flows, session management, device/emulation, proxies, and iframe handling for end-to-end web automation and testing.
Quick Start
Open a URL, snapshot the page to obtain element refs, and perform actions like filling a form or clicking a button.