secretxuan/dsh-computer-use-win0

dsh-computer-use-win

适用于 DeepSeek Harness 的 Windows 电脑操作捆绑包:提供屏幕截图、窗口枚举以及带有审批门禁的鼠标/键盘控制功能。

AI 分析

核心用途是允许 AI 智能体控制 Windows 系统桌面。适合需要自动化桌面操作、软件测试的任务,建议在受控或一次性环境中使用。

套件
dsh-computer-use-win
版本
0.3.3
授權
MIT
最近更新
2026年8月18日

安裝

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

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.