ClawHub is a public skill registry for AI agents. Search by natural language using vector search.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HKUDS/nanobot/llms.txt
Use this file to discover all available pages before exploring further.
When to Use
Use this skill when you need to:- Find a skill for a specific task
- Search for available skills
- Install a skill from the registry
- Check what skills are available
- Update installed skills
Installation
ClawHub requires Node.js (npx comes with it). No API key needed for search and install.
Search Skills
Search using natural language:Install Skills
Install a skill by its slug:<slug> with the skill name from search results. This places the skill into ~/.nanobot/workspace/skills/, where nanobot loads workspace skills from.
After installation, start a new nanobot session to load the skill.
Update Skills
Update all installed skills:List Installed Skills
View all installed skills:Publishing Skills
To publish your own skills to ClawHub, you need to login:Example Workflow
Resources
- Homepage: https://clawhub.ai
- Requires: Node.js (for
npx)