Install
openclaw skills install clawhub-publish-146156Automate web navigation, interaction, and data extraction using a fast Rust-based headless browser CLI with Node.js fallback and structured commands.
openclaw skills install clawhub-publish-146156A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
npm install -g agent-browser (run once to install CLI)agent-browser open <url> → launch browser & navigateagent-browser snapshot -i → get interactive elements with stable refs (e.g., @e1)click @e1, fill @e2 "text", wait @e3agent-browser close → clean upagent-browser open https://example.com/login
agent-browser snapshot -i
agent-browser fill @e1 "user@example.com"
agent-browser fill @e2 "password123"
agent-browser click @e3
agent-browser wait --url "/dashboard"