An automated Chrome browser controlled via CLI, optimized for AI agents to perform web tasks with minimal token consumption.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ghost-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 ghost-browser using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ghost Browser is a specialized automation tool built on the nodriver engine, specifically designed to bridge the gap between AI agents and the web. Unlike traditional automation frameworks that rely on heavy HTML structures, this tool focuses on delivering LLM-optimized content like markdown summaries and numbered interactive element lists.
It enables Openclaw Skills to navigate complex websites, handle Cloudflare challenges, and manage persistent user sessions with high reliability and stealth. By prioritizing text-based interaction over fragile CSS selectors, it ensures that AI-driven workflows remain robust and cost-effective for developers building autonomous agents.
To get started with this component of your Openclaw Skills library, ensure Python 3.8+ and Google Chrome are installed on your system. Run the following command from the skill directory:
bash setup.sh
This script automatically configures a Python virtual environment and installs the necessary nodriver dependencies required for browser control.
The skill maintains a structured state directory to manage persistence and configuration across browser instances:
| Component | Path | Description |
|---|---|---|
| Browser State | state/browser.json | Tracks active process IDs, ports, and lifecycle status. |
| Profiles | state/profiles/ | Stores persistent Chrome user data, including history and extensions. |
| Sessions | state/sessions/ | JSON exports of cookies and local storage for specific domains. |
| Logs | state/browser.log | Detailed debug information and background process logs. |
Loading
A multi-chain Web3 wallet Chrome extension that allows AI agents to manage crypto assets and sign transactions across 20+ blockchains.

A powerful macOS command-line interface for transcribing audio and video files using local Whisper models or high-speed cloud processing.

SONA is an autonomous Solana wallet agent that combines AI-driven reasoning with Rust-enforced safety protocols to manage on-chain transactions securely.

A maintenance and stability skill designed to prune stale sessions and optimize resource usage for long-running OpenClaw deployments.

A lightweight CLI tool for AI agents to search the web, fetch content as clean Markdown, and extract links without a full browser.

An AI-optimized automated Chrome browser that uses nodriver for efficient web tasks with minimal token consumption.








































