← Back to Skills Marketplace
286
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install minimax-cp-search
Description
使用 MiniMax Coding Plan API 进行网页搜索和图像理解。当用户要求搜索信息、查找资料、或者询问实时内容时使用搜索功能;当用户要求识图、分析图片、描述图片内容时使用 understand_image 功能。触发词:搜索、查找、search、look up、识图、分析图片、图片里是什么
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-cp-search - After installation, invoke the skill by name or use
/minimax-cp-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Minimax Web Search?
使用 MiniMax Coding Plan API 进行网页搜索和图像理解。当用户要求搜索信息、查找资料、或者询问实时内容时使用搜索功能;当用户要求识图、分析图片、描述图片内容时使用 understand_image 功能。触发词:搜索、查找、search、look up、识图、分析图片、图片里是什么. It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.
How do I install Minimax Web Search?
Run "/install minimax-cp-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Minimax Web Search free?
Yes, Minimax Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Minimax Web Search support?
Minimax Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Minimax Web Search?
It is built and maintained by 镜子 (@mirrorpromax); the current version is v1.1.0.
More Skills