What problem does it solve?
AI agents often struggle to reliably interact with real websites: browsing, form filling, data capture, and verification require a robust, reusable toolset. This Skill provides a CLI-driven browser automation framework that coordinates multi-session workflows, maintains per-session state, and returns structured, lightweight refs for rapid decision making.
Core Features & Use Cases
- Multi-session isolation across agent contexts to prevent cross-contamination of cookies and storage.
- Ref-based interactions using compact @e references to minimize context while enabling precise actions.
- Data extraction & screenshots to collect text, metadata, and visuals for dashboards, QA, and reporting.
- Use Case: An agent opens a portal, logs in, navigates to a data page, extracts records, and saves results with minimal prompts.
Quick Start
Open a website using the agent-browser CLI to begin an automated web task.