nanbbb/dsh-computer-use-windows0

dsh-computer-use-windows

Safety-gated Windows Computer Use tools for DeepSeek Harness with ModLens visual grounding.

AI 분석

核心用途是让 AI 能够安全地操作 Windows 操作系统(如点击、打字)。适合需要自动化桌面任务的用户。需要 Windows 10/11 x64 环境。

패키지
dsh-computer-use-windows
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:nanbbb/dsh-computer-use-windows

配置

cordis.patch.yml 里的 config 字段(均可选,有默认值):

字段默认说明
observationTtlMs120000观测快照有效期(毫秒),过期后 element_index / 坐标失效
maxAccessibilityElements300单次观测返回的 UI Automation 元素上限
screenshotDirectoryauto截图输出目录;auto = 系统临时目录
requireApprovalForTypingfalsetrue 时所有打字强制走审批
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.