secretxuan/dsh-computer-use-win ↗★ 0
dsh-computer-use-win
Windows computer-use bundle for DeepSeek Harness: screenshots, window enumeration, and mouse/keyboard control with approval gates.
AI 분석
核心用途是允许 AI 智能体控制 Windows 系统桌面。适合需要自动化桌面操作、软件测试的任务,建议在受控或一次性环境中使用。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:secretxuan/dsh-computer-use-winConfiguration
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.