DeepSeek Harness (dsh) 插件仓库 · Personal plugin repository for DeepSeek Harness.
Everything is a Plugin — this repo hosts my own dsh plugins. Plugins land here as they are developed; each is an npm package that declares a
dsh.bundlemanifest in itspackage.json, making it installable viadsh plugin add.
This repository is tagged with the dsh-plugin GitHub topic (plus deepseek-harness), so it is picked up by community discovery channels:
- awesome-dsh-plugin — daily crawler over the
dsh-plugintopic; entries are listed only when the repo'spackage.jsondeclares adsh.bundlemanifest. - awesome-dsh-plugins (compatibility radar) — daily four-way compatibility scan (patch / seam / peerDeps / build) against the mainline snapshot.
# from GitHub (source build; configure allowBuilds on first run if prompted)
dsh plugin --profile web add github:0sour/dsh-plugins#<commit-sha>
# or from npm once published
dsh plugin --profile web add <npm-package>Always pin a commit for GitHub sources (#<sha>), and only install plugins you trust — build scripts run on your machine.
- Plugin scaffold (structure +
dsh.bundlemanifest) - First plugin (TBD)
- npm publishing
- Official: https://github.com/deepseek-ai/deepseek-harness
- Plugin topic: https://github.com/topics/dsh-plugin