首页龙虾技能列表 › Minimax Mcp — 技能工具

🔍 Minimax Mcp — 技能工具

v1.0.3

MiniMax MCP 服务器,提供网络搜索和图像理解能力。当用户需要:(1) 网络搜索信息,(2) 分析/描述图片,(3) 从URL提取内容时使用此技能。需配置 MINIMAX_API_KEY(国内版 api.minimaxi.com 或全球版 api.minimax.io)。

1· 2,600·28 当前·29 累计
by @tangusers (TangUsers)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/12
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions and required credentials (MINIMAX_API_KEY, MINIMAX_API_HOST) and a helper binary (uvx) are coherent with its stated purpose, but there are metadata inconsistencies and an optional remote installer suggestion that warrant caution before installing.
评估建议
This skill appears to genuinely implement a MiniMax MCP connector, but there are a few red flags to consider before installing: - Metadata mismatch: the registry summary says no required env vars/homepage but SKILL.md requires MINIMAX_API_KEY, MINIMAX_API_HOST and references a GitHub repo. Confirm the authoritative source (check the GitHub link in SKILL.md) and that the repo and binaries are legitimate. - Credentials: you must provide your MiniMax API key — only supply a key you control, and en...
详细分析 ▾
用途与能力
The SKILL.md declares needing MINIMAX_API_KEY, MINIMAX_API_HOST and the uvx binary, which make sense for an MCP server that calls the MiniMax API. However the top-level registry listing in the package metadata reported 'Required env vars: none' and 'Homepage: none', while SKILL.md includes required env vars and a GitHub link. This mismatch between declared registry requirements and the runtime instructions is an inconsistency that should be resolved.
指令范围
Runtime instructions are narrowly scoped to configuring an MCP server, calling web_search and understand_image, and using local or remote image paths. They do instruct editing a local Claude/Cursor config file (user config path) and using local image files — these are expected for this skill. However the doc also recommends running a remote install script (curl ... | sh) for the 'uv' tool in troubleshooting, which broadens scope and is risky if done blindly.
安装机制
There is no formal install spec in the registry (skill is instruction-only), but SKILL.md metadata suggests installing 'uv' (brew formula) and the troubleshooting text suggests running a remote installer from https://astral.sh/uv/install.sh via curl|sh. Brew is low-risk; piping an internet script to sh is higher-risk. Because the skill itself is only documentation/instructions (no code files), the main install risk comes from following those external install commands.
凭证需求
Requesting MINIMAX_API_KEY and MINIMAX_API_HOST is proportionate to the described functionality (calling MiniMax web/image APIs). No other unrelated secrets are requested. Still, the registry summary omitted these env requirements while SKILL.md declares them — the mismatch should be clarified so users know what credentials are needed.
持久化与权限
The skill does not request always:true or any elevated persistent presence. It does not modify other skills or system-wide settings in the instructions. The skill will rely on an external MCP server process (uvx + minimax-coding-plan-mcp) invoked by mcporter, which is normal for this capability.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/2/13

- Updated documentation to full English, replacing the previous Chinese SKILL.md with an English version. - Improved clarity and consistency in setup instructions, usage scenarios, and environment variable descriptions. - Adjusted installation and configuration guidance for internationalization. - No backend or functional changes; update is documentation only.

● 可疑

安装命令 点击复制

官方npx clawhub@latest install minimax-mcp
镜像加速npx clawhub@latest install minimax-mcp --registry https://cn.clawhub-mirror.com

技能文档

Overview

Official MiniMax Model Context Protocol (MCP) server for coding-plan users, providing AI-powered search and vision analysis capabilities.

Features

ToolFunctionSupported Formats
web_searchWeb search with structured results (title, link, snippet)-
understand_imageAI image analysis and content recognitionJPEG, PNG, WebP

Trigger Scenarios

Use this skill when user says:

  • "Search for xxx" / "Look up xxx"
  • "Look at this image" / "Analyze this picture"
  • "What's in this image" / "Describe this photo"
  • "Extract content from URL" / "Fetch this webpage"

Quick Start

1. Get API Key

RegionAPI Key URLAPI Host
🇨🇳 Chinaplatform.minimaxi.comhttps://api.minimaxi.com
🇺🇳 Globalminimax.iohttps://api.minimax.io

2. Configure mcporter (Recommended)

# Add MCP server
mcporter config add minimax \
  --command "uvx minimax-coding-plan-mcp -y" \
  --env MINIMAX_API_KEY="your-key" \
  --env MINIMAX_API_HOST="https://api.minimaxi.com"

# Test connection mcporter list

3. Direct Usage

# Search
mcporter call minimax.web_search query="keywords"

# Analyze image mcporter call minimax.understand_image prompt="Describe this image" image_source="image-url-or-path"

Usage Examples

See references/examples.md

Environment Variables

VariableRequiredDescription
MINIMAX_API_KEYYour MiniMax API Key
MINIMAX_API_HOSTAPI endpoint

Important Notes

⚠️ API Key must match the host region!

RegionAPI Key SourceAPI Host
Globalminimax.iohttps://api.minimax.io
Chinaminimaxi.comhttps://api.minimaxi.com
If you get "Invalid API key" error, check if your Key and Host are from the same region.

Troubleshooting

  • "uvx not found": Install uv - brew install uv or curl -LsSf https://astral.sh/uv/install.sh | sh
  • "Invalid API key": Confirm API Key and Host are from the same region
  • Image download failed: Ensure image URL is publicly accessible, supports JPEG/PNG/WebP

Related Resources

  • GitHub: https://github.com/MiniMax-AI/MiniMax-Coding-Plan-MCP
  • MiniMax Platform: https://platform.minimaxi.com (China) / https://www.minimax.io (Global)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务