justhalfbit/dsh-plugin-show-image0

dsh-plugin-show-image

Render local image files inline in the DSH conversation via a global show_image tool.

AI 분석

核心用途是让智能体能够直接在对话卡片中展示本地图片。适合需要查看智能体生成的图表、处理的图像或指定路径照片的用户,调用工具后图片直接内联显示,支持点击全屏查看。

패키지
dsh-plugin-show-image
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 1.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:justhalfbit/dsh-plugin-show-image

从 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 进程的工作目录解析,而非会话工作目录。