Cloud-based AI browser automation for executing complex web tasks through a simple API and natural language instructions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install browser-use-api
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 browser-use-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browser Use skill empowers developers to perform high-level web automation without the overhead of managing local browser drivers. By integrating this capability into Openclaw Skills, users can trigger AI-driven browsing sessions that handle everything from simple data extraction to complex multi-step navigation. It operates via a cloud API, meaning it can bypass environment-specific restrictions and execute tasks in a clean, remote environment.
This skill is designed for scenarios where traditional scraping fails. By utilizing Large Language Models to drive the browser, it can interpret web page structures dynamically, fill out forms, and navigate through interactive elements just as a human would. This makes it an essential component for any automated workflow requiring robust web interaction.
To get started with this skill within Openclaw Skills, you must first configure your environment with a valid API key.
# Set your API key in the environment
export BROWSER_USE_API_KEY="your_api_key_here"
You can then use the included helper script to run tasks immediately:
# Execute a task and wait for the result
./scripts/browser-use.sh "Go to hacker news and get the top 3 stories"
The skill returns structured JSON data representing the lifecycle and outcome of the browser task. The metadata taxonomy includes:
| Key | Description |
|---|---|
| id | The unique UUID for the task session. |
| status | Current lifecycle state (pending, started, finished, failed). |
| output | The final text result extracted by the AI. |
| steps | A detailed array of actions taken, including screenshots. |
| cost | The exact cost of the transaction in USD. |
| isSuccess | A boolean flag indicating if the goal was achieved. |
Loading
ToneClone is a specialized AI writing tool that captures and replicates your unique voice for authentic, personalized content generation.

A command-line interface for generating AI content in your authentic voice using trained personas and specific knowledge context.

A powerful CLI wrapper for official Google APIs providing direct access to Gmail, Calendar, and Drive without third-party proxies.

FormPass Submit provides a structured trust layer for AI agents to discover, validate, and submit data to web forms via an authenticated API.

A professional-grade database specialist for designing schemas, optimizing complex SQL queries, and managing zero-downtime migrations.

A senior-level AI assistant for building high-performance .NET 9 applications using Clean Architecture and the Result pattern.








































