Agent skill

clawhub

Search, install and manage skills from ClawdHub

Stars 179
Forks 25

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

bash
clawhub search <query>

Install a skill

Always use --workdir to install into the mozi user skills directory:

bash
clawhub install <slug> --workdir ~/.mozi/skills

List installed skills

bash
clawhub list

Update installed skills

bash
clawhub update --workdir ~/.mozi/skills

Publish a skill

bash
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.

Expand your agent's capabilities with these related and highly-rated skills.

oujingzhou/openmozi

greeting

根据时间和场景提供个性化问候

179 25
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore
davila7/claude-code-templates

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.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results