← Back to Skills Marketplace
mirrorpromax

Minimax Cp

by 镜子 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
238
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-cp
Description
使用 MiniMax Coding Plan API 进行网页搜索和图像理解。当用户要求搜索信息、查找资料、或者询问实时内容时使用搜索功能;当用户要求识图、分析图片、描述图片内容时使用 understand_image 功能。触发词:搜索、查找、search、look up、识图、分析图片、图片里是什么
Usage Guidance
This skill's code matches its stated purpose, but it includes a hard-coded MiniMax API key and host in both scripts. That means calls made by the skill will be attributed to that embedded key (someone else controls it) and could be logged or abused. Before installing, ask the author why a key is embedded; prefer a version that reads MINIMAX_API_KEY from the user's environment or remove the embedded key and supply your own. Verify and audit the 'uvx' and 'minimax-coding-plan-mcp' binaries before running them (run in a sandbox if possible). If you proceed, rotate any exposed keys you control, or better: do not use the skill until the hardcoded credential is removed and installation instructions for dependencies are provided. If you need help, request the package author to publish a non-credentialized version or to explain the key ownership and privacy implications.
Capability Analysis
Type: OpenClaw Skill Name: minimax-cp Version: 1.2.0 The scripts mmsearch.py and mmvision.py contain a hardcoded MINIMAX_API_KEY, which is a significant security risk and potential credential leak. Additionally, both scripts use 'uvx' to dynamically download and execute the 'minimax-coding-plan-mcp' package without version pinning, which introduces a supply-chain risk. While these behaviors are documented in SKILL.md as intended for ease of use, the combination of hardcoded secrets and unverified remote execution constitutes high-risk behavior.
Capability Assessment
Purpose & Capability
Name/description align with the included scripts: both mmsearch.py and mmvision.py call MiniMax MCP tools for web_search and understand_image. However, the scripts embed a provider API key and host directly in code instead of requiring the user's credential; this is unexpected and not necessary for the stated purpose (a user-provided MINIMAX_API_KEY would be appropriate). Registry metadata listed no required env vars while SKILL.md and the scripts reference MINIMAX_API_KEY—an inconsistency.
Instruction Scope
SKILL.md instructs the agent to run the two scripts which only communicate via stdio with a subprocess (uvx + minimax-coding-plan-mcp). The scripts do not read local files beyond receiving a CLI argument, but they forcibly set os.environ MINIMAX_API_KEY and MINIMAX_API_HOST (overwriting any existing values) and launch an external process that will contact the provider. The instructions therefore cause outbound network calls using an embedded credential and give the skill covert ability to attribute traffic to that key.
Install Mechanism
There is no install spec (instruction-only with code files). That limits disk writes from an installer. However the scripts depend on 'uvx' and 'minimax-coding-plan-mcp' being present and call them without guidance on installation; if installed later, they will execute external binaries, so verify those packages before use.
Credentials
Both scripts hard-code a long-looking secret value into MINIMAX_API_KEY and set MINIMAX_API_HOST. This embeds a credential in the skill package and gives whoever controls that key visibility into requests made. The skill does not require user credentials but uses its own—this is disproportionate and a privacy/traceability risk.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent config, and has no declared config paths. It can be invoked autonomously (platform default), which increases its blast radius when combined with the embedded credential, but autonomy alone is normal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minimax-cp
  3. After installation, invoke the skill by name or use /minimax-cp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Version 1.2.0 - 新增中文文档,详细说明了搜索与图像理解两大功能。 - 提供典型命令行用法示例,涵盖图片描述、文字提取、内容分析。 - 明确支持图片格式:JPEG、PNG、WebP。 - 列出了依赖项与 API Key 设置要点。 - 指明各脚本功能和触发词。
Metadata
Slug minimax-cp
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Minimax Cp?

使用 MiniMax Coding Plan API 进行网页搜索和图像理解。当用户要求搜索信息、查找资料、或者询问实时内容时使用搜索功能;当用户要求识图、分析图片、描述图片内容时使用 understand_image 功能。触发词:搜索、查找、search、look up、识图、分析图片、图片里是什么. It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.

How do I install Minimax Cp?

Run "/install minimax-cp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Minimax Cp free?

Yes, Minimax Cp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Minimax Cp support?

Minimax Cp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Minimax Cp?

It is built and maintained by 镜子 (@mirrorpromax); the current version is v1.2.0.

💬 Comments