What problem does it solve? AI agents need a reliable way to interact with websites and desktop apps programmatically, but built-in browser tools are often slow, brittle, or unavailable. This Skill provides a fast browser automation CLI that lets agents navigate pages, fill forms, click elements, take screenshots, and extract data through Chrome/Chromium via CDP. ## Core Features & Use Cases - Browser Automation: Navigate pages, fill forms, click buttons, take screenshots, and scrape data using accessibility-tree snapshots with compact element refs. - Specialized Skills: Load dedicated workflows 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: Persistent sessions, authentication vault, state persistence, video recording, and an observability dashboard on port 4848. - Use Case: Ask your agent to log into a web app, fill out a multi-step form, and capture a screenshot of the confirmation page, all driven by the agent-browser CLI. ## Quick Start Ask your agent to open a website and take a screenshot using agent-browser, after installing it with npm i -g agent-browser and running agent-browser install.