secretxuan/dsh-computer-use-win0

dsh-computer-use-win

Windows computer-use bundle for DeepSeek Harness: screenshots, window enumeration, and mouse/keyboard control with approval gates.

AI Analysis

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

Package
dsh-computer-use-win
Version
0.3.3
License
MIT
Last updated
Aug 18, 2026

Install

$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.