Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hkuds avatar

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 clawhub

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs32
repo stars46.5k
Last updatedAugust 3, 2026
Repositoryhkuds/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

SKILL.mdMarkdownGitHub ↗

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 5

Install

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

npx --yes clawhub@latest update --all --workdir ~/.nanobot/workspace

List installed

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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.