dingzhenyao/dsh-plugin-directory
dingzhenyao★ 1TypeScriptLast synced: 2026-08-16
DSH Web GUI plugin: a browsable, searchable, stats-driven directory of GitHub DeepSeek Harness plugins (dsh-plugin topic), with CDN hot update, README-gated install, and live search.
README excerpt
dsh-plugin-directory A plugin directory for the DeepSeek Harness (DSH) Web GUI. It renders a Plugin directory tab inside Settings → Plugins that lets you browse, search, filter, and compare GitHub repositories tagged with the dsh-plugin topic — including each plugin's install command, function category, install form, language, license, stars, and a quality score. 中文说明见 README.zh.md 。 Install This plugin is itself a DSH plugin. Install it with the dsh CLI: npm git (when published under a GitHub org/user) manual / local checkout After installation, open the DSH Web GUI and go to Settings → Plugins → 插件目录 (Plugin directory) . Compatibility The plugin works with DeepSeek Harness 0.1.0-rc.5 (source checkout) and 0.1.0-rc.6 (npm). Its client peer dependencies accept =0.1.0-rc.5 , dsh plugin --profile add , pnpm dsh plugin [--profile ] add , and a bare .dsh-plugin reference ( github: / &path:/.dsh-plugin ). The --profile flag is preserved when present. Prose mentions without a concrete target are ignored. 2. package.json signals — when the README has no install command but the plugin's manifest declares dsh.client or dsh.bundle , the npm package name is used: dsh plugin add . 3. .dsh-plug…
View full README on GitHub →