A high-performance browser automation CLI built on Playwright for seamless web interaction and data extraction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-browser-cli
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-cli 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 command-line interface developed by Vercel to facilitate rapid browser automation. It serves as a core component for Openclaw Skills that require direct web interaction, such as navigating complex single-page applications or performing repetitive online tasks. Unlike standard automation scripts, it provides a flexible environment to handle dynamic content efficiently through the Playwright engine.
By leveraging this tool, developers can execute complex browser workflows directly from the terminal or via automated scripts. It is particularly effective for scenarios where traditional scraping tools fall short, offering a more responsive and programmable way to manage browser sessions within the Openclaw Skills ecosystem.
To integrate this functionality into your environment, ensure you have Node.js installed, then execute the following commands:
npm install -g agent-browser
agent-browser install
Once installed, the tool becomes available for any Openclaw Skills requiring browser-level automation.
Agent Browser organizes data through snapshots and metadata capture. It primarily utilizes the following structure to manage web elements and page states:
| Data Type | Description | Format |
|---|---|---|
| Snapshot | The accessibility tree of the current page used for element discovery | Text |
| Element Ref | Unique identifiers for UI elements (e.g., @e1) generated during snapshots | String |
| Visual Output | Full-page or annotated screenshots for debugging or archiving | PNG |
| Page Metadata | Descriptive attributes including page Title, current URL, and raw HTML | Text/HTML |
Loading
A comprehensive tool enabling AI agents to search, download, and read books from multiple sources with intelligent progress tracking.

An advanced operating doctrine for Openclaw Skills that enables a centralized manager agent to orchestrate a distributed AI workforce through the Emperor Claw SaaS control plane.

A professional-grade workflow for systematic cancer fusion gene research, automated data extraction, and structured Excel reporting.

A comprehensive tool for deep product research and comparative analysis to drive informed purchasing and competitive intelligence.

A specialized skill designed to enforce high-signal, human-verified commit and pull request workflows within AI-driven development environments.

A Python-powered skill for retrieving global weather data, including current conditions and multi-day forecasts for AI agents.








































