yunhuantian/dsh-plugin-hub

资源 ⭐ 1 MIT codingsecurityweb-ui

DeepSeek Harness(DSH)插件商店:Harness Web UI 内置的图形化应用商店——可浏览、搜索并一键安装 GitHub 上的 dsh-plugins(主题:dsh-plugin / #dsh-plugin 仓库),支持本地评分、依赖影响图谱、审计日志及插件脚手架指南。

catalog 简介:Plugin Store for DeepSeek Harness (DSH): a graphical app-store inside the Harness Web UI — browse, search and one-click install GitHub dsh-plugins (topic:dsh-plugin / #dsh-plugin repos), with local ratings, dependency impact graphs, audit logging and a plugin scaffold guide.

安装

# 方式一:npm 已发布,直接安装(推荐)
dsh plugin --profile web add dsh-plugin-hub

# 方式二:本地构建后安装(开发调试用,需要 node >= 22.19 与 pnpm)
pnpm install
pnpm build        # 产出 lib/host/*.js 与 lib/client.js
dsh plugin --profile web add <本包目录>

yunhuantian/dsh-plugin-hub 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。