ShanHaiFish/Shimmering-dsh-plugins
闪烁的 DSH 插件库 (Shimmering-dsh-plugins):收录 @ShanHaiFish 个人开发的全部 DSH 第三方插件,提供功能简介与一键安装命令;各插件独立仓库、独立更新与发布。A personal collection of DSH plugins developed by ShanHaiFish, each in its own standalone repo.
项目介绍Project Overview
闪烁的 DSH 插件库是 DeepSeek Harness 第三方插件索引主页,汇总安全审查、对话定位、更新检查、插件管理、文件浏览等插件及一键安装命令。需要查找或安装这些 DSH 插件时使用。注意:本仓库仅做链接归组,不托管源码;各插件独立仓库发布,需从 GitHub 安装并重启 DSH 生效。
Shimmering-dsh-plugins is an index hub for third-party DeepSeek Harness plugins, listing security review, message locating, update checking, plugin management, and file explorer tools with one-line install commands. Use it to discover or install these DSH plugins. Note: the repo only groups links and hosts no source code; each plugin lives in a separate repo, installs from GitHub, and requires a DSH restart.
请帮我了解并安装插件:【Shimmering-dsh-plugins】【https://github.com/ShanHaiFish/Shimmering-dsh-plugins】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:ShanHaiFish/dsh-plugin-security-review
把 ShanHaiFish/Shimmering-dsh-plugins 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
闪烁的 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。
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS