clawhub

Manage OpenClaw agent skill lifecycle via the ClawHub CLI.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill clawhub-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/skills/clawhub
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill clawhub-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawhub.

What problem does it solve?

ClawHub streamlines the otherwise manual work of finding, installing, updating, and publishing agent skills so you can keep your skill collection current without tedious file management.

Core Features & Use Cases

  • Search and discovery: Find skills by name or topic on clawhub.com.
  • Install and version pinning: Install skills locally, including specific versions for reproducible setups.
  • Update workflows: Upgrade skills to the latest release (optionally with hash-based matching and forced updates), or update all installed skills in bulk.
  • Publish and distribution: Publish a local skill folder to the registry with slug, name, version, and changelog metadata.
  • Use case: A developer wants to quickly add a new capability (e.g., “postgres backups” assistant), pin it to a known-good version, then later update it across the workspace once changes are validated.

Quick Start

Run the ClawHub CLI install command to install a skill named my-skill for your local OpenClaw workspace.

Frequently Asked Questions about clawhub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and publish agent skills using a CLI?

You can install and publish agent skills via the ClawHub CLI, which manages the lifecycle of OpenClaw skills by searching, installing, updating, and publishing packages with one command. It requires the clawhub executable and npm-based installation.

Can I pin a specific skill version for reproducible workspace setups?

Yes, you can pin a specific skill version for reproducible workspace setups. The ClawHub CLI supports version-pinned installs, allowing you to lock a skill to a known-good version and later update it across the workspace once changes are validated.

What is the best way to bulk update installed skills in an OpenClaw workspace?

The best way to bulk update installed skills is using the ClawHub CLI's update workflow. It can upgrade skills to the latest release with optional hash-based matching and forced updates, or update all installed skills in your OpenClaw workspace simultaneously.

Do I need npm to manage and install OpenClaw skills?

Yes, you need npm for the npm-based installation of the clawhub executable. ClawHub requires this dependency to manage the lifecycle of OpenClaw agent skills, including searching, installing, updating, and publishing packages to a registry.

How do I publish a local skill folder to a registry?

To publish a local skill folder to a registry, use the ClawHub CLI's publish command. You provide the local skill directory along with metadata such as slug, name, version, and changelog to distribute the package via the ClawHub registry.

Are there limitations when forcing skill updates with hash-based matching?

Forcing skill updates with hash-based matching bypasses standard version selection behavior. While it ensures you get the exact latest release, limitations include potential compatibility issues if the validated version is skipped during forced upgrades in your OpenClaw workspace.