Search and install agent skills from ClawHub, the public skill registry.
Public skill registry for AI agents. Search by natural language (vector search).
Use this skill when the user asks any of:
npx --yes clawhub@latest search "web scraping" --limit 5
npx --yes clawhub@latest install <slug> --workdir ~/.researchbot/workspace
Replace <slug> with the skill name from search results. This places the skill into ~/.researchbot/workspace/skills/, where nanobot loads workspace skills from. Always include .
--workdirnpx --yes clawhub@latest update --all --workdir ~/.researchbot/workspace
npx --yes clawhub@latest list --workdir ~/.researchbot/workspace
npx comes with it).npx --yes clawhub@latest login) is only required for publishing.--workdir ~/.researchbot/workspace is critical — without it, skills install to the current directory instead of the nanobot workspace.