clawhub

Search, install, update, and publish agent skills via the ClawHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of finding, installing, updating, and publishing agent skills directly from clawhub.com, streamlining your agent development workflow.

Core Features & Use Cases

  • Skill Discovery: Search for new skills based on keywords.
  • Installation & Updates: Install specific skill versions or update existing ones.
  • Publishing: Package and upload your own skills to ClawHub.
  • Use Case: You've heard about a new skill for managing databases. Use this Skill to search for it on ClawHub, install the latest version, and integrate it into your agent.

Quick Start

Use the clawhub skill to search for skills related to database management.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I search for and install agent skills from ClawHub?

To install agent skills from ClawHub, use the ClawHub CLI to search for skills by keyword and install specific versions directly from the clawhub.com registry into your development workflow.

What do I need to publish agent skills to ClawHub?

Publishing agent skills to ClawHub requires the clawhub npm package to be installed and properly configured for authentication before you can package and upload your skills to the registry.

Can I manage version control for agent skills using the ClawHub CLI?

Yes, the ClawHub CLI supports version control for agent skills, allowing you to install specific skill versions and update existing installations directly from the clawhub.com registry.

How do I update existing agent skills installed from ClawHub?

To update existing agent skills, run the ClawHub CLI update commands which interact with the clawhub.com registry to fetch and apply the latest available versions of your installed skills.

What is the best way to discover new agent skills for my development workflow?

The best way to discover new agent skills is using the ClawHub CLI search functionality, which queries the clawhub.com registry by keywords to find relevant skills for integration into your agent.

Does the clawhub package need to be configured before publishing skills?

Yes, the clawhub npm package must be installed and configured for authentication when publishing, ensuring your local environment is authorized to package and upload skills to the ClawHub registry.