clawhub

Manage agent skills via the ClawHub CLI for searching, installing, updating, and publishing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill clawhub-planetazuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/planetazuzu/planetazuzu-memory/tree/main/skills/openclaws-kb/skills/clawhub
Command: npx skills add https://github.com/planetazuzu/planetazuzu-memory --skill clawhub-planetazuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of discovering, installing, updating, and publishing agent skills using the command-line interface for ClawHub.

Core Features & Use Cases

  • Skill Discovery: Search for new agent skills available on clawhub.com.
  • Skill Management: Install, update, or list skills within your agent environment.
  • Skill Publishing: Publish your own agent skills to the ClawHub registry.
  • Use Case: When you need to quickly add a new skill for interacting with a specific API, use ClawHub to search and install it directly.

Quick Start

Use the clawhub skill to search for skills related to database backups.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I manage agent skills using a command-line interface?

You can manage agent skills using a command-line interface by installing the ClawHub CLI via npm, enabling you to search, install, update, and publish skills directly from your terminal environment.

What is the best way to search for and install new agent skills?

The best way to search for and install new agent skills is using the ClawHub CLI, which allows on-demand fetching of specific skills from the clawhub.com registry directly into your agent environment.

How can I publish my own agent skills to a package management registry?

You can publish your own agent skills to a package management registry by using the ClawHub CLI to upload new or updated skill folders from your local directory to the ClawHub registry.

Can I synchronize installed agent skills to a specific version?

Yes, you can synchronize installed agent skills to a specific version using the ClawHub CLI, which supports updating and syncing your local skills to either the latest release or a designated version.

Do I need npm to use ClawHub for skill management?

Yes, you need npm to use ClawHub for skill management because the CLI is installed as an npm package, and the resulting clawhub binary must be available in your system's PATH.

What are the limitations of using ClawHub for agent development?

A limitation of using ClawHub for agent development is that it strictly requires the clawhub binary to be present in the system's PATH, meaning it will not function without a properly configured local environment.