clawhub

Search, install, update, and publish agent skills via the ClawHub CLI.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill clawhub-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/enclawed/enclawed-oss/tree/main/skills/clawhub
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill clawhub-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub removes the friction of discovering, installing, updating, and publishing agent skills from a single command-line workflow.

Core Features & Use Cases

  • Skill Discovery: Search ClawHub for the right skill when you need to add new capabilities quickly.
  • Installation and Updates: Install a skill, pin a version, or sync existing installs to the latest published release.
  • Publishing: Push a local skill folder to the registry with versioning and changelog support.
  • Use Case: A team can keep a shared skill library current by searching for a needed workflow, installing it locally, and publishing improvements back to the registry.

Quick Start

Use the ClawHub CLI skill to search for a skill, install or update it, or publish your current skill folder with the correct version and metadata.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install and update agent skills from a command-line registry?

You can install and update agent skills from a command-line registry by using the clawhub CLI to resolve registry items, authenticate your session, and manage versioned skill packages locally. It syncs existing installations to a target version.

What is the best way to publish a local skill folder to a shared registry?

Publishing a local skill folder to a shared registry is best handled by using the clawhub CLI to push your folder with the correct versioning and changelog metadata. This releases the updated skill package to the registry.

Do I need Node.js to use the ClawHub CLI for skill discovery?

Yes, you need Node-based installation support to use the ClawHub CLI for skill discovery. The CLI requires this Node environment to authenticate your account and properly resolve registry items during search.

Can I search for specific agent skills and pin them to a specific version?

Yes, you can search the ClawHub registry for specific agent skills and pin them to a specific version. The CLI allows you to discover needed workflows and manage local installations synced to a target release.

How does a team keep a shared skill library current across local installations?

A team keeps a shared skill library current by searching for needed workflows, installing or updating them locally via the CLI, and publishing improvements back to the registry with proper versioning and changelog support.