AI Agent Hub
Back to plugins
🖥️

dsh-plugin-dev

Client Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install baihejiangnan/dsh-plugin-dev

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

Run dsh plugin install baihejiangnan/dsh-plugin-dev in the DeepSeek Harness terminal; the source repository is https://github.com/baihejiangnan/dsh-plugin-dev. After installation, restart DSH and hard-refresh the Web page.

About this plugin

In the DeepSeek Harness ecosystem, developers frequently install local plugins via file: or link: references for iterative work, yet scanning candidates, registering projects, opening source folders, and coordinating GitHub uploads remain scattered across disparate tools with no unified entry point. dsh-plugin-dev consolidates the entire local plugin development lifecycle into a single settings panel where discovery, registration, browsing, and collaboration happen in one place.

By scanning each profile package.json, the panel surfaces eligible candidate plugins automatically. After a user explicitly promotes a project into dev management, the full toolkit unlocks: launching the system file explorer, creating safety-constrained GitHub upload sessions, triggering read-only remote update checks, and spinning up continue-development workspace conversations with a click. Every high-risk action requires the model to perform a read-only audit first, display the proposed steps, and pause for explicit in-session user confirmation before proceeding; the plugin itself never executes git or gh commands directly.

Ideal for Harness users who author and iterate on their own local plugins and want a lightweight management surface that bridges everyday development with safe, deliberate publishing flows, without manually orchestrating git commands or CLI utilities.

Use Cases

  • Register and manage multiple local plugins within a single Harness settings panel
  • Open a plugin source folder and immediately continue iterating in a workspace session
  • Discuss a safe GitHub upload through a security-constrained confirmation conversation

Best For

  • Developers who author and iterate on local plugins inside DeepSeek Harness
  • Advanced users managing multiple file:/link: plugins in one place
  • Independent developers who need a safe, controllable plugin publishing flow