clawhub

Manages AI agent skills from the ClawHub registry via command-line operations.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill clawhub-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/SeanHogg/coderClaw/tree/main/product/skills/clawhub
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill clawhub-seanhogg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of AI agent skills by providing a command-line interface to interact with the ClawHub registry, enabling easy searching, installation, updating, and publishing of skills.

Core Features & Use Cases

  • Search Skills: Discover new agent skills available on ClawHub.
  • Install/Update Skills: Fetch and install skills, or update existing ones to the latest versions or specific versions.
  • Publish Skills: Share your own custom agent skills with the community.
  • Use Case: When you need a new skill to handle a specific task, like "postgres backups", you can use ClawHub to search for it, install it, and then immediately start using it within your CoderClaw environment.

Quick Start

Use the clawhub skill to install the 'postgres backups' skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install agent skills from a registry?

To install agent skills from a registry, use the clawhub CLI tool to search for specific capabilities and fetch them directly into your environment. It supports installing specific versions and updating all existing skills.

What's the best way to manage CLI skills for an AI agent?

The best way to manage CLI skills for an AI agent is using a registry interface like clawhub. It centralizes discovery, installation, updating, and publishing of custom skills through command-line operations.

Do I need npm installed to use clawhub for skill management?

Yes, you need npm installed to use clawhub for skill management. The CLI tool requires the npm-installed clawhub package to execute command-line operations for searching, installing, and publishing skills.

How do I publish custom agent skills to a community registry?

You publish custom agent skills to a community registry by using the clawhub CLI tool. It facilitates publishing new or updated skill directories directly from your local environment to the ClawHub registry.

Can I update all installed agent skills at once?

Yes, you can update all installed agent skills at once. The clawhub CLI supports command-line operations to update existing skills to their latest versions or fetch specific required versions individually.