AI Agent Hub
Back to plugins
🖥️

dsh-cn-plugin-center

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install SuiBbinggan/dsh-cn-plugin-center

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

Run dsh plugin install SuiBbinggan/dsh-cn-plugin-center in your terminal to install the plugin from https://github.com/SuiBbinggan/dsh-cn-plugin-center into the web profile; restart dsh web after installation to enable it.

About this plugin

For users in China, browsing and installing third-party plugins in DeepSeek Harness often means working around slow npm registries, manually hunting through community repositories, and worrying about inadvertently modifying global configurations. dsh-cn-plugin-center consolidates these concerns into a single page: open Settings, Plugins, Plugin Center and you get a default view of ten curated plugins, the option to expand the full catalog, or keyword search across structurally verified community plugins, paginated twenty per page with direct page-number jumps.

Registry management is another practical feature. The center lets you switch between npmmirror, Huawei Cloud, Tencent Cloud, or the official npm registry, but the change is written only to the current web profile's .npmrc, leaving system-level or user-global settings untouched. Before applying a switch, it checks the mirror's response and verifies the integrity hash of the Harness package so a bad registry will not silently introduce broken dependencies. On the GitHub side, proxy access is further restricted to loopback addresses only, and the value is passed exclusively to the single installation subprocess.

On the security front, every install, update, and uninstall goes through the official dsh plugin command. Package names and versions are server-validated in the catalog, the interface cannot execute arbitrary commands, and any third-party package that requires allowBuilds will halt the process and surface the build log. If you are a DeepSeek Harness user in China who wants to discover, compare, and install plugins in one place while keeping every change confined to the current profile, this plugin is built for exactly that workflow.

Use Cases

  • Discover and install community plugins for Harness under Chinese network conditions
  • Switch the npm registry to a domestic mirror without touching global settings
  • Manage the plugin catalog and search from a single settings page

Best For

  • Developers using DeepSeek Harness in China
  • Teams that want to avoid modifying global npm configuration
  • Users who need a unified place for plugin installation and version management