← 返回 Skills 市场
286
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install minimax-cp-search
功能描述
使用 MiniMax Coding Plan API 进行网页搜索和图像理解。当用户要求搜索信息、查找资料、或者询问实时内容时使用搜索功能;当用户要求识图、分析图片、描述图片内容时使用 understand_image 功能。触发词:搜索、查找、search、look up、识图、分析图片、图片里是什么
安全使用建议
This skill will send your search queries and any images you provide to api.minimaxi.com using a hard-coded API key embedded in the provided scripts. That means: (1) your data is handled under someone else's account (billing and access belong to the key owner), (2) sensitive queries or images could be observed by the key owner, and (3) you cannot easily use your own credentials without editing the code. Before installing or running: review and remove the hard-coded MINIMAX_API_KEY (replace with your own key stored in an environment variable), verify the API host and the key owner's trustworthiness, avoid sending sensitive images or data, and request source/author information or a homepage. If you already ran these scripts with sensitive data, consider that data exposed and ask the maintainer to revoke/rotate the embedded key. If the author cannot justify embedding the key, treat the package as untrusted.
功能分析
Type: OpenClaw Skill
Name: minimax-cp-search
Version: 1.1.0
The skill contains a hardcoded, plaintext API key (MINIMAX_API_KEY) within both scripts/mmsearch.py and scripts/mmvision.py, which is a significant security vulnerability. While the scripts appear to perform their stated functions of web search and image analysis using the MiniMax MCP server, the use of 'uvx' to dynamically fetch and execute a remote package at runtime poses a potential supply chain risk.
能力评估
Purpose & Capability
The scripts (mmsearch.py and mmvision.py) implement web_search and understand_image calls as described. However SKILL.md says MINIMAX_API_KEY is required but the package/registry metadata lists no required env vars/primary credential — the scripts instead embed a hard-coded API key and host, which is unexpected for a user-facing search/vision skill.
Instruction Scope
Runtime instructions simply run the included scripts. Those scripts set an API key in the environment and spawn the 'uvx minimax-coding-plan-mcp' subprocess which will transmit user queries and image data to https://api.minimaxi.com under the embedded key. That means any search queries or uploaded images go to an external account controlled by whoever owns that key; sensitive content could be exposed.
Install Mechanism
There is no install spec (instruction-only). The scripts rely on existing binaries/packages (uvx and minimax-coding-plan-mcp) but do not download or write additional code. This is lower risk than arbitrary downloads, though it will invoke external packages at runtime.
Credentials
The scripts embed a long-lived secret (MINIMAX_API_KEY) and MINIMAX_API_HOST directly into source. The skill does not require the user's own key, instead routing all requests through the embedded token — a disproportionate request (and a likely privacy/billing risk). The manifest/registry also inconsistently lists no required env vars while SKILL.md mentions MINIMAX_API_KEY.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. Autonomous invocation is allowed (platform default) but not combined here with other high privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install minimax-cp-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/minimax-cp-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Expanded skill to support image understanding alongside web search.
- Added new script mmvision.py for image analysis and description.
- Updated documentation to include both search and vision usage with examples.
- Enhanced skill description and trigger phrases to cover image understanding features.
- Listed supported image formats (JPEG, PNG, WebP).
v1.0.0
- Initial release of minimax-web-search skill.
- Enables web search using the MiniMax Coding Plan API for real-time information retrieval.
- Provides a Python script (`scripts/mmsearch.py`) for searching via command line.
- Requires the `uvx` runner, `minimax-coding-plan-mcp` package, and API key.
- Outputs search results as plain text to stdout.
元数据
常见问题
Minimax Web Search 是什么?
使用 MiniMax Coding Plan API 进行网页搜索和图像理解。当用户要求搜索信息、查找资料、或者询问实时内容时使用搜索功能;当用户要求识图、分析图片、描述图片内容时使用 understand_image 功能。触发词:搜索、查找、search、look up、识图、分析图片、图片里是什么. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。
如何安装 Minimax Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-cp-search」即可一键安装,无需额外配置。
Minimax Web Search 是免费的吗?
是的,Minimax Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Minimax Web Search 支持哪些平台?
Minimax Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Minimax Web Search?
由 镜子(@mirrorpromax)开发并维护,当前版本 v1.1.0。
推荐 Skills