What problem does it solve?
Agents often need to control browsers to navigate sites, fill forms, and scrape data, but manual exploration is slow, error-prone, and contextually fragile; this Skill provides the full protocol for reliable browser interaction and state handling.
Core Features & Use Cases
- Persistent Sessions & Auth: session names, profiles, auth vaults, and state files keep users logged in across runs, ideal for dashboards and SaaS logins.
- Command Patterns: navigate, snapshot, and interact commands with chaining, batching, waits, and ref lifecycles let you script interactions for form submissions, downloads, and QA scenarios.
- Observability & Safety: snapshots, annotated screenshots, diffs, viewport control, security policies, and output limits give you guardrails to verify automation results.
Quick Start
Use the agent-browser CLI to open the target URL, snapshot the page, and interact with the elements to complete the automation.