clawhub

Search ClawHub's public registry and install AI agent skills into the workspace.

42|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/2001Haru/CloseClaw --skill clawhub-2001haru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/2001Haru/CloseClaw/tree/main/closeclaw/skills/clawhub
Command: npx skills add https://github.com/2001Haru/CloseClaw --skill clawhub-2001haru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize discovery and provisioning of AI agent skills by connecting to ClawHub, the public skill registry, so you can rapidly extend CloseClaw's capabilities.

Core Features & Use Cases

  • Natural-language search of skills with vector matching to surface relevant capabilities.
  • Install skills into the workspace's <workspace_root>/skills directory for immediate use.
  • Use Case: when you need a new capability, search for a skill and install it into your workspace to augment your agent.

Quick Start

Search for a skill and install it into your workspace.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I find and install AI agent skills to extend my workspace capabilities?

You can find and install AI agent skills by searching the ClawHub public registry with natural language and provisioning matched skills directly into your workspace's skills directory.

Do I need Node.js or npx to search and install skills from a registry?

Yes, you need Node.js and npx installed in your environment to run searches and install skills from the ClawHub registry into your local workspace directory.

Can I use natural language to search for AI automation skills?

Yes, you can use natural language to search for AI automation skills. ClawHub utilizes vector matching to surface relevant capabilities based on your descriptive search queries.

Where are installed AI skills saved in the local workspace?

Installed AI skills are saved directly in the workspace root's skills directory, ensuring they are immediately accessible and ready for your AI agent to use.

What is the best way to discover new capabilities for my AI agent?

The best way to discover new capabilities is to search the ClawHub public skill registry using natural language, which surfaces relevant skills for immediate installation into your workspace.

Are there limitations when provisioning AI skills into a workspace root directory?

A key limitation is that the skill installation strictly targets the workspace root's skills directory, requiring Node.js and npx to execute the provisioning process successfully.