MiniMax Coding Plan
Use the local wrapper:
bash {baseDir}/scripts/minimax-plan.sh <tool> [args...]
Available tools:
web_search --query "..."understand_image --prompt "..." --image-source /path/to/file-or-url
Recommended routing:
- Use this skill when the user explicitly wants MiniMax-native search or MiniMax-native image understanding.
- For ordinary web research,
tavily-searchis still the general-purpose default. - If the main
minimax-portaltext model path is not exposed as a reliable image route in the current OpenClaw setup, useunderstand_image.
Examples:
bash {baseDir}/scripts/minimax-plan.sh web_search --query "MiniMax M2.5 release note"
bash {baseDir}/scripts/minimax-plan.sh understand_image --prompt "Describe the UI in this screenshot" --image-source /tmp/screen.png
bash {baseDir}/scripts/minimax-plan.sh understand_image --prompt "Extract the visible text" --image-source https://example.com/image.png
Notes:
- This wrapper first uses
MINIMAX_API_KEYwhen present. Otherwise it looks for an existingminimax-portalOAuth profile inOPENCLAW_AUTH_PROFILES_JSON,OPENCLAW_AGENT_DIR,OPENCLAW_HOME, or~/.openclaw. - Output is JSON. For image analysis, read
contentfirst. Ifbase_resp.status_code != 0, explain the MiniMax API error plainly. - Supported image formats: JPEG, PNG, WebP.