clawhub

Manage agent skills via the ClawHub registry using CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides concise CLI instructions to discover, install, update, and publish agent skills from the ClawHub registry, removing friction when managing skill packages across workspaces and projects.

Core Features & Use Cases

  • Search the registry: Find skills by keywords or descriptions with clawhub search.
  • Install and sync: Install specific versions or update local skill folders to the latest release.
  • Publish packages: Authenticate and publish local skill folders to the ClawHub registry for distribution.
  • Use Case: An agent developer can quickly fetch a new skill during a run, pin a project to a specific skill version, or publish a patched skill to share with teammates.

Quick Start

Install the ClawHub CLI globally and then authenticate, search for a skill, and install a chosen version using commands like npm i -g clawhub, clawhub login, clawhub search "postgres backups", and clawhub install my-skill --version 1.2.3.

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 registry via command line?

You can install and manage agent skills from a registry using the clawhub CLI, which allows you to search for packages, install specific versions, and synchronize local skill folders to the latest release.

How do I publish a local skill folder to a package registry?

To publish a local skill folder to the ClawHub registry, authenticate using the CLI login command and then run the publish command to distribute your updated or patched skills to teammates.

Can I pin a project to a specific skill version using a CLI?

Yes, you can pin a project to a specific skill version by installing with the version flag, ensuring your workspace synchronizes to the exact skill release required for your agent development.

What environment setup is required to fetch and sync skills from a registry?

Fetching and syncing skills requires a globally available clawhub CLI binary installed on your system, along with optional configuration of registry and workspace environment variables for authentication.

What is the best way to discover available skills for an agent project?

The best way to discover available skills is using the CLI search command, which lets you find skills in the ClawHub registry by matching keywords or descriptions relevant to your project needs.

Why do I need a CLI to update local skill folders instead of manual downloads?

A CLI removes friction when managing skill packages across workspaces by automating updates, allowing you to instantly fetch new skills on the fly and synchronize installed packages without manual downloads.