AI Agent Hub
Back to plugins
🖥️

dsh-plugin-marketplace

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Scorp1o117/dsh-plugin-marketplace

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

To install this plugin (source: https://github.com/Scorp1o117/dsh-plugin-marketplace), run dsh plugin install Scorp1o117/dsh-plugin-marketplace in a terminal, or add it to the dsh.profile.bundles array in $DSH_HOME/profiles/web/package.json, then restart dsh web to access it under Settings → Plugin Marketplace.

About this plugin

Discovering and installing community plugins in the DeepSeek Harness Web UI used to mean switching to a terminal, typing commands, and restarting the process. dsh-plugin-marketplace folds that entire workflow into the Settings page: open the Plugin Marketplace tab and browse, install, and understand plugins without ever leaving the browser.

The core experience revolves around keyword search across the dsh-plugin GitHub topic, sortable by stars or last-updated date. Each plugin card shows its description, language, star count, and update date. Clicking into the detail panel reveals a README summary and repository links. Perhaps most useful is the one-click AI explain button, which asks your configured default model to summarize what a plugin does in plain language, saving you from digging through documentation yourself.

It relies on the public GitHub Search API (no key required) and has zero client-side dependencies beyond the React provided by the web runtime. It is well suited for DeepSeek Harness users who want to discover new plugins on the fly without repeatedly context-switching to a terminal.

Use Cases

  • Browse, search, and install community plugins directly from the Settings page
  • Filter plugins by keyword, star count, or last-updated date
  • Use the one-click AI explain button to get a plain-language summary of a plugin

Best For

  • Everyday users who prefer a fully in-browser plugin workflow
  • Developers who want to quickly discover and evaluate community plugins
  • New users who rely on AI summaries instead of reading full READMEs