Key Features
- Ref based support
- Headless support
Use Cases
With Agent Browser, you can:
- Running local AI models for text generation and analysis
- Building conversational agents with natural language understanding
- Automating content summarization and extraction
- Integrating machine learning pipelines into workflows
Setup & Installation
Install Agent Browser using the ClawHub CLI or OpenClaw CLI:
clawhub install agent-browser-clawdbotIf the CLI is not installed:
npx clawhub@latest install agent-browser-clawdbotOr install with OpenClaw CLI:
openclaw skills install agent-browser-clawdbotVersion History
Latest version: 0.1.0
First published: Jan 21, 2026. Last updated: Feb 9, 2026.
1 version released.
- Initial release of agent-browser-clawdbot skill. - Enables fast, headless browser automation via CLI, optimized for AI agent workflows. - Provides accessibility tree snapshots with ref-based deterministic element selection. - Supports session isolation, state persistence, and robust automation commands (navigation, interaction, data extraction, network control, and more). - Includes example workflows and best practices for efficient automation.
Frequently Asked Questions
Is Agent Browser free to use?
Yes. Agent Browser is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does Agent Browser support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Agent Browser will work seamlessly across operating systems.
How do I update Agent Browser?
Run
openclaw skills update agent-browser-clawdbot to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.What's new in Agent Browser?
The latest update (0.1.0) includes: - Initial release of agent-browser-clawdbot skill.
- Enables fast, headless browser automation via CLI, optimized for AI agent workflows.
- Provides accessibility tree snapshots with ref-based dete...