clawdhub

Automate discovery, installation, update, and publishing of skills via the ClawdHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a CLI-based solution to discover, install, update, and publish agent skills from clawdhub.com, reducing manual management overhead.

Core Features & Use Cases

  • Search for skills on clawdhub.com
  • Install, update to latest or specify a version, and publish skills
  • Manage authentication with clawdhub login and whoami to verify identity

Quick Start

Install the ClawdHub CLI and begin searching and installing 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 manage agent skills from a CLI?

You can install and manage agent skills by using the ClawdHub CLI, which automates skill discovery, installation, updates, and publishing directly from clawdhub.com. It requires installing the CLI globally via npm to get started.

How do I search for available skills on clawdhub.com?

You can search for skills on clawdhub.com by running the search command through the ClawdHub CLI. This allows developers and operators to discover new skills on demand without manual browsing overhead.

Do I need to install the ClawdHub CLI to publish skills?

Yes, you must install the ClawdHub CLI globally using npm i -g clawdhub to publish skills. You also need to manage authentication by using clawdhub login and whoami to verify your identity before publishing changes.

Can I update my local skills to a specific version?

Yes, the ClawdHub CLI supports updating local skill sets to the latest version or specifying a particular version. This ensures your local development environment remains current with published changes.

What is the best way to publish skill changes to clawdhub.com?

The best way to publish skill changes is to use the ClawdHub CLI publish workflow. After authenticating with clawdhub login, you can push your updated skills directly to clawdhub.com from your terminal.