clawdhub

Automate discovering, installing, updating, and publishing agent skills via the Clawdhub CLI.

3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill clawdhub-harivansh-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/harivansh-afk/claude-code-vertical/tree/main/skill-index/skills/clawdhub
Command: npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill clawdhub-harivansh-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to automate the discovery, installation, update, and publishing of agent skills from clawdhub, reducing manual setup and version drift.

Core Features & Use Cases

  • Search: Find skills on clawdhub and review versions and metadata.
  • Install & Update: Install and upgrade skills across projects to the desired version.
  • Publish: Package and publish new or updated skills back to the clawdhub registry for reuse.

Quick Start

Use the clawdhub CLI to search for a skill, install it, or publish your own skill. For example:

  • search: clawdhub search postgres-backups
  • install: clawdhub install my-skill
  • publish: clawdhub publish ./my-skill --slug my-skill --name My Skill --version 1.0.0 --changelog Initial release

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I automate installing and updating agent skills across multiple projects?

You can automate installing and updating agent skills across multiple projects by using the Clawdhub CLI to fetch specific versions and apply updates, reducing manual setup and version drift. This targets DevOps teams needing on-demand skill availability.

What do I need to set up before fetching and managing agent skills with clawdhub?

To fetch and manage agent skills, you need to install the Clawdhub CLI, which is available as an npm package, and ensure Node.js is running in your environment to execute install, update, and publish actions.

How do I publish my own agent skills back to a registry for team reuse?

To publish agent skills back to the registry, use the Clawdhub CLI to package your skill directory and push it with specific metadata like slug, name, version, and changelog entries for team reuse.

Can I search for specific agent skills and review their metadata before installing them?

Yes, you can search for specific agent skills and review their metadata. The Clawdhub CLI allows you to find skills by name and inspect available versions and metadata before performing an installation.

What is the best way to prevent version drift when managing agent skills in DevOps workflows?

The best way to prevent version drift when managing agent skills is to use the Clawdhub CLI to automate updates across environments, ensuring all projects pull the desired skill versions on-demand during your DevOps workflows.