clawhub

Featured

Search and install agent skills from ClawHub, the public skill registry.

AI & Automation 48,016 stars 8487 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
60
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ClawHub Public skill registry for AI agents. Search by natural language (vector search). ## When to use Use this skill when the user asks any of: - "find a skill for …" - "search for skills" - "install a skill" - "what skills are available?" - "update my skills" ## Search ```bash npx --yes clawhub@latest search "web scraping" --limit 5 ``` ## Install ```bash npx --yes clawhub@latest install <slug> --workdir ~/.nanobot/workspace ``` Replace `<slug>` with the skill name from search results. This places the skill into `~/.nanobot/workspace/skills/`, where nanobot loads workspace skills from. Always include `--workdir`. ## Update ```bash npx --yes clawhub@latest update --all --workdir ~/.nanobot/workspace ``` ## List installed ```bash npx --yes clawhub@latest list --workdir ~/.nanobot/workspace ``` ## Notes - Requires Node.js (`npx` comes with it). - No API key needed for search and install. - Login (`npx --yes clawhub@latest login`) is only required for publishing. - `--workdir ~/.nanobot/workspace` is critical — without it, skills install to the current directory instead of the nanobot workspace. - After install, remind the user to start a new session to load the skill.

Details

Author
HKUDS
Repository
HKUDS/nanobot
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-hub-united

Install skills from multiple skill hubs with one tool: clawhub.ai (default), skillhub.cn (SkillHub, China-optimized), skills.sh (npx skills, GitHub-based), the official anthropics/skills repo, and your own self-hosted "custom" hub. Routes to the right source based on how the user phrases the request, handles name collisions (rename/overwrite/abort), Anthropic source-available license gating, multi-skill repos, and path-traversal-safe extraction. Use when the user says "install skill X", "add skill X", "download skill X", "get X from clawhub", "get X from skillhub.cn", "use skills.sh to install X", "install the claude/anthropic X skill", or "install X from my hub". Also triggers in Chinese: "安装skill xxx"、"装一下xxx"、"下载skill xxx"、 "从 clawhub 装 xxx"、"从 skillhub.cn 装 xxx"、"用 skills.sh 装 xxx"、 "装 claude 的 xxx"、"从我的 hub 装 xxx"。

1 Updated 6 days ago
Songhonglei
AI & Automation Listed

find-skills

Discover and help install reusable agent skills. Use when the user asks to find, compare, or install skills, or explicitly wants to extend agent capabilities. Ordinary requests to perform a task do not by themselves trigger a skill search.

1 Updated yesterday
itsjavi
Web & Frontend Solid

skill-search

Search for and discover Agent Skills from public registries or GitHub. Use when the user asks "find a skill for X", "is there a skill that can...", wants to extend agent capabilities, or wants to install a skill.

127 Updated 1 weeks ago
riffpad