clawhub

Manage OpenClaw skills via the clawhub CLI registry.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill clawhub-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/skills/clawhub
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill clawhub-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing external skills from clawhub can be tedious without a unified CLI. This skill provides a centralized way to search, install, update, and publish skills to keep your OpenClaw workspace current.

Core Features & Use Cases

  • Skill discovery: Quickly find skills on clawhub that match your needs.
  • Lifecycle management: Install, upgrade, or publish skills to the registry, ensuring version control.
  • Use Case: A developer wants to add a new data-backup skill and publish it so teammates can install it with a single command.

Quick Start

Install the clawhub CLI and start exploring skills with a simple search to see what's available.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I search for and install external skills from a registry?

To search and install external skills, use the clawhub CLI to query the clawhub registry and fetch desired packages. This requires a Node.js environment and network access to keep your workspace current.

How do I publish a skill to a registry for version control?

Publishing a skill to a registry uses the clawhub CLI to upload your package to the clawhub registry. This provides centralized version control and lifecycle management, allowing teammates to discover and install your skill.

Do I need Node.js to manage skills from clawhub?

Yes, you need Node.js installed to manage skills from clawhub. The skill discovery, installation, and publishing processes rely on the clawhub CLI, which requires the Node.js runtime and network access to the registry.

What is the best way to upgrade existing skills in my workspace?

The best way to upgrade existing skills in your workspace is using the unified clawhub CLI for lifecycle management. It connects to the clawhub registry to fetch and apply the latest skill versions, keeping your environment current.

Can I discover and add a data-backup skill for my teammates to install?

Yes, you can discover a data-backup skill via search, or publish your own to the clawhub registry. Once published, teammates can install the skill with a single command using the clawhub CLI for centralized version control.