> Forked from yorch233/minimax-coding-plan-tool
> Patch: Changed API host from api.minimax.chat to api.minimax.io to work with sk-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" }
}
}
}
共 1 个版本