Key Features
- Automation: Automates repetitive tasks and workflows without manual intervention
- Browser: Controls web browsers programmatically for navigation, form filling, and data extraction
- Headless support
- Web 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-browserIf the CLI is not installed:
npx clawhub@latest install agent-browserOr install with OpenClaw CLI:
openclaw skills install agent-browserVersion History
Latest version: 0.2.0
First published: Jan 11, 2026. Last updated: Feb 9, 2026.
2 versions released.
**Big update: Expanded documentation and new contribution guidelines.** - Added a CONTRIBUTING.md file with guidelines for contributors. - Significantly revised and expanded SKILL.md: - Clearer structure, concise “Quick start,” and streamlined “Core workflow.” - Added or reorganized sections: video recording, mouse control, semantic locators, browser settings, cookies/storage, network, tabs, frames, dialogs, JS, and session state management. - More comprehensive examples and improved command explanations. - Introduced allowed-tools field in SKILL.md for clearer operational context.
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 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.2.0) includes: **Big update: Expanded documentation and new contribution guidelines.**
- Added a CONTRIBUTING.md file with guidelines for contributors.
- Significantly revised and expanded SKILL.md:
- Clearer ...