A high-performance Rust-based 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-0
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-0 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 tool within the Openclaw Skills ecosystem that empowers AI agents to perform complex web automation tasks. Built with Rust for speed and featuring a Node.js fallback, it allows agents to navigate websites, click elements, and extract data with precision.
By providing a structured interface for headless browsers, it bridges the gap between LLM reasoning and real-world web interaction. It is an essential component for developers building autonomous web agents that need to browse the web like a human would, but with the speed and reliability of a programmatic interface.
To get started with this tool from the Openclaw Skills collection, use the following commands:
npm install -g agent-browser
agent-browser install
agent-browser install --with-deps
Alternatively, you can build from source using pnpm to ensure you have the latest features.
The skill organizes data through element references and session states to provide a structured environment for AI agents:
| Component | Description |
|---|---|
| Element Refs | Unique identifiers (e.g., @e1, @e2) mapped to interactive DOM elements. |
| Snapshots | Tree-based representations of page accessibility and interactive nodes. |
| State Files | JSON files containing cookies and localStorage for session persistence. |
| Media Output | Formatted WebM recordings, PNG screenshots, and PDF exports. |
| JSON Mode | Machine-readable output available for all primary commands using the --json flag. |
Loading
A comprehensive design skill combining Apple Human Interface Guidelines and modern web patterns for creating exceptional, universal user experiences.

A comprehensive multi-agent swarm designed to automate and coordinate Kubernetes and OpenShift platform operations across seven specialized domains.

A sophisticated RPA engine that transforms manual browser recordings into intelligent, reusable TypeScript automation tools.

A sovereign, end-to-end encrypted messaging plugin for agents using Signal Protocol over Nostr relays.

A secure passthrough proxy that simplifies connecting AI agents to over 100 native third-party APIs using managed OAuth token injection.

A specialized skill for interacting with Breeze payment-gated endpoints to manage Solana investment positions and execute x402 API calls.








































