What problem does it solve? Manual browser testing, form filling, and scraping are slow and error-prone, and many automation tools require heavy Playwright or Puppeteer setups. This Skill provides a fast Rust-based CLI that drives Chrome/Chromium over the Chrome DevTools Protocol, letting an AI agent navigate pages, interact with elements, capture screenshots, and run QA flows without a real user profile. ## Core Features & Use Cases - Browser automation via CDP: Open pages, take accessibility-tree snapshots with stable @eN element refs, click, fill forms, and capture screenshots across sessions. - Specialized workflows: Load on-demand skill content for Electron apps, Slack automation, exploratory QA/bug hunts, and cloud browsers (Browserbase, AWS AgentCore, Vercel Sandbox). - Use Case: You need to verify a new build in a real browser. Install agent-browser, run agent-browser skills get core to load current workflows, then open your staging URL, snapshot the page, fill and submit the login form, and screenshot the result. ## Quick Start Ask the agent to install agent-browser with npm, load its core workflow content, then open a URL and take an interactive snapshot of the page.