dshbase

Plugin directory / Developer / dsh-plugin-sync

dsh-plugin-sync

Unverified AngLi1997

✓ Actively maintained Builds on 7 official DSH packages

View on GitHub ↗ ← Back to plugin directory

2Stars
0Forks
0Open issues
Language
2026-08-15Last push
Cross-platformPlatform

What it does

Deepseek Harness 插件同步

Our take
Unverified — not yet verified

Deepseek Harness 插件同步 Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-plugin-sync

npm
license

把 DeepSeek Harness 已安装的插件清单同步到 GitHub Gist 的 DSH 插件。

  • GitHub OAuth 设备流快捷登录(无需手动粘贴 token)
  • 导出:将 profiles/<profile>/package.jsondependencies + 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 中查看。

使用

  1. 打开设置 →「插件同步」
  2. 点「登录 GitHub」,按提示跳转 GitHub 授权(仅需 gist 权限)
  3. 点「导出到 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

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-plugin-sync for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

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

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →