clawdhub

Automate search, install, update, and publish of agent skills via ClawdHub CLI.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Lutra23/content-workflow --skill clawdhub-lutra23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/Lutra23/content-workflow/tree/main/skills/clawdhub
Command: npx skills add https://github.com/Lutra23/content-workflow --skill clawdhub-lutra23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. It helps teams fetch new skills on demand, keep installed skills up-to-date, and publish local skill folders with the npm-installed clawdhub CLI.

Core Features & Use Cases

  • Search for agent skills on clawdhub.com.
  • Install or update skills to the latest version or a specific version.
  • Publish local skills to clawdhub and share improvements with the community.

Quick Start

Search for a skill on clawdhub and install it with the clawdhub CLI.

Frequently Asked Questions about clawdhub

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

FAQPage Schema
How do I manage agent skills from the command line?

Search for agent skills on clawdhub.com using the ClawdHub CLI, then install or update them to a specific version. This automates on-demand skill discovery and version control directly within developer workflows.

How do I install a specific version of an agent skill?

Install a specific version of an agent skill by running the ClawdHub CLI update command with the desired version number. This fetches and applies the exact skill version from clawdhub.com to your local environment.

How do I publish local skill folders to a community registry?

Publish local skill folders to a community registry by using the ClawdHub CLI publish command. This shares your local skill improvements with the clawdhub.com community and makes them available for others to install.

Do I need npm to use the ClawdHub CLI for skill management?

Yes, you need npm to use the ClawdHub CLI because it is an npm-installed tool. The npm environment provides the necessary package management infrastructure to install and execute the ClawdHub skill management commands.

Can I search for agent skills on clawdhub before installing them?

Yes, you can search for agent skills on clawdhub before installing them by running the ClawdHub CLI search command. This allows you to discover available skills on clawdhub.com and fetch them on demand.