minimax-cli

Guide installation and usage of the official MiniMax CLI for multi-modal generation.

621|58|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Lingtai-AI/lingtai --skill minimax-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-cli
Source: https://github.com/Lingtai-AI/lingtai/tree/main/tui/internal/preset/skills/minimax-cli
Command: npx skills add https://github.com/Lingtai-AI/lingtai --skill minimax-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided path to the official MiniMax CLI (mmx) and clarifies installation, authentication, and region setup so users can access multi-modal generation capabilities from the command line.

Core Features & Use Cases

  • Discover and install the official MiniMax CLI (mmx-cli) and learn the correct usage of its subcommands for text, image, video, music, speech, and vision tasks.
  • Understand how to manage API keys and regional base URLs to ensure proper access across China and international environments.
  • Use one-shot bash workflows to orchestrate generation tasks from the shell, or integrate the CLI into larger automation and tooling pipelines.

Quick Start

Install Node.js and npm, then run npm install -g mmx-cli and start by running mmx --help to view available commands.

Frequently Asked Questions about minimax-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use a CLI for multi-modal generation with text, image, and video tasks?

Run multi-modal generation tasks from the command line by installing mmx-cli globally with npm, then execute mmx --help to discover the exact syntax for text, image, video, music, and vision commands.

What do I need to install before running MiniMax CLI commands?

You need Node.js and npm installed to run npm install -g mmx-cli. After installation, you can immediately execute mmx --help to verify the setup and view available generation commands.

How do I manage API keys and regional base URLs for MiniMax generation?

Manage API keys and configure regional base URLs to ensure proper access across China and international environments, allowing the CLI to correctly authenticate and route multi-modal generation requests.

Can I orchestrate MiniMax text, image, and music generation in bash workflows?

Yes, you can use one-shot bash workflows to orchestrate text, image, video, and music generation tasks directly from the shell, or integrate the CLI into larger automation and tooling pipelines.

Does the MiniMax CLI support vision tasks and text-to-speech?

Yes, the MiniMax CLI supports vision tasks and text-to-speech alongside text, image, video, and music generation. Run mmx --help to view the exact subcommands for these specific modalities.