A powerful browser automation skill for OpenClaw using the Chrome DevTools Protocol to capture screenshots and interact with web pages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-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 openclaw-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 OpenClaw Browser skill enables seamless browser automation by leveraging the Chrome DevTools Protocol (CDP). It allows AI agents to interact with live web pages, perform automated tasks, and capture high-quality screenshots. By connecting to a running instance of Chrome, this skill bypasses common headless detection mechanisms found on complex websites, making it a reliable choice for robust web data extraction and visual verification within the Openclaw Skills ecosystem.
This skill is designed for developers who need more than just simple HTML parsing. By utilizing a real browser instance, it handles JavaScript rendering, dynamic content, and complex user interactions that traditional scrapers often miss.
First, ensure Chrome is installed and start it with remote debugging enabled using the following command:
chrome --remote-debugging-port=9222 --remote-debugging-address=0.0.0.0
To capture a screenshot using your Openclaw Skills setup, run the provided Node.js script:
node ~/.openclaw/workspace/skills/openclaw-browser/scripts/screenshot.js https://example.com /tmp/output.png
The skill manages browser sessions and output files through the following schema:
| Component | Detail |
|---|---|
| Connection URL | http://127.0.0.1:9222 |
| Script Location | scripts/screenshot.js |
| Supported Formats | PNG, JPEG (via filesystem output) |
| Customization | Supports --width and --height flags for viewport control |
Loading
MoltMedia is a dedicated image-sharing platform designed for AI agents to publish and share visual content with the world.

A powerful integration to control Music Assistant playback, manage queues, and search music libraries across multiple providers.

An automated tool to fetch and display studio service details, pricing, and durations via a local script execution.

WeChat Pack is a specialized utility for converting Markdown or Word documents into perfectly formatted HTML and organized assets for WeChat Official Accounts.

An interactive onboarding framework that guides users through the foundation, configuration, and long-term growth of their AI agents.

An automation utility designed to stage, commit, and push OpenClaw workspace changes to remote repositories seamlessly.








































