clawhub

Manage agent skill lifecycle with clawhub CLI and Node.js.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill clawhub-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/wangqianCAI/OBI/tree/main/skills/clawhub
Command: npx skills add https://github.com/wangqianCAI/OBI --skill clawhub-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawhub.

What problem does it solve?

This Skill solves the challenge of managing, versioning, and distributing agent skills across different environments, ensuring that your agent capabilities are always up-to-date and synchronized.

Core Features & Use Cases

  • Skill Lifecycle Management: Easily install, update, and publish agent skills via a unified command-line interface.
  • Version Control: Supports specific versioning for skills, allowing for stable deployments and easy rollbacks.
  • Use Case: A developer can use this to publish a custom-built agent skill to a central registry, making it immediately available for other team members to install and use in their own OpenClaw workspaces.

Quick Start

Use the clawhub skill to search for and install the latest version of the postgres-backups skill into your current workspace.

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 across distributed environments?

Agent skills can be managed across distributed environments by using a CLI tool to handle discovery, installation, and versioned updates. This ensures capabilities are synchronized across your OpenClaw workspaces.

What is the best way to synchronize agent capabilities across different workspaces?

Synchronizing agent capabilities is best handled through lifecycle management that supports installing and publishing to a central registry. This allows team members to immediately access and sync updated skills.

Do I need Node.js to install and publish agent skills?

Yes, you need the Node.js runtime and the clawhub CLI tool to execute registry operations and local file system modifications required to install and publish agent skills.

Can I roll back to a specific version of an agent skill?

Yes, you can roll back to a specific version of an agent skill because the system supports specific versioning for skills. This allows for stable deployments and easy rollbacks when needed.

How do I publish a custom agent skill to a central registry?

To publish a custom agent skill to a central registry, use the unified command-line interface to push your package. This makes it immediately available for other team members to install in their own workspaces.