mmx-cli

Operate the local MiniMax CLI for web search, vision, and media generation tasks.

52|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Immortalqx/my_codex_skills --skill mmx-cli-immortalqx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mmx-cli
Source: https://github.com/Immortalqx/my_codex_skills/tree/main/mmx-cli
Command: npx skills add https://github.com/Immortalqx/my_codex_skills --skill mmx-cli-immortalqx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It gives Codex a controlled way to run the locally installed MiniMax CLI (mmx) for live web search, image understanding, and media generation without misusing the CLI's text chat command, which is explicitly forbidden. ## Core Features & Use Cases - Bilingual Web Search: Runs mmx search query with mandatory English, Chinese, and mixed-language query passes for non-trivial research. - Opt-in Media Generation: Executes image, video, speech, and music generation only when the user explicitly requests it, with dry-run and async support. - Housekeeping Operations: Checks auth status, quota, and configuration safely without consuming creative quota. - Use Case: Ask Codex to research a recent model release; it runs multiple bilingual mmx search query passes, compares results, and cites URLs from the JSON output. ## Quick Start Ask Codex to use the mmx-cli skill to search the web for the latest MiniMax model updates with bilingual queries.

Frequently Asked Questions about mmx-cli

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

FAQPage Schema
How do I use the MiniMax CLI for web search in Codex?

Run `mmx search query` with your search string, using `--output json --quiet --non-interactive` for agent-safe output. For non-trivial topics, run at least one English, one Chinese, and one mixed-language query, then compare results before answering.

How do I generate images or video with the mmx command?

Use `mmx image generate --prompt "..." --out-dir` or `mmx video generate --prompt "..." --download`, but only after the user explicitly requests generation. Preview expensive calls with `--dry-run` and track long video jobs with `video task get`.

Can I use mmx text chat for summarization or translation?

No. `mmx text chat` is forbidden in every situation, including chat, translation, summarization, and coding help. Codex itself is the text generator, so all prose and reasoning tasks are answered directly without shelling out to mmx.

How do I check MiniMax CLI auth status and quota?

Run `mmx auth status --output json --quiet --non-interactive` to verify authentication and `mmx quota show` to inspect remaining quota. These housekeeping commands do not consume creative quota and can run without explicit user requests.

What are the limitations of the mmx-cli skill?

The skill depends on a locally installed and authenticated `mmx` binary, so missing installs or failed auth block execution. Generation commands require explicit user authorization, and text-based tasks are never delegated to the CLI.