dsh-image-pathify
Lets text-only models handle pasted chat images, with a native vision experience, batch image viewing, and a built-in OpenAI-compatible analyze_image tool; vision-capable models are unaffected.
让纯文本模型也能处理聊天贴图,提供原生视觉体验,支持批量看图,走内置 OpenAI 兼容识图工具 analyze_image;具备视觉能力的模型不受影响。
How to install
dsh plugin add dsh-image-pathify About
dsh-image-pathify 让 **deepseek-v4** 这类「不能看图」的模型,也能处理你贴进聊天里的图片,并直接调用插件内置的识图工具。 聊天记录和界面里的缩略图**不会变**。插件只在把消息发给模型前,把图片换成一行本地文件路径;模型再调用 analyze_image 读这个文件,通过你配置的视觉 API 得到文字描述。 你贴一张图 → 聊天里照常显示缩略图 ↓ 发给不能看图的模型前 → 变成:Saved attachments: /某路径/某文件 ↓ 模型调用 analyze_image → 视觉 API 返回文字描述(多张图一次请求、同一次看见全部) 已经能看图的模型不受影响:图片会原样发给它们,analyze_image 不会出现在它们的工具列表和系统提示里。read_image 在不能看图的模型上会被拒绝,并提示改用 analyze_image。 磁盘上的图片文件是 **dsh 自己保存的附件**(~/.dsh/attachments/v1/...),不是本插件另存的一份。 安装 sh dsh plugin --profile web add dsh-image-pathify dsh web 打开 **设置 → 插件 → 识图**,填写后点保存: API 密钥(写入 $DSH_HOME/.credentials.yaml,不进设置文件) 识图模型(默认…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-08-21
- Created
- 2026-08-15
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek, deepseek-harness, dsh, dsh-plugin, image, plugin, vision
Related plugins
dsh-vision-router
ysr666/dsh-vision-router
Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image to use it.
modlens
liustack/modlens
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
dsh-vision-toolkit
Anionex/dsh-vision-toolkit
Vision for text-only models: paste an image and the model switches to a Vision Toolkit variant for image Q&A, multi-image comparison, long-screenshot OCR, screenshot-to-UI reproduction, element grounding, and pixel diff. No API key by default — images are processed by the author-hosted free service, 100 per machine per day; configurable to your own provider.
dsh-deepseek-vision
siegfly/dsh-deepseek-vision
A vision-language gateway provider route: pasted images are described by a configurable VL model (Qwen-VL by default) before the DeepSeek wire.