返回插件列表
H
deepseek-harness-plugin-manager
hrhgit/deepseek-harness-plugin-manager
Generated-catalog plugin discovery and npm installation marketplace for DeepSeek Harness
安装
dsh plugin --profile web add github:hrhgit/deepseek-harness-plugin-managerREADME
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 validated npm plugin bundles.
The repository also publishes the versioned dsh.plugin V1 specification and an automatically generated plugin catalog under catalog/v1. GitHub Actions scans the dsh-plugin topic every six hours and performs the GitHub, exact npm version, repository ownership, and V1 manifest checks centrally; the runtime marketplace only reads the 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>.