This is a Rust-based headless browser CLI that wraps Chrome DevTools Protocol for AI agents. Instead of dealing with Playwright or Puppeteer runtimes, you get a single binary with commands like `agent-browser snapshot` to grab accessibility trees with `@ref` IDs, then `agent-browser click @e2` to act on them. It's optimized for AI workflows with semantic locators, batch command execution via JSON, and network interception. The snapshot output is genuinely clean for LLM consumption, and being native Rust means it's fast and doesn't require a Node environment. Good pick if you're building agents that need reliable web interaction without the usual JavaScript toolchain overhead.
npx skills add https://github.com/aradotso/trending-skills --skill agent-browser-automation