asdasdsdsdasdasdasd/dsh-computer-use ↗★ 0
dsh-computer-use
DeepSeek Harness plugin: Linux X11 computer-use tools (screenshot, mouse, keyboard) via a Python XTest helper
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:asdasdsdsdasdasdasd/dsh-computer-use说明文档
阅读完整 README ↗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
| 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.