跳到正文
dsh-market 浏览插件 GitHub EN

crTnT/dsh-plugin-suite#dsh-plugin-center

插件中心:在设置页发现、安装与管理 DSH 插件。

Star 数 ★ 3 分类 插件市场与管理 收录于 2026-08-14

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add github:crTnT/dsh-plugin-suite#path:/dsh-plugin-center

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

DeepSeek Harness 社区插件中心。

功能

  • 从 GitHub dsh-plugin Topic 和 awesome-dsh-plugin 社区目录读取插件。
  • 展示插件描述、来源、精选状态和当前安装版本。
  • 安装前要求用户确认,服务端只接受 npm 包名或 GitHub 仓库来源。
  • 在设置页和 DSH-better-sidebar 侧边栏中提供插件中心入口。
  • 可配置自动检查开关、检查间隔、稳定版/测试版通道和目标 profile。

安装

本仓库的 Windows 源码安装脚本会自动把插件链接到 web profile:

& .\scripts\install.ps1

如果单独开发本插件,需要让 dsh-plugin-manager-core 与本目录保持同级,并使用本仓库提供的完整安装流程。

安全边界

  • 不执行任意远程 URL 脚本。
  • 安装动作必须由用户点击确认。
  • 管理接口只允许本机请求。
  • 不读取或上传 API Key、聊天记录和会话内容。

License

MIT

内容来自项目 README(GitHub)↗