What problem does it solve?
Browser automation for AI agents is often clunky or slow when bridging tasks that require navigating websites, filling forms, clicking controls, taking screenshots, and extracting data. This skill provides a fast, self-contained CLI to orchestrate browser actions directly via Chrome/Chromium using CDP, enabling reliable automation without additional dependencies.
Core Features & Use Cases
- Native Rust CLI with CDP-based browser control (no Playwright or Puppeteer dependency)
- Session management, authentication vault, and state persistence for long-running tasks
- Open websites, fill forms, click elements, take screenshots, extract data, and perform lightweight testing or QA
- Support for automating browser tasks across AI agents and workflows, including Electron app automation and QA scenarios
- Lightweight, scriptable, and easily extensible for custom automation pipelines
Quick Start
Install agent-browser and start using it to automate a browser task such as opening a website and filling a form.