nanbbb/dsh-computer-use-windows ↗★ 0
dsh-computer-use-windows
适用于 DeepSeek Harness 的安全门控 Windows 电脑操作工具,结合 ModLens 视觉定位。
AI 分析
核心用途是让 AI 能够安全地操作 Windows 操作系统(如点击、打字)。适合需要自动化桌面任务的用户。需要 Windows 10/11 x64 环境。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nanbbb/dsh-computer-use-windows说明文档
阅读完整 README ↗配置
cordis.patch.yml 里的 config 字段(均可选,有默认值):
| 字段 | 默认 | 说明 |
|---|---|---|
observationTtlMs | 120000 | 观测快照有效期(毫秒),过期后 element_index / 坐标失效 |
maxAccessibilityElements | 300 | 单次观测返回的 UI Automation 元素上限 |
screenshotDirectory | auto | 截图输出目录;auto = 系统临时目录 |
requireApprovalForTyping | false | 为 true 时所有打字强制走审批 |
allowedApps | [] | 白名单;非空时只允许这些进程名(不含 .exe,如 ["notepad","chrome"]),其余全部拒绝 |
allowedExternalLabels | [] | 允许降级「发送/提交」类标签的名单(子串匹配,不区分大小写,如 ["发送","send"])。命中时按模型的显式 risk 处理;仅 external 类可放行,删除/支付/登录永远升级 |
This is an MVP for Windows 10/11 x64 and is fully self-contained — the bundled native helper ships its own .NET runtime, so no separate install is required.