🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

MiniMax Vision Analysis

by @daidai8910g

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 contai...

Versionv1.0.0
Installs2
βš™οΈ Configuration

  • 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.

    πŸ“‹ Tips & Best Practices

  • 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
  • View on ClawHub
    TERMINAL
    clawhub install minimax-vision-analysis

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’