clawhub

Search the ClawHub registry by natural-language queries and install skills into the nanobot workspace.

58|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/Simplified-Reasoning/Pi-Bench --skill clawhub-simplified-reasoning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Simplified-Reasoning/Pi-Bench/tree/main/third_party/nanobot/nanobot/skills/clawhub
Command: npx skills add https://github.com/Simplified-Reasoning/Pi-Bench --skill clawhub-simplified-reasoning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub helps you discover and install reusable agent skills from a public registry so you don’t have to build every capability from scratch or hunt for the right package manually.

Core Features & Use Cases

  • Skill discovery by natural language: Search the registry using what you want to do (e.g., “web scraping”).
  • One-command installation into your workspace: Install skills directly into the nanobot workspace so they load reliably in new sessions.
  • Update and manage installed skills: Keep all installed skills current and list what’s already installed.

Quick Start

Tell the agent: “Search ClawHub for skills related to web scraping and install the best match into my nanobot workspace.”

Frequently Asked Questions about clawhub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and install agent skills for a specific task?

You can find and install agent skills by searching the ClawHub public registry using natural language queries and running a one-command installation directly into your nanobot workspace.

Can I search for nanobot workspace tools using natural language?

Yes, you can search for nanobot workspace tools using natural language queries. This allows you to describe what you want to do, such as web scraping, and discover relevant capabilities.

What's the best way to update installed skills in a nanobot workspace?

The best way to update installed skills is to use the ClawHub CLI, which manages your registry tools and keeps all installed skills current within the nanobot workspace.

Do I need npx to set up my agent tooling workspace?

Yes, you need npx to run the clawhub CLI. You must execute it with the explicit --workdir ~/.nanobot/workspace flag to ensure skills install to the correct workspace location.

How do I list available agent skills in my workspace?

You can list available agent skills in your workspace by using the ClawHub CLI. It allows you to list what is already installed and view what capabilities are available in the public registry.

Why does my skill installation fail to load in new agent sessions?

Skill installation may fail to load if not installed to the correct workspace location. You must run the CLI with explicit --workdir ~/.nanobot/workspace so skills load reliably.