clawhub

Search, install, update, and publish agent skills via the clawhub registry.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Jnuso/OpenClaw --skill clawhub-jnuso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Jnuso/OpenClaw/tree/main/skills/clawhub
Command: npx skills add https://github.com/Jnuso/OpenClaw --skill clawhub-jnuso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The ClawHub CLI helps you search for, install, update, and publish agent skills from clawhub.com, enabling you to manage skills centrally without manual setup.

Core Features & Use Cases

  • Search for skills on clawhub.com and install them locally.
  • Update installed skills to the latest version or to a specific version.
  • Publish new or updated skill folders to the clawhub registry for distribution.

Quick Start

Install the ClawHub CLI globally with npm i -g clawhub and start managing skills.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install agent skills from a registry without manual setup?

You can install agent skills without manual setup by using the ClawHub CLI to search and fetch skills directly from clawhub.com to your local environment.

Can I update installed npm skills to a specific version?

Yes, you can update installed npm skills to a specific version by running the ClawHub CLI to synchronize your local skill set with the clawhub registry.

Do I need Node.js to manage skills with ClawHub?

Yes, you need Node.js and npm installed because ClawHub relies on the npm package manager and uses the declared clawhub binary to execute skill management operations.

How do I publish updated agent skills to a registry?

You publish updated agent skills to a registry by using the ClawHub CLI to package your local skill folder and distribute it to the clawhub registry for others to install.

What is the best way to centrally manage agent skills across projects?

The best way to centrally manage agent skills across projects is using the ClawHub CLI, which handles searching, installing, updating, and publishing skills from a single registry.