At a glance
What it does
Manage already installed Cordis plugins in DeepSeek Harness from a web interface.
Deepseek Harness Profile
Node ^22.19.0 || >=24.0.0; Cordis ^4.0.1; DSH peers ^0.1.0-rc.6
Evidence-verified
Checked Sep 14, 2026, 2:20 PM UTC
Code-evidenced contributions
What it adds to DSH
A web client for hot-loading installed Cordis plugins and managing their enablement, groups, and runtime state.
Mechanism evidence ↗Before you choose it
This MIT-licensed DSH bundle adds the dsh-plugin-manager client. It hot-loads installed plugins through Cordis HMR and lets you inspect, group, enable, disable, and manage their runtime state in a running profile.
Best for
DeepSeek Harness users who already have Cordis plugins installed and need a UI to control them during a session.
Common tasks
- Inspect the plugins already installed in a DeepSeek Harness profile.
- Enable, disable, or group installed plugins.
- Hot-load installed plugins through Cordis HMR while managing their runtime state.
Permissions and data
No explicit permission model or credential requirement is declared in the supplied manifest.
Permissions- The bundle is designed to manage enablement and runtime state of plugins in a running profile.
- Handling of plugin metadata or other local profile data is not described in the supplied evidence.
- No external service requirement is declared for this manager bundle.
- No credential requirement is declared in the supplied evidence.
Limitations
- It manages plugins that are already installed; it is not itself described as a plugin discovery or installation marketplace.
- The supplied evidence does not document the UI workflow, access controls, or data retention behavior.
- The npm registry identity is verified, but package contents were not audited in the supplied record.
What DSHub checked
- The immutable source commit and DSH bundle structure were verified.
- The manifest declares Node, Cordis, DSH, and React compatibility ranges.
- The bundle patch inserts dsh-plugin-manager and disables ui-settings-plugin-inventory.
What DSHub did not check
- Installation and runtime behavior were not executed.
- Compatibility with a specific DeepSeek Harness release was not tested.
- The supplied record does not audit published npm package contents.
Pinned install
Install DeepSeek Harness Plugin Manager
This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Project README
DeepSeek Harness Plugin Manager and Marketplace
This repository contains two independent community plugins for DeepSeek Harness:
dsh-plugin-managerhot-loads already installed plugins through Cordis HMR in a running profile and manages their enablement and runtime state.@ruihuahe/dsh-plugin-marketplacediscovers, inspects, and installs npm plugin bundles with verified package and repository facts.
This repository does not define its own plugin specification. The automatically generated catalog/v2 discovers package manifests in dsh-plugin topic repositories; GitHub Actions centrally verifies an exact npm version and repository ownership, and records whether the published package declares the official dsh.bundle metadata. The runtime marketplace only reads that generated result.
Development
pnpm install
pnpm run typecheck
pnpm test
pnpm run build
pnpm run pack:check
Package releases use tags in the form dsh-plugin-manager@<version> or dsh-plugin-marketplace@<version>.
License
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Deepseek Harness Profile
Delivery: Dsh Bundle Git — hrhgit/deepseek-harness-plugin-manager#dc344f1990e9f776ee7afcbf124461e68cdc0eb1。
Verify, update, and remove
Show lifecycle commands
dsh plugin --profile deepseek-harness listCompatibility and access
Declared DSH/Cordis peers; runtime compatibility unverified: Node ^22.19.0 || >=24.0.0; Cordis ^4.0.1; DSH peers ^0.1.0-rc.6。
Review compatibility evidence ↗
Risk facts
Declares a prepare lifecycle script that runs the package build.
Evidence ↗Can change enablement and runtime state of plugins already installed in a running profile.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Use the immutable Git bundle source for the evidenced package structure; review the declared prepare build step under your normal installation policy.
AI reviewed Sep 14, 2026, 2:21 PM UTC。GitHub facts last checked Sep 14, 2026, 2:21 PM UTC。