clawdhub

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EvezArt/evez666-advancement --skill clawdhub-evezart
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/EvezArt/evez666-advancement/tree/main/skills/clawhub
Command: npx skills add https://github.com/EvezArt/evez666-advancement --skill clawdhub-evezart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawdHub CLI enables you to discover, install, update, and publish agent skills from clawdhub.com, keeping your skill library fresh and organized.

Core Features & Use Cases

  • Search for skills on clawdhub.com from the command line.
  • Install and version-control skills locally using npm-installed clawdhub CLI.
  • Update installed skills to latest or a specific version.
  • Publish new or updated skill folders back to clawdhub.com.

Quick Start

Install the ClawdHub CLI globally and begin searching, 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 manage agent skills from a central registry?▼

You can install and manage agent skills from a central registry by using the ClawdHub CLI to search, install, update, and publish skill folders directly from clawdhub.com. It requires Node.js and the CLI tool to be installed locally.

What is the best way to publish new agent skills to an npm registry?▼

Publishing new agent skills to an npm-based registry is done by using the ClawdHub CLI to publish your updated skill folders directly back to clawdhub.com, making them available for team discovery and version synchronization.

Do I need Node.js to use the ClawdHub CLI for skill management?▼

Yes, you need Node.js installed because the ClawdHub CLI is an npm package. The CLI relies on the Node.js environment to handle local installation, version synchronization, and registry communication for your agent skills.

Can I update installed agent skills to a specific version instead of the latest?▼

Yes, you can update installed agent skills to a specific version. The ClawdHub CLI supports both updating to the latest release and synchronizing to a targeted version, ensuring your local skill library matches your required dependencies.

How does searching for agent skills from the command line work?▼

Searching for agent skills from the command line works by querying the central clawdhub.com registry through the ClawdHub CLI. This enables on-demand discovery of available skills without leaving your terminal environment.