What problem does it solve? AI agents lack a reliable way to interact with websites programmatically—navigating pages, filling forms, clicking buttons, and extracting data all require brittle scripting or heavyweight frameworks. This Skill provides a fast CLI that drives Chrome/Chromium over CDP with accessibility-tree snapshots and stable element references. ## Core Features & Use Cases - Browser Automation: Navigate pages, fill forms, click buttons, take screenshots, and scrape data using compact @eN element refs from accessibility-tree snapshots. - Specialized Workflows: Load dedicated skill content for Electron desktop apps (VS Code, Slack, Discord, Figma), Slack workspace automation, exploratory testing/QA, Vercel Sandbox microVMs, and AWS Bedrock AgentCore cloud browsers. - Sessions & Observability: Persist sessions and authentication state, record video, and monitor activity through a dashboard on port 4848. - Use Case: Ask your agent to log into a web app, walk through a checkout flow, capture screenshots at each step, and report any broken elements during a QA pass. ## Quick Start Install the CLI with npm, run agent-browser install, then ask your agent to load the core skill content and automate a browser task such as opening a website and filling out a form.