AI Agent Hub
Back to plugins
🖥️

dsh-plugin-manager

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install WSGsety/dsh-plugin-manager

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install WSGsety/dsh-plugin-manager in the DeepSeek Harness terminal to install; the source code is available at https://github.com/WSGsety/dsh-plugin-manager .

About this plugin

Once you have a handful of plugins in DSH, toggling one off means digging through YAML config files, flipping a field, and rebooting the app. dsh-plugin-manager moves that workflow into the Web settings page: search, filter by official or third-party source, and flip a per-plugin switch that hot-reloads instantly via the Cordis loader with no restart required.

What matters is that it writes to the right layer. Every toggle emits an explicit disabled: true or false into your user patch file, aligned with DSH stacking rules so settings survive reboots. Writes go through tmp+rename atomic replacement, preserve existing comments and permission bits, and refuse to write on parse failure so your hand-edited patch file stays clean.

Built for DSH users managing multiple third-party plugins who want a visual on-off dashboard without pulling in the dshmarket ecosystem. Entirely self-contained, zero runtime dependencies, MIT licensed.

Use Cases

  • Disable a third-party plugin instantly without hand-editing YAML
  • Filter a dozen-plus plugins by official vs third-party and audit state at a glance
  • Toggle takes effect immediately and persists across restarts with no patch re-checking

Best For

  • DSH users juggling multiple third-party plugins who need daily on/off control
  • Users who prefer a visual Web settings dashboard over hand-editing config files
  • DSH users who favor self-contained tools independent of the dshmarket ecosystem