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.

Jianguo Webdav — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-jianguo-webdav

Jianguo Webdav

WebDAV sync for DeepSeek Harness - sync settings, sessions, profiles, presets to JiaGuoYun (坚果云).

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-jianguo-webdav@0.2.4
READMECompatibilityVersions

Compatibility and provenance

Jianguo Webdav is published as dsh-jianguo-webdav and currently resolves to version 0.2.4. 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

0.2.4stable
8/21/2026
0.2.3stable
8/17/2026
0.2.2stable
8/17/2026
Show 12 more versionsCollapse versions
0.2.1stable
8/17/2026
0.2.0stable
8/17/2026
0.1.9stable
8/17/2026
0.1.8stable
8/17/2026
0.1.7stable
8/17/2026
0.1.6stable
8/17/2026
0.1.5stable
8/17/2026
0.1.4stable
8/17/2026
0.1.3stable
8/17/2026
0.1.2stable
8/17/2026
0.1.1stable
8/17/2026
0.1.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.2.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
32.3 kB
Files
13
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
51
Last push
8/21/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 integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-jianguo-webdav

通过 WebDAV 协议将 DeepSeek Harness (DSH) 的配置和会话历史同步到坚果云等云存储。

同步内容

内容本地路径云端路径
会话历史~/.dsh/sessions/<project>/<id>//sessions/<project>/<id>/
设置~/.dsh/settings.yaml/config/settings.yaml
附件~/.dsh/attachments/v1/objects//attachments/v1/objects/
Profile 配置~/.dsh/profiles/web//profiles/web/
Agent Presets~/.dsh/.agent-presets//presets/
Pet~/.dsh/pet.json/config/pet.json

不同步: .credentials.yaml、node_modules/、临时文件、本地缓存。

配置

创建 ~/.dsh/jianguo-webdav.yaml:

remoteUrl: "https://dav.jianguoyun.com/dav/"
username: "your@email.com"
password: "your-password"

syncSessions: true
syncSettings: true
syncAttachments: true
syncProfiles: true
syncPresets: true
syncPet: true

autoSync: false
syncIntervalMin: 5

使用

在 DSH 会话中使用:

/sync-webdav push      # 推送同步
/sync-webdav status    # 查看状态
/sync-webdav test      # 测试连接

安装

dsh plugin --profile web add dsh-jianguo-webdav