mmk CLI. Install them into your coding agent and you get slash
commands like /mmk-notion or /mmk-paymint-send that operate against your Magic Meal
Kits deployment — no glue code to write.
They’re published in the open-source repo
magic-meal-kits/mmk-skills and work
with Claude Code, Gemini CLI, OpenCode, Codex, Cursor, and 38+ other agents.
The skills are in beta and evolve quickly. The repo is the source of truth for the
full, current catalog.
Prerequisite: install and connect the CLI first — see CLI
(
npm install -g @magic-meal-kits/cli@beta, then mmk config set server … and
mmk auth login). The skills call the CLI under the hood.Install the skills
Pick the command for your agent:Use the skills
Once installed, type/ in your agent to see the MMK commands, then run one:
Skills by service
A summary of what’s available. See the repo for the full command list.| Service | ~Commands | Examples |
|---|---|---|
| Notion | ~46 | mmk-notion-page, mmk-notion-database, mmk-notion-comment, mmk-notion-meeting |
| Paymint | ~7 | mmk-paymint-send, mmk-paymint-status, mmk-paymint-cancel, mmk-paymint-bulk-send |
| Plaud | ~25 | Audio recording / note / transcript management |
| Threads | ~3 | Collect and search Threads posts |
| YouTube | ~3 | Metadata and transcript extraction |
| Recipes | multi-step | mmk-notion-onboard, mmk-paymint-notion-invoice, mmk-youtube-channel-summary |
Full catalog on GitHub
Browse every skill, its parameters, and the per-service install commands.

