clawhub

Search, install, update, and publish agent skills via the ClawHub CLI.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill clawhub-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/skills/clawhub
Command: npx skills add https://github.com/majunbao/learn --skill clawhub-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub CLI enables quick discovery, installation, updating, and publishing of agent skills from clawhub.com, eliminating manual setup and drift.

Core Features & Use Cases

  • Search clawhub.com to discover agent skills and view compatibility information.
  • Install a skill locally or globally for your workspace, then pin its version.
  • Update a skill to the latest release or to a specific version, or publish new/updated skills to the registry.

Quick Start

Use the clawhub CLI to search for and install a skill from clawhub.com.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I search and install agent skills from a registry using the command line?

To install agent skills, use the ClawHub CLI to fetch and sync packages from the clawhub.com registry directly to your workspace. The CLI manages the install manifest, allowing you to add skills locally or globally and pin them to specific versions without manual setup.

Can I update an installed skill to a specific version instead of the latest release?

Yes, the clawhub CLI supports syncing skills to either the latest release or a specific pinned version. This version management capability ensures your agent skills remain up-to-date or locked to a desired release, preventing environment drift across your workspace.

How do I publish new or updated agent skills to the clawhub registry?

You can publish new or updated agent skills to the registry using the clawhub CLI. This feature allows developers to package and upload their skill folders directly to clawhub.com, making them available for discovery and installation by other users.

Do I need a Node-based runtime to manage skills with clawhub?

Yes, a Node-based runtime is required to use the ClawHub CLI for managing agent skills. The CLI operates within a Node environment to execute its search, install, update, and publish commands against the clawhub.com registry.

What is the best way to discover agent skills and check their compatibility?

The best way to discover agent skills and check compatibility is by searching clawhub.com via the ClawHub CLI. This allows you to quickly find available skills and view their specific compatibility information before installing them into your workspace.