Shimmering-dsh-plugins
闪烁的 DSH 插件库 (Shimmering-dsh-plugins):收录 @ShanHaiFish 个人开发的全部 DSH 第三方插件,提供功能简介与一键安装命令;各插件独立仓库、独立更新与发布。A personal collection of DSH plugins developed by ShanHaiFish, each in its own standalone repo.
- Stars
- 1
- Language
- —
- Created
- Aug 21, 2026
- Updated
- Aug 21, 2026
Introduction
闪烁的 DSH 插件库
Shimmering-dsh-plugins —— DeepSeek Harness (DSH) 第三方插件集 · 插件组主页 由 @ShanHaiFish 开发维护 · 仓库:ShanHaiFish/Shimmering-dsh-plugins
这里是「闪烁的 DSH 插件库」的索引主页:汇总全部插件、功能简介与一键安装命令。
本仓库只做链接归组,不托管插件源码——每个插件都是独立仓库,独立更新、独立打 tag、独立发布 Release,互不影响。
插件通过 GitHub 标签 dsh-plugin 归组,新插件打上该标签即自动入库。
插件一览
排序规则:按 star 数降序(同 star 按字母序),顺序手动维护。
| 插件 | Stars | 版本 | 功能 |
|---|---|---|---|
| dsh-plugin-security-review | v1.8.0 | 插件安装安全审查守卫:dsh plugin add 前的安全审查闸门(security-first) | |
| sent-msg-locator | v2.3.5 | 对话区左缘轮次图标列,点击定位到每轮用户输入文本 | |
| dsh-check-for-updates | v1.12.0 | DSH 更新检查:首次打开自动检查 npm 最新版本,左下方更新弹窗 +【更新到】按钮一键升级 | |
| dsh-plugin-manager-lite | v0.1.0 | 第三方插件管理器:列表 / 启用 / 停用 / 卸载 / 检查更新 / npm 一键安装升级(设置页「插件 → 第三方插件」) | |
| fexp-file-explorer | v1.5.1 | 左侧工作区文件浏览器:目录/文件浏览、文件预览、一键打开资源管理器、文件引用添加到聊天 |
安装
前置要求:
- DeepSeek Harness(
dsh)0.1.0-rc.7+(developer preview,字段可能变化) - Node.js
>=18
以 web profile 为例(其他 profile 替换 --profile 参数)。当前插件均未发布 npm,统一从 GitHub 安装:
# 插件安装安全审查守卫
dsh plugin --profile web add github:ShanHaiFish/dsh-plugin-security-review
# 对话轮次定位
dsh plugin --profile web add github:ShanHaiFish/sent-msg-locator
# DSH 更新检查
dsh plugin --profile web add github:ShanHaiFish/dsh-check-for-updates
# 第三方插件管理器(建议第一个安装,之后可用它管理其余插件)
dsh plugin --profile web add github:ShanHaiFish/dsh-plugin-manager-lite
# 工作区文件浏览器
dsh plugin --profile web add github:ShanHaiFish/fexp-file-explorer
安装指定版本(tag):
dsh plugin --profile web add github:ShanHaiFish/sent-msg-locator#v2.3.5
通用说明
- 插件均为静态 bundle 插件(
package.json声明dsh.bundle.patch+ web UI client bundle)。 - 安装后需重启 DSH(如
dsh web)才生效;Host 从~/.dsh/profiles/<profile>/node_modules/<包名>/解析并服务插件。 - 插件间相互独立,可按需任意组合安装;停用/卸载可用 dsh-plugin-manager-lite 在设置页完成。
- 各插件独立更新与发布:新版本到对应仓库的 Releases 查看,升级重新执行对应安装命令即可。
反馈与贡献
各插件的问题与建议请到对应仓库提 Issue;安全相关问题请参阅各仓库的 SECURITY.md。
许可
各插件均为 MIT License,详见各自仓库的 LICENSE。