clawhub

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

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill clawhub-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Luzzer/Kraken/tree/main/skills/clawhub
Command: npx skills add https://github.com/Luzzer/Kraken --skill clawhub-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies discovering and managing external skills by enabling centralized search, installation, and publishing via the ClawHub CLI.

Core Features & Use Cases

  • Search and discover skills on clawhub.com from the command line.
  • Install and version-lock skills into your local workspace.
  • Publish updated or new skills from your local directory to clawhub.

Quick Start

Install the clawhub CLI and start by searching for a skill, then install or publish as needed.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I search and install external skills from a CLI into my local workspace?

You can search and install external skills by using the ClawHub CLI to query the clawhub.com registry, fetching the desired skill on-demand, and version-locking it into your local workspace directory.

What is the best way to manage skill version pinning for development teams?

The best way to manage skill version pinning is using the ClawHub CLI, which supports fetching specific releases or locking to the latest version, ensuring consistent access and dependencies across development teams.

How do I publish local skill folders to a centralized registry?

You can publish local skill folders to a centralized registry by coordinating authentication and registry settings through the ClawHub CLI, streamlining the upload of new or updated skills to clawhub.com.

Do I need the npm package to search and fetch skills on demand?

Yes, you need the ClawHub CLI npm package installed to search and fetch skills on demand, as it enforces the command-line workflow required for registry access, binary installation, and version control.

Can I use ClawHub for centralized skill discovery across multiple projects?

Yes, ClawHub enables centralized skill discovery across multiple projects by providing a CLI-driven workflow to search the clawhub.com registry, allowing developers and teams to consistently locate and manage external skills.

Why does my CLI skill installation require authentication and registry settings?

CLI skill installation requires authentication and registry settings to enforce consistent access control and coordinate secure connections to the clawhub.com registry during skill fetch, update, and publish operations.