secretxuan/dsh-computer-use-win ↗★ 0
dsh-computer-use-win
适用于 DeepSeek Harness 的 Windows 电脑操作捆绑包:提供屏幕截图、窗口枚举以及带有审批门禁的鼠标/键盘控制功能。
AI 分析
核心用途是允许 AI 智能体控制 Windows 系统桌面。适合需要自动化桌面操作、软件测试的任务,建议在受控或一次性环境中使用。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:secretxuan/dsh-computer-use-win說明文件
閱讀完整 README ↗Configuration
Patch the computer-use-win row in your profile's cordis.patch.yml:
- id: computer-use-win
config:
requireApproval: true
maxScreenshotBytes: 8388608
Set requireApproval: false only for unattended tests or disposable environments.