A high-performance Rust-based headless browser CLI that enables AI agents to navigate, click, and extract data from the web using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-browser-6aigix9qi2tu
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-6aigix9qi2tu 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 specialized automation tool designed to give AI agents a physical presence on the web. Built with a fast Rust core and a Node.js fallback, it allows agents to perform complex actions like clicking, typing, and form filling using a unique reference-based system. By integrating this tool into your Openclaw Skills library, you enable agents to interpret web pages as structured data and interact with DOM elements with high precision.
The tool solves the common problem of AI agents struggling with dynamic web content. It provides a robust interface for navigating the modern web, supporting everything from simple page loads to complex state management across multiple sessions. Whether you are building a research assistant or a testing suite, this skill provides the necessary bridge between LLM reasoning and browser execution.
This skill requires the OpenClawProvider to be active on your system. To install the core CLI, use the following commands:
npm install -g agent-browser
agent-browser install
agent-browser install --with-deps
Ensure your environment is configured to recognize the Openclaw Skills provider for seamless agent integration.
The skill organizes its operations through a combination of temporary references and persistent files:
| Component | Type | Description |
|---|---|---|
| Element Refs | String | Temporary identifiers (e.g., @e1) mapping to DOM elements per page load. |
| Session State | JSON | Files like auth.json that store cookies and localStorage for session persistence. |
| Media Assets | File | Outputs including .webm video recordings, .png screenshots, and .pdf documents. |
| Interaction Logs | JSON | Structured output for every command when the --json flag is enabled. |
Loading
A command-line interface skill that enables AI agents to view, create, and manage Hevy fitness app data including workouts, routines, and folders.

A comprehensive Command Line Interface for managing Google Blogger posts, schedules, and analytics.

A comprehensive skill enabling AI agents to write, debug, and optimize Swift code for the entire Apple ecosystem.

A specialized development tool for creating TradingView Pine Script v6 indicators and automated trading strategies.

A high-performance Rust-based headless browser CLI designed for AI agents to navigate and interact with the web through structured commands.

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








































