clawhub

Manage agent skills via the ClawHub CLI for search, install, update, and publish.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cogpy/clawcog --skill clawhub-cogpy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/cogpy/clawcog/tree/main/skills/clawhub
Command: npx skills add https://github.com/cogpy/clawcog --skill clawhub-cogpy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of discovering, installing, updating, and publishing agent skills, making it easy to manage your AI's capabilities.

Core Features & Use Cases

  • Search & Install: Find and add new skills from the ClawHub registry.
  • Update & Sync: Keep your installed skills up-to-date or pin them to specific versions.
  • Publish: Share your own skills with the community.
  • Use Case: You need a new skill to interact with a specific API. Use ClawHub to search for it, install it with a single command, and immediately start using it.

Quick Start

Use the clawhub skill to install the 'my-skill' skill.

Frequently Asked Questions about clawhub

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

You can install and manage agent skills from a CLI registry by using the clawhub CLI to search for specific capabilities and install them with a single command. It supports versioning and local file hashing to keep your skills synced.

Do I need to install any dependencies before using the clawhub skill?

Yes, you need the clawhub npm package installed globally before using the clawhub skill. This prerequisite allows the CLI to execute search, installation, updating, and publishing commands for your agent skills.

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

You can publish your own agent skills to a registry by using the clawhub CLI. This feature allows you to share your custom skills with the community directly from your local environment through the command line interface.

Can I pin agent skills to a specific version or use a custom registry?

Yes, the clawhub CLI supports versioning to pin agent skills to a specific version and allows you to configure custom registries. This ensures your installed skills remain stable and synced to your preferred source.

What is the best way to update installed automation skills?

The best way to update installed automation skills is by using the clawhub CLI, which utilizes local file hashing to check for changes. This mechanism keeps your deployed agent skills up-to-date with the latest registry versions.