minimax-cli-runtime
Installation
SKILL.md
minimax-cli-runtime
Internal contract for code invoking scripts/minimax-companion.mjs. Not user-facing. Claude uses this when dispatched via /minimax:* commands or the minimax-agent subagent (Phase 4).
Runtime requirements
mini-agentCLI ≥ 0.1.0 on PATH (installed viauv tool install --with socksio git+https://github.com/MiniMax-AI/Mini-Agent.git)~/.mini-agent/config/config.yamlpresent with validapi_key(not placeholderYOUR_API_KEY_HERE)- Node.js ≥ 18
Companion script subcommands (Phase 1)
| Subcommand | Purpose | JSON shape |
|---|---|---|
setup --json |
Check availability + auth | {installed, version, authenticated, authReason, authDetail, model, apiBase, apiKeyMasked, configPath, installers} |
write-key --api-key <k> [--api-base <u>] [--json] |
Atomic YAML api_key write | {ok, reason?, form?, lineNumber?} |
Phase 2+ subcommands: ask, review, task, status, result, cancel, task-resume-candidate, adversarial-review.