hrhgit/deepseek-harness-plugin-manager

Web plugin manager for DeepSeek Harness (DSH): inspect, search, group, enable, and disable Cordis plugins.

项目介绍Project Overview

DeepSeek Harness 插件管理器与市场是 DSH 平台的两个社区插件:dsh-plugin-manager 通过 Cordis HMR 热加载已安装插件并管理其启用与运行时状态;dsh-plugin-marketplace 用于发现、检视并安装经过验证的 npm 插件包。仓库同时发布 dsh.plugin V1 规范和自动生成的插件目录,GitHub Actions 每六小时扫描 dsh-plugin 主题并执行校验,市场端仅读取结果。适用场景:在已运行的 DSH 配置中动态加载和管理插件,或从可信市场安装新插件。注意:安装依赖 npm 包的版本精确匹配与仓库所有权验证。

DeepSeek Harness Plugin Manager and Marketplace ships two DSH community plugins: dsh-plugin-manager hot-loads already installed plugins via Cordis HMR and manages their enablement and runtime state, while dsh-plugin-marketplace discovers, inspects, and installs validated npm plugin bundles. The repository also publishes the dsh.plugin V1 specification and an auto-generated catalog populated by GitHub Actions every six hours from the dsh-plugin topic, with the runtime marketplace consuming only the generated result. Use it to dynamically load plugins into a running DSH profile or to install trusted plugins from a curated catalog. Note: installation requires exact npm version match and repository ownership checks.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:hrhgit/deepseek-harness-plugin-manager

hrhgit/deepseek-harness-plugin-manager 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DeepSeek Harness Plugin Manager and Marketplace

简体中文

This repository contains two independent community plugins for DeepSeek Harness:

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>.

License

MIT

上一个 Prev llm-as-a-Verifier-dsh 下一个 Next dsh-approval-mode