Install
openclaw skills install minimax-coding-plan-tool-patchedUse MiniMax Coding Plan API for real-time web search and image understanding (VLM). Based on yorch233/minimax-coding-plan-tool, patched to use api.minimax.io instead of api.minimax.chat. No external MCP servers needed.
openclaw skills install minimax-coding-plan-tool-patchedForked from yorch233/minimax-coding-plan-tool
Patch: Changed API host fromapi.minimax.chattoapi.minimax.ioto work withsk-cp-*Coding Plan keys.
Uses api.minimax.io with Coding Plan API Key (format: sk-cp-*). No external MCP servers required.
minimax_web_search — Web SearchMINIMAX_API_KEY="sk-cp-xxx" node scripts/minimax_coding_plan_tool.js web_search "query"
minimax_understand_image — Image UnderstandingMINIMAX_API_KEY="sk-cp-xxx" node scripts/minimax_coding_plan_tool.js understand_image ./photo.png "Describe this image"
Supports local files (auto base64) and HTTP/HTTPS URLs.
openclaw config set skills.entries.minimax-coding-plan-tool.env.MINIMAX_API_KEY "sk-cp-xxx"
Or in openclaw.json:
"skills": {
"entries": {
"minimax-coding-plan-tool": {
"env": { "MINIMAX_API_KEY": "sk-cp-xxx" }
}
}
}