
Clawhub
- 32 installs
- 46.5k repo stars
- Updated August 3, 2026
- hkuds/nanobot
Search and install agent skills from ClawHub, the public skill registry, using natural-language vector search via the clawhub CLI.
About
Lets an agent search, install, update, and list skills from the ClawHub public registry into the nanobot workspace. A developer uses it when they want to find or add a skill for a task.
- npx clawhub search / install / update / list commands
- No API key needed for search and install; --workdir places skills in workspace
Clawhub by the numbers
- 32 all-time installs (skills.sh)
- +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #403 of 781 Skill Development skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hkuds/nanobot --skill clawhubAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 32 |
|---|---|
| repo stars | ★ 46.5k |
| Last updated | August 3, 2026 |
| Repository | hkuds/nanobot ↗ |
What it does
Search and install agent skills from ClawHub, the public skill registry, using natural-language vector search via the clawhub CLI.
Files
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
npx --yes clawhub@latest search "web scraping" --limit 5Install
npx --yes clawhub@latest install <slug> --workdir ~/.nanobot/workspaceReplace <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
npx --yes clawhub@latest update --all --workdir ~/.nanobot/workspaceList installed
npx --yes clawhub@latest list --workdir ~/.nanobot/workspaceNotes
- Requires Node.js (
npxcomes with it). - No API key needed for search and install.
- Login (
npx --yes clawhub@latest login) is only required for publishing. --workdir ~/.nanobot/workspaceis 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.