A high-stability browser automation layer using Chrome DevTools Protocol to replace unreliable extension-based relays.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stable-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 stable-browser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Stable Browser is a technical optimization designed to fix common connectivity issues in AI-driven web tasks. By moving away from standard browser extensions which often suffer from WebSocket 403 errors and port confusion, this skill implements a direct Chrome DevTools Protocol (CDP) connection. This ensures a persistent, reliable link between your AI agent and the web browser, enabling seamless automation for complex tasks.
This integration is essential for developers building robust Openclaw Skills that require consistent headless or headed browser control. By utilizing a dedicated profile, it keeps your primary browsing environment clean while providing the agent with a stable, high-performance environment for web interaction.
To quickly configure the stable browser environment, run the provided setup script:
bash scripts/setup-cdp.sh
This script automates the creation of the debug profile, updates your configuration, and sets up a LaunchAgent on macOS to ensure the browser is available upon login. After installation, ensure you use profile="openclaw" in your browser tool calls.
The skill manages its environment through an isolated file structure and specific configuration parameters:
| Component | Path / Identifier | Purpose |
|---|---|---|
| Profile Directory | ~/.chrome-debug-profile | Stores isolated cookies, history, and session data. |
| Config Key | browser.cdpUrl | The endpoint URL used by the agent to command the browser. |
| Communication Port | 9222 | The default local port for the Chrome DevTools Protocol. |
| Tool Profile | openclaw | The profile name passed to browser actions to trigger CDP usage. |
Loading
A voice-interface skill that enables ambient wake word detection and command execution for OpenClaw agents.

An automated conversation intelligence tool that generates AI summaries and maps entity relationships from transcribed voice data.

A sophisticated speaker identification system that maps anonymous transcript labels to real names and manages voice command authorization levels.

Ambient audio capture and local transcription for AI agents via wearable devices like Omi and Apple Watch.

An AI-powered trading agent for Hyperliquid perpetual futures featuring automated strategies and integrated micropayments.

A sophisticated configuration skill that maps the 16 Myers-Briggs personality types to your AI agent to customize communication and decision-making styles.








































