clawhub

Search, install, update, list, and publish skill packages via the ClawHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub streamlines finding and managing prebuilt agent skill packages so you can avoid manual copying and version chasing.

Core Features & Use Cases

  • Search and discover skills on clawhub.com by keyword, so you can quickly locate a relevant capability such as “postgres backups” or “resume parsing.”
  • Install and update skills by name and version, including syncing all installed skills or upgrading to a specific release for consistency.
  • Publish local skill folders to share your own or updated skills with others via a standard CLI workflow.

Quick Start

Install and then search clawhub.com for a skill by running: clawhub search "postgres backups".

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install and manage agent skill packages without manual copying?

To install and manage agent skill packages without manual copying, use the ClawHub CLI to search clawhub.com by keyword, install skills by name, and sync installed folders to the latest or pinned versions automatically.

What is the best way to distribute and publish local agent skill folders?

The best way to publish local agent skill folders is using the ClawHub CLI, which relies on consistent slug and version metadata to package and distribute your updated skills to the registry.

Do I need npm to use the ClawHub CLI for discovering agent skills?

Yes, you need npm for the ClawHub CLI because it supports npm-based installation, requiring the clawhub executable to discover, fetch, and manage agent skill packages on demand.

Can I sync installed agent skills to a specific version for consistency?

Yes, you can sync installed agent skills to a specific version for consistency. The ClawHub CLI supports upgrading to a pinned release or syncing all installed skills to their latest available versions.

How do I search clawhub.com for a specific agent capability like postgres backups?

To search clawhub.com for a specific capability like postgres backups, run the ClawHub CLI search command with your keyword to quickly locate and fetch relevant prebuilt agent skill packages.