Plugin directory / Developer / dsh-plugin-catalog
dsh-plugin-catalog
Unverified LuniteGlaze
What it does
A plugin in the Developer category for DeepSeek Harness.
Unverified — not yet verified
A plugin in the Developer category for DeepSeek Harness. Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-plugin-catalog
把 DeepSeek Harness Web GUI 的 设置 → 插件 页升级为一本插件目录:
第三方徽标、挂载点聚合、中英文功能说明(可在线编辑)。
功能
- 第三方徽标与头部计数(以 profile 依赖清单判定)
- 挂载点聚合:一个插件一张卡,
×N 挂载徽标,展开查看每个挂载点的层级/状态 - 中英文功能说明:卡片标题行单行展示,悬停看全文,展开可编辑(模块级,持久化于
$DSH_HOME/plugin-descriptions.json) - 搜索(分词 AND、相关性排序、命中高亮)/ 快速筛选(全部/第三方/已启用/已停用)/ 排序(名称/第三方优先/状态优先)
- 来源 profile 与 entryId 一键复制
说明功能与内置描述字典来自 dsh-plugin-description(MIT),
见 THIRD_PARTY_NOTICES.md。
安装(推荐:GitHub Release)
dsh plugin --profile web add https://github.com/LuniteGlaze/dsh-plugin-catalog/releases/latest/download/dsh-plugin-catalog.tgz
# 重启 dsh web 生效
也可以从 git 安装(本仓库提交了构建产物 lib/,无需构建授权):
dsh plugin --profile web add github:LuniteGlaze/dsh-plugin-catalog
说明
- 本插件会禁用内置的「插件列表」标签页行;卸载后内置列表自动恢复
- 与同样接管「插件列表」tab 的插件(如 dsh-plugin-description)互斥,不建议同时安装
- 开发:TypeScript 源码在
src/,pnpm build构建,pnpm typecheck类型检查
License
MIT。描述字典与部分实现来自 dsh-plugin-description(MIT),见 THIRD_PARTY_NOTICES.md。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-plugin-catalog for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:LuniteGlaze/dsh-plugin-catalog Headless (CLI) profile:
dsh plugin --profile headless add github:LuniteGlaze/dsh-plugin-catalog Test report
Not yet L3-verified — see failure note below if we already ran it.
2026-08-27 · flagged webonly Note: 验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. Browse all pending failures →