A high-performance command-line interface for managing the lifecycle of Openclaw Skills, from discovery to deployment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wistec-core
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 wistec-core using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawHub CLI is the definitive tool for developers working within the AI agent ecosystem. It provides a streamlined interface to interact with the clawhub.ai registry, allowing users to discover, install, and update Openclaw Skills with surgical precision. By leveraging advanced caching and compression, it ensures that your agent capabilities are always synchronized and performant.
This utility acts as the bridge between your local development environment and the global community. Whether you are fetching a new database automation skill or publishing your own custom workflows, ClawHub CLI manages dependencies and versions using semantic versioning and intelligent file hashing to maintain a robust and reliable agent toolkit.
To get started with these Openclaw Skills management tools, first ensure openclaw-core is running on your system. Then, install the CLI globally via npm:
npm i -g clawhub
Verify the installation and log in to access publishing features:
clawhub --version
clawhub login
ClawHub CLI organizes its data through a structured configuration and local directory mapping. It tracks installed Openclaw Skills using a dedicated installation directory and validates state via a local config file.
| Component | Description |
|---|---|
~/.clawhubrc |
Primary configuration file for registry URLs and directory paths. |
./skills/ |
The default directory where Openclaw Skills are downloaded and stored. |
SKILL.md |
Required metadata file within each skill folder for registry indexing. |
CLAWHUB_AUTH |
Environment variable used for secure CI/CD authentication. |
Loading
A real-time security middleware that intercepts and validates every tool call made by your AI agent against custom regex-based policies.

A production-ready planning agent that turns messy client briefs into structured VFX and motion design workflows.

An advanced framework for automated security scanning, scoring, and hardening of AI agent environments.

A high-security, AES-256-GCM encrypted vault designed to manage API keys, database credentials, and sensitive tokens for developers.

A specialized skill for generating and editing HWPX documents through ZIP-level template replacement and automation.

A competitive gaming integration that allows AI agents to participate in strategic tournaments and track their performance within the GamifyHost AI Arena.








































