What problem does it solve? AI agents lack a reliable way to interact with live websites—navigating pages, filling forms, clicking buttons, and extracting data typically require brittle custom scripts 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 Targets: Automate Electron desktop apps (VS Code, Slack, Discord, Figma), Slack workspaces, exploratory QA/dogfooding sessions, Vercel Sandbox microVMs, and AWS Bedrock AgentCore cloud browsers. - Session & Observability: Manage sessions, authentication vaults, state persistence, video recording, and an observability dashboard on port 4848. - Use Case: Ask the agent to log into a staging web app, walk through the checkout flow, capture screenshots of each step, and report any broken UI elements found during exploratory testing. ## Quick Start Install the CLI with npm, run agent-browser install, then ask the agent to load the core workflow with agent-browser skills get core before automating any website.