Key Features
- Browser use support
- Clawdbot support
- Primary support
Use Cases
With Browser Use, 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 Browser Use using the ClawHub CLI or OpenClaw CLI:
clawhub install browser-useIf the CLI is not installed:
npx clawhub@latest install browser-useOr install with OpenClaw CLI:
openclaw skills install browser-useVersion History
Latest version: 1.0.0
First published: Jan 26, 2026. Last updated: Feb 9, 2026.
1 version released.
Initial release of browser-use skill for Clawdbot: - Adds integration with Browser Use cloud API to create and manage remote browser sessions, supporting persisted cookies and profiles. - Enables autonomous browser tasks via a subagent using a fast, browser-optimized LLM. - Provides simple setup and usage instructions, including API key configuration and pricing details. - Includes documentation links and cURL request examples for sessions, profiles, and task automation.
Frequently Asked Questions
Is Browser Use free to use?
Yes. Browser Use 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 Browser Use support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Browser Use will work seamlessly across operating systems.
How do I update Browser Use?
Run
openclaw skills update browser-use to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.What's new in Browser Use?
The latest update (1.0.0) includes: Initial release of browser-use skill for Clawdbot:
- Adds integration with Browser Use cloud API to create and manage remote browser sessions, supporting persisted cookies and profiles.
- Enables ...