← Back to Skills Marketplace
minimax-tools
by
Jiwei Wang
· GitHub ↗
· v1.0.0
· MIT-0
307
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install minimax-tools
Description
使用 MiniMax MCP 进行图像理解和网络搜索。触发条件:(1) 用户要求分析图片、理解图像 (2) 用户要求进行网络搜索、在线搜索 (3) 需要查询最新资讯、新闻、资料
Usage Guidance
This skill's functionality is coherent, but the metadata omits two important runtime requirements: the 'uvx' binary (uv/uvx) and a MINIMAX_API_KEY. The install steps require executing a remote install script (astral.sh) and installing a third-party MCP package that will run with your API key. Before installing: (1) verify the source/trustworthiness of astral.sh and the minimax-coding-plan-mcp package (look for official project pages or signed releases), (2) avoid running curl | sh from unknown domains — prefer package managers or manual review, (3) give the MiniMax API key limited scope and do not reuse sensitive credentials, (4) insist the registry metadata be updated to declare required binaries and MINIMAX_API_KEY so you can make an informed consent decision. If you cannot verify the upstream project or prefer not to run remote installers, do not install this skill.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-tools
Version: 1.0.0
The skill bundle provides image understanding and web search capabilities by wrapping a MiniMax MCP server. It is classified as suspicious because the SKILL.md instructions include high-risk patterns such as pipe-to-shell installation (curl | sh for 'uv') and the installation of a third-party package (minimax-coding-plan-mcp) via uvx, which an AI agent might execute blindly. Additionally, the documentation includes a referral code (code=GjuAjhGKqQ) in the API registration link, which is atypical for standard utility skills. While the Python scripts (understand_image.py and web_search.py) use safe subprocess handling for JSON-RPC communication, the combination of unverified package installation and referral-based documentation warrants caution.
Capability Assessment
Purpose & Capability
Name/description (image understanding + web search) matches the included scripts. However the registry/metadata claims no required env vars or binaries, while both SKILL.md and the scripts require an API key (MINIMAX_API_KEY or ~/.openclaw/config/minimax.json) and the 'uvx' binary (minimax-coding-plan-mcp) to operate. That mismatch between declared requirements and actual needs is incoherent.
Instruction Scope
SKILL.md instructs installing 'uv' via a curl | sh script and installing 'minimax-coding-plan-mcp' with uvx, then placing API keys in a local config file or env var. The runtime scripts read only the declared config/env and call an external MCP process; they don't access unrelated system files. The main scope concern is that instructions direct the user to run a remote installer and to hand an API key to an external binary, which expands the trust surface beyond the skill itself.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md tells users to run 'curl -LsSf https://astral.sh/uv/install.sh | sh' to install uv and then 'uvx install minimax-coding-plan-mcp'. Downloading and executing a remote install script (astral.sh) is higher risk than using vetted package managers or published release artifacts. The MCP install is opaque (uvx-managed), so the skill effectively causes third-party code to be fetched and executed.
Credentials
The registry lists no required environment variables, but the scripts and SKILL.md clearly require MINIMAX_API_KEY (or a config file with an api_key). Requesting an API key for the service itself is reasonable, but the metadata omission is a red flag. Passing the API key to the external 'uvx' process (via env) means the external MCP will have access to the credential; consider whether that key has limited scope and whether you trust the upstream service.
Persistence & Privilege
The skill is not marked always:true and does not request unusual platform privileges. It writes/reads only within ~/.openclaw paths for its own config and workspace. The agent-autonomy default remains allowed (disable-model-invocation is false) but that is normal and not by itself a problem.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-tools - After installation, invoke the skill by name or use
/minimax-tools - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Supports MiniMax online search and image understanding (MiniMax API key configuration required). 支持MiniMax联网搜索、图片理解(需要配置MiniMax API key)
Metadata
Frequently Asked Questions
What is minimax-tools?
使用 MiniMax MCP 进行图像理解和网络搜索。触发条件:(1) 用户要求分析图片、理解图像 (2) 用户要求进行网络搜索、在线搜索 (3) 需要查询最新资讯、新闻、资料. It is an AI Agent Skill for Claude Code / OpenClaw, with 307 downloads so far.
How do I install minimax-tools?
Run "/install minimax-tools" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is minimax-tools free?
Yes, minimax-tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does minimax-tools support?
minimax-tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created minimax-tools?
It is built and maintained by Jiwei Wang (@oujakivi); the current version is v1.0.0.
More Skills