clawhub

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

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill clawhub-sigitpoerwo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/01-SIAP-PAKAI/automation/clawhub
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill clawhub-sigitpoerwo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub CLI enables searching, installing, updating, and publishing agent skills from clawhub.com, helping you fetch new skills on demand, sync skills to the latest or a specific version, and publish updated skill folders.

Core Features & Use Cases

  • Search for skills with clawhub search "keyword" and inspect results.
  • Install skills with clawhub install my-skill to add them to your workspace.
  • Update to latest or a specific version with clawhub update my-skill or clawhub update --all.
  • Publish new or updated skills with clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.0.0 --changelog "Initial release".

Quick Start

Install the ClawHub CLI globally and start by searching for your first skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install and manage agent skills from a CLI?

You can install and manage agent skills by using the ClawHub CLI to search, fetch, and update packages from the clawhub.com registry directly within your Node.js environment.

What is the process to publish an updated skill folder to a registry?

Publishing an updated skill folder requires the clawhub CLI. You execute the publish command with the directory path, slug, name, version, and changelog to push it to clawhub.com.

Do I need Node.js to use ClawHub for fetching skills on the fly?

Yes, fetching skills on the fly requires the ClawHub CLI, which operates within a Node.js environment to run search and install commands for your workspace.

Can I sync installed skills to a specific version instead of the latest?

Yes, you can sync installed skills to a specific version. The ClawHub CLI update command allows targeting individual skills or syncing all installed skills to their latest available releases.

What's the best way to search for available skills before installing them?

The best way to search for available skills is using the ClawHub CLI. Running a search command with specific keywords returns inspectable results from the clawhub.com registry before installation.