Yaing-Yan/dsh-show-picture ↗★ 0
dsh-show-picture
允许 AI 智能体在对话中直接展示本地图片或网络 URL 的 DSH 图像显示插件
AI 分析
核心用途是赋予模型在聊天气泡中直接渲染图片的能力。适合需要模型生成、处理或查找图片,并直观展示给用户看(支持 PNG/JPG/SVG/GIF 等格式)的交互任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yaing-Yan/dsh-show-picture說明文件
閱讀完整 README ↗🛠 Usage / 用法
The agent calls the tool whenever the user asks to see an image:
| Argument | Type | Required | Meaning |
|---|---|---|---|
path | string | one of | Local image file (absolute or workspace-relative). Extensions: png, jpg/jpeg, gif, webp, svg, bmp, ico, avif, tif/tiff. Max 10 MiB. |
url | string | one of | http(s) URL of the image. |
alt | string | no | Short caption shown under the image. |
Result (canonical JSON): { ok: true, kind: 'path'|'url', path|url, size?, mime?, alt } or { ok: false, error }.
A ready-to-use agent skill is included at skill/dsh-show-picture/SKILL.md — drop it into a DSH agent preset's skills/ directory (or follow its instructions manually).