A powerful AI-driven browser automation skill that handles complex multi-step web workflows, logins, and anti-bot measures using the Browser-Use framework.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install browser-use-pro
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-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Browser-Use is a sophisticated automation skill designed for Openclaw Skills that leverages large language models to navigate the web like a human. Unlike basic scrapers, it can interpret visual cues, handle complex login sequences, and navigate sites protected by anti-bot measures. By integrating the Browser-Use framework with Playwright, this skill allows AI agents to execute reliable sequences of five or more steps, such as navigating to a specific page, filling out forms, and submitting data with reasoning-based error recovery.
Built with a focus on security and privacy, the skill ensures that sensitive credentials never reach the LLM directly through the use of placeholder tokens. It supports both a built-in Chromium instance for speed and a real Chrome CDP connection for scenarios where a user's active session or higher stealth is required. This makes it an essential tool for developers needing robust web interaction capabilities within their Openclaw Skills workflows.
First, create a virtual environment and install the necessary dependencies for this Openclaw Skills extension:
python3 -m venv ~/browser-use-env
source ~/browser-use-env/bin/activate
pip install browser-use playwright langchain-openai
playwright install chromium
To use Mode B (Real Chrome), launch Chrome with the debugging port enabled:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 &
The skill manages its environment and execution data using the following structure to maintain clean Openclaw Skills operations:
| Component | Path / Format | Description |
|---|---|---|
| Environment | ~/browser-use-env |
Python virtual environment containing all libraries. |
| Task Profile | ~/.browser-use/task-profile |
Local storage for session data and cookies in Mode A. |
| Scripts | .py files |
Dynamically generated Python scripts containing the agent logic. |
| LLM Config | Environment Variables | API keys and base URLs for OpenAI-compatible providers. |
| Sensitive Data | sensitive_data dict |
Temporary mapping of placeholders to real credentials during runtime. |
allowed_domains parameter to ensure agent safety and compliance within the Openclaw Skills ecosystem.Loading
A Python-powered skill for fetching Strava activity data and workout statistics through your AI agent.

A CLI-driven tracking tool for monitoring Product Hunt launch metrics and leaderboards in real-time.

A specialized tool for managing social media workspaces and automating post scheduling through AI-driven workflows.

An administrative command-line interface for managing Lemon Squeezy storefronts, orders, and subscription metrics.

A comprehensive three-tier code quality defense and security audit orchestration layer for users of Openclaw Skills.

A rigorous, five-phase framework for AI agents to perform systematic root cause analysis and safe code deployment.








































