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.

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

@weibaohui/dsh-fde-tools

Fde Tools

dsh plugin · FDE all-in-one toolkit: Install one plugin to get a set of commonly used dsh plugins (code repository / mounted drives / knowledge base / scheduled tasks / automatic reruns / UI tweaks / automatic retrospectives / file management / smart titles / task board / plugin marketplace / contex

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

npx -y @deepseek-ai/dsh plugin --profile web add @weibaohui/dsh-fde-tools@0.2.0
READMECompatibilityVersions

Description

dsh plugin · FDE all-in-one toolkit: Install one plugin to get a set of commonly used dsh plugins (code repository / mounted drives / knowledge base / scheduled tasks / automatic reruns / UI tweaks / automatic retrospectives / file management / smart titles / task board / plugin marketplace / context / IM integration / sidebar enhancements), view status in the panel, and install missing plugins with one click.

Compatibility and provenance

Fde Tools is published as @weibaohui/dsh-fde-tools and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/15/2026

Versions

0.2.0stable
9/15/2026
0.1.3stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
251.9 kB
Files
10
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
9/15/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

README

@weibaohui/dsh-fde-tools

FDE 工具箱全家桶:安装一个插件,带上一批插件(当前 14 件)。

装进 profile 后,设置里出现「FDE 工具箱」,列出全家桶成员的安装状态: 缺什么点「安装」(或「补装」一键带齐);「检查更新」对照 npm latest, 有新版逐个或一键「更新」。宿主侧用 pnpm 装包并把成员追加进 dsh.profile.bundles,装完/更新完提示重启 dsh 生效。必装成员(登录门禁)缺失时面板会醒目提示。

panel

全家桶成员

成员说明
🔐 user-management(必装)登录门禁:未登录弹登录/注册页,用户/角色/审计、TOTP 两步验证
📦 dsh-git-serverGit 服务器(内嵌 ts-gogs):HTTP clone/push、网页端、issue/PR
📁 dsh-webdav-server共享目录变挂载盘:WebDAV,三平台可挂,令牌认证
📚 dsh-kb团队知识库:浏览 / 全文检索 / raw 入料自动蒸馏成文
⏰ dsh-tasks定时任务:cron 到点自动开新 agent 会话干活
🔁 dsh-continue自动续跑:会话中断自动退避重试 / 换模型 / 压缩上下文
🎨 dsh-settings-ui界面微调:设置窗口大小 / 透明度 / 背景
🪞 hermes-loop自动复盘:对话收尾蒸馏经验成可复用技能
🗂️ dsh-file-share会话工作区文件管理:文件树 / 预览 / 上传下载 / 打包 zip / @ 给 agent
🏷️ dsh-smart-title会话智能标题:用 LLM 自动改写,告别「第一行」式标题
📋 dsh-taskboardAgent 优先的任务看板:任务账本 + agent 工具 + 每任务独立会话
🛒 dshmarket可视化插件市场:逛一逛,点一下,装好
🧠 dsh-context上下文仪表盘 + /context 命令,看清上下文组成与演化
💬 @xmanrui/dsh-im十一种 IM 渠道和公网 AI Office 接入本机 Harness
🧭 dsh-better-sidebarVSCode 式右侧边栏(资源管理器/编辑器/终端/git/浏览器),按会话隔离

成员清单在 src/installer.js 的 PACK,加一行即扩包(range 取 npm latest 加 ^),面板与接口自动跟上。

安装

dsh plugin --profile web add @weibaohui/dsh-fde-tools
  1. 重启 dsh,设置里出现「FDE 工具箱」
  2. 「补装 N 个」(或逐个点「安装」)
  3. 再重启一次,全家桶生效

装完显示「重启 dsh 后生效」提示:

  • 用 **http://127.0.0.1:3080**(本机直连)打开 dsh 时,提示旁有「立即重启」按钮——插件按启动时的原样参数拉起新的 dsh 进程,等端口就绪后旧进程自动退出,页面自动刷新,不用去终端;
  • 局域网地址或经 HTTPS 网关打开时,出于安全考虑(重启只信任本机直连请求)按钮不出现,请在终端重启;
  • dsh 由 launchd / systemd 等服务守护时,一键重启自动停用(避免和服务管理器打架),请用系统服务方式重启。

工作原理

  • dsh 的插件 = profile package.json 的依赖 + dsh.profile.bundles 里的加载层; 纯 npm 依赖聚合带不动子插件(reconcile 只认 profile 直接依赖), 所以引导器在宿主侧替你执行 pnpm add <member>@<range> 并追加 bundles。
  • 快照还原:pnpm 在 profile 里跑 add 有清掉 link:/file: 依赖的前科, 安装前把依赖和 bundles 快照到 <profile>/.fde-tools-install-snapshot.json, 装完 diff,丢了就按快照补回再 pnpm install(≤2 轮),仍失败则报错并给出快照路径。
  • 构建脚本自动放行:依赖带安装期构建脚本(如 dsh-git-server 的 better-sqlite3、 dsh-better-sidebar 的 node-pty)时,pnpm 会拦下并退出非零;引导器识别 ERR_PNPM_IGNORED_BUILDS,把包以 包名@版本: true 写进 pnpm-workspace.yaml 的 allowBuilds 后自动重试一次。
  • 已在 profile 依赖里的成员(无论 npm / link / github spec)一律跳过,不会覆盖现有安装方式。

环境变量

变量作用
DSH_FDE_TOOLS_PROFILE手动指名所属 profile(名或绝对路径);缺省自动扫描 ~/.dsh/profiles
DSH_FDE_TOOLS_PNPM手动指名 pnpm 可执行文件;缺省按 PATH → ~/.local/bin/pnpm → 宿主同前缀的 pnpm.cjs 顺序探测
DSH_HOMEdsh 主目录(缺省 ~/.dsh)

License

MIT

Related plugins

More verified plugins in productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ