MiniMax Coding Plan Tool Patched

Use 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.

Audits

Pending

Install

openclaw skills install minimax-coding-plan-tool-patched

MiniMax Coding Plan Tool

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.

Features

minimax_web_search — Web Search

MINIMAX_API_KEY="sk-cp-xxx" node scripts/minimax_coding_plan_tool.js web_search "query"

minimax_understand_image — Image Understanding

MINIMAX_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.

Configuration

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" }
    }
  }
}