clawhub

Manage agent skills via the ClawHub CLI and registry.

4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill clawhub-agent-pattern-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Agent-Pattern-Labs/sparse-kernel/tree/main/skills/clawhub
Command: npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill clawhub-agent-pattern-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of searching, installing, updating, syncing, and publishing agent skills using the ClawHub CLI and registry, simplifying the management of agent skills.

Core Features & Use Cases

  • Skill Management: Search, install, update, sync, or publish agent skills.
  • CLI and Registry: Use the ClawHub CLI to interact with the skill registry.
  • Use Case: If you need to install a new skill for your agents, you can use this Skill to search for the skill, install it, and keep it updated.

Quick Start

Install the ClawHub CLI and use it to install a skill: npm i -g clawhub then clawhub install my-skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install an agent skill using a CLI?

To install an agent skill using a CLI, first install the ClawHub CLI globally with npm. Then run the `clawhub install` command followed by the skill name to add it to your registry.

What's the best way to manage a fleet of agents and their skills?

Managing a fleet of agents requires a CLI and registry system. ClawHub allows administrators to search, install, update, sync, and publish agent skills across multiple agents from a centralized interface.

Do I need npm to use ClawHub for skill management?

Yes, npm is required to use ClawHub for skill management. You must install the ClawHub CLI globally using the npm package manager before you can interact with the skill registry.

Can I publish my own agent skills to a registry?

Yes, you can publish your own agent skills to a registry. The ClawHub CLI allows you to publish skills directly, making them available for other administrators to search, install, and sync.

How do I search for available agent skills?

You can search for available agent skills by using the ClawHub CLI. Once the CLI is installed, execute the search command to find specific skills within the ClawHub registry.

How do I update installed agent skills to the latest version?

To update installed agent skills to the latest version, use the ClawHub CLI. The CLI provides an update command that syncs your local skills with the latest versions published in the registry.