mmx-cli
Generate text, images, video, speech, and music via the MiniMax AI platform. Covers text generation (MiniMax-M3 model), image generation (image-01), video generation (Hailuo-2.3), speech synthesis (speech-2.8-hd, 300+ voices), music generation (music-2.6 with lyrics, cover, and instrumental), and web search. Use when the user needs to create AI-generated multimedia content, produce narrated audio from text, compose music, or search the web through MiniMax AI services.
npx skills add agentscope-ai/OpenJudge --skill mmx-cli --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# mmx-cli Skill Generate multimedia content (text, images, video, speech, music) via the [MiniMax AI](https://github.com/MiniMax-AI/cli) platform. ## Install ```bash npx skills add MiniMax-AI/cli@skill -g -y ``` Or manually: ```bash npm install -g @minimax-ai/cli ``` Set your API key: ```bash export MINIMAX_API_KEY=your_api_key_here ``` ## Capabilities | Capability | Command | Model | |------------|---------|-------| | Text generation | `mmx text generate` | MiniMax-M3 | | Image generation | `mmx image generate` | image-01 | | Video generation | `mmx video generate` | Hailuo-2.3 | | Speech synthesis | `mmx speech generate` | speech-2.8-hd | | Music generation | `mmx music generate` | music-2.6 | | Web search | `mmx search` | — | ## Quick Examples ```bash # Generate text mmx text generate "Summarize the key benefits of reinforcement learning" # Generate an image mmx image generate "A futuristic city skyline at sunset, photorealistic" # Generate a short video clip mmx video generate "A golden retriever playing in autumn leaves" # Synthesize speech from text mmx speech generate --text "Hello, welcome to the demo." --voice Calm_Woman # Generate music with lyrics mmx music generate --ly
- Install
- Capabilities
- Quick Examples
- Gather from user before running
- Tips
npx skills add MiniMax-AI/cli@skill -g -y npm install -g @minimax-ai/cli export MINIMAX_API_KEY=your_api_key_here Generate text mmx text generate "Summarize the key benefits of reinforcement learning" Generate an image mmx image generate "A futuristic city skyline at sunset, photorealistic" Generate a short video clip mmx video generate "A golden retriever playing in autumn leaves" Synthesize speech from text
What does the mmx-cli skill do?
Generate text, images, video, speech, and music via the MiniMax AI platform. Covers text generation (MiniMax-M3 model), image generation (image-01), video generation (Hailuo-2.3), speech synthesis (speech-2.8-hd, 300+ voices), music generation (music-2.6 with lyrics, cover, and instrumental), and web search. Use when the user needs to create AI-generated multimedia content, produce narrated audio from text, compose music, or search the web through MiniMax AI services.
How do I install it?
Run `npx skills add agentscope-ai/OpenJudge --skill mmx-cli --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From agentscope-ai/OpenJudge, a repository with 764 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.