An advanced AI-driven browser automation tool that leverages LLMs to navigate, interact with, and extract structured data from any website using a real Chromium instance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install alex-browser-use
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 alex-browser-use 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 is a high-performance automation framework designed for Openclaw Skills that utilizes the browser-use library to drive a real Chromium browser. By integrating LLM agents, this skill can perform complex, multi-step web tasks such as filling forms, clicking elements, and navigating sophisticated UIs just like a human user. It is specifically engineered to handle JavaScript-heavy sites and dynamic content that traditional static scrapers often fail to process.
This skill excels in scenarios where traditional API access is unavailable or restricted. It includes built-in mechanisms for anti-detection, ensuring that automated sessions remain stealthy and avoid being flagged as bots. Whether you are automating account registrations or extracting structured data from complex web interfaces, this tool provides the necessary abstraction to turn natural language instructions into reliable browser actions within the Openclaw Skills ecosystem.
To get started with browser-use in your Openclaw Skills environment, ensure you have the necessary dependencies installed. Use the uv package manager to execute your scripts to ensure proper environment management.
uv run python your_script.py
Configure your LLM provider. If using Google Gemini via Cloud Code Assist, ensure your OAuth is authenticated. For Anthropic, set your API key in your environment:
export ANTHROPIC_API_KEY='your-key-here'
Ensure you have Chromium installed and the path set if it is not in the default location:
export CHROMIUM_PATH='/usr/bin/chromium-browser'
Set the headless mode preference if you wish to watch the browser actions locally:
export BROWSER_USE_HEADLESS='false'
The skill organizes data through Pydantic models for structured extraction and maintains session state via cookie injection. Below is the metadata and data organization structure used by this skill:
| Feature | Description |
|---|---|
| Output Schema | Uses Pydantic classes to define the exact shape of extracted web data for reliability. |
| Session Cookies | Supports JSON-based cookie lists for pre-authenticated sessions on platforms like X or LinkedIn. |
| Sensitive Data | A secure dictionary mapping for credentials that prevents leaking secrets to the LLM during processing. |
| Identity Profile | Utilizes a default persona (Alex Chen) for consistent registration and interaction workflows. |
Loading
A high-performance media generation suite for creating photorealistic images, synthetic videos, talking heads, and neural audio via GPU-accelerated workflows.

A Write-Ahead Log protocol that prevents agents from losing critical context and corrections during conversation compaction by persisting state to disk before responding.

A comprehensive governance framework providing five core protocols to ensure AI agent reliability, verification, and cost-efficiency.

A sophisticated security and permission layer providing tiered access control, owner approval workflows, and automated stranger deflection for AI agents.

A professional-grade C/C++ language server providing deep code intelligence, real-time diagnostics, and automated formatting.

An essential skill for agents to contribute code, documentation, and architecture decisions to the ClawChain blockchain ecosystem.








































