clawdhub

Manage ClawdHub registry skills via command-line search, install, update, and publish.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill clawdhub-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/clawdhub
Command: npx skills add https://github.com/malue-ai/dazee-small --skill clawdhub-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of discovering, installing, updating, and publishing agent skills from the ClawdHub registry, streamlining skill management for developers.

Core Features & Use Cases

  • Skill Discovery: Search for new skills available on ClawdHub.
  • Installation & Updates: Install skills by name or version, and update existing skills to the latest versions or specific releases.
  • Publishing: Publish your own skills to the ClawdHub registry.
  • Use Case: A developer needs a new skill for database interaction. They can use clawdhub search "database" to find relevant skills, then clawdhub install database-skill to add it to their project.

Quick Start

Use the clawdhub skill to install the 'postgres-backup' skill.

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 central registry?

You can install and manage agent skills from a central registry by using the ClawdHub CLI tool, which enables search, installation, updating, and publishing of skills directly through command-line commands.

What is the best way to search for a specific agent skill?

The best way to search for agent skills is using the ClawdHub command-line interface, which allows you to query the central registry by name or keyword to discover available capabilities for your project.

How do I publish my own agent skills to a package registry?

You can publish your own agent skills to a package registry using the ClawdHub CLI tool, which handles uploading your skill to the central ClawdHub registry for other developers to discover and install.

Do I need Node.js installed to use ClawdHub for skill management?

Yes, you need Node.js installed because ClawdHub is an npm-installed CLI tool that optionally uses Node.js for execution to dynamically extend agent capabilities through skill management.

Can I update existing agent skills to a specific version?

Yes, you can update existing agent skills to a specific version or the latest release using Clawdhub CLI commands, allowing precise control over skill versions installed in your development environment.

Why use a CLI tool for agent skill management instead of manual installation?

Using a CLI tool for agent skill management streamlines discovery, installation, and publishing from a central registry, avoiding manual configuration errors and simplifying dynamic capability extension for developers.