MiniCPM5 Skills is the official SKILL.md pack inside OpenBMB/MiniCPM. The Hugging Face MiniCPM5-2B card points coding agents at these skills instead of improvising vLLM flags. On 2026-09-08 the skills/ tree listed 17 folders: a deploy router, backend cookbooks (transformers, vLLM, SGLang, llama.cpp, Ollama, LM Studio, MLX, ArcLight, vLLM-Ascend), and finetune skills (TRL, LLaMA-Factory, ms-swift, Unsloth, xtuner, GGUF LoRA). The parent repo is Apache-2.0 and showed about 10,360 stars. This is a SKILL.md pack for Cursor / Claude Code style agents, not a YouMind marketplace Skill.
Compare MiniCPM5-2B if you wanted the weights, Claude Skills if you still needed how skills load, or Marketing Skills if you wanted a marketing library instead of a deploy router.
Key Features
- Router first:
minicpm5-deployasks for checkpoint, hardware, and goal, then invokes exactly one backend skill. It tells the agent not to inline commands. - Backend matrix: CUDA server to vLLM, Ascend NPU to vLLM-Ascend, Apple Silicon to Ollama or MLX, CPU/low-VRAM to llama.cpp Q4KM.
- Finetune skills: TRL+PEFT, LLaMA-Factory, ms-swift, Unsloth, xtuner, GGUF LoRA. Each pairs with a one-page cookbook under
docs/. - Shared pitfalls in the router: MiniCPM5-2B think-mode sampling (
temperature=1.0, top_p=0.95), 128k context flags, untiedlm_headthat breaks old MLX converters. - Sanity check: after any backend, curl
/v1/chat/completionswith1+1=?and expect HTTP 200.
Limitation: these skills only know MiniCPM5-1B and MiniCPM5-2B. They will not deploy Qwen3.8-27B or DeepSeek. Loading the whole pack without a checkpoint still wastes context.
Use Cases
- Claude Code / Cursor users who just pulled
openbmb/MiniCPM5-2Band do not want to memorize engine flags. - Apple Silicon laptops that should land on Ollama or MLX instead of a CUDA recipe.
- Fine-tune jobs that need LoRA on TRL or LLaMA-Factory without a generic "write a trainer" prompt.
Pricing
| Piece | Price | Notes from first-party pages 2026-09-08 |
|---|---|---|
| MiniCPM5 Skills | $0 | Apache-2.0 inside OpenBMB/MiniCPM. About 10,360 stars. |
| Host agent | Confirm that product | Claude Code, Cursor, or any skills loader. |
| GPU / NPU | Your hardware | The skills do not sell inference. |
Getting Started
- Open github.com/OpenBMB/MiniCPM/tree/main/skills.
- Copy the skill folders into your agent's skill directory, or point the agent at
skills/minicpm5-deploy/SKILL.md. - Give
MODEL_PATH(openbmb/MiniCPM5-2Bor a local dir withconfig.json). - Confirm MiniCPM5-2B if you still needed the card.
First-party resource: minicpm5-deploy SKILL.md.
Frequently Asked Questions
Same as the model page?
No. MiniCPM5-2B is the checkpoint. This pack is the agent instructions for serving and finetuning it.
Do I install with npx skills add?
The MiniCPM5-2B card links GitHub paths, not an npx skills add one-liner. Copy skills/ or clone the repo.
Will it pick vLLM on a Mac?
No. The matrix sends Apple Silicon to Ollama (easiest) or MLX (fastest).
Alternatives
- MiniCPM5-2B: the weights these skills assume.
- Claude Skills: how skills load in Claude Code.
- Marketing Skills: CRO and SEO, not model serving.
Tips
- Quote 17 skill folders, Apache-2.0, and 10,360 repo stars from pages checked 2026-09-08.
- Start at
minicpm5-deploy, do not paste a vLLM command from memory. - Pass
--max-model-len 131072only if VRAM can hold 128k.
Conclusion
MiniCPM5 Skills is the official OpenBMB router so an agent deploys MiniCPM5 on the right engine instead of guessing flags. Start at the skills tree, then decide whether MiniCPM5-2B already covers the model you wanted.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claude Code's Next Frontier: Not Code, But Your Local Obsidian Knowledge Base
Explore how Obsidian + Claude Code transforms from a knowledge management tool into your private AI assistant. Complete guide including obsidian-skills, Claudian plugin, Claudesidian template, and best practices for achieving both data privacy and AI capabilities.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.