MiniMax Coding Plan native web search and image understanding for OpenClaw. Use when the user specifically wants MiniMax-native search or image analysis, or...
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-urlRecommended routing:
tavily-search is still the general-purpose default.minimax-portal text model path is not exposed as a reliable image route in the current OpenClaw setup, use understand_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:
MINIMAX_API_KEY when present. Otherwise it looks for an existing minimax-portal OAuth profile in OPENCLAW_AUTH_PROFILES_JSON, OPENCLAW_AGENT_DIR, OPENCLAW_HOME, or ~/.openclaw.content first. If base_resp.status_code != 0, explain the MiniMax API error plainly.ZIP package — ready to use