插件目录 / Developer / dsh-plugin-sync
dsh-plugin-sync
未验证 AngLi1997
✓ 持续维护 基于 7 个官方 DSH 包
2Stars
0Forks
0未关闭 issue
—语言
2026-08-15最近推送
跨平台平台
功能简介
Deepseek Harness 插件同步
我们的评价
未验证 — 尚未实测
未验证 — 尚未实测
Deepseek Harness 插件同步 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。
README
dsh-plugin-sync
把 DeepSeek Harness 已安装的插件清单同步到 GitHub Gist 的 DSH 插件。
- GitHub OAuth 设备流快捷登录(无需手动粘贴 token)
- 导出:将
profiles/<profile>/package.json的dependencies+dsh.profile.bundles+cordis.patch.yml打包为dsh-plugins.json上传到 Gist - 导入:从 Gist 读取插件清单,写回
package.json/cordis.patch.yml并自动执行pnpm install,提示重启 Harness 生效 - 未指定 Gist 地址时,自动创建名为
dsh_plugin_sync_XXXX(4 位随机字符)的私有 Gist
安装
dsh plugin --profile web add dsh-plugin-sync
或手动编辑 profile 的 package.json:
{
"dependencies": {
"dsh-plugin-sync": "^1.0.0"
},
"dsh": {
"profile": {
"bundles": ["dsh-plugin-sync"]
}
}
}
然后 pnpm install 并重启 Harness。安装后可在 dsh-market 中查看。
使用
- 打开设置 →「插件同步」
- 点「登录 GitHub」,按提示跳转 GitHub 授权(仅需
gist权限) - 点「导出到 Gist」上传插件清单;「从 Gist 导入」填写 Gist 地址后自动安装并提示重启
构建
npm install
npm run build # esbuild 产出 lib/index.js(host)+ lib/client.js(client bundle)
@deepseek-ai/* 与 react 保持外部依赖(由 profile 的 node_modules / app 模块系统提供),zod 打包进产物。
License
MIT
安装
🧩 让 Agent 自动装(推荐)
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-plugin-sync」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:AngLi1997/dsh-plugin-sync Headless(CLI)profile:
dsh plugin --profile headless add github:AngLi1997/dsh-plugin-sync 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。