Agent skill
clawhub
Search, install and manage skills from ClawdHub
Install this agent skill to your Project
npx add-skill https://github.com/oujingzhou/openmozi/tree/main/skills/clawhub
SKILL.md
You have access to the clawhub CLI tool for managing skills from ClawdHub, 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/skillsso 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 searchto help them discover available options on ClawdHub.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
greeting
根据时间和场景提供个性化问候
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
qdrant-vector-search
High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
Didn't find tool you were looking for?