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-agent CLI ≥ 0.1.0 on PATH (installed via uv tool install --with socksio git+https://github.com/MiniMax-AI/Mini-Agent.git)
  • ~/.mini-agent/config/config.yaml present with valid api_key (not placeholder YOUR_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.

Installs
1
First Seen
Jun 16, 2026
minimax-cli-runtime — bbingz/minimax-plugin-cc