asdasdsdsdasdasdasd/dsh-computer-use ↗★ 0
dsh-computer-use
DeepSeek Harness plugin: Linux X11 computer-use tools (screenshot, mouse, keyboard) via a Python XTest helper
AI 분석
为 Agent 提供屏幕截图、模拟键鼠操作等系统控制能力。适合在 Linux X11 环境下,需要 Agent 执行自动化桌面操作与视觉交互任务的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:asdasdsdsdasdasdasd/dsh-computer-useConfiguration
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
| Key | Default | Notes |
|---|---|---|
helper | xc.py beside this package | Python X11 helper |
shotDir | /tmp/dsh-computer-use | Temporary screenshot files |
defaultWidth | 1280 | Served-image width cap (vision tokens) |
sandboxMode | danger-full-access | Needed for unconfined X11 input |
observeAfterAction | true | Screenshot attached to click/type/key/… results |
nudgeAnnouncedTools | false | Leave off; auto-followup can flood context |
:warning: This is full desktop control. Read SECURITY.md before enabling it on any machine you care about.