skillhub

Search, install, update, and list AI agent skills into the TopoClaw shared skills directory.

22|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/MadeAgents/TopoClaw --skill skillhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillhub
Source: https://github.com/MadeAgents/TopoClaw/tree/main/TopoDesktop/resources/openclaw-main2/topoclaw/skills/skillhub
Command: npx skills add https://github.com/MadeAgents/TopoClaw --skill skillhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of discovering, installing, and keeping AI agent skills up to date without manually searching scattered repositories or handling installation steps yourself.

Core Features & Use Cases

  • Skill search by natural language: Locate relevant skills using vector/natural-language queries instead of memorizing exact slugs.
  • One-command installation into TopoClaw shared skills: Download and place skills into the correct working directory so TopoClaw can load them.
  • Update, list, and manage installed skills: Refresh all skills and view what is currently installed for your workspace.
  • Use Case: When you need a new capability (e.g., web scraping, research summarization, or file processing), search SkillHub, install the matching skill, and then use it in your next TopoClaw session.

Quick Start

Tell TopoClaw to search SkillHub for the capability you want (for example, “search for a web scraping skill”), then install the returned skill into ~/.topoclaw so it can be loaded in the next session.

Frequently Asked Questions about skillhub

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

FAQPage Schema
How do I discover and install AI agent skills into my workspace directory?

To discover and install AI agent skills, use the SkillHub npx command with the critical --workdir ~/.topoclaw argument to search by natural language and place the files directly into your TopoClaw shared skills directory.

Can I search for agent skills using natural language queries instead of exact names?

Yes, you can search for agent skills using natural language queries. SkillHub uses vector search to locate relevant capabilities across automation, research, and data tasks without requiring you to memorize exact slugs or package names.

Do I need an API key to search for and install agent skills via npx?

No, you do not need an API key to search for and install agent skills. SkillHub requires only Node.js for npx execution and the --workdir ~/.topoclaw configuration argument to perform search and installation workflows.

What is the best way to update and list installed skills in a TopoClaw workspace?

The best way to update and list installed skills is using the clawhub@latest npx commands. This workflow refreshes all your installed agent skills and displays what is currently loaded in your TopoClaw workspace directory.

Does SkillHub work without Node.js for agent skill discovery?

No, SkillHub does not work without Node.js. Agent skill discovery and installation via the clawhub@latest commands rely on npx execution, which requires a Node.js environment to run the vector search and file placement operations.

When do I need to configure the --workdir argument for skill installation?

You need to configure the --workdir ~/.topoclaw argument every time you install skills. This critical configuration ensures downloaded capabilities are placed into the correct shared skills directory so TopoClaw can load them in your next session.