AI Agent Hub
Back to plugins
🖥️

dsh-web-plugin-manager

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install LX2000WASD/dsh-web-plugin-manager

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

Install it in DeepSeek Harness by running dsh plugin install LX2000WASD/dsh-web-plugin-manager. Source: https://github.com/LX2000WASD/dsh-web-plugin-manager

About this plugin

When using DeepSeek Harness (DSH), installing plugins directly via the command line often lacks protection—missing dependencies, version conflicts, or incorrect patch lines can make a profile fail to start. dsh-web-plugin-manager moves plugin management into the Web UI and embeds a quality gate with automatic rollback into the install pipeline. Every change undergoes dependency scanning, bundle patch validation, and rollback-on-failure, greatly reducing the risk of breaking the profile on startup.

The manager covers the full plugin lifecycle: viewing plugin status and mount state, real-time enable/disable/uninstall (including bundle plugins), installation/uninstallation/update detection (including one-click self-update), and static plus runtime health checks that analyze dependency graphs, circular dependencies, duplicate registrations, and peer version conflicts. It also provides environment management (profile duplication, backup/restore) and a plugin marketplace (static index + curated overlay + dsh.so security badges), plus the dshpm CLI so AI agents and scripts can use the same protected path.

If you frequently install DSH plugins, prefer managing them from a browser, or have struggled with plugin conflicts and dependency issues, this manager is a solid starting point. It is recommended to install the manager before other plugins so every subsequent plugin goes through the quality gate and health checks; users who already have startup problems can troubleshoot and clean up first, then let the manager take over.

Use Cases

  • View, toggle, and uninstall DSH plugins from a browser without manually editing patch files.
  • Install new plugins with automatic dependency scanning and rollback to reduce profile startup failures.
  • Browse the plugin marketplace and check update and health status for installed plugins.

Best For

  • Users who frequently install and switch plugins in DSH.
  • Developers who want to manage plugins from a unified web interface and reduce configuration risks.
  • Advanced DSH users who need a safe installation path for AI agents or scripts.