DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@crazy_th/dsh-computer-use

Computer Use

适用于 DeepSeek Harness 的原生 Windows 计算机使用工具。

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

npx -y @deepseek-ai/dsh plugin --profile web add @crazy_th/dsh-computer-use@0.2.4
README兼容性版本
Computer Use Vision settings card

兼容性与来源证明

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

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.4stable
2026/8/21
0.2.3stable
2026/8/21
0.2.2stable
2026/8/21
查看其余 7 个版本收起版本
0.2.1stable
2026/8/15
0.1.6stable
2026/8/15
0.1.5stable
2026/8/15
0.1.4stable
2026/8/15
0.1.3stable
2026/8/15
0.1.2stable
2026/8/15
0.1.1stable
2026/8/15

相关插件

正在加载相关插件…

最新版
0.2.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
85.5 kB
文件数
18
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
382
安全扫描
✓ v0.2.4 扫描通过
最近提交
2026/8/22
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。

README

DSH Computer Use

中文

Native Windows Computer Use bundle for DeepSeek Harness. It uses the DSH Cordis tool registry directly and does not use MCP. The current compatibility target is DSH 0.1.0-rc.6.

Capabilities

  • computer_screenshot: captures the virtual desktop and returns a DSH image attachment.
  • computer_click, computer_drag, computer_scroll: pointer control using bounded virtual-desktop coordinates.
  • computer_type, computer_keypress: Unicode text and supported keyboard shortcuts sent to the active control.
  • computer_wait: allows an application to settle before the next observation.
  • computer_observe: captures the desktop and sends it to a user-selected vision model when the active DSH model cannot inspect images.

Every Computer Use tool asks through DSH's native approval service by default. CTRL+ALT+DELETE, empty text, unsupported keys, invalid durations, and coordinates outside the virtual desktop are rejected before input is sent.

Vision model settings

After installing and restarting DSH, open Settings > Plugins > Plugin configuration, then expand Computer Use Vision. Enter an OpenAI-compatible HTTPS base URL, API key, vision-capable model name, and response-token limit, then enable the model. The API key is stored in DSH's settings secret field and is not included in Cordis configuration or tool responses.

FieldRequirement
EnabledTurn this on only after the endpoint, key, and model are configured.
Base URLAn HTTPS OpenAI-compatible API base URL, such as https://api.example.com/v1.
API KeyStored as a write-only DSH secret. Leaving the field blank during an update preserves the existing key.
ModelThe vision-capable model identifier accepted by the provider.
Max TokensAn integer from 64 to 8192; the default is 1000.

computer_observe sends the current screenshot only to this configured endpoint. Keep it disabled unless you understand where the visual data will be processed.

Computer Use Vision settings card

Why this appears in the settings UI

DSH only exposes selected settings namespaces to its browser configuration API. The plugin registers the vision configuration as a configurable model provider, so the native Web UI can safely read and save it. Computer-control tools are loaded separately, preventing their runtime dependencies from delaying the settings card.

Install

From npm (recommended). --profile is required — it selects which DSH profile gets the plugin:

dsh plugin --profile web add @crazy_th/dsh-computer-use

Replace web with the profile you actually use (tui, headless, ...).

From source (development):

pnpm install
pnpm run build
dsh plugin --profile web add link:<path-to-this-checkout>

Restart DSH after installation. To inspect the active layer:

dsh --profile web --dump-config

The bundled cordis.patch.yml enables approval and scales screenshots to at most 1600x1200. Override those values in the profile's cordis.patch.yml when needed.

Verify the installation

The composed configuration must contain both computer-use-settings and computer-use:

dsh --profile web --dump-config

For the Web profile, start DSH on the default local port and open the page locally:

dsh web --port 3082
# Open http://127.0.0.1:3082, then Settings > Plugins > Plugin configuration.

If the card is absent, restart DSH after rebuilding or reinstalling the plugin. Do not use a cached page from a different DSH instance or profile.

Development

pnpm test
pnpm run typecheck
pnpm run build

The automation driver is Windows-only. It uses user32.dll for input and System.Drawing for screen capture; it does not install a global hook or run a background process.

License

MIT