A utility skill designed to automate the installation of Google Chrome extensions on macOS using direct store URLs, managed policy forced installations, or unpacked developer loads.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chrome-extension-installer
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-extension-installer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Chrome Extension Installer is a versatile integration tool designed for macOS that automates how Google Chrome extensions are deployed and configured. By leveraging native macOS tools and Chrome CLI flags, this component streamlines developer environments and automated testing setups. It is one of the most practical Openclaw Skills for orchestrating browser-based automation workflows.
This utility provides three distinct installation vectors: standard Web Store URL redirection for interactive user approval, native macOS profile management (.plist modification) for silent enterprise-style background installations, and Developer Mode CLI switches for loading unpackaged local extensions. This flexibility ensures that developers can easily provision their browsers with crucial productivity tools without tedious manual configurations.
To interactively open a Chrome Web Store extension page, run:
open -a "Google Chrome" "https://chromewebstore.google.com/detail/<extension-id>"
For background installation requiring no user confirmation, execute these terminal commands (requires sudo privileges):
EXTENSION_ID="<id>"
PLIST="/Library/Managed Preferences/com.google.Chrome.plist"
sudo defaults write "$PLIST" ExtensionInstallForcelist -array-add "$EXTENSION_ID;https://clients2.google.com/service/update2/crx"
To load a local developer extension directory during launch:
open -a "Google Chrome" --args --load-extension="/path/to/extension"
| Setting / Path | Type | Description |
|---|---|---|
/Library/Managed Preferences/com.google.Chrome.plist |
Plist File | Stores macOS enterprise managed policy definitions for forced extensions. |
ExtensionInstallForcelist |
Array | Plist key containing the list of extension IDs targeted for automated background delivery. |
profile=openclaw |
Sandbox Directory | Separate sandbox profile folder used specifically during automated browser tasks, distinct from your local default Chrome profile. |
https://chromewebstore.google.com/detail/NAME/<ID>manifest.json.Loading
A comprehensive collection of stateless file utility operations providing path manipulation, MIME type detection, cryptographic hashing, and data content formatting for AI automation workflows.

A CLI client for discovering, claiming, and delivering jobs on the RustChain RIP-302 decentralized agent job market.

A 60-second onboarding CLI tool to scaffold RustChain-participating AI agents with wallet and MCP wiring.

An offline-first, highly secure local memory and vector search system for AI agents powered by Ollama and OpenClaw.

A specialized styling skill designed to apply official DeepSeek brand colors, typography, and visual rules to web artifacts, presentation slides, and code displays.

An AI-powered psychological framework based on Jonathan Haidt's landmark book, designed to guide users through cognitive restructuring, happiness formulas, and relationship building.








































