DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Real Time Computer Use — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
R

dsh-real-time-computer-use

Real Time Computer Use

适用于 Windows 上 DeepSeek Harness 的实时计算机操作:全屏捕获、时间戳回放以及鼠标/键盘注入

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:1azybug/dsh-real-time-computer-use#d020923b192efefb1fa0c4c972e0f5d33fad8725
README兼容性版本

兼容性与来源证明

Real Time Computer Use 以 dsh-real-time-computer-use 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/24

版本

0.1.0stable
2026/9/24

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/24
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Automation@michengai/dsh-automationDSH Automation — 在隔离的 DSH Session 中按计划执行和管理编码任务

README

dsh-computer-use

Computer Use for DeepSeek Harness on Windows: an agent can see the Windows desktop and operate it like a person — full-screen capture, look back at any frame of the last ~20 minutes by timestamp, and mouse/keyboard injection.

Architecture

Two halves talking over stdio, one JSON request per line:

HalfWhereWhat it does
Plugin (lib/index.js)WSL, inside the DSH host processregisters the model-visible tools, owns the helper process, hands frames to the model
Helper (helper/CuHelper.exe)Windowsdesktop capture (DXGI, GDI fallback), H.264 segment ring buffer, keyboard/mouse injection, window enumeration

The plugin starts the helper once and keeps it resident (a fresh process per frame would pay tens of milliseconds of GDI/DXGI initialization every time). Frame files land in the Windows temp directory and are read back through /mnt/<drive>/....

Requirements

  • DSH running in WSL; the Windows helper is launched through WSL interop. A pure-Windows DSH install does not work as written, because Windows paths are mapped as /mnt/<drive>/....
  • Windows with .NET Framework 4 (present on every supported Windows). No SDK, no ffmpeg, no third-party binary.
  • Screen resolution decides the tile geometry: tiles are sized to fit the harness image budget, so a 2560×1440 desktop yields 2×3 tiles of 1280×480 (614,400 px each, delivered unscaled).

Install

# 1. clone the repository somewhere permanent, then link it into the profile
git clone https://github.com/1azybug/dsh-real-time-computer-use.git
pnpm dsh plugin --profile web add link:"$PWD/dsh-real-time-computer-use"
# 2. restart dsh web — host-layer plugins are only read at startup

Install the operating discipline as a skill (the package ships an English SKILL.md; nothing installs it for you):

cp -r skills/computer-use ~/.dsh/skills/      # or $DSH_HOME/skills/

Tools

Capture and inspection: screen_grid (one capture → thumbnail + 1:1 tiles, optionally atSeconds for a frame from the buffer), screen_frames (pull a time range out of the recording buffer; every image carries its capture time), screen_watch (start/stop/stats of the continuous capture), screen_windows (window under a point, foreground window, or full enumeration), cursor_state.

Actions: mouse_move_to, mouse_move_by, click, mouse_button, drag, scroll, type_text, press_key, key_state, hotkey, wait.

Optional tools stay unregistered unless enabled in configuration: wait_for_change / act_when (triggerTools), screen_observe / region_observe (singleImageTools), screen_diff (diffTool).

Configuration

Every knob lives in cordis.patch.yml, and the shipped defaults are not a neutral baseline: they are the configuration one GUI-evaluation setup runs with. Out of the box you get a 16-tool surface; switching the four optional groups on widens it to 21 tools and re-enables ordinary image reading.

Read those four defaults as answers to four questions, not as arbitrary flags:

SwitchDefaultWith the defaultTurning it on adds
triggerToolsfalsenothing watches the screen waiting for a conditionwait_for_change, act_when — poll a region until it changes, then act
singleImageToolsfalsescreen reading only ever arrives as the same-frame thumbnail + tiles formscreen_observe, region_observe — hand back a single image
denyReadImagetruea tool guard rejects every read_image call — with or without region, for every session, not only screen capturesnormal image reading works again
diffToolfalseno frame differencingscreen_diff — report which grid cells changed

Why those defaults: on a 2560×1440 desktop a single full-screen image is either downscaled past legibility (a 46 px control becomes 19 px) or covers one corner, so the plugin standardizes on one full-view form — screen_grid, one capture turned into a same-frame thumbnail plus 1:1 tiles. Letting read_image back in would restore the single-image path for any image, not only screen captures. The triggerTools entry is an evaluation constraint (watching for a visual condition and then acting counts as cheating in that setting), not a technical limit. The comments in the file record each decision.

The remaining keys are ordinary capture settings:

KeyDefaultMeaning
backenddxgicapture backend: dxgi (GPU copy, ~0.42 ms/frame) or gdi (~28.9 ms/frame)
frameIntervalMs33capture interval ≈ 30 fps
frameCapacity1800frames retained by the ring buffer (30 fps × 60 s)
jpegQuality70JPEG quality
codech264frame storage: h264 (in-memory segments, ~445 MB per 20 min) or jpeg (per-frame files, 6–11 GB)
captureDir''frame output directory; empty means the helper's own temp directory
helperPath''helper executable; empty means the bundled helper/CuHelper.exe

The plugin's own code defaults differ for backend (gdi) and codec (jpeg): the patch file is where a deployment states its choice, and the code keeps the conservative value for deployments that mount the plugin without it. denyReadImage is true in both.

Host APIs used

The plugin registers against the harness ToolService (ctx.tools.register, ctx.tools.guard, ctx.tools.restrict) and Cordis ctx.effect for ownership.

Verified by a live run on a clean install: harness @deepseek-ai/dsh@0.1.7-rc.1 (the newest published release at the time of writing) in a fresh DSH_HOME, this repository cloned from GitHub and linked into the profile — the plugin loads and all 16 tools register. The same symbols are also present in @deepseek-ai/dsh-tools@0.1.5-rc.3.

Limits

  • The desktop is a single shared resource. Keyboard and mouse are global: two DSH instances on the same machine must not act at the same time, or their actions interleave.
  • Capture runs at 30 fps and costs roughly a quarter of one core while active.
  • H.264 segments are lossy (PSNR 44.8–50 dB); it does not affect reading small text, but it is not lossless.
  • The helper must be recompiled with the Windows-shipped csc.exe if you change helper/*.cs; the build command is in helper/README.md.