🧩 DeepSeek Harness 插件包

August 21, 2026 · View on GitHub

面向 DeepSeek Harness 社区生态的「插件包」分享仓库。
包含 32 项插件/依赖、完整安装命令、可复刻提示词与预览截图。

📸 预览

预览 1 预览 2 预览 3 预览 4 预览 5 预览 6

✨ 这是什么

这是一个 DeepSeek Harness(DSH)插件包,目标是把一套完整的 profile/web 社区插件体系打包分享。

  • 环境:profile/web
  • 插件/依赖总数:32 项
  • 包含:官方内置、社区插件、自研兼容插件、补丁配置
  • 适用人群:希望快速复刻 DSH Web 端插件生态的用户

🚀 一键安装命令

在全新 DeepSeek Harness 中,依次执行以下命令即可安装本插件包中的社区插件:

# 官方内置:无需安装
# @deepseek-ai/dsh-base
# @deepseek-ai/dsh-web-app
dsh plugin --profile web add github:baihejiangnan/dsh-session-context-menu
dsh plugin --profile web add github:mishibeikejie/zat-dsh-engine
dsh plugin --profile web add @liustack/modlens
dsh plugin --profile web add billion-context-dsh
dsh plugin --profile web add dsh-better-sidebar
dsh plugin --profile web add dsh-sidebar-qa
dsh plugin --profile web add dsh-checkpoint-rewind
dsh plugin --profile web add dsh-checkpoint-diff
dsh plugin --profile web add dsh-extension-hub
dsh plugin --profile web add dsh-tdai-memory
dsh plugin --profile web add dsh-web-mobile-fix
dsh plugin --profile web add dsh-what-changed
dsh plugin --profile web add github:vlln/dsh-navbar
dsh plugin --profile web add github:huanyuLv/dsh-balance-tide
dsh plugin --profile web add github:christophersmith2737-commits/OffPeak
dsh plugin --profile web add github:dream12347/dsh-session-manager
dsh plugin --profile web add github:lire1131/dsh-undo-plugin
dsh plugin --profile web add github:baihejiangnan/dsh-topbar-manager
dsh plugin --profile web add github:hzhz314159/dsh-side-session
dsh plugin --profile web add "https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.3.tar.gz"
dsh plugin --profile web add github:omdsh-dev/dsh-genui
dsh plugin --profile web add github:titanwings/dsh-automation
dsh plugin --profile web add github:omdsh-dev/dsh-notification
dsh plugin --profile web add dsh-status-rotator
dsh plugin --profile web add github:a179-sanae/dsh-auto-collapse#main
dsh plugin --profile web add github:lxzy-7/dsh-plugin-guard
dsh plugin --profile web add github:LX2000WASD/dsh-web-plugin-manager
dsh plugin --profile web add github:chenw2759-wq/dsh-plugin-healthcheck
dsh plugin --profile web add "https://codeload.github.com/baihejiangnan/dsh-settings-organizer/tar.gz/refs/tags/v1.1.0"
# dsh-skin(建议使用以下 GitHub 源安装)
dsh plugin --profile web add github:wei-806206088/dsh-skin

如果当前 DSH 启用了安装保护,请使用:

dshpm install <> --profile web

机器可读插件包清单

本仓库同时提供 dsh-plugin-pack.json,供插件包市场和启动器直接读取。清单包含 30 个可安装插件;README 中提到的两个 @deepseek-ai 项目属于 DSH 官方内置插件,因此没有重复放入安装清单。

清单使用 requires 表达可扩展宿主关系:dsh-sidebar-qa 依赖 dsh-better-sidebar。兼容安装器应据此先安装 Better Sidebar,再安装 Sidebar QA;Sidebar QA 随后通过 ctx.betterSidebar.registerTab 注册“追问”和“追问记录”页面。这与插件自身的 peerDependencies、运行时注入相互补充,不以手工数组顺序替代真实依赖声明。

清单使用 DSH Plugin Pack Schema v1,市场应将本仓库声明为 json-manifest 格式,并读取 dsh-plugin-pack.json。README 中的命令仍保留,方便用户手动复刻和核对安装来源。

使用 AI 分享你自己的插件包

需要把自己的 DSH 插件组合整理成可安装、可验证的插件包时,可以使用 DSH 插件包 AI 快捷分享提示词。它会引导 DSH 盘点当前 Profile、生成标准清单、发布 GitHub 仓库并配置 Topics,同时说明如何通过市场索引 PR 申请进入启动器插件包市场。

📋 完整复刻提示词

可以直接把下面的提示词发给别人,或粘贴给一台全新的 DeepSeek Harness 助手。

📄 独立文件:PROMPT.md

点击展开完整提示词

可发送给别人的 DSH 插件体系复刻提示词

直接把下面「提示词正文」复制发给对方,或粘贴给一台全新的 DeepSeek Harness 助手。


提示词正文

你是 DeepSeek Harness 环境配置助手。请帮我在一台原生、未安装任何社区插件的 DeepSeek Harness 上,完整复刻以下 profile/web 插件体系。

目标

  • Profile 名称:web
  • 目标目录:~/.dsh/profiles/web(Windows 为 C:\Users\<用户名>\.dsh\profiles\web
  • 参考备份:dsh-backup-web-2026-08-19.json
  • 最终应包含 32 项插件/依赖,与我的环境一致。

执行步骤

1. 准备 profile

如果还没有 web profile,请先创建或进入:

dsh web

确保 ~/.dsh/profiles/web 存在。

2. 安装插件

请依次执行下面的命令。若当前 DSH 启用了安装保护,请把 dsh plugin --profile web add ... 替换为 dshpm install <包名> --profile web,或通过插件市场安装。

# @deepseek-ai/dsh-base 官方内置,无需安装
# @deepseek-ai/dsh-web-app 官方内置,无需安装
dsh plugin --profile web add github:baihejiangnan/dsh-session-context-menu
dsh plugin --profile web add github:mishibeikejie/zat-dsh-engine
dsh plugin --profile web add @liustack/modlens
dsh plugin --profile web add billion-context-dsh
dsh plugin --profile web add dsh-better-sidebar
dsh plugin --profile web add dsh-sidebar-qa
dsh plugin --profile web add dsh-checkpoint-rewind
dsh plugin --profile web add dsh-checkpoint-diff
dsh plugin --profile web add dsh-extension-hub
dsh plugin --profile web add dsh-tdai-memory
dsh plugin --profile web add dsh-web-mobile-fix
dsh plugin --profile web add dsh-what-changed
dsh plugin --profile web add github:vlln/dsh-navbar
dsh plugin --profile web add github:huanyuLv/dsh-balance-tide
dsh plugin --profile web add github:christophersmith2737-commits/OffPeak
dsh plugin --profile web add github:dream12347/dsh-session-manager
dsh plugin --profile web add github:lire1131/dsh-undo-plugin
dsh plugin --profile web add github:baihejiangnan/dsh-topbar-manager
dsh plugin --profile web add github:hzhz314159/dsh-side-session
dsh plugin --profile web add "https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.3.tar.gz"
dsh plugin --profile web add github:omdsh-dev/dsh-genui
dsh plugin --profile web add github:titanwings/dsh-automation
dsh plugin --profile web add github:omdsh-dev/dsh-notification
dsh plugin --profile web add dsh-status-rotator
dsh plugin --profile web add github:a179-sanae/dsh-auto-collapse#main
dsh plugin --profile web add github:lxzy-7/dsh-plugin-guard
dsh plugin --profile web add github:LX2000WASD/dsh-web-plugin-manager
dsh plugin --profile web add github:chenw2759-wq/dsh-plugin-healthcheck
dsh plugin --profile web add "https://codeload.github.com/baihejiangnan/dsh-settings-organizer/tar.gz/refs/tags/v1.1.0"
# dsh-skin (当前 profile 原为 workspace:*,建议按以下 GitHub 源安装)
dsh plugin --profile web add github:wei-806206088/dsh-skin

3. 补丁配置

安装完成后,请检查 ~/.dsh/profiles/web/cordis.patch.yml,确保包含以下内容(用于加载 dsh-skin,并保持我的默认 agent 预设):

# 可选:与我一致的默认 agent 预设
- id: agent-presets
  config:
    default: anchored-standard

# 插入 dsh-skin
- insert:
    - id: dsh-skin
      name: 'dsh-skin'

4. 验证

  • 启动 dsh web
  • 在设置 → 插件中确认已加载上述 32 项
  • 如有插件市场/管理插件,可再用它做一次完整性检查

插件明细(含版本与安装源)

#包名版本安装源命令
1@deepseek-ai/dsh-base内置官方内置无需安装
2@deepseek-ai/dsh-web-app内置官方内置无需安装
3@baihejiangnan/dsh-session-context-menu0.2.14github:baihejiangnan/dsh-session-context-menudsh plugin --profile web add github:baihejiangnan/dsh-session-context-menu
4zat-dsh-engine0.6.2github:mishibeikejie/zat-dsh-enginedsh plugin --profile web add github:mishibeikejie/zat-dsh-engine
5@liustack/modlens3.18.63.18.6dsh plugin --profile web add @liustack/modlens
6billion-context-dsh0.2.2^0.2.2dsh plugin --profile web add billion-context-dsh
7dsh-better-sidebar0.14.0^0.14.0dsh plugin --profile web add dsh-better-sidebar
8dsh-sidebar-qa0.3.2^0.3.2dsh plugin --profile web add dsh-sidebar-qa
9dsh-checkpoint-rewind0.5.2^0.5.2dsh plugin --profile web add dsh-checkpoint-rewind
10dsh-checkpoint-diff0.5.0^0.5.0dsh plugin --profile web add dsh-checkpoint-diff
11dsh-extension-hub0.2.13^0.2.13dsh plugin --profile web add dsh-extension-hub
12dsh-tdai-memory0.2.10^0.2.10dsh plugin --profile web add dsh-tdai-memory
13dsh-web-mobile-fix1.0.2^1.0.2dsh plugin --profile web add dsh-web-mobile-fix
14dsh-what-changed0.4.0^0.4.0dsh plugin --profile web add dsh-what-changed
15@vlln/dsh-navbar0.3.0github:vlln/dsh-navbardsh plugin --profile web add github:vlln/dsh-navbar
16dsh-balance-tide0.2.0github:huanyuLv/dsh-balance-tidedsh plugin --profile web add github:huanyuLv/dsh-balance-tide
17dsh-offpeak1.0.0github:christophersmith2737-commits/OffPeakdsh plugin --profile web add github:christophersmith2737-commits/OffPeak
18dsh-session-manager0.1.9github:dream12347/dsh-session-managerdsh plugin --profile web add github:dream12347/dsh-session-manager
19dsh-undo-savepoint0.3.5github:lire1131/dsh-undo-plugindsh plugin --profile web add github:lire1131/dsh-undo-plugin
20dsh-topbar-manager0.3.0github:baihejiangnan/dsh-topbar-managerdsh plugin --profile web add github:baihejiangnan/dsh-topbar-manager
21@dsh-external/dsh-side-session0.3.0github:hzhz314159/dsh-side-sessiondsh plugin --profile web add github:hzhz314159/dsh-side-session
22dsh-at-file0.6.3https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.3.tar.gzdsh plugin --profile web add "https://github.com/omdsh-dev/dsh-at-file/archive/refs/tags/v0.6.3.tar.gz"
23@omdsh-dev/dsh-genui0.8.7github:omdsh-dev/dsh-genuidsh plugin --profile web add github:omdsh-dev/dsh-genui
24@dsh-external/dsh-automation0.1.6github:titanwings/dsh-automationdsh plugin --profile web add github:titanwings/dsh-automation
25dsh-notification0.1.2github:omdsh-dev/dsh-notificationdsh plugin --profile web add github:omdsh-dev/dsh-notification
26dsh-status-rotator0.3.0^0.3.0dsh plugin --profile web add dsh-status-rotator
27dsh-auto-collapse0.1.3github:a179-sanae/dsh-auto-collapse#maindsh plugin --profile web add github:a179-sanae/dsh-auto-collapse#main
28dsh-plugin-guard0.3.2github:lxzy-7/dsh-plugin-guarddsh plugin --profile web add github:lxzy-7/dsh-plugin-guard
29dsh-web-plugin-manager0.4.6github:LX2000WASD/dsh-web-plugin-managerdsh plugin --profile web add github:LX2000WASD/dsh-web-plugin-manager
30dsh-plugin-healthcheck0.1.0github:chenw2759-wq/dsh-plugin-healthcheckdsh plugin --profile web add github:chenw2759-wq/dsh-plugin-healthcheck
31dsh-settings-organizer1.1.0https://codeload.github.com/baihejiangnan/dsh-settings-organizer/tar.gz/refs/tags/v1.1.0dsh plugin --profile web add "https://codeload.github.com/baihejiangnan/dsh-settings-organizer/tar.gz/refs/tags/v1.1.0"
32dsh-skin1.0.0github:wei-806206088/dsh-skindsh plugin --profile web add github:wei-806206088/dsh-skin

提示:命令中的版本/来源来自我 2026-08-19 的 profile/web 导出;如果某些插件已更新,安装结果可能与我的版本略有差异。

🛠️ 自研兼容插件

为了尽可能提升本插件包在不同 DSH 环境下的兼容性,我加入了以下自研插件:

  1. dsh-settings-organizer(兼容插件 1)
    https://github.com/baihejiangnan/dsh-settings-organizer

  2. dsh-topbar-manager(兼容插件 2)
    https://github.com/baihejiangnan/dsh-topbar-manager

为什么需要兼容插件?

DeepSeek Harness 的插件社区发展很快,不同插件可能由不同作者维护,对 DSH 版本、UI 结构、设置面板和顶部工具栏的假设也不完全一致。如果直接把大量社区插件组合进同一个 profile/web,很容易出现以下问题:

  • 设置入口分散:每个插件各自往设置页添加入口,用户很难找到和管理配置。
  • 顶部按钮冲突:多个插件同时向顶栏注册按钮,容易重叠、遮挡、顺序混乱。
  • 版本适配不一致:插件 A 适配了新版本,插件 B 还停留在旧接口,组合后可能出现加载失败或样式错乱。
  • 排障成本高:出问题时难以判断是哪个插件、哪个配置、哪个版本导致的。

这两个插件分别优化了什么?

1. dsh-settings-organizer

  • 把散落在 DSH 设置页里的插件配置进行分层、归类、导航化
  • 让用户在一个统一、可搜索的设置结构中管理插件,而不是在不同插件各自的位置里翻找。
  • 降低多插件环境下的配置认知负担,也减少“装了但不知道去哪设置”的体验断裂。

2. dsh-topbar-manager

  • 统一管理多个插件向 DSH Web 顶栏注册的按钮。
  • 提供检查、开关、排序/归类能力,避免顶栏按钮过多、互相遮挡或顺序混乱。
  • 让 UI 在插件数量增加后仍然保持整洁、可控,减少视觉冲突和误点。

为什么必须要兼容插件?

因为“能安装”和“能一起稳定工作”是两回事。这个插件包的目标不是简单罗列 32 个插件,而是让它们组合成一个开箱即用、少冲突、好维护的 DSH 环境。兼容插件相当于插件包的“粘合层”:

  • 统一设置体验
  • 统一顶栏秩序
  • 缓冲不同插件对 DSH 版本的接口差异
  • 让后续新增/移除插件时更安全、更容易回滚

所以,dsh-settings-organizerdsh-topbar-manager 是这套插件包中负责“兼容与体验收敛”的关键部分。

🤝 致谢

感谢以下社区项目与作者:

  • awesome-dsh-plugin — DSH 插件精选列表
  • dsh-market — DSH 可视化插件市场
  • 本插件包中所有第三方插件的作者与维护者
  • DeepSeek Harness 社区

📄 开源证明

本仓库使用 MIT License 开源,详见 LICENSE


数据导出时间:2026-08-19 | 环境:C:/Users/ABD18/.dsh/profiles/web