精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Deepseek Harness 插件同步
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Deepseek Harness 插件同步
待人工精选——以下事实来自源码仓库。
Deepseek Harness 插件同步
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:AngLi1997/dsh-plugin-sync 作者没有声明支持的平台。
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 ## 安装 bash dsh plugin --profile web add dsh-plugin-sync 或手动编辑 profile 的 package.json: json { "dependencies": { "dsh-plugin-sync": "^1.0.0" }, "dsh": { "profile": { "bundles": ["dsh-plugin-sync"] } } } 然后 pnpm install 并重启 Harness。安装后可在 dsh-market 中查看。 ## 使用 1. 打开设置 →「插件同步」 2. 点「登录 GitHub」,按提示跳转 GitHub 授权(仅需 gist 权限) 3. 点「导出到 Gist」上传插件清单;「从 Gist 导入」填写 Gist 地址后自动安装并提示重启 ## 构建 bash 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不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。