clawhub

Manage agent skill lifecycle operations via the ClawHub CLI registry.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill clawhub-moodmnky-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/clawhub
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill clawhub-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking, updating, and sharing agent skills across workspaces and teams is inefficient and prone to version conflicts, especially as the number of specialized skills grows.

Core Features & Use Cases

  • Skill Discovery: Search the public ClawHub registry for pre-built agent skills to extend your AI's capabilities for specific tasks like database management or content generation.
  • Lifecycle Management: Install specific skill versions, update all installed skills to their latest compatible releases, or force-upgrade to targeted versions with hash-based version matching.
  • Skill Publishing: Publish your custom agent skills to the ClawHub registry for team or public use, with support for versioning, changelogs, and custom registry endpoints. Use case: A software engineering team can use this skill to quickly install a PostgreSQL backup skill for their AI agents, update all shared team skills to the latest versions with a single command, and publish their custom code review skill to their internal registry for other teams to access.

Quick Start

Use the clawhub skill to search for and install the latest version of the postgres-backup skill to your current workspace.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I manage agent skills across multiple development workspaces?

You can manage agent skills across workspaces by using a registry to search, install, and publish version-controlled skills. This centralizes lifecycle operations to prevent manual tracking errors and version conflicts across teams.

How do I update installed agent skills to a specific version?

You can update installed agent skills to a specific version by using force-upgrade commands with hash-based version matching. This deterministic process ensures workspaces sync to exact compatible releases or targeted versions.

Can I publish custom agent skills to a private registry for team use?

Yes, you can publish custom agent skills to a private registry for team access. Publishing supports versioning, changelogs, and custom registry endpoints to securely distribute specialized capabilities internally.

Do I need a specific CLI binary to automate agent skill lifecycle operations?

Yes, automating agent skill lifecycle operations requires the ClawHub CLI binary to execute deterministic tasks. This binary handles registry authentication, workspace configuration overrides, and hash-based version matching.

What is the best way to share AI agent skills across different teams?

The best way to share AI agent skills across teams is publishing them to a public or private registry. This enables version-controlled updates and centralized discovery, replacing inefficient manual skill sharing.