DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Kimi Computer Use — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-kimi-computer-use

Kimi Computer Use

DeepSeek Harness (DSH) bundle: wires Kimi Computer Use's stdio MCP server through the generic dsh-mcp-client bridge, plus a bundled skill for driving it.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-kimi-computer-use@0.1.6
READMECompatibilityVersions

Compatibility and provenance

Kimi Computer Use is published as dsh-kimi-computer-use and currently resolves to version 0.1.6. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.6stable
8/30/2026
0.1.5stable
8/30/2026
0.1.4stable
8/30/2026
Show 3 more versionsCollapse versions
0.1.3stable
8/30/2026
0.1.2stable
8/28/2026
0.1.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.1.6
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
16.2 kB
Files
7
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
72
Last push
8/30/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

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