Design
3,121 installs
MiniMax CLI - Agent Skill Guide
by minimax-ai/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…
Skill content
CLI for text, image, video, speech, and music generation via MiniMax AI platform. - Supports six content modalities: text chat, image generation, video generation, text-to-speech, music generation with lyrics or covers, and image understanding via vision models - Includes web search, quota management, and async task polling for long-running operations like video generation - Provides agent-friendly flags (--non-interactive, --quiet, --output json, --async, --dry-run) and clean stdout/stderr separation for reliable piping and chaining - Configurable per-modality defaults, OAuth and API key authentication, region auto-detection, and tool schema export for dynamic agent framework integration MiniMax CLI - Agent Skill Guide Use mmx to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform. Prerequisites # Install npm install -g mmx-cli # Auth (OAuth persists to ~/.mmx/credentials.json, API key persists to ~/.mmx/config.json) mmx auth login --api-key sk-xxxxx # Verify active auth source mmx auth status # Or pass per-call mmx text chat --api-key sk-xxxxx --message "Hello"