OpenBMB

64 mods across 7 repositories, 29k stars between them.

OpenBMB/MiniCPM

Skill Claude CodeCodex

ArcLight is a lightweight C/C++ LLM inference framework for unified-memory systems. The recommended path is to build from source, then run a GGUF model with al-gen, al-chat, or al-ppl.

10k 1mo ago A 0 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Run MiniCPM5-1B with llama.cpp using the released GGUF artifacts (F16 / Q80 / Q4KM). Use when the user wants CPU-only / consumer-GPU / cross-platform native deployment, asks for "llama.cpp", "llama-cli", "llama-server", "GGUF", or has no Python available.

10k 1mo ago A 87 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Run MiniCPM5-1B in LM Studio (desktop GUI) using either the GGUF runtime (cross-platform) or the MLX runtime (Apple Silicon, faster). Includes OpenAI-compatible local server. Use when the user mentions "LM Studio", desktop GUI inference, "lms" CLI, or wants a no-code chat UI for MiniCPM5.

10k 1mo ago A 85 tokens original Apache-2.0

minicpm5-deploy-mlx

04

OpenBMB/MiniCPM

Skill Claude CodeCodex

Run MiniCPM5-1B natively on Apple Silicon with Apple's MLX framework. Use when the user has an Apple Silicon Mac and asks for "MLX", "mlxlm", "mlxlm.convert", "mlxlm.generate", or wants the fastest path on Apple Silicon.

10k 1mo ago A 70 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Run MiniCPM5-1B via Ollama on macOS / Linux laptop using the released GGUF. Use when the user wants "ollama run", "ollama pull", a Modelfile-driven setup, or one-line laptop deployment.

10k 1mo ago D 61 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Serve MiniCPM5-1B via SGLang as an OpenAI-compatible HTTP server with RadixAttention prefix cache and built-in MiniCPM5 tool-call parsing. Use when the user asks for "SGLang", "RadixAttention", "prefix cache", batch evaluation, tool calling, or wants a high-concurrency NVIDIA-GPU server alternative to vLLM.

10k 1mo ago A 88 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Run MiniCPM5-1B with Hugging Face Transformers for one-shot Python generation on GPU (bfloat16) or CPU (float32). Use when the user wants a quick Python script, no server, no extra deps, or asks for "Transformers", "AutoModelForCausalLM", "model.generate" with MiniCPM5.

10k 1mo ago A 82 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Serve MiniCPM5-1B via vLLM as an OpenAI-compatible HTTP server. Use when the user wants high-throughput production serving on NVIDIA GPU, asks for "vLLM", "OpenAI server", "REST API for MiniCPM5", or "production deployment".

10k 1mo ago A 70 tokens original Apache-2.0

minicpm5-deploy

09

OpenBMB/MiniCPM

Skill Claude CodeCodex

Pick the right inference backend for a MiniCPM5-1B checkpoint and route to a backend-specific cookbook skill. Use when the user wants to deploy / serve / chat-with / benchmark a MiniCPM5 model and has not yet committed to a specific engine, or when they say "deploy MiniCPM5", "run MiniCPM5", "serve MiniCPM5"…

10k 1mo ago A 101 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Fine-tune MiniCPM5-1B into a LoRA adapter and convert it to a GGUF adapter that loads directly into llama.cpp / llama-server and the MiniCPM Desk Pet app's custom-LoRA upload. Use when the user wants "GGUF LoRA", "convert LoRA to GGUF", "convertloratogguf", a custom persona/skin for the desktop pet, "桌宠自定义 LoRA", "上传…

10k 1mo ago A 130 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Fine-tune MiniCPM5-1B with LLaMA-Factory (YAML-driven SFT / DPO / WebUI). Use when the user wants to fine-tune via LLaMA-Factory, llamafactory-cli, mentions YAML configs, WebUI, or asks for the most-documented community framework.

10k 1mo ago A 80 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Fine-tune MiniCPM5-1B with ms-swift (ModelScope's SFT / DPO / KTO / ORPO toolkit). Use when the user mentions "ms-swift", "swift sft", "swift rlhf", or wants ModelScope-native training. The two mandatory flags --modeltype llama --template chatml are baked in.

10k 1mo ago A 88 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Fine-tune MiniCPM5-1B with bare-metal TRL + PEFT, including assistant-only loss via a chat-template patch. Use when the user wants minimal Python, no YAML, full control, or asks for "TRL", "SFTTrainer", "PEFT", "LoraConfig", "assistantonlyloss".

10k 1mo ago A 78 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Fine-tune MiniCPM5-1B with unsloth for tight-VRAM single-GPU LoRA / QLoRA. Use when the user wants "unsloth", "FastLanguageModel", QLoRA on a 24 GB consumer GPU, or asks for the smallest VRAM footprint.

10k 1mo ago A 74 tokens original Apache-2.0

OpenBMB/MiniCPM

Skill Claude CodeCodex

Fine-tune MiniCPM5-1B with xtuner (mmengine config-driven SFT). Use when the user mentions "xtuner", "mmengine", InternLM's training framework, or wants config-file-driven training.

10k 1mo ago A 58 tokens original Apache-2.0

minicpm5-finetune

16

OpenBMB/MiniCPM

Skill Claude CodeCodex

Pick the right fine-tuning framework for a MiniCPM5-1B base checkpoint and route to a framework-specific cookbook skill. Use when the user wants to SFT / LoRA / DPO / continue-pretrain MiniCPM5 and has not yet committed to a specific framework, or when they say "fine-tune MiniCPM5", "train MiniCPM5", "MiniCPM5 微调"…

10k 1mo ago A 111 tokens original Apache-2.0

UltraRAG AGENTS.md

17

OpenBMB/UltraRAG

Instructions file CodexOpenCode

Instructions for OpenBMB/UltraRAG, covering agents.md, 1) project identity, 2) repository map (what matters most), 3) mental model of the system and 4) two-phase execution lifecycle.

5.7k 2d ago A 4,145 tokens original Apache-2.0

UltraRAG CLAUDE.md

18

OpenBMB/UltraRAG

Instructions file

Instructions for OpenBMB/UltraRAG, a project described as: A Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines.

5.7k 2d ago A 4 tokens copy · 100% Apache-2.0

audit-report

19

OpenBMB/PilotDeck

Command

A command that shows a summary of the current session’s audit log, which records activity for review.

4.0k 2d ago A 0 tokens AGPL-3.0

1password

20

OpenBMB/PilotDeck

Skill Claude CodeCodex

Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.

4.0k 2d ago A 24 tokens AGPL-3.0

apple-notes

21

OpenBMB/PilotDeck

Skill Claude CodeCodex

Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.

4.0k 2d ago A 28 tokens AGPL-3.0

apple-reminders

22

OpenBMB/PilotDeck

Skill Claude CodeCodex

List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.

4.0k 2d ago A 24 tokens AGPL-3.0

audio-transcription

23

OpenBMB/PilotDeck

Skill Claude CodeCodex

Transcribe a project-local audio recording, generate subtitles, analyze a recording, or produce meeting notes from audio using local FunASR.

4.0k 2d ago A 31 tokens AGPL-3.0

bear-notes

24

OpenBMB/PilotDeck

Skill Claude CodeCodex

Create, search, and manage Bear notes via grizzly CLI.

4.0k 2d ago A 17 tokens AGPL-3.0