clawdhub

Manage agent skills from clawdhub.com via the ClawdHub CLI.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill clawdhub-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdhub
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/014_steipete_clawdhub
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill clawdhub-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the ClawdHub 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: Find agent skills on clawdhub.com.
  • Install: Install skills and pin versions for reproducible environments.
  • Update & Publish: Sync to latest or publish updated skill folders to clawdhub.

Quick Start

Install the Clawdhub CLI 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 search for and install agent skills via CLI?

To search for and install agent skills via CLI, use the ClawdHub CLI to query the clawdhub.com registry, fetching and adding specific skills directly into your development projects.

Can I pin a specific version of a skill for reproducible environments?

Yes, you can pin a specific skill version for reproducible environments. The ClawdHub CLI supports version pinning during installation, ensuring consistent agent skill behavior across development workflows.

What is the best way to update installed skills to the latest version?

The best way to update installed skills is using the CLI's update command. This syncs your locally installed agent skills to the latest versions available on the clawdhub.com registry.

How do I publish new skill folders to a registry from the command line?

You can publish new skill folders to a registry from the command line using the ClawdHub CLI, which uploads your updated agent skills directly to clawdhub.com for distribution.

Do I need npm to manage agent skills with clawdhub?

Yes, you need npm to manage agent skills with clawdhub. The CLI requires an npm-installed environment to execute search, install, update, and publish commands for your development workflows.