What problem does it solve? It lets an AI agent control a real browser to navigate websites, click elements, fill forms, extract page data, and take screenshots without manually managing browser installations or sessions. ## Core Features & Use Cases - CDP-Based Browser Control: Connects to an externally managed browser via an injected Chrome DevTools Protocol endpoint, so no local browser installation or startup is required. - Accessibility-Tree Interaction: Uses accessibility snapshots and compact @eN element references to reliably click, type, and inspect page elements. - Version-Matched Workflows: Loads usage instructions matching the installed CLI version via agent-browser skills get core. - Use Case: Ask the agent to open a web application, log in through a form, navigate to a report page, extract the table data, and capture a screenshot as evidence. ## Quick Start Use the agent-browser skill to open https://example.com, take an accessibility snapshot, and click the first link.