clawdhub

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

46|6|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/aresbit/MateBot --skill clawdhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/aresbit/MateBot/tree/main/skills/clawdhub
Command: npx skills add https://github.com/aresbit/MateBot --skill clawdhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to manage AI agent skills by searching, installing, updating, and publishing them via ClawdHub CLI.

Core Features & Use Cases

  • Discovery & Management: Find skills on clawdhub.com and install or update them locally.
  • Version Control: Sync installed skills to the latest version or a specific release.
  • Publish & Share: Publish new or updated skill folders back to the registry.

Quick Start

Install the ClawdHub CLI globally using npm, then start discovering and managing skills:

  • Search for a skill: clawdhub search "postgres backups"
  • Install a skill: clawdhub install my-skill
  • Update a skill: clawdhub update my-skill
  • Publish a skill: clawdhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.0.0 --changelog "Initial release"

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I search for and install AI agent skills locally?

To search for and install AI agent skills, use the ClawdHub CLI to find packages by keyword and then run the install command to add them locally. You can discover skills on clawdhub.com and sync them directly to your environment.

What is the best way to update an installed skill to a specific version?

The best way to update an installed skill to a specific version is using the ClawdHub CLI update command. This syncs your local installation to the latest release or a chosen version, ensuring your AI agent workflows use the correct skill iteration.

How do I publish a custom skill folder to a registry using CLI?

To publish a custom skill folder to a registry using CLI, run the ClawdHub publish command with the directory path, slug, name, version number, and changelog text. This shares your new or updated skill back to the ClawdHub registry.

Do I need npm to manage skills with ClawdHub?

Yes, you need npm to manage skills with ClawdHub because the CLI is installed globally via npm. This Node.js package manager provides the environment required to execute search, install, update, and publish commands.

Can I discover new skills on clawdhub.com and sync them to my local environment?

Yes, you can discover new skills on clawdhub.com and sync them to your local environment. The ClawdHub CLI supports discovery and management workflows, allowing you to search the registry and install packages directly to your local setup.

What are the limitations of using a CLI to manage AI skills?

When using a CLI to manage AI skills, limitations include reliance on npm global installation and manual version control. Users must execute specific commands for updates and ensure local folders are correctly structured before publishing back to the registry.