asdasdsdsdasdasdasd/dsh-computer-use0

dsh-computer-use

DeepSeek Harness plugin: Linux X11 computer-use tools (screenshot, mouse, keyboard) via a Python XTest helper

AI 분석

为 Agent 提供屏幕截图、模拟键鼠操作等系统控制能力。适合在 Linux X11 环境下,需要 Agent 执行自动化桌面操作与视觉交互任务的用户。

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

설치

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

Configuration

Override in the profile cordis.patch.yml (later layers replace the whole config object):

- id: computer-use
  config:
    helper: /absolute/path/to/xc.py   # default: xc.py next to index.js
    shotDir: /tmp/dsh-computer-use
    defaultWidth: 1280
    sandboxMode: danger-full-access
    workspaceRoot: .
    observeAfterAction: true          # attach a screenshot after input actions
    nudgeAnnouncedTools: false
KeyDefaultNotes
helperxc.py beside this packagePython X11 helper
shotDir/tmp/dsh-computer-useTemporary screenshot files
defaultWidth1280Served-image width cap (vision tokens)
sandboxModedanger-full-accessNeeded for unconfined X11 input
observeAfterActiontrueScreenshot attached to click/type/key/… results
nudgeAnnouncedToolsfalseLeave off; auto-followup can flood context

:warning: This is full desktop control. Read SECURITY.md before enabling it on any machine you care about.