A specialized technical framework for mastering Chrome DevTools Protocol automation and Manifest V3 extension development.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chrome
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 chrome using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive set of patterns and best practices for interacting with the Google Chrome environment at a deep level. It covers the intricacies of the Chrome DevTools Protocol (CDP), ensuring reliable browser automation by handling asynchronous commands and WebSocket connections correctly. Additionally, it serves as a definitive resource for Manifest V3 extension development, addressing the shift to service workers and asynchronous storage. By integrating these patterns into Openclaw Skills, developers can build more robust web tools and automated workflows that are resilient to common automation failures.
To begin using this skill within your Openclaw Skills environment, ensure Chrome is running with remote debugging enabled:
google-chrome --remote-debugging-port=9222
Confirm your extension manifest is configured for V3 and that permissions are split correctly between host and API access. Ensure your automation scripts target the specific tab URL found at http://localhost:9222/json/list to establish a stable CDP connection.
The skill organizes technical data and configurations according to the following schema:
| Component | Format | Description |
|---|---|---|
| CDP Communication | JSON-RPC | Methods and parameters for WebSocket commands like Page.navigate. |
| Extension Manifest | Manifest V3 JSON | Structure for permissions, service workers, and content scripts. |
| Context Fingerprint | JavaScript Object | Detection logic for vendor strings and runtime IDs. |
| Network Interception | Interception Stage | Rules for blocking or modifying requests before navigation. |
| Performance Data | PerformanceEntry Array | Metrics for paint timing, layout shifts, and memory heap size. |
Loading
An AI-powered HR leadership skill for managing hiring pipelines, legal compliance, compensation strategies, and workforce analytics.

A comprehensive travel intelligence skill providing deep regional coverage, logistical planning, and local expertise for navigating China.

An adaptive AI skill designed to assist with chemistry learning, lab safety, and molecular research for all expertise levels.

A professional-grade culinary assistant skill for managing recipes, techniques, and dietary adaptations with technical precision.

A comprehensive automation skill for managing continuous integration and continuous deployment pipelines across web, mobile, and backend stacks.

A comprehensive strategic framework for AI agents to drive digital transformation, manage vendor relations, and govern enterprise technology architecture.








































