clawdhub

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

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill clawdhub-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/clawdhub
Command: npx skills add https://github.com/papachong/RHClaw --skill clawdhub-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and streamline the search, installation, update, and publication of agent skills from clawdhub via a single CLI, reducing manual orchestration and mismatch across environments.

Core Features & Use Cases

  • Search for available skills on clawdhub and filter by keywords or version.
  • Install or update skills locally to keep your agent fleet in sync with latest releases.
  • Publish new or updated skill folders to clawdhub for distribution and collaboration.

Quick Start

Install clawdhub globally and start using it to manage skills from clawdhub.

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I install and update agent skills across different environments using a CLI?

You can install and update agent skills across environments using the ClawdHub CLI to fetch new skills on demand or sync installed skills to a specific version. It requires the npm-installed clawdhub binary to manage local workdir configurations.

How do I publish new agent skills from my local folder to a registry?

To publish new agent skills from a local folder to a registry, use the ClawdHub CLI to package and distribute your updated skill directories. This CLI automates the publication process to the clawdhub.com registry for team collaboration.

Can I search for available agent skills and filter by keywords before installing?

Yes, you can search for available agent skills and filter them by keywords or version using the ClawdHub CLI. This allows you to discover specific skills on clawdhub.com before fetching and installing them locally.

Do I need npm to manage and publish agent skills with clawdhub?

Yes, you need npm to install and manage agent skills with clawdhub. The Skill requires the npm-installed clawdhub binary to fetch, sync, and publish updated skill folders while respecting a default registry and local workdir.

What is the best way to keep an agent fleet in sync with the latest skill releases?

The best way to keep an agent fleet in sync with the latest skill releases is to use the ClawdHub CLI to sync installed skills to the latest version. This centralizes updates and reduces manual orchestration mismatch across environments.