dsh-plugin-manager
Run the following command in DeepSeek Harness:
dsh plugin install Yolotd/dsh-plugin-manager
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Yolotd/dsh-plugin-manager inside DeepSeek Harness to install the plugin. The source repository is at https://github.com/Yolotd/dsh-plugin-manager . After installation, open the Custom Plugins page in Settings to start managing plugins.
About this plugin
Running several custom plugins on DSH Web used to mean restarting the entire service every time you wanted to enable, disable, or remove one. dsh-plugin-manager turns that into a single click inside the settings panel: open the Custom Plugins page, glance at each plugin's name, source badge (custom vs. third-party), and Chinese description, then flip the toggle or hit delete. No restart, no downtime.
Under the hood the plugin relies on cordis loader hot-plugging. Toggling a plugin mounts or unmounts it through ctx.loader.create and ctx.loader.update, while removal runs pnpm remove, cleans the manifest entry, and detaches the node from the live loader tree in one pass. The panel auto-polls after every action, and closing the manager itself requires a second confirmation to guard against mistakes. The DSH process never exits, so a single-process deployment stays up throughout.
If you maintain a DSH Web instance with more than a couple of custom plugins and find yourself repeatedly restarting the service to silence a misbehaving extension or clean up a stale one, this panel saves that friction. It does not add new capabilities; it simply pulls the management workflow out of the terminal and into the settings page you already use every day.
Use Cases
- Disable a misbehaving third-party plugin on the fly without restarting
- Remove a stale plugin and auto-clean its dependency entry at once
- Glance at the enable state and source of every installed plugin
Best For
- Developers running multiple custom plugins on DSH Web
- Ops staff who toggle plugins often without wanting service downtime
- Teams on single-process DSH deployments wary of restart-induced outages
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.