clawdhub

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

69|7|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/jmagar/claude-homelab --skill clawdhub-jmagar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/jmagar/claude-homelab/tree/main/skills/clawhub
Command: npx skills add https://github.com/jmagar/claude-homelab --skill clawdhub-jmagar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the ClawHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.

Core Features & Use Cases

  • Search: discover skills from the clawdhub registry and preview them before installation.
  • Install & Update: install new skills and upgrade existing ones to the latest or a specified version.
  • Publish: publish your own skills or updates to the clawdhub catalog for sharing with others.
  • Use Case: a developer wants to quickly add a new skill to their CLAUDE deployment and keep it current with the registry.

Quick Start

Install the clawdhub CLI and start discovering, installing, and publishing skills from clawdhub.com.

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I install and update agent skills for Claude deployments?

To install and update agent skills for Claude deployments, use the clawdhub CLI to fetch new skills or sync existing ones to the latest or a specified version from the clawdhub.com registry.

What is the best way to publish my own agent skills to a registry?

Publishing your own agent skills to a registry requires using the npm-installed clawdhub CLI to upload new or updated skill folders directly to the clawdhub catalog for sharing with others.

Do I need an authenticated CLI to manage npm-installed skill packages?

Yes, managing npm-installed skill packages requires an authenticated clawdhub CLI to interact with skill manifests, apply version pinning, and execute registry operations across local projects and CI pipelines.

Can I sync Claude skills across multi-environment CI pipelines?

You can sync Claude skills across multi-environment CI pipelines by using the clawdhub CLI to install, update, and pin specific skill versions, ensuring consistent agent deployments across different environments.

How does searching for agent skills before installation work?

Searching for agent skills before installation works by querying the clawdhub registry through the CLI, allowing developers to discover and preview available skills before adding them to their local projects.