clawdhub

Manage ClawdHub skill discovery, installation, updates, and publishing from the command line.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill clawdhub-joeyjoziah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/JoeyJoziah/investment-analysis-platform/tree/main/.claude/skills/clawdhub
Command: npx skills add https://github.com/JoeyJoziah/investment-analysis-platform --skill clawdhub-joeyjoziah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawdHub gives you a single workflow for discovering, installing, updating, and publishing agent skills without manually managing package sources or version drift.

Core Features & Use Cases

  • Search the ClawdHub registry for skills by task or domain.
  • Install a skill, update one skill, or sync every installed skill to the latest version.
  • Publish a local skill folder with versioning and changelog details.
  • Use case: a team can quickly pull in a new workflow skill, keep it current across machines, and release improvements back to the registry.

Quick Start

Use this skill to search ClawdHub for the skill you need, install it or update it, and publish your local skill folder when it is ready.

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I manage agent skill installation and updates from the command line?

You can manage agent skill installation and updates from the command line by using the ClawdHub CLI binary to discover, install, sync, and publish skills directly from a registry. It handles versioning and hash-based version matching automatically.

What is the best way to publish local skill folders to a registry with versioning?

Publishing local skill folders to a registry requires using the ClawdHub CLI binary for authenticated publishing. The process applies versioning and changelog details, releasing your local skill folder directly to the selected registry.

Can I sync all installed skills to the latest version automatically?

Yes, you can sync every installed skill to the latest version using the ClawdHub CLI. The tool applies hash-based version matching to ensure your installed skills are synced to the target version without manual package source management.

Do I need the ClawdHub CLI binary to search the registry for skills?

Yes, the ClawdHub CLI binary is required to search the ClawdHub registry for skills by task or domain. The CLI binary provides the command line interface needed to execute discovery, installation, and registry selection operations.

How does hash-based version matching work when updating agent skills?

Hash-based version matching works during agent skill updates by comparing the installed skill's hash against the target version in the registry. This ensures the synced skill matches the exact version expected without drift.

Does ClawdHub support authenticated publishing for releasing skills?

Yes, ClawdHub supports authenticated publishing to release local skill folders to the registry. This allows teams to securely release improvements back to the registry with proper versioning and changelog details.