minimax-image-analysis

Installation
SKILL.md

MiniMax Image Analysis 图像理解技能

使用 MiniMax VLM API 进行图像内容分析和文字提取,支持本地文件、URL 和 Base64 格式的图像输入。

Quick Reference

任务 命令
自动分析图片 bun run ${CLAUDE_SKILL_DIR}/scripts/analyze.ts "image.jpg"
指定分析要求 bun run ${CLAUDE_SKILL_DIR}/scripts/analyze.ts "image.jpg" "提取所有文字"
函数调用 analyzeImage(apiKey, apiHost, imageSource, prompt)

前置要求

必需环境变量:

export MINIMAX_API_KEY="your_api_key_here"
Related skills
Installs
6
GitHub Stars
8
First Seen
Mar 30, 2026