Search and install agent skills from ClawHub, the public skill registry.
73
Quality
70%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Optimize this skill with Tessl
npx tessl skill review --optimize ./nanobot/skills/clawhub/SKILL.mdPublic 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 5npx --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.
npx --yes clawhub@latest update --all --workdir ~/.nanobot/workspacenpx --yes clawhub@latest list --workdir ~/.nanobot/workspacenpx comes with it).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.d803144
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.