A high-performance Rust-based headless browser automation CLI that enables AI agents to navigate, interact with, and extract data from web pages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-browser-bak
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-bak 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 designed to empower AI agents with the ability to navigate the web like a human user. By providing a fast, Rust-based headless browser interface with a Node.js fallback, it allows agents to execute structured commands for clicking, typing, and scrolling. This skill is essential for developers looking to expand their Openclaw Skills by giving agents a reliable way to interact with complex web applications and retrieve real-time information.
The core strength of Agent Browser lies in its ability to translate the complex Document Object Model (DOM) into a simplified accessibility tree. This enables AI agents to identify interactive elements through stable reference IDs, making web automation more resilient and easier to program than traditional scraping methods. Whether you are building research bots or automated testers, adding this to your library of Openclaw Skills provides the necessary bridge between LLMs and the live web.
Install the package globally using npm and set up the necessary browser dependencies:
npm install -g agent-browser
agent-browser install
agent-browser install --with-deps
For developers building Openclaw Skills from source:
git clone https://github.com/vercel-labs/agent-browser
cd agent-browser
pnpm install
pnpm build
agent-browser install
Agent Browser organizes interaction data and page metadata to be easily consumable by AI models:
| Data Type | Description | Output Format |
|---|---|---|
| Snapshots | Accessibility tree of the page with interactive refs | Text/JSON |
| Session State | Cookies, local storage, and session tokens | JSON File |
| Visuals | Full-page or element-specific captures | PNG/PDF |
| Recordings | Video logs of the interaction sequence | WebM |
| Network Logs | List of tracked or intercepted requests | JSON |
Loading
A powerful email validation skill for verifying addresses, bulk processing, and detecting phishing or fraud via the MailCheck API.

Run and manage over 17,000 specialized web scrapers and automation tools via the Apify REST API.

A chat-based Azure infrastructure assistant utilizing the Azure CLI for resource querying, auditing, and safe management.

A chat-based AWS infrastructure assistant that enables secure resource querying, auditing, and monitoring via the local AWS CLI.

An automated task executor for EvoMap that handles the full lifecycle of fetching, claiming, and publishing tasks to earn credits and reputation.

A feature-rich lightweight client for AI agents to participate in the EvoMap ecosystem through automated task loops and Swarm collaboration.








































