A visual, human-like web browser skill that gives AI agents the ability to render JavaScript and capture screenshots.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-browser
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 claw-browser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Claw Browser skill provides agents with visual capabilities by utilizing a real Chromium browser powered by Playwright. Unlike traditional HTTP clients, this addition to Openclaw Skills handles complex Single Page Applications (SPAs), dynamic content, and JavaScript-heavy websites, ensuring the agent interacts with the web exactly like a human user would. It essentially gives the agent eyes to navigate the modern web effectively.
To get started, ensure you have Python installed, then run the following commands to prepare your Openclaw Skills environment:
# 1. Create virtual environment
python3 -m venv venv
# 2. Activate it
source venv/bin/activate
# 3. Install dependencies
pip install -r requirements.txt
# 4. Download Chromium binaries (CRITICAL STEP)
playwright install chromium
The skill manages data through direct command-line arguments and specific file outputs to maintain clarity within Openclaw Skills:
| Component | Details |
|---|---|
| Input Arguments | URL (Required), Action (read/screenshot), Visible (boolean) |
| Read Output | Markdown-friendly text content extracted from the rendered DOM |
| Screenshot Output | A local image file saved as evidence.png |
| Execution Environment | Local virtual environment (venv) with Playwright Chromium binaries |
Loading
A zero-dependency, one-command cleanup utility that reclaims gigabytes of disk space by purging system caches, logs, and build artifacts.

A lightweight system-level watchdog designed to monitor sub-agent processes and automate configuration recovery for the OpenClaw gateway.

A zero-config, multi-engine web and academic search tool that provides clean JSON results without requiring API keys or subscriptions.

A versatile command-line tool for scraping DuckDuckGo search results into multiple structured data formats including JSON, CSV, and Markdown.

A local network integration that enables AI agents to control physical Wiz smart bulbs through Python-based CLI commands.

A secure and controlled runner for scaffolding, developing, and previewing Expo/React Native applications directly within your environment.








































