minimax-understand-image_skill

This skill analyzes images using MiniMax MCP to identify objects, text, and scenes, delivering descriptive insights and actionable image understanding.
  • Python

2.5k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill minimax-understand-image

  • _meta.json656 B
  • SKILL.md3.9 KB

Overview

This skill uses the MiniMax MCP server to perform image understanding and analysis. It provides a lightweight command-line workflow to call the understand_image tool and receive structured JSON descriptions. The skill automates dependency checks, API key handling, and the call to the MCP service for fast image inspection.

How this skill works

The skill checks for the uvx runtime and installs the minimax-coding-plan-mcp package if missing. It validates or prompts for a MiniMax API key stored in ~/.openclaw/config/minimax.json. Finally, it invokes a Python helper script that sends a JSON-RPC request to the MCP server's understand_image tool and returns formatted JSON results.

When to use it

  • You need a detailed description of a photo, scene, or object in an image.
  • You must extract visible text, identify objects, or summarize visual context.
  • You want to automate image analysis via CLI or scriptable pipelines.
  • You prefer using a local MCP runtime with a configured MiniMax API key.

Best practices

  • Ensure uvx is installed before running the skill; follow the provided install commands if missing.
  • Store a valid MiniMax API key in ~/.openclaw/config/minimax.json using the exact JSON structure.
  • Provide clear, focused prompts when calling understand_image to get targeted answers.
  • Use accessible file paths or public URLs for images so the MCP server can fetch them.
  • Check MCP server stderr output for troubleshooting if the call fails.

Example use cases

  • Describe the contents of a product photo to generate alt text for accessibility.
  • Detect and transcribe visible text in a screenshot or document image.
  • Identify objects and scene context in surveillance or field photos.
  • Integrate into a preprocessing pipeline that tags images with semantic labels.
  • Quickly validate that an image contains expected elements before downstream processing.

FAQ

You can use local image paths (e.g., /root/path/image.jpg) or public URLs. Common formats like JPEG and PNG are supported; ensure the MCP server can access the file or URL.

How do I provide or update the MiniMax API key?

Save the key in ~/.openclaw/config/minimax.json with the fields api_key and output_path. The script also attempts to discover keys from gateway providers and will ask you to confirm before saving.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational