What problem does it solve? Setting up reliable browser automation for an AI agent involves juggling Node.js tooling, platform-specific browser binaries, and anti-detection requirements, and this Skill walks through the entire installation and configuration process. ## Core Features & Use Cases - Dual Backend Setup: Installs agent-browser with system Chromium for general automation and Camoufox for anti-detection scraping on sites with bot blocking. - Cross-Platform Guidance: Covers Linux (including ARM64/Raspberry Pi), macOS, and Windows installation paths with platform-specific pitfalls. - Usage Patterns: Provides command sequences for navigation, interactive snapshots, form filling, screenshots, and waiting for dynamic content. - Use Case: You need to log into a JS-heavy site and scrape rendered content. Follow the setup steps, then use the open → snapshot → fill → click loop to automate the login flow and extract data. ## Quick Start Set up browser automation for Hermes by installing agent-browser and Chromium, then verify it works by opening a test page and taking a snapshot.