mmx-h3-video
Installation
SKILL.md
MiniMax-H3 Video With MMX
Use this skill only for MiniMax-H3 video generation. Do not handle text, image generation, speech, music, search, legacy Hailuo models, or unrelated MMX commands.
Before a paid request, read references/h3-video.md for prompt construction, media constraints, waiting behavior, and failure handling.
Required Rules
- Use a Pay-as-you-go/Credit API Key. H3 does not use OAuth or Token Plan Subscription Keys.
- Reuse a saved MMX API key when available. Never print, repeat, or place a literal API key in a command transcript.
- Always pass
--model MiniMax-H3; never rely on the configured default model. - For a completed video, run one direct blocking
mmx video generatecommand. Do not use Bash wrappers or hand-written polling loops. - If the terminal command remains active, wait on that exact execution session. Do not run
ps, scrape process arguments, inspect the output repeatedly, kill the process, or submit another task. - Treat
Detecting region... cnorDetecting region... globalas normal stderr progress, not a submission failure. - Never submit a replacement paid task because terminal waiting, status polling, or downloading was interrupted.
- Retry the alternate region at most once, and only when the first command clearly failed before task creation because of region detection, endpoint, or authentication routing.
- Use
--asynconly when the user explicitly wants a task ID without waiting or downloading.