ClawHub CLI for Openclaw

A high-performance command-line interface for managing the lifecycle of Openclaw Skills, from discovery to deployment.

wistec-ai-it-department
v1.0.0
Feb 3, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install wistec-core

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ClawHub CLI?

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.

ClawHub CLI Use Cases

  • Discovering and installing new capabilities for AI agents from a centralized registry.
  • Synchronizing local Openclaw Skills to the latest versions using hash-based matching.
  • Publishing custom agent skills to the community with full version control and metadata management.
  • Integrating skill management into CI/CD pipelines for automated agent deployments.

How ClawHub CLI Works

  1. The user initializes the environment by ensuring the core utility is running to handle low-level operations.
  2. Authentication is established via the CLI to enable secure interactions with the registry for publishing.
  3. Users search the registry for specific Openclaw Skills and install them to local directories.
  4. The CLI performs hash-based comparisons between local files and registry versions to detect and apply updates.
  5. Developers package their local folders and use the publish command to push new versions to the community.

ClawHub CLI Setup

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 Data Schema & Taxonomy

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.

ClawHub CLI Advanced Features

  • Hash-based update detection to identify modifications and preserve local changes in Openclaw Skills.
  • Batch operations support for installing or updating multiple skills via file input or pipe commands.
  • Comprehensive CI/CD integration with GitHub Actions for automated versioning and publishing.
  • Customizable registry support for private or self-hosted agent skill repositories.
  • Advanced debug logging and verbose output for troubleshooting complex skill lifecycles.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins clawhub
Github Stars: 0
forks: 0

Featured*