← 返回
未分类 Key 中文

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...
使用 MiniMax Coding Plan API 进行实时网页搜索和图像理解(VLM)。基于 yorch233/minimax-coding-plan-tool,已适配 api.minimax.io。
jlin53882 jlin53882 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 468
下载
💾 15
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 07:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

MiniMax PDF Analysis V2

jlin53882
使用 MiniMax API 分析 PDF,支持文本提取、关键词搜索及图像化 VLM 分析(先将页面转为图片),需要 Mi...
★ 0 📥 755
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 679 📥 328,109
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,747