clawdhub

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

7|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill clawdhub-sjtu-ipads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/SJTU-IPADS/SkVM-data/tree/main/skills/clawdhub
Command: npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill clawdhub-sjtu-ipads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub helps developers discover, install, update, and publish agent skills directly from clawdhub.com, reducing manual setup and version drift.

Core Features & Use Cases

  • Search: Locate skills by keywords or topics.
  • Install & Update: Seamlessly install or update skills to the latest or a specific version.
  • Publish: Share new or updated skill folders to clawdhub for others to use.

Quick Start

Install the ClawdHub CLI and begin managing skills with search, install, update, and publish commands.

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 from a registry using npm?

You can install and update agent skills from a registry using the npm-installed clawdhub CLI, which exposes commands to fetch new skills on the fly or sync installed skills to a specific version.

What is the best way to publish new skill folders to a central repository?

Publishing new skill folders to a central repository is best done using the clawdhub CLI publish command, allowing developers to share new or updated agent skills directly to clawdhub.com.

Do I need Node.js to search for and manage agent skills?

Yes, you need Node.js and npm to manage agent skills, because the clawdhub CLI is an npm package that exposes skill management commands as a system bin.

Can I sync installed skills to a specific version instead of the latest release?

Yes, you can sync installed skills to a specific version instead of the latest release by using the clawdhub CLI update command, preventing unwanted version drift in your environment.

How does searching for skills by keywords work with a CLI tool?

Searching for skills by keywords with a CLI tool works by executing the clawdhub search command, which locates available agent skills on clawdhub.com by matching keywords or topics.

What are the limitations of using an npm CLI for skill management?

A limitation of using an npm CLI for skill management is that it strictly requires Node.js and npm installed in your environment to execute search, install, update, and publish commands.