DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-kimi-computer-use

Kimi Computer Use

DeepSeek Harness (DSH) 捆绑包:通过通用的 dsh-mcp-client 桥接 Kimi Computer Use 的 stdio MCP 服务器,并附带用于驱动它的技能。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-kimi-computer-use@0.1.6
README兼容性版本

兼容性与来源证明

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

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

版本

0.1.6stable
2026/8/30
0.1.5stable
2026/8/30
0.1.4stable
2026/8/30
查看其余 3 个版本收起版本
0.1.3stable
2026/8/30
0.1.2stable
2026/8/28
0.1.0stable
2026/8/28

相关插件

正在加载相关插件…

最新版
0.1.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
16.2 kB
文件数
7
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
72
最近提交
2026/8/30
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题

README

dsh-kimi-computer-use

中文

A DeepSeek Harness (DSH) bundle that wires Kimi Computer Use's stdio MCP server into DSH through the generic @deepseek-ai/dsh-mcp-client bridge, plus a bundled skill that drives it once connected.

This is a third-party interoperability plugin. Its inclusion does not imply endorsement, recommendation, partnership, or ongoing support by DeepSeek or by Moonshot AI (the maker of Kimi Computer Use).

What this bundle does and does not do

ConcernThis bundleYou / KimiCU.app
Insert one @deepseek-ai/dsh-mcp-client row that starts kimi-cu mcp over stdioYes—
Discover and register KimiCU's MCP tools as mcp__cu__<tool>Yes—
Register the bundled kimi-computer-use skill (interaction loop + safety rules)Yes—
Download, verify, or install KimiCU.appNoYes — install from the official Kimi channel
Bundle ID / arm64 / Team ID / codesign verificationNoHandled by KimiCU.app's own installer
Start, stop, or supervise the KimiCU background serviceNoYes — keep the app running yourself
Grant Accessibility / Screen Recording permissionsNoYes — grant them in the KimiCU.app UI

DSH starts and stops the kimi-cu mcp stdio child process with this plugin's lifecycle; it does not manage KimiCU.app itself.

Requirements

  • Apple Silicon Mac, macOS 14 or later.
  • KimiCU.app installed from the official Kimi channel and left running, with Accessibility and Screen Recording granted in its own UI.
  • A DSH installation (@deepseek-ai/dsh) whose dsh CLI ships @deepseek-ai/dsh-mcp-client in-box (true for published @deepseek-ai/dsh >= 0.1.1-rc.2).

Install

Into a profile (see the plugin-and-profile tutorial for the full mechanism):

dsh plugin --profile demo add dsh-kimi-computer-use          # once published to npm
dsh plugin --profile demo add ./dsh-kimi-computer-use        # from a local checkout
dsh plugin --profile demo add github:<you>/dsh-kimi-computer-use#<sha>   # from git, pinned to a commit

The git form runs this package's prepare script to build lib/skills.js from source; pnpm ≥10 blocks that script until you allow it. If dsh plugin reports the build was blocked, add the exact package key it printed to the profile's pnpm-workspace.yaml:

allowBuilds:
  dsh-kimi-computer-use: true

then re-run the add command. Only allow builds for a package whose source you trust, and pin a commit so a later push cannot silently change what runs at install time.

Verify without booting, then boot:

dsh --profile demo --dump-config   # shows a "# == dsh-kimi-computer-use" layer
dsh --profile demo

Remove with dsh plugin --profile demo remove dsh-kimi-computer-use.

Verify

  1. After boot, wait for the mcp__cu__* tools to appear (discovery is asynchronous).
  2. Ask the agent to list open applications. Confirm it calls mcp__cu__list_apps (or the equivalent discovered tool) and returns a real result from your running KimiCU.app.
  3. For any GUI action, the bundled skill instructs the agent to state what will happen and get your confirmation before anything hard to reverse (sending, deleting, purchasing, publishing).

Security

KimiCU.app's own installer verifies its Bundle ID, arm64 architecture, and Apple codesign signature before installing itself; none of that runs through this bundle. Only install KimiCU.app from the official Kimi channel. Only allow a git-hosted install's build script for a source you trust, pinned to a specific commit.

Development

npm install
npm run check   # build then test
npm pack --dry-run

Releases

Every new commit pushed to main is validated and automatically released to npm, tagged as vX.Y.Z, and published as a GitHub Release with generated release notes. If the version in package.json is already published, the workflow increments the patch version automatically.

Publishing uses npm Trusted Publishing (OIDC), not a long-lived npm token. Before the first release, configure an npm Trusted Publisher for package dsh-kimi-computer-use with:

  • Organization or user: dshapp
  • Repository: dsh-kimi-computer-use
  • Workflow filename: release.yml
  • Environment: npm

The repository's GitHub Actions workflow permissions must also allow read and write access so it can push the version commit and tag and create the GitHub Release.

License

MIT

相关插件

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

Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理