Yaing-Yan/dsh-show-picture0

dsh-show-picture

允许 AI 智能体在对话中直接展示本地图片或网络 URL 的 DSH 图像显示插件

AI 分析

核心用途是赋予模型在聊天气泡中直接渲染图片的能力。适合需要模型生成、处理或查找图片,并直观展示给用户看(支持 PNG/JPG/SVG/GIF 等格式)的交互任务。

包名
dsh-show-picture
版本
1.0.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yaing-Yan/dsh-show-picture

🛠 Usage / 用法

The agent calls the tool whenever the user asks to see an image:

ArgumentTypeRequiredMeaning
pathstringone ofLocal image file (absolute or workspace-relative). Extensions: png, jpg/jpeg, gif, webp, svg, bmp, ico, avif, tif/tiff. Max 10 MiB.
urlstringone ofhttp(s) URL of the image.
altstringnoShort 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).