clawhub

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

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill clawhub-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/x402agent/NanoSolana/tree/main/skills/clawhub
Command: npx skills add https://github.com/x402agent/NanoSolana --skill clawhub-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub provides a centralized CLI to discover, install, update, and publish agent skills from clawhub.com, simplifying management of external skill dependencies.

Core Features & Use Cases

  • Search for and discover skills on clawhub.com.
  • Install skills globally or locally for usage in your projects.
  • Update installed skills to the latest version or to a specific version.
  • Publish new or updated skill folders to the clawhub registry.

Quick Start

Install the ClawHub CLI globally and begin searching, installing, updating, and publishing skills from clawhub.com.

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 from a centralized registry?

You can install and update agent skills from a centralized registry by using a CLI to search and fetch specific skill versions globally or locally, ensuring your project maintains up-to-date external skill dependencies.

What is the best way to publish new skill folders to a CLI registry?

Publishing skill folders to a CLI registry requires using the binary to push new or updated units, where the frontmatter defines the skill name, description, and installation metadata for the clawhub registry.

Do I need Node.js to fetch and manage skills with a CLI?

Yes, fetching and managing skills requires Node.js and the npm-installed clawhub binary. This environment provides the necessary runtime for executing skill search, installation, and publish commands.

Can I synchronize installed skills to a specific version instead of the latest?

Yes, you can synchronize installed skills to a specific version instead of the latest. The CLI allows you to fetch and update skill libraries to match exact version requirements for your agent projects.

How do I discover available skills on clawhub.com for my project?

You can discover available skills on clawhub.com for your project by using the search functionality within the CLI to query the registry and find relevant external skill dependencies before installing them globally or locally.