clawhub

Search, install, update, and publish OpenClaw skills from clawhub.com.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub enables users to discover, install, update, and publish agent skills from clawhub.com to extend OpenClaw deployments.

Core Features & Use Cases

  • Discover and search for available skills from clawhub's registry and community.
  • Install, update, and publish skills to keep your OpenClaw workspace current and extensible.
  • Use case: rapidly onboard new capabilities by pulling in a ready-made skill, updating it to the latest version, and deploying it to your gateway.

Quick Start

Search for a skill with clawhub search 'my-skill' and install it with clawhub install my-skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install and update agent skills for an OpenClaw workspace?

You can install and update agent skills for an OpenClaw workspace by using the clawhub CLI to search the clawhub.com registry and apply versioned npm-based updates to keep your local environment current.

What is the process to publish my own skills to a skill marketplace?

Publishing your own skills to a skill marketplace requires using the clawhub CLI to execute an authenticated workflow, pushing your packaged skill to the clawhub.com registry for community discovery.

Does the clawhub CLI check for binary dependencies before installing a skill?

Yes, the clawhub CLI enforces binary dependency checks during installation to ensure your environment meets all prerequisites before successfully adding a new skill to your gateway.

Can I search for specific community skills from a registry before committing to an installation?

You can search for specific community skills from the clawhub registry by running a search command, allowing you to evaluate available ready-made capabilities before committing to an installation.

What is the best way to keep my deployed agent skillset up to date with the latest versions?

The best way to keep your deployed agent skillset up to date is using the clawhub CLI to manage versioned updates, ensuring your local workspace and gateway pull the latest skill versions from the registry.

Why does skill installation fail even when using the correct CLI commands?

Skill installation fails when the CLI's enforced dependency checks detect missing required binaries in your local environment, preventing the npm-based installation from completing until prerequisites are resolved.