DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-plugin-sync

d

dsh-plugin-sync

Manifest valid

Sync the installed DeepSeek Harness plugin manifest to a GitHub Gist (OAuth login, one-click export/import with automatic dependency install).

UI (client)hasBundlePatch

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

Compatibility

DSH 0.1.5-rc.2: errorDSH 0.1.6-alpha.1: errorDSH 0.1.5-rc.1: errorDSH 0.1.5-alpha.2: errorDSH 0.1.5-alpha.1: errorDSH 0.1.3-alpha.2: errorDSH 0.1.2-rc.1: errorDSH 0.1.2-alpha.5: errorDSH 0.1.2-alpha.4: errorDSH 0.1.2-alpha.3: errorDSH 0.1.2-alpha.2: error

Versions

Latest versionPublishedSize
1.0.0

Similar plugins

dsh-plugin-installer

by Toukaiteio

A marketplace plugin to quickly integrate your DeepSeek Harness into the GitHub plugin ecosystem.

Manifest valid

5

51/wk

MIT

JavaScript

Aug 16, 2026

dsh plugin --profile web add dsh-plugin-installer

by kimiya1010

A DeepSeek Harness plugin market: search and one-click install GitHub dsh-plugin plugins straight from the web GUI

Tools & CapabilitiesManifest valid

3

144/wk

JavaScript

Aug 15, 2026

dsh plugin --profile web add dsh-plugin-market

by Moon-shiyue

便携式 GitHub 连接插件 for DeepSeek Harness (DSH):composer 左下角一键授权,AI 可通过 github_api 工具操作你的 GitHub。Portable GitHub connection plugin: OAuth device flow / PAT, proxy & system-CA aware.

Development & InfrastructureManifest valid

4

47/wk

MIT

JavaScript

Aug 29, 2026

dsh plugin --profile web add dsh-github-connect

by Olympianz

A DSH deploy-assistant plugin: GitHub publish + Linear sync + npm publish + community announcement.

Manifest valid

0

MIT

TypeScript

Aug 30, 2026

dsh plugin --profile web add dsh-deploy-master

by Julyves

DeepSeek Harness (dsh) plugin: Git status pill in the session header — branch, dirty counts, ahead/behind, recent commits & changed files.

Manifest valid

3

123/wk

MIT

TypeScript

Sep 1, 2026

dsh plugin --profile web add dsh-git-ui

by yunuo110

DeepSeek Harness (DSH) bundle plugin: makes the existing bash tool run Git Bash on Windows and disables pwsh.

Manifest valid

8

MIT

JavaScript

Sep 4, 2026

dsh plugin --profile web add dsh-gitbash