Skip to main content
MMK Skills are ready-made automation commands that run on top of the 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:
npx skills add https://github.com/magic-meal-kits/mmk-skills
You don’t have to install everything. The repo also lets you add skills by service or a single sub-command — see the README for the per-skill install paths.

Use the skills

Once installed, type / in your agent to see the MMK commands, then run one:
/mmk-notion            # work with Notion pages, databases, comments…
/mmk-paymint-send      # send a Paymint payment request
/mmk-youtube-channel-summary   # a multi-step recipe
The agent reads the skill, calls the CLI against your deployment, and reports back.

Skills by service

A summary of what’s available. See the repo for the full command list.
Service~CommandsExamples
Notion~46mmk-notion-page, mmk-notion-database, mmk-notion-comment, mmk-notion-meeting
Paymint~7mmk-paymint-send, mmk-paymint-status, mmk-paymint-cancel, mmk-paymint-bulk-send
Plaud~25Audio recording / note / transcript management
Threads~3Collect and search Threads posts
YouTube~3Metadata and transcript extraction
Recipesmulti-stepmmk-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.