dsh-auto-vision
Auto-discovery vision bridge for text-only DeepSeek Harness agents: automatically finds an image-capable model from your configured providers and returns picture descriptions as plain text via a vision tool.
为纯文本 DeepSeek Harness 主模型搭视觉桥:自动从已配置模型中挑选多模态模型,通过 vision 工具把图片描述以纯文本返回。
How to install
dsh plugin add dsh-auto-vision About
dsh-auto-vision **给 DeepSeek Harness 里的纯文本主模型装上眼睛:自动发现你已配置的多模态模型,一条命令装上 vision 工具,图片识别结果以纯文本返回。** 快速开始 本插件**已发布到 npm**,两种安装方式任选: **方式一:npm 安装(推荐)** sh dsh plugin --profile <你的profile名> add dsh-auto-vision **方式二:GitHub 源码安装**(纯 JS、零构建步骤,无需构建授权) sh dsh plugin --profile <你的profile名> add github:NormanFxxkingRockwell/dsh-auto-vision 装好后,直接在主对话里说: 读这张图 C:\path\to\image.jpg 描述一下 主模型会自动调用 vision 工具,把识别结果以文本形式返回给你。 要求:你的 dsh 里已经配置了至少一个**声明了图片输入**的多模态模型(如何声明见下文「配置」)。没有的话,插件会在启动时报错并告诉你怎么办。 它解决什么问题 dsh 内置的 read_image 会把图片块直接塞进当前模型的上下文,所以只有当**当前主模型本身支持图片**时才能用。像 deepseek v4 flash 这样的纯文本模型,调用 read_image 会被直…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-18
- Created
- 2026-08-17
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cordic, deepseek-harness, dsh, dsh-plugin, image-to-text, multimodal, vision
Related plugins
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 tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.
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.
dsh-visual-plugin
jyh20030112/dsh-visual-plugin
Gives text-only models vision: forwards user images to an OpenAI-compatible vision model and shows the descriptions in a Web UI right panel.