Install
openclaw skills install understand-image-minimax图片理解技能,使用 Minimax Coding Plan VLM API 分析图片
openclaw skills install understand-image-minimax使用 Minimax Coding Plan VLM API 分析图片内容。API Key 从环境变量 MINIMAX_API_KEY 读取。
当接收到用户发送的图片或用户询问图片的内容时请务必使用该技能
node {baseDir}/scripts/understand.cjs "你的问题" "图片URL或本地路径"
# 分析网络图片
node {baseDir}/scripts/understand.cjs "描述这张图片" "https://example.com/photo.jpg"
# 分析本地图片
node {baseDir}/scripts/understand.cjs "这张图片有什么" "/Users/xbos1314/Downloads/image.png"
# 询问具体问题
node {baseDir}/scripts/understand.cjs "图片中有几个人?" "https://example.com/group.jpg"
API Key 从环境变量读取:
MINIMAX_API_KEYhttps://api.minimaxi.com