clawhub

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

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill clawhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/clawhub
Command: npx skills add https://github.com/geezerrrr/motive --skill clawhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering, installing, updating, and publishing agent skills can be complex and error-prone; ClawHub CLI centralizes this workflow, keeping your skill library synchronized with clawhub.com.

Core Features & Use Cases

  • Search for available skills on clawhub.com and filter by version, popularity, or tags.
  • Install or update skills locally, including syncing to the latest or a specific version.
  • Publish new or updated skill folders to the ClawHub registry from the CLI to share with others.

Quick Start

Install the ClawHub CLI globally with npm i -g clawhub and start managing skills from clawhub.com.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I manage and publish agent skills from the command line?

You can manage and publish agent skills from the command line using the ClawHub CLI to search, install, update, and publish skill folders directly to the clawhub.com registry.

Do I need Node.js and npm to use the ClawHub CLI for skill management?

Yes, you need Node.js and npm installed to use the ClawHub CLI for skill management, as it requires installing the clawhub package globally via npm and having the binary in your PATH.

How do I install and sync agent skills to a specific version locally?

To install and sync agent skills to a specific version locally, use the ClawHub CLI commands to update your skill library, synchronizing installed skills to either the latest release or a designated version.

Can I publish new skill folders to the ClawHub registry using npm?

Yes, you can publish new or updated skill folders to the ClawHub registry by executing ClawHub CLI commands through the npm-installed clawhub binary available in your system PATH.

What is the best way to search for available agent skills on clawhub.com?

The best way to search for available agent skills on clawhub.com is using the ClawHub CLI, which allows you to filter skill discovery results by version, popularity, or tags.

Why does my ClawHub CLI skill management command fail to execute?

Your ClawHub CLI skill management command fails to execute if Node.js and npm are not installed properly, or if the clawhub binary is not available in your system PATH.