Install
openclaw skills install clawhub-publish-146198Automate web browsing tasks like navigation, form filling, clicking, and data extraction using a fast Rust-based headless browser with Node.js fallback.
openclaw skills install clawhub-publish-146198A 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"