grasir-ctrl/dsh-deepeye-setup
grasir-ctrl★ 0PowerShell最后同步: 2026-08-16
Give DeepSeek Harness eyes: one-click install the dsh-plugin-deepeye vision plugin with the free Zhipu GLM-4V-Flash model. Paste images into text-only LLMs
README 摘要
dsh-deepeye-setup 给 DeepSeek Harness(DSH)装上"眼睛":一键安装 dsh-plugin-deepeye 视觉插件,并配置 智谱 GLM-4V-Flash 免费视觉模型 ,让纯文本模型(如 DeepSeek)也能直接看懂图片。 本仓库是 安装指南 + 配置模板 ,不含任何 API Key。上游插件为 dsh-plugin-deepeye(MIT)。 ✨ 效果 - 在 DSH 聊天框里 直接粘贴 / 拖拽图片 ,自动翻译成文字后交给纯文本模型——模型以文本形式"看到"图片 - 模型获得 5 个视觉工具: 工具 功能 vision describe 详细描述图片内容 vision ocr 提取图片中的文字(OCR) vision ask 根据图片回答问题(VQA) vision layout UI 布局结构化分析(JSON) vision clipboard 分析剪贴板截图 - 视觉后端使用 免费 模型 glm-4v-flash ,注册即用,无需充值 📋 前置要求 - Windows / Linux / macOS 均可;已安装 DSH 并能运行 dsh web - Node.js ≥ 22.19(自带 corepack,用于提供 pnpm) - 一个 智谱开放平台 账号(手机号注册),免费 🚀 快速开始 1. 申请免费的智谱 API Key 1. 打开 https://open.bigmodel.cn/ ,手机号注册 2. 控制台 →「API Keys」→ 创建 Key(形如 xxxxx.yyyyy ) 3. glm-4v-flash 是 永久免费 的视觉模型,无需充值 2. 一键安装 在 PowerShell 中执行(需能访问 npm registry;如果直连 GitHub 被墙,不影响本安装——插件从 npm 源下载): 脚本会自动: 1. 通过 corepack 安装 pnpm(若缺失) 2. 执行 dsh plugin --profile web add dsh-plugin-deepeye 3. 把 GLM-4V-Flash 配置写入 /.dsh/profiles/web/cordis.patch.yml (已有配置不会被覆盖;已存在 deepeye-vision 时跳过) 3. 重启 DSH 重启后即可粘贴图片使用。会话数据已持久化,重启不会丢对话。 🧩 手动安装(不用脚本) ⚙️ 配置说明 cordis.patch.example.yml 中的字段: 字段 说明 provider: custom 使用 OpenAI 兼容的自定义端点 baseUrl 智谱 OpenAI 兼容接口地址 model: glm-4v-flash 免费视觉模型;也可换 glm-4.6v-flash (更新、免费,但会消耗少量思…
在 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、版面、语义)。
★ 2,047
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
★ 920
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.
★ 457