Agent skill · creative production · minimax-ai

mmx-cli

Use mmx to generate text, images, video, and speech 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

Adds executable commands for generating text, images, video, speech, and music via the MiniMax AI platform that aren't in public docs.

What it needs

Requires mmx-cli installed locally. Requires minimax account access. About 6k tokens when loaded. Last updated 2026-08-05. 2,026 stars on the source repository.

What this skill does

MiniMax CLI — Agent Skill Guide Use mmx to generate text, images, video, speech, 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-M3. 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-M3) --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. Ignored if --width and --height are both set --n <count> number Number of images (default: 1) --seed <n> number Random seed for reproducible generation --width <px> number Width in pixels (512–2048, multiple of 8). Requires --height --height <px> number Height in pixels (512–2048, multiple of 8). …

How to use it

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

@skills minimax-ai/skill

View the source on GitHub

Browse the @skills marketplace