A high-speed, Rust-powered headless browser CLI that enables AI agents to navigate web pages and interact with elements using structured commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install junxuan
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 junxuan 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 cutting-edge automation tool designed to bridge the gap between AI agents and the web. Built with a high-performance Rust core and a Node.js fallback, it provides a robust command-line interface for navigating websites, interacting with DOM elements, and capturing page states. As a standout feature in the Openclaw Skills ecosystem, it utilizes a unique referencing system (@refs) that simplifies complex web interactions into predictable, executable commands, making it ideal for autonomous agents requiring reliable browser control.
This tool goes beyond simple scraping by offering full interaction capabilities, including form filling, session management, and media capture. Whether you are building automated research workflows or complex UI testing suites, this addition to your Openclaw Skills toolkit ensures your agents can handle modern, JavaScript-heavy websites with precision and speed.
To integrate this tool into your Openclaw Skills environment, follow these installation steps:
# Recommended installation via npm
npm install -g agent-browser
agent-browser install
agent-browser install --with-deps
# Alternative: Build 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 into structured formats for easy consumption by AI agents:
| Data Type | Format | Description |
|---|---|---|
| Page Snapshot | JSON/Text | Accessibility tree with @ref pointers for interactive elements. |
| Session State | JSON | Exportable file containing cookies and localStorage data. |
| Media Output | PNG/PDF/WebM | Visual representations of the page or recorded interaction sessions. |
| Network Logs | JSON | Tracked requests, headers, and filtered API activity. |
| Element Info | JSON | Bounding box coordinates, attributes, and visibility states. |
Loading
A specialized skill for generating Obsidian-compatible Markdown notes and visual Canvas diagrams with automated Git synchronization.

A secure CLI-based skill for retrieving secrets and credentials from a desktop vault with human-in-the-loop approval.

Clawscan is a specialized security auditing tool designed to perform first-pass vulnerability checks and malicious hash detection for your deployment.

The Claude Code Controller is a robust integration for Openclaw Skills that enables seamless management of the Anthropic Claude Code CLI for autonomous software engineering.

A powerful Openclaw Skills integration for Paragraph.com that enables automated Web3 blogging, onchain content management, and community tokenization.

An automated content ideation pipeline that scrapes hot trends, scores them for viral potential, and syncs data to Feishu and Telegram.








































