clawhub

Solid

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

AI & Automation 43,466 stars 7685 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
4 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

clawdtm

ClawdTM skills for OpenClaw agents -- search, install, and review skills with security awareness.

9 Updated 3 months ago
0xmythril
AI & Automation Solid

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

46,699 Updated today
CherryHQ
Testing & QA Solid

find-skills

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'.

1,177 Updated today
rohitg00
AI & Automation Listed

find-skills

Helps users discover and recommend agent skills that are ALREADY installed locally on the host (Claude Code, Cursor, Codex, generic agents), without any network call or external CLI. Use when the user asks "how do I do X", "is there a skill for X", "find a skill", "what skills do I have", "list my skills", "which skills are installed", "do I have a skill that can…", or expresses interest in extending capabilities with what's already on disk. Strictly local: never runs `npx skills find`, `npx skills add`, `npx skills update`, or fetches from skills.sh.

1 Updated today
Firzus
AI & Automation Solid

claw

Install the claw CLI tool — run NanoClaw agent containers from the command line without opening a chat app.

29,591 Updated today
qwibitai