
w2112515/dsh-plugin-marketplace
30最近提交 2026年8月15日
dsh-plugin-marketplace DSH 插件
DSH Plugin Marketplace 是一个可安装的 DSH 插件包,为 DeepSeek Harness 添加了完整的插件市场功能。它通过每日 GitHub 扫描提供超过 2200 个插件的静态目录,具有基于证据的安装资格检查、需用户同意的脚本执行和零遥测特性。界面支持双语,自动跟随 DSH 的显示语言。
如何安装 dsh-plugin-marketplace DSH 插件
dsh plugin --profile web add @w2112515/dsh-plugin-marketplace复制不会执行命令。安装 dsh-plugin-marketplace DSH 插件前请核对仓库和版本。
dsh-plugin-marketplace DSH 插件数据来源
dsh-plugin-marketplace DSH 插件快照日期:2026年8月16日
discovered
dsh-plugin-marketplace DSH 插件能做什么
- 浏览 2200+ 个插件,按九大分类搜索,显示新鲜度
- 基于证据的安装资格:仅当目标文件在固定提交中存在时才允许自动安装
- 需用户同意的脚本执行:生命周期脚本完整显示,每次安装需用户明确同意后执行
- 社区评分:通过 GitHub 议题的 👍/👎 反应投票,少于 10 票不显示评分
- 智能体原生:四个工具(搜索、详情、安装、手动指南)可由 DSH 智能体调用,每次需人工批准
- 解决方案包:精选的插件列表,一次操作安装多个插件
- 静态目录托管于 GitHub Pages,无服务器、无遥测、无安装计数
dsh-plugin-marketplace DSH 插件适合哪些场景
- 在不离开设置界面的情况下发现新的 DSH 插件
- 安全安装插件:自动安装跳过所有生命周期脚本,脚本安装需明确审查
- 使用解决方案包一次安装一组精选插件(如每个分类评分最高的插件)
- 通过社区评分(GitHub 👍/👎)评估插件热度,支持近 90 天窗口
- 让 DSH 智能体在人工批准后搜索并安装插件
dsh-plugin-marketplace DSH 插件适合谁
- 希望扩展 DSH 功能的用户
- 希望自己的插件被市场收录的插件作者
- 喜欢通过智能体管理插件的进阶用户
dsh-plugin-marketplace DSH 插件的限制
- 需要 DSH 已安装 web profile,仅在 DSH 设置界面内工作
- 自动安装需要宿主环境有 pnpm 11(也尝试 corepack pnpm);脚本安装需要 pnpm ≥ 11.7
- 目录是只读的静态 JSON 文件,无服务器端更新或用户账户
- 脚本安装无法自动化,需在 WebUI 中手动审查和同意
- 手动安装项(无构建输出、无生命周期脚本)仅提供仓库链接,市场不会执行任何操作
- 解决方案包不授予额外权限:脚本安装项仍需逐个插件审查和同意
dsh-plugin-marketplace DSH 插件的仓库 README 摘录
以下文字摘自 dsh-plugin-marketplace DSH 插件的上游仓库 w2112515/dsh-plugin-marketplace 的 README,版权归原作者,仅作引用。
**The plugin marketplace for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (DSH): browse, review, and install DSH plugins from inside DSH's own Settings UI — with evidence-based install safety, consent-gated install scripts, curated solution packs, and zero telemetry.** **中文文档:[README.zh-CN.md](README.zh-CN.md)**(界面语言跟随 DSH 自动切换) ## What is DSH Plugin Marketplace? DSH Plugin Marketplace is an **out-of-tree, installable DSH bundle** that adds a full plugin marketplace to DeepSeek Harness. It is not part of the official DSH repository, requires no changes to DSH source code, and is not a standalone web product. Once installed into the `web` profile, DSH's Host Loader mounts the marketplace Host plugin, and the package's declared `dsh.client` browser entry registers itself under `Settings → Plugins → Marketplace`. The UI is bilingual and follows DSH's display language automatically (中文 / English). At a glance: - **2,200+ plugins** discovered by a daily scan of every GitHub repository carrying the `dsh-plugin` topic — no GitHub account or token needed to browse. - **Evidence-based install eligibility**: the scanner proves which install targets exist at each p
阅读完整 README仓库许可: MIT
dsh-plugin-marketplace DSH 插件常见问题
如何将 DSH Plugin Marketplace 安装到我的 DSH 中?
在终端中运行以下命令:`dsh plugin --profile web add @w2112515/dsh-plugin-marketplace`。也可以固定到不可变提交:`dsh plugin --profile web add github:w2112515/dsh-plugin-marketplace#<40位提交哈希>`。安装后重启 `dsh web`,即可在设置 → 插件 → 市场中看到市场界面。
使用市场需要 GitHub Token 吗?
不需要。市场使用托管在 GitHub Pages 上的静态目录,由每日 GitHub Actions 扫描生成。浏览器不会直接与 GitHub API 通信,普通用户无需 GitHub 账户或 Token 即可浏览和安装插件。
如何卸载市场?
运行 `dsh plugin --profile web remove @w2112515/dsh-plugin-marketplace`。这会移除该插件包及其相关配置。可以验证 DSH 设置中的市场选项卡是否消失来确认卸载成功。
如何将自己的插件提交到市场?
要使你的插件被发现,仓库必须包含 `dsh-plugin` 主题,`package.json` 中声明 `dsh.bundle.patch`,以及有效的 `cordis.patch.yml`。可以选择添加 `dsh-category-<slug>` 主题来设置分类。市场的每日扫描器会自动收录符合这些条件的仓库。
如果有安装脚本会怎样?
脚本安装会在审查步骤中完整显示。在你明确同意后,宿主会使用 `--allow-build=<name>` 而非 `--ignore-scripts` 进行一次安装,将脚本执行范围限定在该包内。同意不会持久化,每次安装都需要单独批准。手动安装项(无构建输出、无脚本)仅显示仓库链接。