bradeGithub/DSH-Plugins-Marketplace ↗★ 3
dsh-plugin-marketplace
DSH插件市场 / DSH Plugin Marketplace: browse & install plugins from the GitHub topic:dsh-plugin
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗DSH插件市场(dsh-plugin-marketplace)
🌐 语言 / Language: 中文 | English
一个为 DeepSeek Harness(DSH)打造的插件市场插件:从 GitHub 的 dsh-plugin topic 拉取全部插件,在 DSH Web GUI 的设置页中以卡片列表展示,支持一键安装 / 自动更新 / 版本检测 / 已安装识别,全程无需命令行。
⚡ 一键安装(复制即用)
喂给 AI 的一句话(AI 具备命令执行能力即可,无需解释):
安装 DSH 插件市场插件(dsh-plugin-marketplace):克隆 https://github.com/bradeGithub/DSH-Plugins-Marketplace 到 ~/.dsh/profiles/web/node_modules/dsh-plugin-marketplace,在 ~/.dsh/profiles/web/cordis.patch.yml 中注册(id: plugin-marketplace,name: dsh-plugin-marketplace),然后重启 dsh web。
或者直接复制命令执行:
| 平台 | 命令 |
|---|---|
| Windows (PowerShell) | irm https://raw.githubusercontent.com/bradeGithub/DSH-Plugins-Marketplace/main/install.ps1 | iex |
| macOS / Linux | curl -sL https://raw.githubusercontent.com/bradeGithub/DSH-Plugins-Marketplace/main/install.sh | bash |
⚠️ 上述命令会从本仓库下载并执行安装脚本(复制插件本体 + 注册
cordis.patch.yml),属于「信任即执行」;也可以克隆仓库后手动运行install.ps1/install.sh,或直接在本插件市场中安装本仓库(含 ,市场会先征求你的确认)。 建议先下载脚本再执行( / 是公认的远程代码执行模式)。 安装完成后需(重新运行 )再刷新页面。