justhalfbit/dsh-plugin-show-image ↗★ 0
dsh-plugin-show-image
Render local image files inline in the DSH conversation via a global show_image tool.
AI Analysis
核心用途是让智能体能够直接在对话卡片中展示本地图片。适合需要查看智能体生成的图表、处理的图像或指定路径照片的用户,调用工具后图片直接内联显示,支持点击全屏查看。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:justhalfbit/dsh-plugin-show-imageREADME
Read the full README ↗从 GitHub 安装(零构建步骤,无需 allowBuilds 配置)
dsh plugin --profile web add github:justhalfbit/dsh-plugin-show-image
使用方式
安装并重启后,所有会话(任何 preset)都自动获得 show_image 工具。直接对 agent 说:
把 /path/to/image.png 显示出来
agent 会调用 show_image 工具,图片即内联渲染在会话卡片中。点击图片可全屏查看。
提示:建议使用绝对路径。相对路径会按 DSH 进程的工作目录解析,而非会话工作目录。