DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Uagent Sync Dsh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

uagent-sync-dsh

Uagent Sync Dsh

U同步 / Uagent Sync — cross-device workspace sync for DeepSeek Harness: backup, restore, and ecosystem update via the uagent-sync CLI.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add uagent-sync-dsh@2.1.0
READMECompatibilityVersions

Compatibility and provenance

Uagent Sync Dsh is published as uagent-sync-dsh and currently resolves to version 2.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

2.1.0stable
8/16/2026
2.0.3stable
8/15/2026
2.0.2stable
8/14/2026
Show 2 more versionsCollapse versions
2.0.1stable
8/14/2026
2.0.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
2.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
31.7 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
49
Last push
9/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

uagent-sync-dsh — U同步 / 优同步(DeepSeek Harness 插件)

🌐 插件桥接的 CLI 输出与 dashboard 支持中英双语:默认英文,可通过 --lang zh 或 UAGENT_SYNC_LANG=zh 切换(dashboard 顶栏有 中文 / EN 一键切换按钮)。CLI 工具描述保留中英触发词(如 "U同步,备份" / "sync to GitHub")以便语音与自然语言调用。

uagent-sync 的 DeepSeek Harness bundle 形态。注册 16 个 sync_* 工具(与 opencode plugin 的 opencode_sync_* 一一对应,分别桥接 CLI 中对应的同步命令;uagent-sync CLI 当前共 18 个命令,其中 inventory / dashboard 不作为 DSH tool 暴露),全部通过 uagent-sync CLI 桥接执行——与 Codex 形态(skills + hooks)保持同一"CLI 单一执行通道"架构。

插件加载时还会把共享 skills(uagent-sync-backup/restore/update)注册为 DSH runtime skills——从 CLI 所在 checkout 的 skills/ 目录读取,与 opencode/Codex 是同一份,正文中的 <uagent-sync> 占位符自动替换为真实路径,Agent 可直接执行。skills 目录缺失时静默跳过(工具不受影响)。

中文名:U同步(别名 优同步)。语音命令:

  • "U同步,更新所有扩展" → sync_update
  • "U同步,备份" → sync_push(配合 init/create_repo/api_keys/guide)
  • "U同步,恢复" → sync_pull(配合 init/setup/api_keys)
  • "U同步,检查环境" → sync_verify

工具清单(16 个)

工具CLI 命令用途
sync_exportexport导出工作区状态 JSON
sync_importimport从 JSON/URL 恢复
sync_diffdiff对比当前与已保存状态
sync_pushpush导出 + 提交 + 推送到 GitHub
sync_pullpull拉取 + 应用状态
sync_statusstatus子模块状态
sync_verifyverify环境健康检查
sync_setupsetup安装工作区依赖
sync_initinit初始化(backup/sync)
sync_create_repocreate-repo创建私人 GitHub 仓库
sync_api_keysapi-keys密钥模板 detect/generate/add
sync_guideguide生成 SYNC-GUIDE.md
sync_loglog安装溯源日志 read/add/export
sync_crystallizecrystallize记录安装 + 文档 + 导出 + 一键提交
sync_updateupdate更新 coding-agent 生态
sync_changelogchangelog从更新报告提取变更证据

安装

DeepSeek Harness 目前是 Developer Preview,以下命令以当前版本为准。

方式一:从 npm 安装(推荐)

dsh plugin --profile <name> add uagent-sync-dsh

需要 uagent-sync-dsh ≥ 2.1.0(已发布到 npm registry)。插件声明依赖 uagent-sync(npm 包内含 dist/cli.js 与 skills/),安装后 CLI 自动随依赖带入,独立可安装。

方式二:从 GitHub 安装(本仓库 monorepo 子包)

dsh plugin --profile <name> add "github:severin-ye/uagent-sync#master&path:packages/dsh"

本包是纯 JavaScript,无需 prepare 构建授权(pnpm ≥10 的 allowBuilds 步骤不会出现)。

方式三:本地 checkout 安装

# 在 uagent-sync 仓库内先构建 CLI:
npm install && npm run build

dsh plugin --profile <name> add ./packages/dsh

本地安装时插件自动通过相对路径发现 dist/cli.js,无需配置。

测试与契约守卫

  • 桥接层测试:test/dsh-plugin.test.ts 覆盖 CLI 定位/参数映射/spawn/渲染(packages/dsh/lib/cli.js,纯 JS 零依赖)。
  • schema 契约守卫:test/dsh-plugin-schema.test.ts 直接加载 index.js 执行 apply(),对根 devDependencies 锁定的 @deepseek-ai/dsh-tools@0.1.0-rc.6 注册全部 16 工具——dsh-tools 的 author-schema 校验(如 required must be true when present)破坏会在 CI 直接红。
  • 版本解析约定:packages/dsh/node_modules 不应存在(gitignored 陈旧副本会遮蔽根 devDeps 的 dsh-tools 版本)。全新机器在仓库根 npm install 即可满足插件解析。

CLI 定位与配置

工具执行前按以下顺序定位 dist/cli.js:

  1. cordis.yml 配置:config: { cliPath: '/abs/path/to/uagent-sync/dist/cli.js' }
  2. 环境变量:OPENCODE_SYNC_UAGENT_SYNC_CLI
  3. 本地 checkout 相对路径(方式二自动命中)
  4. npm dependency:node_modules/uagent-sync/dist/cli.js(方式一自动命中,无需配置)
  5. 工作区递归:从 cwd 向上找 .gitmodules,在其下找 uagent-sync/dist/cli.js

全部失败时工具返回可操作的错误指引(fail loud)。

# 在 profile 的 cordis.patch.yml 里覆盖配置示例
- id: uagent-sync
  name: uagent-sync-dsh
  config:
    cliPath: 'C:/Users/you/Codelib/2_Business/uagent-sync/dist/cli.js'
    commandTimeoutMs: 1800000   # update 全量可能 30 分钟,默认 10 分钟

三端对照

opencodeCodexDeepSeek Harness
形态plugin(16 opencode_sync_* 工具)skills + hooksbundle(16 sync_* 工具)
执行通道进程内调用业务函数CLICLI 桥接
共享资产skills/ 目录skills/ 目录skills/ 目录 + CLI
分发dist/plugin.jsmarketplacedsh plugin add