clawhub

Search, install, update, and publish skills from clawhub.com via CLI.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mpelissari/openclaw-backup --skill clawhub-mpelissari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/mpelissari/openclaw-backup/tree/main/skills/clawhub
Command: npx skills add https://github.com/mpelissari/openclaw-backup --skill clawhub-mpelissari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovery, installation, synchronization, and publishing of skills from clawhub.com, reducing manual effort and fragmentation across skill sources.

Core Features & Use Cases

  • Search & discovery: Locate skills in the ClawHub registry and understand their purpose and compatibility.
  • Install, update, and publish: Manage local skill folders by installing new skills, updating to latest or specific versions, and publishing your own skills to the registry.
  • Caching & offline readiness: Leverage caching and compression to speed operations and enable offline work.
  • Prerequisites & reliability: Requires openclaw-agent to operate reliably and supports batch workflows for teams.

Quick Start

Install a skill with clawhub install <slug> to begin managing it locally.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I automate skill installation and updates from a registry?

You can automate skill installation and updates by using a CLI workflow that centralizes search, install, and sync operations from a registry. This requires the openclaw-agent to reliably fetch, install, and publish skill folders.

What is the best way to manage local skill folders and sync to specific versions?

The best way to manage local skill folders and sync to specific versions is through a CLI tool that fetches skills from a registry. It applies caching and compression optimizations to speed up operations and enable offline readiness.

Do I need openclaw-agent to use ClawHub for skill management?

Yes, you need openclaw-agent installed to use ClawHub for skill management. The CLI workflow relies on openclaw-agent to operate reliably and execute search, install, update, list, and publish commands.

How do I publish my own skills to a registry using a command line interface?

You can publish your own skills to a registry using a command line interface by executing the publish command. This workflow relies on openclaw-agent and a registry-backed flow to upload your local skill folders.

Can I work offline when managing skills with caching and compression?

Yes, you can work offline when managing skills because the CLI leverages caching and compression optimizations. These features speed up operations and enable offline readiness for developers and operators.