Agent skill · Content & Marketing

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.

AgentScope-AI33,120★ · +381/wk · 2 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add agentscope-ai/OpenJudge --skill mmx-cli --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/mmx-cli/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 764
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Install
  2. Capabilities
  3. Quick Examples
  4. Gather from user before running
  5. Tips
Commands it runs
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
More from OpenJudge
All skills →
About this skill
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.

Keep going