AI Agent Hub
Back to plugins
🖥️

omdsh-plughub

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install omdsh-plugins/omdsh-plughub

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

Run dsh plugin install omdsh-plugins/omdsh-plughub in your terminal to install; source code is available at https://github.com/omdsh-plugins/omdsh-plughub

About this plugin

Managing plugins in DeepSeek Harness used to mean two separate rituals: typing a command in the terminal to install a package, then opening a profile file to hand-edit its configuration. The worse part came after installation—where does the settings UI come from? If every plugin ships its own card, the moment another package appears in the ecosystem, someone has to draw a new screen. omdsh-plughub collapses that whole chain into a single tab inside Settings: install, update, enable, disable, and configure all become buttons and forms. The configuration form is not hand-drawn; it is rendered automatically from the settings schema the plugin already registers, so any new plugin gets a working settings page the day it is installed, with zero extra UI code required.

The catalog merges three sources: local checkout directories, a curated JSON manifest, and GitHub account enumeration, deduplicated by priority and displayed as a card list. Each card shows Install when absent, a highlighted Update when a newer semver is available, and an Enable or Disable toggle once installed—disabling simply unpins the bundle from the composition layer while the files stay put in node_modules, ready to re-engage with a click. Operation progress streams in real time, and a restart banner appears honestly whenever the profile has changed, with no pretense of hot-mounting.

Built for developers who install, remove, and tune DeepSeek Harness plugins frequently, especially those who would rather complete the full discovery-to-configuration workflow in one page instead of bouncing between a terminal and a YAML editor.

Use Cases

  • Install or update Harness plugins from a settings tab instead of the terminal
  • Get a ready-made config form auto-rendered from a plugin schema right after install
  • Enable or disable multiple plugins in one view without hand-editing profile files

Best For

  • Developers who frequently install and configure DeepSeek Harness plugins
  • Users who prefer a unified interface over terminal commands and file edits
  • Individuals or small teams managing multiple plugin combinations