A headless browser automation tool written in Rust with a Node.js fallback, designed specifically for AI agents to interact with web pages through structured commands. You get navigation, clicking, typing, and page snapshots out of the box. The Rust core should make it faster than pure JavaScript alternatives, which matters when your agent is iterating through multiple page interactions. Worth noting it failed two of three security audits listed, so you'll want to review those findings before using it in production. The CLI setup is straightforward with global npm install, and it's got decent traction at 937 GitHub stars.
npx skills add https://github.com/am-will/codex-skills --skill agent-browser