DeepSeek Harness Hub
← 返回列表

增强套件合集Scorp1o117/dsh-enhancement-suite

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
未验证

一键安装视觉、人设、记忆与插件市场等增强插件

尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/9/3 · 已提供中文文档

DeepSeek Harness 官方增强套件——视觉、灵魂/人格、长期记忆与插件市场。

综合分
29.4
GitHub 分
29.4
用户评分
★ Stars
1
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add Scorp1o117/dsh-enhancement-suite
该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

DeepSeek Harness Enhancement Suite

English License Node

Vision · Soul / Persona · Long-term Memory · Plugin Marketplace · Reasoning Options

Scorp1o117 DSH 插件(增强 DeepSeek Harness)的官方总入口和一键安装套件。这是一个真正可用的一键安装器,而不是链接合集:它驱动官方 dsh plugin CLI、自动处理挂载、并检查结果。

从 0.1.4 起最低支持 DSH 0.1.0-rc.7,已针对 0.1.0-rc.7、
0.1.0-rc.8 和 0.1.1-rc.1 验证,并会明确识别 pnpm 原生依赖构建策略导致的安装失败。

仍使用 DSH 0.1.0-rc.6 的用户请直接安装最后兼容的插件版本:
dsh-tool-vision@0.6.1、dsh-soul-md@0.5.6、dsh-tdai-memory@0.2.11
和 dsh-plugin-marketplace@0.2.6。不要在 rc.6 上使用套件不锁版本的 install
命令,因为它会按设计安装当前最新版。dsh-reasoning-options 要求 DSH
0.1.0-rc.7 或更高(没有 rc.6 兼容版本)。

本仓库不复制、不替代任何独立插件。
每个插件都在各自的 upstream 仓库独立维护。

👁️ dsh-tool-vision

给文本模型增加视觉能力和图片桥接。

npm license

→ upstream 仓库

🎭 dsh-soul-md

为 Agent 增加 soul.md 人设、会话/工作区 Persona 和可演化人格。

npm license

→ upstream 仓库

🧠 dsh-tdai-memory

完整的长期分层记忆、召回与搜索。

npm license

→ upstream 仓库

🛒 dsh-plugin-marketplace

直接在 DSH Web UI 中发现和浏览插件。

npm license

→ upstream 仓库

🎚️ dsh-reasoning-options

为所有第三方(pi-ai)模型自动添加推理强度选项(off → max 七档,默认 high)。

npm license

→ upstream 仓库

环境要求

- Node.js >= 22.18 —— 完整套件继承 dsh-tdai-memory 的引擎要求
- dsh CLI 在 PATH 上 —— 安装机制是官方 CLI:dsh plugin --profile  add
- 目标 profile(默认:web)

安装与使用

从本仓库直接运行(无需安装):

node bin/dsh-enhance.mjs list
node bin/dsh-enhance.mjs install --dry-run
node bin/dsh-enhance.mjs install
node bin/dsh-enhance.mjs doctor

发布到 npm 后作为全局命令使用:

npm install -g dsh-enhancement-suite
dsh-enhance list
dsh-enhance install

CLI

dsh-enhance list                          查看插件清单(含 profile 内的安装状态)
dsh-enhance install                       把全部插件安装进 profile
dsh-enhance update                        更新已安装插件到最新版本
dsh-enhance doctor                        检查 Node、dsh CLI、profile 与各插件状态

--profile      目标 profile(默认:web)
--only         逗号分隔的选择:vision,soul,memory,marketplace,reasoning(或包名)
--dry-run            只打印将要执行的操作,不实际执行

示例:

dsh-enhance install --dry-run                    # 预览全部操作
dsh-enhance install --profile web --only vision,soul
dsh-enhance update --profile headless

安装方式

1. 每个插件都通过官方 CLI 安装:dsh plugin --profile  add 。本套件绝不通过自身的依赖图或自己的 cordis patch 间接加载插件——各 upstream 包在 profile 中保持独立。
2. 所有插件都声明了 dsh.bundle.patch(vision 0.3.9 / soul-md 0.5.4 / tdai-memory 0.2.9 / marketplace 0.2.4 / reasoning-options 0.1.0 起),dsh plugin add 会把它对账进 dsh.profile.bundles,由各自的 bundle 层自动挂载。
3. 对于在获得 bundle 声明前就已手动挂载的插件,套件会移除 cordis.patch.yml 里的过期手动行——同一 entry id 挂两次会启动失败。(非 bundle 第三方插件仍会用安全、幂等的挂载逻辑处理:空 [] 补丁会被正确替换、重复挂载会被跳过、流式数组会被拒绝而不是损坏。)
4. 重启 dsh web 即可加载。

每一步都有清晰的 ✓ / ✗ 反馈,失败绝不吞掉,且不读取、不打印任何 API Key。

集成 / 采用

以下插件已被 Deepseek Harness EAC 桌面客户端内置采用:

- 👁️ dsh-tool-vision
- 🎭 dsh-soul-md
- 🧠 dsh-tdai-memory

Deepseek-Harness-EAC

注意:EAC 内置的 marketplace 实现是另一个项目,并没有使用 dsh-plugin-marketplace。

文档

- 架构说明 —— 设计决策、manifest 结构、安全规则
- plugins.json —— 插件 manifest(npm 包名、仓库、分类、显示名、描述)

License

MIT —— 见 LICENSE。各插件在各自 upstream 仓库保留独立的 MIT License。

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群