clawhub

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes friction from discovering, installing, updating, and publishing OpenClaw agent skills by documenting and guiding use of the ClawHub CLI so you can manage skill lifecycle without manual file juggling.

Core Features & Use Cases

  • Search: Find skills on clawhub.com by keyword or topic.
  • Install & Version Pinning: Install specific skill versions into your workspace and pin or upgrade to target releases.
  • Update & Sync: Hash-based updates, force upgrades, and batch updates to keep local skills current.
  • Publish: Authenticate and publish local skill folders to the ClawHub registry with versioning and changelogs.
  • Use Case: Quickly fetch a third-party skill for database backups, keep it synchronized to a tested version, and publish your own skill updates after making changes.

Quick Start

Use the clawhub CLI to search for "postgres backups" and install the selected skill into your workspace.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install agent skills from a registry into my workspace?

You install agent skills from a registry into your workspace by using the ClawHub CLI to search by keyword and fetch the selected skill package directly into your local directory.

What is the best way to manage versioning for installed agent packages?

Managing versioning for installed agent packages is handled by pinning skills to specific releases or upgrading to target versions, ensuring your workspace syncs to tested and stable skill iterations.

How do I publish local agent skills to a package management registry?

To publish local agent skills to a package management registry, you authenticate with the ClawHub registry and push your local skill folders with versioning and changelogs directly through the CLI.

Does the ClawHub CLI require any dependencies to fetch and update skills?

Yes, fetching and updating skills requires the clawhub binary to execute registry searches, force batch updates, and handle authenticated publishing within your OpenClaw workspaces.

Can I force update multiple agent skills at once in my workspace?

You can force update multiple agent skills at once by running batch updates through the CLI, which uses hash-based checks to keep local skills current or override existing versions.

Why do I need a CLI-driven workflow for skill discovery instead of manual file management?

A CLI-driven workflow for skill discovery removes the friction of manual file juggling by automating package searches, version syncing, and authenticated publishing directly from your terminal.