Home Tutorials Categories Skills About
ZH EN JA KO
🦞

ClawHub CLI

Ecosystem Tools Developer Tools

Install Command

npx clawhub@latest install clawhub-cli

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install ClawHub CLI to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm ClawHub CLI appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Skill Search One-Click Install Publish Management

Detailed Description

ClawHub CLI is the core management tool for the OpenClaw skill ecosystem, letting you manage the complete lifecycle of skills through natural language or command line.

Core Features

  • Skill Search: Search skills in the ClawHub marketplace, filtering by rating, downloads, category, and more
  • One-Click Install: Install skills by name or URL with one click, automatically handling dependencies
  • Version Management: View version info for installed skills and one-click upgrade to the latest version
  • Publish Management: Package and publish your own developed skills to the ClawHub marketplace

Configuration

{
  skills: {
    "clawhub-cli": {
      registry: "https://registry.clawhub.com",
      autoUpdate: true,          // Auto-check for skill updates
      installDir: "~/.openclaw/skills",
      token: "your-clawhub-token"  // Required for publishing skills
    }
  }
}

Use Cases

  • Browse the ClawHub marketplace to discover useful new skills
  • Quickly install and configure the skill set needed by your team
  • Developers publish their own MCP servers to ClawHub
  • Manage skill dependencies and versions used in projects