AI Agent Hub
Back to plugins
🖥️

dsh-plugin-store

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install anjaymi/dsh-plugin-store

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

Run dsh plugin install anjaymi/dsh-plugin-store in your terminal to add the plugin (source at https://github.com/anjaymi/dsh-plugin-store) to the DSH Web profile, then restart dsh web to see the Plugin Store tab under Settings → Plugins.

About this plugin

Extending DSH Web GUI with a community plugin used to mean leaving the browser to search GitHub, then typing install commands in a terminal, with no guarantee the target repo actually declares the dsh.bundle.patch spec before you commit it to your profile. dsh-plugin-store collapses that scattered workflow into a single Plugin Store tab under Settings, letting you discover, verify, and install entirely from the browser.

Core capabilities: a bundled offline curated catalog combined with live GitHub topic discovery (topic:dsh-plugin, top 30 non-fork repos), real GitHub star counts, and structural verification that confirms the root package.json declares name, version, and dsh.bundle.patch before any install proceeds. Installation runs as a single-file queue with a queue-head re-fetch as the final gate, and a failed check leaves your profile completely untouched.

Built for DeepSeek Harness Web GUI users who want to explore and install community plugins safely from the browser, without manual terminal commands or the risk of a broken profile.

Use Cases

  • Browse the community DSH plugin catalog in the browser and install into the current profile with one click
  • Automatically re-fetch the root manifest at queue head and confirm dsh.bundle.patch is declared before touching the profile
  • Filter plugin cards by category, real GitHub star count, verification status, and install status

Best For

  • Users who prefer managing DSH plugin discovery and installation from the browser instead of the terminal
  • Security-conscious users who want structural verification to guard the profile before any install
  • Newcomers to the DSH plugin ecosystem who benefit from a curated catalog and guided discovery flow