clawdhub

Manage and synchronize local agent skill packages with a remote ClawdHub registry.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/adiytharpansa/openclawuserland --skill clawdhub-adiytharpansa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/adiytharpansa/openclawuserland/tree/main/skills/clawdhub
Command: npx skills add https://github.com/adiytharpansa/openclawuserland --skill clawdhub-adiytharpansa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a documented CLI workflow to discover, install, update, list, and publish agent skills from a central registry so you can manage skill packages without manual file handling or repository browsing.

Core Features & Use Cases

  • Search and discovery: Query the ClawdHub registry for skills by keyword or phrase.
  • Install, update, and list: Install specific versions, update by hash or version, force upgrades, and list installed skills.
  • Publish packages: Authenticate and publish local skill folders with versioning and changelogs.
  • Use Case: A developer needs to fetch a new skill during a session, ensure the local copy is up-to-date, or publish an updated skill to the ClawdHub registry.

Quick Start

Install the ClawdHub CLI globally and then use it to search for and install the skill you need by name.

Frequently Asked Questions about clawdhub

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 via the ClawdHub CLI by querying the remote registry to fetch, update, or publish skill packages directly from your local directory.

What is the best way to publish a local skill package to a remote registry?

To publish a local skill package to the remote registry, use the ClawdHub CLI to authenticate, apply versioning, and upload your skill folder along with its changelog.

How do I search for and discover agent skills by keyword?

You can search for agent skills by querying the ClawdHub registry with a specific keyword or phrase to discover available packages for your workflow.

Can I pin a specific version or force an update for an installed skill?

Yes, the ClawdHub CLI supports version pinning for installations and allows you to force upgrades or update local skills by hash or version number.

Do I need npm to use ClawdHub for fetching and syncing skills?

Yes, you need the npm-installed ClawdHub CLI binary globally available to fetch, sync, and manage local skill packages with the remote registry.