clawhub

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of discovering, installing, updating, and publishing agent skills, making it easy to manage your AI's capabilities.

Core Features & Use Cases

  • Search & Install: Find and add new skills from the ClawHub registry on demand.
  • Update & Sync: Keep your installed skills up-to-date or pin them to specific versions.
  • Publish: Share your own skills with the community by publishing them to ClawHub.
  • Use Case: You've heard about a new skill for managing databases. Use this Skill to search for it, install it, and immediately start using it to enhance your agent's functionality.

Quick Start

Use the clawhub skill to install the 'postgres-backup' 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 using the command line?

You can install agent skills by using the clawhub CLI tool to search the ClawHub registry and add new capabilities on demand. This requires the npm-installed clawhub CLI tool to fetch and install the desired skill packages.

What is the best way to keep installed automation skills up to date?

To keep installed automation skills up to date, use the clawhub CLI to synchronize your installed skill packages. You can update them to the latest available versions or pin them to specific versions for stability.

Can I publish my own agent skills to share with the community?

Yes, you can publish your own agent skills to share with the community by using the clawhub CLI tool. This allows you to package your custom capabilities and upload them directly to the ClawHub registry for others.

Do I need npm to manage skills with clawhub?

Yes, you need npm to manage skills because the clawhub CLI tool must be installed via npm. All operations for searching, installing, updating, and publishing agent skills require this npm-installed CLI tool.

How do I search for a specific capability like database management in a skills registry?

You can search for specific capabilities like database management by using the clawhub CLI tool to query the ClawHub registry. Once found, you can install the skill immediately to enhance your agent's functionality.