Agent skill · creative production · minimax-ai

mmx-cli

Use mmx to generate text, images, video, speech, and music via the MiniMax AI platform. Use when the user wants to create media content, chat with MiniMax models, perform web search, or manage MiniMax API resources from the terminal.

Why this skill is useful

Provides specific commands and flags for generating various media types using the MiniMax AI platform that the AI wouldn't reliably generate on its own.

What it needs

Requires mmx-cli installed locally. Requires minimax account access. About 7k tokens when loaded. Last updated 2026-04-18. 13,260 stars on the source repository.

What this skill does

MiniMax CLI — Agent Skill Guide Use mmx to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform. Prerequisites Region is auto-detected. Override with --region global or --region cn. --- Agent Flags Always use these flags in non-interactive (agent/CI) contexts: Flag Purpose --- --- --non-interactive Fail fast on missing args instead of prompting --quiet Suppress spinners/progress; stdout is pure data --output json Machine-readable JSON output --async Return task ID immediately (video generation) --dry-run Preview the API request without executing --yes Skip confirmation prompts --- Commands text chat Chat completion. Default model: MiniMax-M2.7. Flag Type Description --- --- --- --message <text> string, required, repeatable Message text. Prefix with role: to set role (e.g. "system:You are helpful", "user:Hello") --messages-file <path> string JSON file with messages array. Use - for stdin --system <text> string System prompt --model <model> string Model ID (default: MiniMax-M2.7) --max-tokens <n> number Max tokens (default: 4096) --temperature <n> number Sampling temperature (0.0, 1.0] --top-p <n> number Nucleus sampling threshold --stream boolean Stream tokens (default: on in TTY) --tool <json-or-path> string, repeatable Tool definition JSON or file path stdout: response text (text mode) or full response object (json mode). --- image generate Generate images. Model: image-01. Flag Type Description --- --- --- --prompt <text> string, required Image description --aspect-ratio <ratio> string e.g. 16:9, 1:1 --n <count> number Number of images (default: 1) --subject-ref <params> string Subject reference: type=character,image=path-or-url --out-dir <dir> string Download images to directory --out-prefix <prefix> string Filename prefix (default: image) --- video generate Generate video. Default model: MiniMax-Hailuo-2.3. This is an async task — by default it polls until completion. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills minimax-ai/minimax-multimodal-toolkit

View the source on GitHub

Browse the @skills marketplace