
Miaoda Image Understanding
- 92 installs
- skills.volces.com
Helps with ai & agent building tasks during AI-assisted development.
About
miaoda-image-understanding is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- miaoda-image-understanding
- AI & Agent Building
- AI-coding skill
Miaoda Image Understanding by the numbers
- 92 all-time installs (skills.sh)
- Ranked #4,749 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skills.volces.com --skill miaoda-image-understandingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 92 |
|---|---|
| Repository | skills.volces.com ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Image Understanding
通过 miaoda-studio-cli image-understanding 使用 AI 理解、分析和描述图片内容。
Quick Reference
| 参数 | 说明 | 必需 | 默认值 |
|---|---|---|---|
--image, -i | 本地图片文件路径 | 是 | - |
--prompt, -p | 关于图片的问题或指令 | 否 | 请描述这张图片的内容 |
--output, -o | 输出格式: text/json | 否 | text |
使用示例
# 基础用法:描述图片内容
miaoda-studio-cli image-understanding --image ./photo.png
# 针对图片提问
miaoda-studio-cli image-understanding --image ./photo.png --prompt "这张图片中有什么"
# 分析本地图片并输出 JSON
miaoda-studio-cli image-understanding --image ./screenshot.png --prompt "提取图片中的文字" --output json
# 简写参数
miaoda-studio-cli image-understanding -i ./photo.jpg -p "分析图片的色彩风格"使用场景决策
需要理解图片内容
├─ 描述图片整体内容 → 不指定 --prompt,使用默认描述
├─ 针对图片提问 → 用 --prompt 指定具体问题
├─ 提取图片中的文字 → --prompt "提取图片中的文字"
├─ 分析图片风格/构图 → --prompt 描述分析需求
└─ 需要程序处理结果 → 加 --output jsonCommon Mistakes
| 错误 | 正确做法 |
|---|---|
| 本地文件路径包含空格未加引号 | 路径有空格时用引号包裹:-i "my image.png" |
| 用此命令处理文档(PDF/Word) | 文档解析用 miaoda-studio-cli doc-parse(见 miaoda-doc-parse skill) |
| prompt 过于模糊(如"分析") | 明确指定需求,如"提取文字"、"描述场景"、"识别物体" |
Related skills
AI & Agent Buildingagents