clawhub

Manage agent skills via the ClawHub CLI for searching, installing, updating, and publishing.

93|20|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill clawhub-seedprod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/seedprod/openclaw-prompts-and-skills/tree/main/.claude/skills/clawhub
Command: npx skills add https://github.com/seedprod/openclaw-prompts-and-skills --skill clawhub-seedprod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of discovering, installing, updating, and publishing agent skills directly from the ClawHub registry, enabling dynamic expansion of agent capabilities.

Core Features & Use Cases

  • Skill Discovery: Search for new skills relevant to your tasks.
  • Installation & Updates: Easily install skills or update existing ones to the latest versions.
  • Publishing: Share your own developed skills with the community.
  • Use Case: You need a new skill to interact with a specific API. Use ClawHub to search for it, install it, and immediately integrate it into your agent's workflow.

Quick Start

Use the clawhub skill to install the 'my-skill' skill.

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?

To install agent skills from a registry, use the ClawHub CLI to search for the desired skill package and run the install command to dynamically add it to your agent environment.

How do I publish my custom skills to a skill registry?

To publish custom skills to a skill registry, use the ClawHub CLI to package your developed skill and push it to the ClawHub registry, making it available for community discovery and installation.

Do I need Node.js to manage automation skills with ClawHub?

Yes, you need Node.js to manage automation skills with ClawHub, as the CLI requires the 'clawhub' Node.js package to interact with the registry for searching, installing, and publishing skills.

What is the best way to update installed agent skills to the latest version?

The best way to update installed agent skills to the latest version is to use the ClawHub CLI's update command, which fetches and applies the most recent skill versions from the registry to your environment.

Can I search for specific CLI skills to interact with an API?

Yes, you can search for specific CLI skills to interact with an API by using the ClawHub CLI's discovery feature to find relevant skill packages in the registry and install them immediately for workflow integration.