minimax-mcporter-tools by ccsert/minimax-skills-mcporter
npx skills add https://github.com/ccsert/minimax-skills-mcporter --skill minimax-mcporter-tools这个 skill 用来教 agent 通过 mcporter 使用两个 MiniMax 工具:
MiniMax.web_searchMiniMax.understand_imagemcporter 是接入层,不是工具调用命名空间。实际调用时必须使用 MiniMax.*,也就是:
call MiniMax.web_search ...call MiniMax.understand_image ...不要编造 mcporter.web_search、mcporter.understand_image 这类不存在的调用形式。
当任务依赖实时网页信息,或必须根据图片内容作答时,应使用这个 skill,而不是凭记忆直接回答。
官方工具说明整理在 。主 SKILL 保留规则和流程,细节说明放在 reference 中按需加载。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
遇到以下任一情况时使用本 skill:
强约束:
MiniMax.web_search,不得直接凭参数知识或训练记忆作答。MiniMax.understand_image。MiniMax.web_search凡是需要搜索实时或外部网页信息时,必须使用这个工具。
输入规则:
输出处理:
organic results.related_searches to reformulate poor queries.base_resp.status_code and base_resp.status_msg before trusting the results.MiniMax.understand_image凡是需要分析、描述、读取或提取图片信息时,必须使用这个工具,包括用户提供图片和任务过程中的相关图片。
输入规则:
prompt that says what to extract or inspect.image_source may be an http or https URL, a relative path, or an absolute path.@, strip the @ before calling the tool.输出处理:
先判断任务类型。 确认这是网页检索、图片分析,还是两者都需要。
选对工具。 实时网页信息用 MiniMax.web_search,图片内容用 MiniMax.understand_image。
构造参数。 搜索词保持短而准;图片提示词要明确要提取什么;图片路径若以 @ 开头,先去掉 @。
通过 mcporter 调用工具。 但实际调用名必须是 MiniMax.*,不能写成 mcporter.*。
检查结果质量。 搜索要看状态码和结果相关性;图片要确认格式受支持、提示词是否足够具体。
需要时重试一次。 搜索词不准就改关键词;图片分析太泛就缩小目标。
基于工具结果作答。 只总结工具返回的内容,必要时说明不确定性,不要补写未经验证的事实。
MiniMax.web_search。MiniMax.understand_image。命名规则:
mcporter when describing the integration environment or skill scope.MiniMax.web_search and MiniMax.understand_image in actual tool calls.call MiniMax.web_search query="黄金价格"
更多示例:
call MiniMax.web_search query="OpenAI GPT-5.4 release notes 2026"
call MiniMax.web_search query="macOS Sequoia latest update"
call MiniMax.understand_image prompt="提取图片中的全部文字,并标出关键数字" image_source="/absolute/path/to/image.png"
更多示例:
call MiniMax.understand_image prompt="描述这个界面的主要布局、按钮和报错信息" image_source="https://example.com/screenshot.webp"
call MiniMax.understand_image prompt="识别图表中的标题、坐标轴和趋势" image_source="images/chart.png"
调用前:
understand_image.@ from image paths.调用后:
web_search returns weak results, rewrite the query with clearer nouns, product names, locations, or dates.understand_image returns a vague description, ask for extraction of a smaller target such as text, error message, chart title, or a specific region.Weekly Installs
1
Repository
First Seen
1 day ago
Security Audits
Installed on
amp1
cline1
openclaw1
opencode1
cursor1
kimi-cli1
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装