Agent SkillsMiniMax-AI/skills › vision-analysis

vision-analysis

GitHub

利用MiniMax视觉MCP工具分析图像,支持OCR、UI审查、图表数据提取及物体检测。自动识别图片并选择对应模式,需配置API密钥。

skills/vision-analysis/SKILL.md MiniMax-AI/skills

触发场景

消息包含图片文件路径或URL 用户请求分析、描述、解释图片或截图

安装

npx skills add MiniMax-AI/skills --skill vision-analysis -g -y
更多选项

不安装直接使用

npx skills use MiniMax-AI/skills@vision-analysis

指定 Agent (Claude Code)

npx skills add MiniMax-AI/skills --skill vision-analysis -a claude-code -g -y

安装 repo 全部 skill

npx skills add MiniMax-AI/skills --all -g -y

预览 repo 内 skill

npx skills add MiniMax-AI/skills --list

SKILL.md

Frontmatter
{
    "name": "vision-analysis",
    "license": "MIT",
    "metadata": {
        "sources": [
            "MiniMax Token Plan MCP (understand_image tool)"
        ],
        "version": "1.0",
        "category": "ai-vision"
    },
    "description": "Analyze, describe, and extract information from images using the MiniMax vision MCP tool. Use when: user shares an image file path or URL (any message containing .jpg, .jpeg, .png, .gif, .webp, .bmp, or .svg file extension) or uses any of these words\/phrases near an image: \"analyze\", \"analyse\", \"describe\", \"explain\", \"understand\", \"look at\", \"review\", \"extract text\", \"OCR\", \"what is in\", \"what's in\", \"read this image\", \"see this image\", \"tell me about\", \"explain this\", \"interpret this\", in connection with an image, screenshot, diagram, chart, mockup, wireframe, or photo. Also triggers for: UI mockup review, wireframe analysis, design critique, data extraction from charts, object detection, person\/animal\/activity identification. Triggers: any message with an image file extension (jpg, jpeg, png, gif, webp, bmp, svg), or any request to analyze\/describ\/understand\/review\/extract text from an image, screenshot, diagram, chart, photo, mockup, or wireframe.\n"
}

Vision Analysis

Analyze images using the MiniMax MiniMax_understand_image MCP tool available in the MiniMax Token Plan.

Prerequisites

  • MiniMax Token Plan subscription with valid MINIMAX_API_KEY
  • MiniMax MCP configured (MiniMax_understand_image tool available)

If MCP tool is not configured

Step 1: The agent should fetch setup instructions from: https://platform.minimaxi.com/docs/token-plan/mcp-guide

Step 2: Detect the user's environment (OpenCode, Cursor, Claude Code, etc.) and output the exact commands needed. Common examples:

OpenCode — add to ~/.config/opencode/opencode.json or package.json:

{
  "mcp": {
    "MiniMax": {
      "type": "local",
      "command": ["uvx", "minimax-coding-plan-mcp", "-y"],
      "environment": {
        "MINIMAX_API_KEY": "YOUR_TOKEN_PLAN_KEY",
        "MINIMAX_API_HOST": "https://api.minimaxi.com"
      },
      "enabled": true
    }
  }
}

Claude Code:

claude mcp add -s user MiniMax --env MINIMAX_API_KEY=your-key --env MINIMAX_API_HOST=https://api.minimaxi.com -- uvx minimax-coding-plan-mcp -y

Cursor — add to MCP settings:

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": ["minimax-coding-plan-mcp"],
      "env": {
        "MINIMAX_API_KEY": "your-key",
        "MINIMAX_API_HOST": "https://api.minimaxi.com"
      }
    }
  }
}

Step 3: After configuration, tell the user to restart their app and verify with /mcp.

Important: If the user does not have a MiniMax Token Plan subscription, inform them that the understand_image tool requires one — it cannot be used with free or other tier API keys.

Analysis Modes

Mode When to use Prompt strategy
describe General image understanding Ask for detailed description
ocr Text extraction from screenshots, documents Ask to extract all text verbatim
ui-review UI mockups, wireframes, design files Ask for design critique with suggestions
chart-data Charts, graphs, data visualizations Ask to extract data points and trends
object-detect Identify objects, people, activities Ask to list and locate all elements

Workflow

Step 1: Auto-detect image

The skill triggers automatically when a message contains an image file path or URL with extensions: .jpg, .jpeg, .png, .gif, .webp, .bmp, .svg

Extract the image path from the message.

Step 2: Select analysis mode and call MCP tool

Use the MiniMax_understand_image tool with a mode-specific prompt:

describe:

Provide a detailed description of this image. Include: main subject, setting/background,
colors/style, any text visible, notable objects, and overall composition.

ocr:

Extract all text visible in this image verbatim. Preserve structure and formatting
(headers, lists, columns). If no text is found, say so.

ui-review:

You are a UI/UX design reviewer. Analyze this interface mockup or design. Provide:
(1) Strengths — what works well, (2) Issues — usability or design problems,
(3) Specific, actionable suggestions for improvement. Be constructive and detailed.

chart-data:

Extract all data from this chart or graph. List: chart title, axis labels, all
data points/series with values if readable, and a brief summary of the trend.

object-detect:

List all distinct objects, people, and activities you can identify. For each,
describe what it is and its approximate location in the image.

Step 3: Present results

Return the analysis clearly. For describe, use readable prose. For ocr, preserve structure. For ui-review, use a structured critique format.

Output Format Example

For describe mode:

## Image Description

[Detailed description of the image contents...]

For ocr mode:

## Extracted Text

[Preserved text structure from the image]

For ui-review mode:

## UI Design Review

### Strengths
- ...

### Issues
- ...

### Suggestions
- ...

Notes

  • Images up to 20MB supported (JPEG, PNG, GIF, WebP)
  • Local file paths work if MiniMax MCP is configured with file access
  • The MiniMax_understand_image tool is provided by the minimax-coding-plan-mcp package

版本历史

  • 60aaae5 当前 2026-07-25 09:04

同 Skill 集合

.claude/skills/pr-review/SKILL.md
plugins/pptx-plugin/skills/color-font-skill/SKILL.md
plugins/pptx-plugin/skills/design-style-skill/SKILL.md
plugins/pptx-plugin/skills/ppt-editing-skill/SKILL.md
plugins/pptx-plugin/skills/ppt-orchestra-skill/SKILL.md
plugins/pptx-plugin/skills/slide-making-skill/SKILL.md
skills/android-native-dev/SKILL.md
skills/buddy-sings/SKILL.md
skills/flutter-dev/SKILL.md
skills/frontend-dev/SKILL.md
skills/gif-sticker-maker/SKILL.md
skills/minimax-multimodal-toolkit/SKILL.md
skills/minimax-music-gen/SKILL.md
skills/minimax-music-playlist/SKILL.md
skills/pptx-generator/SKILL.md
skills/shader-dev/SKILL.md
skills/fullstack-dev/SKILL.md
skills/ios-application-dev/SKILL.md
skills/minimax-docx/SKILL.md
skills/minimax-pdf/SKILL.md
skills/minimax-xlsx/SKILL.md
skills/react-native-dev/SKILL.md

元信息

文件数
0
版本
60aaae5
Hash
a3b4720b
收录时间
2026-07-25 09:04

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-29 02:00
浙ICP备14020137号-1 $访客地图$