← Back to Skills Marketplace
xbos1314

understand-image-minimax

by 深柒 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1110
Downloads
2
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install understand-image-minimax
Description
图片理解技能,使用 Minimax Coding Plan VLM API 分析图片
Usage Guidance
Before installing, note three things: (1) The script expects MINIMAX_API_KEY in the environment but the registry metadata doesn't list it — the skill will fail or behave insecurely unless you set that key. (2) When invoked it will read local image files you pass (or download URLs) and send the full image (base64) to https://api.minimaxi.com; do not allow it to automatically run on sensitive images or folders. (3) Verify you trust the Minimax service and that the API key has appropriate, limited permissions; consider running the skill in a sandboxed environment, reviewing the included script, and ensuring the agent won't auto-invoke the skill on images you don't intend to upload. If you want tighter assurance, ask the publisher to update registry metadata to declare MINIMAX_API_KEY and provide a trustworthy homepage/source for the API.
Capability Analysis
Type: OpenClaw Skill Name: understand-image-minimax Version: 1.0.0 The skill uses a Node.js script (`scripts/understand.cjs`) to analyze images via the Minimax VLM API (api.minimaxi.com). It possesses risky capabilities including reading environment variables (MINIMAX_API_KEY), performing outbound network requests, and reading arbitrary local files. While these are necessary for its stated function, the implementation lacks path sanitization, which could allow an agent to be tricked into reading and exfiltrating sensitive system files. Per the provided criteria, these risky but plausibly necessary capabilities warrant a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description match the code: it sends images and a prompt to a Minimax VLM endpoint. Requiring the node binary is reasonable. However, the SKILL.md and code require MINIMAX_API_KEY but the registry metadata lists no required env vars — this is an inconsistency.
Instruction Scope
SKILL.md and the script constrain behavior to converting an input image (URL, local file, or data URL) to base64 and POSTing it with a prompt to https://api.minimaxi.com/v1/coding_plan/vlm. The SKILL.md also instructs agents to always use this skill for images, which could cause the agent to send user-supplied or local images automatically.
Install Mechanism
No install spec; the skill is instruction + a local Node script that runs with the node binary. Nothing is downloaded or extracted at install time.
Credentials
The script and SKILL.md require MINIMAX_API_KEY but the registry metadata did not declare any required env vars — a mismatch. The skill will transmit full image data (including local files converted to base64) to a third-party API, which is proportionate to an image-analysis skill but poses privacy risk; ensure the API key scope and trustworthiness of api.minimaxi.com.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It runs only when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install understand-image-minimax
  3. After installation, invoke the skill by name or use /understand-image-minimax
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of understand-image-minimax: - Enables image analysis using the Minimax Coding Plan VLM API. - Supports input via network image URLs, local paths, or Base64 image data. - Compatible with JPEG, PNG, GIF, and WebP image formats. - Reads API Key from the MINIMAX_API_KEY environment variable. - Includes usage examples and command-line instructions.
Metadata
Slug understand-image-minimax
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is understand-image-minimax?

图片理解技能,使用 Minimax Coding Plan VLM API 分析图片. It is an AI Agent Skill for Claude Code / OpenClaw, with 1110 downloads so far.

How do I install understand-image-minimax?

Run "/install understand-image-minimax" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is understand-image-minimax free?

Yes, understand-image-minimax is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does understand-image-minimax support?

understand-image-minimax is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created understand-image-minimax?

It is built and maintained by 深柒 (@xbos1314); the current version is v1.0.0.

💬 Comments