clawdhub

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

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/gaos6e/MyOpenclaw --skill clawdhub-gaos6e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/gaos6e/MyOpenclaw/tree/main/workspace/skills/clawdhub-1.0.0
Command: npx skills add https://github.com/gaos6e/MyOpenclaw --skill clawdhub-gaos6e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawdHub CLI simplifies discovering, installing, updating, and publishing external agent skills from clawdhub.com, removing manual setup and keeping skills in sync.

Core Features & Use Cases

  • Search & Install: Find and install agent skills from clawdhub.com quickly.
  • Update & Sync: Bring installed skills to the latest version or a specific release.
  • Publish: Publish new or updated skill folders using the npm-installed clawdhub CLI.
  • Practical Scenarios: Use in CI pipelines to fetch required skills automatically and keep toolchains aligned.

Quick Start

Install the ClawdHub CLI globally and begin searching, installing, updating, or publishing skills from clawdhub.com.

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I install and publish agent skills from a command-line registry?

You can install and publish agent skills using the ClawdHub CLI, which connects to clawdhub.com to search, sync, and publish skill folders while handling dependency resolution for local work directories.

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

Yes, the ClawdHub CLI allows you to sync installed skills to the latest version or target a specific release, ensuring your local toolchains and CI pipelines remain aligned with the exact skill version needed.

Do I need npm to manage and publish external agent skills?

Yes, npm is required because the ClawdHub CLI is installed as an npm package, providing the command-line interface needed to search, install, update, and publish new or updated skill folders.

What is the best way to automate agent skill setup in a CI pipeline?

The best way to automate agent skill setup in CI pipelines is using the ClawdHub CLI to fetch required skills automatically, sync installed versions, and handle dependency resolution for local work directories.

What user authentication capabilities does the ClawdHub CLI provide for skill publishing?

The ClawdHub CLI provides login and whoami capabilities to authenticate users before publishing new or updated skill folders to the clawdhub.com registry.

How do I list all installed skills in my local work directory?

You can list all installed skills by using the list capability of the ClawdHub CLI, which tracks the external agent skills currently synced and managed in your local work directories.