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.

Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

@muche/dsh-plugin

Plugin

dsh plugin for connecting to 小沐(MuChe 数字生命): chat with 小沐(MuChe 数字生命), which maintains persistent state; 小沐(MuChe 数字生命) can call the local dsh to execute tasks

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

npx -y @deepseek-ai/dsh plugin --profile web add github:NEINC1/muche-dsh-plugin#7f094b78b9caa3cac2a9c5188777dcbd354054dd
READMECompatibilityVersions

Compatibility and provenance

Plugin is published as @muche/dsh-plugin and currently resolves to version 0.4.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/23/2026

Versions

0.4.3stable
9/23/2026
0.4.2stable
9/22/2026
0.4.1stable
9/22/2026
Show 1 more versionCollapse versions
0.3.9stable
9/22/2026

Related plugins

Loading related plugins…

Latest
0.4.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/24/2026
View source ↗
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.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十二种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect twelve IM channels and a public AI Office to a local DeepSeek Harness.Univer Officedsh-univer-officeDSH × Univer integration with a bundled collaboration Gateway and Viewer: inline previews, live floating Worktree windows, and session-end review actions in DeepSeek Harness.

README

@muche/dsh-plugin — 和有持续状态的小沐聊天

连接小沐(MuChe 数字生命)的 dsh 插件:可以和有持续状态的小沐聊天,小沐可调用本机 dsh 执行任务。

  • 聊天浮层:左下角「小沐」入口,可拖动面板,微信式气泡,未读红点,主动消息实时弹入。
  • 反向桥接:小沐可调用你本机 dsh 执行任务(出站常驻连接,不开入站端口)。
  • 设置页:后端地址 + API key,每用户各自配置。

安装

用户在小沐后台「接入设置」复制安装命令,在自己机器上执行(装完重启 dsh 即用):

dsh --profile web plugin add @muche/dsh-plugin
dsh --profile web --dump-config | grep -c '^# == @muche/dsh-plugin$'   # 期望 1
sudo systemctl restart dsh-web

升级是同一条命令(重跑即升到最新版)。当前插件版本见 package.json 的 version(现为 0.4.3),dsh 本体须为上游锁定的 0.1.5-rc.2 同 cohort(见 pnpm-workspace.yaml)。

使用

  1. 打开 dsh 设置 → 小沐,填后端地址和 API key(小沐后台生成),保存。
  2. 点左下角「小沐」开聊。反向桥接配好 key 即在线,无需额外操作。

后端地址口径:远端用户填 <公网基址>/api(公网入口只把 /api 反代到后端,少写前缀会打到 SPA 首页);与后端同机时填 http://127.0.0.1:8000。

卸载

dsh --profile web plugin remove '@muche/dsh-plugin'
sudo systemctl restart dsh-web

remove 只摘层与代码;本机配置(settings muche 命名空间)保留,重装免配。彻底清掉:按 dsh settings 用法删掉 muche 命名空间。

故障排查

现象原因做法
面板显示“连接不上”后端地址缺 /api 前缀,打到 SPA 首页远端地址改为 <基址>/api
面板 401,桥接也不在线API key 失效(账号重置或后台吊销)去小沐后台重签,到设置页更新
小沐说“dsh 没连上”本机 dsh 未运行,或插件版本低于桥接要求先启动本机 dsh,再重跑安装命令升级插件
面板正常但桥接不工作dsh 本体缺本地执行依赖,或插件被加载两次(桌面端市场与 bundles 双挂载)看 dsh 日志有无反向桥接停用警告,升级 dsh 本体;桌面端到插件页确认小沐只装了一处
要看桥到底什么状态面板“在线”只证明路由可达,工具要的是桥接池在线同机 GET /api/muche/status(需过 dsh 鉴权),看 fibers[].mode/reason
反向桥接任务无响应同会话串行排队,或会话已失效等待在途任务完成;sN 别名超 3 天消除后重开

反向桥接只调用户本机:后端把任务帧从该用户的桥接连递下来,插件在本地 dsh 进程内执行、结果原路回传。桥不在时后端明确失败,不回退服务器。

技术细节

架构(勿改回)与模块说明

小沐聊天 = 插件自绘面板 + 直连后端(HTTP 历史 + WS 双向),不进 dsh agent 循环、不建 dsh 会话(dsh 会话的隐藏机制与可聊天互斥,会话内 LLM 调用会注入 AGENTS.md 等噪音——面板形态从根上消除注入面)。

文件职责
cordis.patch.yml组合包层:dsh plugin add 自动进 profile 层列表,免手写 YAML
lib/index.jsHost 入口(inject/apply)
lib/config.jssettings 命名空间 muche + 旧 JSON 配置迁移
lib/http.js后端 JSON 请求封装
lib/routes.js/api/muche/{chat,history,config,test} 同源路由
lib/backend_ws.js后端 WS 常驻客户端(桥接通道)
lib/ws-proxy.js浏览器 WS 同源代理(backendUrl path 原样保留,远端须带 /api 前缀)
lib/dsh-bridge.js + lib/dsh-call.js反向桥接:出站收 dsh_task,进程内直调 sessionController 执行,结果原路回传

反向桥接语义(一任务只执行一次):同 session_id 串行、task_id 去重、断连在途即失败;会话复用/新建由小沐在工作区别名里决定。message_id 幂等(服务端 Redis SET NX 300s)。

执行核按上游锁定的 0.1.5-rc.2 接口编写:进程内直调 sessionController.create/prompt(与人用客户端同一实现),回复走 session/event 事件订阅(assistant/message 累积文本,turn/end 按 reason.kind 判定完成)。turn/end 共六种终态(completed/aborted/blocked/error/max-tokens/interrupted),调用方按种收敛,不静默。

依赖:@deepseek-ai/schemastery 为 peer(用宿主那份);ws 自带。改动依赖前后必跑 pnpm test(deps.test.js 守卫,未声明依赖致 dsh-web 崩溃循环的教训);重启 dsh-web 前必跑全量测试,全绿才动。

开发

cd dsh && pnpm test   # 重启 dsh-web 前必跑,全绿才动

许可

MIT