How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-kits:lookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
用户希望用便宜的 Vision 模型(默认 Gemini 3 Flash)分析图片,而不是让你(昂贵的主模型)直接看图。
用户希望用便宜的 Vision 模型(默认 Gemini 3 Flash)分析图片,而不是让你(昂贵的主模型)直接看图。
look_at MCP tool — 它会把图片发给便宜的 Vision 模型处理用户输入格式:/look <图片路径> [目标] [--model 模型]
--model 或 -m:可选,指定模型预设| 预设名 | 模型 | 适合场景 |
|---|---|---|
| (不指定) | Gemini 3 Flash | 默认,快速+免费额度 |
gemini | Gemini 2.5 Pro | 更强的视觉推理 |
gemini-pro | Gemini 3.1 Pro | 视觉理解最强 |
haiku | Claude Haiku 4.5 | 最快最便宜 |
sonnet | Sonnet 4.6 | 平衡型 |
从用户输入中提取 imagePath、goal、model。
调用 MCP tool look_at:
imagePath: 图片绝对路径goal: 分析目标model: 模型预设名(如果用户指定了)maxTokens: 不指定,使用默认值 1024将 look_at 的返回文本直接展示给用户。如果用户后续有追问,继续调用 look_at(不要自己看图)。
/look D:\workspace\screenshot.png 这个UI有什么问题
/look D:\frames\frame_001.png 描述画面内容 --model flash
/look D:\test.jpg --model gemini-pro
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-kitsAnalyzes images with MiniMax vision tool for description, OCR, text extraction, UI mockup review, chart data parsing, diagrams. Auto-triggers on image shares or analysis requests.
Analyzes media files (PDFs, images, diagrams, screenshots) using a vision backend to extract structured data, descriptions, or summaries instead of literal file reading.
Analyzes images to describe content, extract data from scientific figures, plots, experimental setups, and answer general questions.