Gingerate/dsh-vision-skill
Gingerate★ 0JavaScript最后同步: 2026-08-14
让 DSH 里任何模型(包括 DeepSeek 纯文本模型)都能识别图片:识图技能 + 幂等宿主补丁,装上即用 / Let every DSH model see images: vision skill + idempotent host patch.
README 摘要
dsh-vision-skill 让 DSH 里 任何模型 (包括 DeepSeek 这类纯文本模型)都能识别图片。装上即用:纯文本模型发图不再被拒,图片自动转成"本地路径"交给视觉 API 识别。 Give every model in DeepSeek Harness (DSH) — including text-only ones like DeepSeek — the ability to see images. Install and use: image messages to text-only models are no longer rejected; images are delivered as local paths and recognized through an OpenAI-compatible vision API. ⚠️ 诚实声明 / Honest disclaimer:本项目的"宿主补丁"是对 DSH 核心包(rc.6)的 mod 式修改,不是官方扩展点。DSH 升级后锚点可能失效(表现为脚本输出 MISS ),届时插件只告警、绝不硬改文件,请按故障排查处理。 The host patch here is a mod of DSH core packages (rc.6), not an official extension point. After DSH upgrades the anchors may stop matching (the script then reports MISS ); the plugin only warns and never force-edits files. See Troubleshooting. 特性 / Features - ✅ 纯文本模型(DeepSeek 等)发送图片不再被"当前模型不支持图片"拦截 - ✅ 识图自动降级:模型先试原生 read image ,失败自动走 vision.js (OpenAI 兼容视觉 API) - ✅ 多模态模型(GLM、MiMo 等)行为完全不变,图片照常直传 - ✅ 无密钥入库、无个人路径:所有路径运行时推导,API Key 走环境变量 - ✅ 幂等补丁引擎:可安全重复执行,每次自动 node --check 自校验 工作原理 / How it works 两层设计 / Two layers: 1. 技能层 / Skills :注册两个技能—— - claude-vision-skill :识图指令(条件判断:先 read image ,失败走 vision.js ); - vision-patch :补丁检修技能(模型可手动运行幂等补丁脚本)。 2. 宿主补丁层 / Host patch :插件启动时自动对 $DSH HOME/pr…
在 GitHub 查看完整 README →分类
The first vision plugin for DeepSeek Harness, and the vision bridge for every text-only coding agent. Paste an image, get structured JSON evidence (OCR, layout, semantics). | 全网第一个 DeepSeek Harness 视觉插件,为 DeepSeek、GLM 等纯文本模型外挂视觉能力,粘贴图片即得结构化 JSON 证据(OCR、版面、语义)。
★ 1,700
Anionex/agent-vision-toolkit为纯文本模型"看图“设计更好的视觉工具箱和技能,支持多图理解,图片问答,前端UI还原、GUI 自动化等,并可选无缝接入多个主流agent,直接识别粘贴图片| A vision toolkit and skill designed for text-only llms — image Q&A, long-screenshot OCR, frontend UI restoration, and GUI automation, with optional seamless integration for Codex, Claude Code, Pi, Oh My Pi, and OpenCode
★ 884
Anionex/dsh-vision-toolkit让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-native integration for agent-vision-toolkit: image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, and Web UI.
★ 405