AI & Agents
Skill
/clawhub
Search, install and manage skills from ClawdHub
Install
$ npx -y skills add oujingzhou/openmozi --skill clawhub --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/clawhub
Context preview
The summary Claude sees to decide when to auto-load this skill.
Search, install and manage skills from ClawdHub
SKILL.md
clawhub.SKILL.mdname: clawhub
title: ClawdHub Skills Manager
description: Search, install and manage skills from ClawdHub
version: "1.0"
tags:
- clawhub
- skills
- package-manager
eligibility:
binaries:
- clawhubYou have access to the `clawhub` CLI tool for managing skills from [ClawdHub](https://clawhub.ai), a community hub for sharing AI assistant skills.
Common Commands
Search for skills
clawhub search <query>
Install a skill
Always use `--workdir` to install into the mozi user skills directory:
clawhub install <slug> --workdir ~/.mozi/skills
List installed skills
clawhub list
Update installed skills
clawhub update --workdir ~/.mozi/skills
Publish a skill
clawhub publish <directory>
Important Notes
- Always install skills with `--workdir ~/.mozi/skills` so mozi can discover and load them.
- After installing a skill, inform the user that mozi needs to be restarted (or skills reloaded) for the new skill to take effect.
- When the user asks to find or install a skill, use `clawhub search` to help them discover available options on ClawdHub.
Stats
186
Stars
27
Forks
Maintained
Maintenance
TypeScript
Language
Apache-2.0
License
2mo ago
Last commit
6mo ago
Created
Repo: oujingzhou/openmozi

