
The living DeepSeek Harness plugin directory — refreshed hourly, compat-tested daily, with an in-app plugin store and scaffolder. DSH 插件活目录:每小时刷新,每日兼容实测,内置插件商店与脚手架。
Install Dsh Suite
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add @dsh-suite/allThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add @dsh-suite/all
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: @dsh-suite/all
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:whyihaveyou/dsh-suite#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Not required.
- Network access
- Required at runtime.
- Language
- HTML
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `packages/all/cordis.patch.yml` |
| npm registry | pass | fatal | published as `@dsh-suite/all` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- packages/all/package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
> 🌐 中文 · [English](README.en.md) **别再翻 `dsh-plugin` topic 了,这里都是还能跑的插件。** `dsh-suite` 是 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(DSH)插件的**活目录**——**每小时自动刷新、每日兼容实测**——外加 DSH 内置**插件商店**、`create-dsh-plugin` 脚手架、几个自研插件,以及一个**[一体化工作台](https://github.com/whyihaveyou/dsh-workstation)**(🚧 开发中)。 DSH 发布时没有官方插件 registry。现在找插件只能翻 GitHub 的 `dsh-plugin` topic(50+ 个零散小插件)和当天冒出来的几个静态 awesome-list——而 DSH 自己还在发**破坏性变更**(breaking changes)。 所以我们做了四件事: 1. **一个「活」目录**——880+ 精选插件,CI **每小时**刷新数据、**每天**把收录的包真实装进临时 profile 重测兼容性。 2. **一个内置插件商店**——`@dsh-suite/plugin-manager` 在 DSH Web UI 的设置页里加一个 **Store** 标签:逛目录、搜索、看徽章、一键安装,全程不用离开 DSH。 3. **一个脚手架**——`npm create dsh-plugin` 一条命令生成可跑的 `dsh.bundle` + Cordis 骨架。官方没给脚手架,而「怎么迁移我的插件」是社区呼声最高的需求之一。 4. **几个自研插件**——不是纯搬运,有第一方产出。 5. **一个一体化工作台**——[d
Topics
GitHub topics on this repository
More in Cordis Developer Tools In App
Ranked by similarity inside the cluster, not alphabetically