agent-browser
Installation
SKILL.md
Browser Automation with agent-browser
Fast native Rust CLI for AI agent browser automation. Uses Chrome via CDP (Chrome DevTools Protocol) with a client-daemon architecture — the daemon persists between commands for fast subsequent operations.
Installation
npm install -g agent-browser
agent-browser install # Download Chrome from Chrome for Testing (first time only)
# Or via Homebrew
brew install agent-browser
agent-browser install
# Or via Cargo
cargo install agent-browser
agent-browser install