haifeiWu/dsh-computer-use
haifeiWu★ 0TypeScriptLast synced: 2026-08-15
DSH plugin: local macOS computer use — screenshot/mouse/keyboard/browser control + OCR fallback for dsh (DeepSeek Harness)
README excerpt
dsh-computer-use dsh-computer-use is a plugin for DSH (DeepSeek Harness) that gives your agents local macOS computer use capabilities — see the screen (screenshot), drive mouse/keyboard/scroll, and control the browser at DOM level, with an OCR fallback for models without vision. - Tools: screenshot / screen ocr (macOS Vision) / desktop mouse move click drag scroll (cliclick) / keyboard type key / browser open click type scroll extract close (Playwright-core + system Chrome) - Enforces an act → verify loop: screenshot before and after every operation; text-only models read the screen via screen ocr / browser extract - Safety by design: on-screen coordinate guards, keyboard shortcut whitelist, TCC permission boundaries (never bypassed) - Mounts via profile cordis.patch.yml ; does not modify the official dsh repository 以下为中文文档 / Chinese documentation below: 为 dsh(DeepSeek Harness) 提供本地 macOS computer use 能力:模型可以看屏幕(截图)、操作屏幕(鼠标/键盘/滚动)、控制浏览器(DOM 级),并在模型无视觉能力时用 OCR 文本兜底。 独立插件包,通过 profile cordis.patch.yml 挂载,不改动 dsh 官方仓库。 能力总览 场景 工具 实现 看屏幕 screenshot (全屏/区域/窗口 → image block) /usr/sbin/screencapture + attachment 服务 看屏幕(无视觉模型) screen ocr (文本 + 像素坐标) macOS Vision framework(swift) 桌面键鼠 deskto…
View full README on GitHub →Category
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