dsh-img:为 DeepSeek Harness 提供图片理解与本地视觉工具
dsh-img 是 DeepSeek Harness 的社区视觉插件,旨在为纯文本模型提供图片理解能力。它通过接入视觉后端或本地像素工具,实现 `analyze_image` 图片问答、OCR、布局理解及 `vision_ground` 元素定位。插件支持智谱 GLM-4V-Flash、通义 Qwen-VL、Ollama 本地模型及 OpenAI 兼容端点,并内置免 key 的本地工具如 `vision_crop`、`vision_ocr` 等。 安装需 Node.js >= 20 及 dsh 本体,通过 `pnpm add` 安装至指定 profile。使用 API 后端时需将 key 注入
Read MoreDSH Computer Use for Windows:为 DeepSeek Harness 提供 Windows 桌面操作工具
`Altairpaca/dsh-computer-use-windows` 是一款面向 DeepSeek Harness (DSH) 的 Windows 桌面自动化插件,目前处于实验性 Alpha 阶段。该项目旨在解决 Windows 自动化中截图包含无关窗口、坐标控制不稳定及 OCR 文本漂移等难题。核心功能包括窗口绑定截图、鲁棒性 OCR、点击后验证、鼠标键盘输入控制、窗口管理、批量运行入口、可选的视觉模型接入以及本地健康检查。系统支持纯 OCR 模式以将截图保留在本地,也可配置 OpenAI 兼容的视觉提供商。安装运行需 Windows 11、PowerShell 7.4+ 及 Node
Read Moredsh-eye-vision:为 text-only DSH 模型提供图像理解、OCR 与 UI 分析
dsh-eye-vision 是面向 DeepSeek Harness 的 DSH 插件,旨在解决主模型仅支持文本输入但需处理图像任务的痛点。该插件通过调用任意 OpenAI-compatible 多模态 API,实现图像理解、OCR 及 UI 分析,并将结果以文本形式返回给主模型,无需主模型直接支持图像输入。其核心功能包括提供 image_understand 工具、支持大图像裁剪、配置目录白名单、免重启生效以及剥离代理环境变量等。用户可通过 dsh plugin add 命令快速安装,支持本地路径、URL 或 data URI 作为图像源,并可通过指定 task_type 来执行自动识别、
Read MoreDSH DeepSeek Vision: Adding Image Understanding, OCR, and Visual Evidence to the Text DSH Model
DSH DeepSeek Vision is an MIT-licensed plugin maintained by Argonaut790, designed to add vision capabilities to the text-only DeepSeek Harness model. It introduces an independent vision routing system, providing image understanding, full-screen OCR, and persistent visual evidence features, enabling text-based models to invoke image analysis capabilities and retain results within conversations for traceable evidence. Core features include support for multiple image selection strategies, a session-scoped vision analyzer, structured summary output, and a global Vision provider selector. Installation requires specific Node.js and Harness version requirements, is not published to npm, and must be built locally and added to a Web profile, with configuration needing to avoid conflicts with built-in vision tools. This plugin is suitable for scenarios where images need to be stably integrated into
Read MoreDS-Vision-Plugin: A Web Image-to-Text Plugin for DeepSeek Harness
ds-vision-plugin is an open-source plugin designed for DeepSeek Harness, aimed at addressing the issue that text-based models cannot directly process image inputs. The plugin automatically converts pasted or dragged images into text within the web interface for DeepSeek models to continue reasoning, eliminating the need for users to manually switch tools or models. Its core features include support for a four-model racing mechanism (such as the agnes and glm series) to achieve fast and reliable first valid responses; routing support for Baidu OCR or local Tesseract, with fallback to a vision-language model when unavailable; and the ability to integrate custom OpenAI-compatible models or local runtimes (Ollama/LM Studio). Additionally, the plugin offers comprehensive diagnostic tools and YAML hot-reload functionality.
Read More