AI Agent Hub
Back to plugins
⚙️

dsh-plugin-manager

Workflow Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install qipenglin/dsh-plugin-manager

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

Run dsh plugin install qipenglin/dsh-plugin-manager to install this plugin from https://github.com/qipenglin/dsh-plugin-manager, then restart the current Profile to apply.

About this plugin

Managing DeepSeek Harness profile plugins used to mean juggling a set of separate CLI commands, with npm, Git, tarball, and local-directory sources handled independently and dependency state easily drifting out of sync. dsh-plugin-manager pulls all of those operations into a single GUI panel under Settings > Plugins, giving every profile one consistent point of entry.

It covers install, single-package update, and uninstall across npm registry, Git/GitHub, remote tarball, absolute local directories, and local .tgz/.tar.gz uploads. Updates let you switch source in a dialog while always writing back to the original direct-dependency key. When pnpm release-age checks block an operation, an explicit UI checkbox skips the wait for that action only; all other supply-chain checks stay intact. One mutating operation runs at a time and can be cancelled mid-flight. On success the panel shows a restart-required badge and locks the entry against repeat actions. Self-update verifies the package name and alias integrity, and the GUI blocks uninstalling or installing a second copy of the manager. Diagnostic logs are bounded and scrub sensitive fields such as Authorization, Cookie, and token.

Ideal for DeepSeek Harness developers who swap and debug plugin packages across multiple profiles and prefer to avoid hand-editing lockfiles or repeating CLI invocations, especially in desktop-host environments where atomic operations and strict environment isolation matter.

Use Cases

  • Install or update current Profile plugin dependencies from a settings panel
  • Switch between npm, Git, tarball, or local package sources during updates
  • Uninstall direct dependencies without release-age checks blocking operations

Best For

  • DeepSeek Harness developers who need GUI-based plugin dependency management
  • Teams that frequently switch plugin packages across multiple profiles
  • Users who prefer less CLI work and manual configuration editing