← 返回
未分类 Key

x-minimax-tools

MiniMax Token Plan tools — web_search and understand_image. Use when user asks for web search, image analysis, or needs current/realtime information. Trigger phrases: search, look up, this image, picture, web search, image understanding. IMPORTANT: When returning results from these tools, ALWAYS append a note at the end of your reply indicating the tool used: for web search add 「🔍 由 MiniMax 网络搜索 驱动」, for image understanding add 「📸 由 MiniMax 图片理解支持」.
MiniMax Token Plan tools — web_search and understand_image. Use when user asks for web search, image analysis, or needs current/realtime information. Trigger phrases: search, look up, this image, picture, web search, image understanding. IMPORTANT: When returning results from these tools, ALWAYS append a note at the end of your reply indicating the tool used: for web search add 「🔍 由 MiniMax 网络搜索 驱动」, for image understanding add 「📸 由 MiniMax 图片理解支持」.
少年李迟迟
未分类 community v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 98
下载
💾 3
安装
1
版本
#latest

概述

MiniMax Tools

MiniMax Token Plan 提供的两个专属工具:网络搜索图片理解

工具概览

工具用途何时使用
---------------------
web_search网络搜索,返回搜索结果需要实时信息、最新新闻、技术文档时
understand_image图片理解与分析,支持 URL/本地文件分析截图、UI设计、提取图片内容时

底层选项

优先使用 mmx CLI,若 mmx 不可用则降级到 Python 脚本。

mmx CLI(推荐)

mmx search query '<搜索关键词>' [--output text|json]
mmx vision describe <图片路径或URL> [--output text|json]

Python 脚本(降级方案)

python3 ~/.openclaw/skills/x-minimax-tools/scripts/web_search.py '<JSON>'
python3 ~/.openclaw/skills/x-minimax-tools/scripts/image_understanding.py '<JSON>'

> OpenClaw agent 调用时,工作目录默认已是 workspace(~/.openclaw/workspace-main/),

> 相对路径会以此为基准。若需明确指定,可用 workdir 参数。

前置要求

mmx CLI

  • 安装 mmx:https://github.com/MiniMax-AI/mmx
  • 配置 MINIMAX_API_KEYMINIMAX_API_HOST

Python 脚本

  • Python 3 + pip install requests
  • 同样的环境变量配置

图片路径解析规则

路径类型解析方式
------------------
/absolute/path.png直接使用
~/photo.png展开为家目录绝对路径
photo.png(相对)相对于 OPENCLAW_WORKSPACE(agent 工作区)解析;未设置时降级为家目录

结果标注规则(必须遵守)

工具标注内容
---------------
web_search「🔍 由 MiniMax 网络搜索 驱动」
understand_image「📸 由 MiniMax 图片理解支持」

限制汇总

维度限制值
--------------
mmx 超时默认 300 秒
Python 脚本搜索超时30 秒
Python 脚本识图超时60 秒
图片最大尺寸50MB
图片格式JPEG、PNG、GIF、WebP
预压缩触发JPEG/PNG > 15MB(Pillow 为可选,未装则跳过)
最大 prompt 长度10000 字符

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-17 12:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,518 📥 575,092
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,441 📥 328,528
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 345,110