DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Unplug — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-unplug

Unplug

干净地插拔任何 DeepSeek Harness 插件:列出每个已挂载层,无需删除即可禁用/启用,一次性移除捆绑包、补丁行和依赖项,并审计孤立/悬空的插件状态。零运行时依赖;默认只读

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-unplug@0.3.5
README兼容性版本

兼容性与来源证明

Unplug 以 dsh-unplug 发布,当前版本为 0.3.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.3.5stable
2026/8/20
0.3.4stable
2026/8/20
0.3.3stable
2026/8/20
查看其余 10 个版本
收起版本
0.3.2stable
2026/8/20
0.3.1stable
2026/8/20
0.3.0stable
2026/8/20
0.2.4stable
2026/8/20
0.2.3stable
2026/8/20
0.2.2stable
2026/8/20
0.2.1stable
2026/8/20
0.2.0stable
2026/8/20
0.1.1stable
2026/8/20
0.1.0stable
2026/8/20

相关插件

正在加载相关插件…

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

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-unplug

让 DeepSeek Harness(dsh)的插件装得容易、拔得干净——所有插件都能插拔自如。 Plug/unplug any DeepSeek Harness plugin cleanly. 简体中文 · English

中文说明

为什么需要它? 官方 dsh plugin remove 只处理 profile 里 dsh.profile.bundles 列表中的 bundle:

  • 不会清理 profile/home 的 cordis.patch.yml 里残留的插件行
  • 没有"禁用但保留配置"的能力(插拔自如)
  • 没有审计接口,拔完也不知道有没有残留

dsh-unplug 补上这三个缺口。

快速开始

dsh plugin add dsh-unplug

命令行

dsh-unplug                            # 什么都不输:直接给你中文菜单
dsh-unplug list                         # 列出所有已挂载插件(bundles + 补丁行)
dsh-unplug remove <插件> --yes          # 完整卸载(bundle + 补丁行 + 依赖)
dsh-unplug remove --yes                 # 忘写插件名?自动列出已装插件
dsh-unplug disable <插件>               # 禁用但不删除(保留依赖,可随时启用)
dsh-unplug enable <插件>                # 重新启用
dsh-unplug audit                        # 检测孤立行 / 悬空 bundle
dsh-unplug fix --yes                    # 一键修复(reconcile 的傻瓜版)
dsh-unplug list --all                   # 一次看所有 profile

选项:--profile <名>(找不到会自动找)、--home <路径>、--json、--yes、--dry-run。

Agent 可调用工具

安装后 agent 获得 unplug 工具:

  • list / audit — 只读,任何时候可用
  • remove / reconcile — 需要 force: true 显式确认
  • disable / enable — 可逆操作,无需确认

返回 dsh-unplug/v1 报告。

工作原理

  • bundle 列表(dsh.profile.bundles)— 移出列表 + pnpm remove
  • 禁用列表(dsh.profile.disabledBundles)— 在 bundles/disabled 之间移动
  • profile 的 cordis.patch.yml — 删除插件行或切换 disabled: true
  • home 的 cordis.patch.yml — 同上
  • 孤立/悬空状态 — audit 发现,reconcile 修复

安全

默认只读;remove / reconcile 需要显式 --yes(CLI)或 force: true(工具)。


English

Why? The official dsh plugin remove only handles bundles in the profile's dsh.profile.bundles list. It does not:

  • Remove patch rows from cordis.patch.yml (profile or home level)
  • Disable/enable without deleting
  • Audit for orphaned rows or dangling bundle references

dsh-unplug fills all three gaps.

Quick start

dsh plugin add dsh-unplug

CLI

dsh-unplug list                         # show every mounted plugin row
dsh-unplug                             # no args → friendly menu
dsh-unplug remove <plugin> --yes        # fully unplug (bundle + patch + deps)
dsh-unplug remove --yes                 # forgot the name? we list installed ones
dsh-unplug disable <plugin>             # disable without deleting
dsh-unplug enable <plugin>              # re-enable
dsh-unplug audit                        # detect orphaned/dangling state
dsh-unplug fix --yes                    # one-command fix (alias for reconcile)
dsh-unplug list --all                   # scan every profile

Options: --profile <name> (auto-falls back), --home <path>, --json, --yes, --dry-run.

Agent-callable tool

Once installed, the agent gains the unplug tool:

  • list / audit — always allowed (read-only)
  • remove / reconcile — require force: true
  • disable / enable — reversible, no confirmation needed

Returns a dsh-unplug/v1 report.

How it works

  • Bundle list (dsh.profile.bundles) — remove entry + pnpm remove
  • Disabled list (dsh.profile.disabledBundles) — move between bundles/disabled lists
  • Profile cordis.patch.yml — delete entry or toggle disabled: true
  • Home cordis.patch.yml — same as above
  • Orphaned rows — detect via audit, fix via reconcile

Security

Read-only by default; remove / reconcile require explicit --yes (CLI) or force: true (tool).

License

MIT

相关插件

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

Better Sidebardsh-better-sidebarDSH web 插件:类似 VSCode 的右侧边栏(资源管理器 / 编辑器 / 终端 / git / 浏览器),按对话会话隔离。提供服务,供其他插件注册侧边栏标签页和文件查看器。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Plugindsh-pluginDeepSeek Harness 社区插件市场,遵循官方插件规范——无需离开应用即可浏览、搜索并安装 9000+ 个由人工精选的社区插件。· DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。