What problem does it solve? AI agents need a programmatic way to interact with websites and desktop apps—navigating pages, filling forms, clicking elements, and capturing screenshots—without relying on heavyweight frameworks like Playwright or Puppeteer. ## Core Features & Use Cases - Browser Automation via CDP: Controls Chrome/Chromium through the DevTools Protocol with accessibility-tree snapshots and compact @eN element refs for reliable interaction. - Specialized Workflows: Supports Electron desktop apps (VS Code, Slack, Discord, Figma), Slack workspace automation, exploratory QA testing, HAR-to-API-client derivation, Vercel Sandbox microVMs, and AWS Bedrock AgentCore cloud browsers. - Sessions & Observability: Provides session persistence, an authentication vault, video recording, and an independent dashboard on port 4848. - Use Case: Ask your agent to log into a web app, fill out a signup form, take a screenshot of the result, and verify the flow works end to end. ## Quick Start Install the CLI with npm i -g agent-browser, run agent-browser install, then ask your agent to load the core workflow with agent-browser skills get core before automating any website.