ClawHub

ClawHub is the public Skills registry for OpenClaw. It is a free service: all Skills are public, open, and can be viewed, shared, and reused by everyone. A Skill is simply a folder containing a SKILL.md file (and supporting text files). You can browse Skills in the web application, and use the CLI to search, install, update, and publish Skills. Website: clawhub.com

ClawHub website homepage

Positioning in OpenClaw

By default, the CLI installs Skills to ./skills in the current working directory. If an OpenClaw workspace is configured, clawhub will fall back to that workspace unless you override it with --workdir (or CLAWHUB_WORKDIR). OpenClaw loads workspace Skills from <workspace>/skills and they will take effect in the next session. If you're already using ~/.openclaw/skills or built-in Skills, workspace Skills have higher priority. For more details on Skills loading, sharing, and permission control, see Skills.

Skills directory structure

Target Audience (Beginner Friendly)

If you want to add new functionality to OpenClaw agents, ClawHub is the easiest way to find and install Skills. You don't need to understand how the backend works. You can:

Installing the CLI

Original ClawHub CLI (For International Users)

Choose one of the following:

Installing ClawHub CLI

SkillHub CLI (Recommended for Chinese Users) ⭐

SkillHub is the Chinese mirror site of ClawHub, optimized for Chinese users, providing high-speed download experience. Visit the website: skillhub.tencent.com

Installation method:

SkillHub website homepage

Advantages of SkillHub:

SkillHub featured rankings

SkillHub Mirror Site Introduction (For Chinese Users)

What is SkillHub

SkillHub is the Chinese mirror site of ClawHub. The data source is completely consistent with ClawHub, but it provides a service experience more suitable for Chinese users.

Core Features

  1. Featured Recommendations: Officially selected TOP 50 AI Skills, one-click installation
  2. High-Speed Downloads: Chinese servers, significantly improved download speeds
  3. Security Audit: All Skills undergo security checks to reduce risks
  4. Convenient Search: Supports Chinese search to quickly find needed skills
  5. Real-time Synchronization: Real-time sync with ClawHub data to ensure latest updates

Usage

SkillHub CLI usage is completely consistent with the original clawhub:

Relationship with Original Version

Logging into ClawHub Account

Why Login

Although ClawHub allows non-logged-in users to search and install Skills, logging into an account has the following important benefits:

Login Steps

Method 1: Login via GitHub (Recommended)

This is the simplest and most secure login method.

1.1 Visit ClawHub Official Website

Open in browser: https://clawhub.com

Visit ClawHub official website

1.2 Click Login

Click the "Login" button in the top right corner of the page:

Click login button

1.3 Choose GitHub Login

On the login page, click "Sign in with GitHub".

1.4 Authorize Access

After successful authorization, you will be automatically redirected back to ClawHub and show logged-in status.

Method 2: Login using Token

If you cannot use GitHub login, you can use Token login.

2.1 Login Account

First follow the steps in Method 1 to log in to ClawHub official website via GitHub.

2.2 Enter Settings Page

After logging in, click your user avatar in the top right corner of the page, select "Settings":

Enter settings page

2.3 Create API Token

In the settings page, find the "API Tokens" section, click "Create token":

Create API Token

2.4 Copy Token

The system will generate a new API Token, click the copy button to copy this Token:

Copy Token

⚠️ Important Notes:

2.5 Login in Terminal

Open terminal, run the following command (replace YourToken with the Token you just copied):

Login using Token

Note: There is a space after --token, then paste your Token.

Common Issues

Issue 1: Login shows invalid Token

Error message:

Possible causes:

Solutions:

  1. Recreate Token and copy again
  2. Ensure no extra spaces when copying
  3. Check if Token is complete

Issue 2: GitHub login failed

Possible causes:

Solutions:

  1. Check network connection
  2. Confirm GitHub account email is verified
  3. Try using other browser or incognito mode

Issue 3: Still rate limited after login

Possible causes:

Solutions:

  1. Run clawhub whoami to confirm login status
  2. Confirm using correct CLI command
  3. Login again

Quick Start

Using Original ClawHub

  1. Install CLI (see previous section).

  2. Search for what you need: (VPN required in China)

    ClawHub search results

  3. Install a Skills:

    Syntax: clawhub install <skill-slug>

  4. Start a new OpenClaw session to load new Skills.

Using SkillHub (For Chinese Users)

  1. Install SkillHub CLI:

  2. Search for what you need:

  3. Install a Skills:

    Syntax: skillhub install <skill-slug>

  4. Start a new OpenClaw session to load new Skills.

Agent Common Workflows

Search Skills

Or use SkillHub:

Download New Skills

Or use SkillHub:

Update Installed Skills

Or use SkillHub:

Backup Your Skills (Publish or Sync)

For a single Skills folder:

Scan and backup multiple Skills at once:

CLI Commands and Parameters

Global options (apply to all commands):

Authentication:

Options:

Search:

Install:

Update:

List:

Installed Skills list

Publish:

Delete/Undelete (owners/admins only):

Sync (scan local Skills + publish new/updated Skills):

 

Environment Variables

 

For more content about ClawHub, refer to: ClawHub - OpenClaw