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.

Config Export — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-config-export

Config Export

DSH configuration export/import: Select configuration items in ~/.dsh from the sidebar panel (settings, plugin profiles, SSH hosts, themes, etc.), optionally redact passwords, and package them into a tar.gz backup with one click; you can also restore from a backup package (the current configuration

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

npx -y @deepseek-ai/dsh plugin --profile web add github:sunchendd/dsh-config-export#377fdc04de7ab96a2518b22c7da6e905e0c770a0
READMECompatibilityVersions

Description

DSH configuration export/import: Select configuration items in ~/.dsh from the sidebar panel (settings, plugin profiles, SSH hosts, themes, etc.), optionally redact passwords, and package them into a tar.gz backup with one click; you can also restore from a backup package (the current configuration is backed up automatically before restoration).

Compatibility and provenance

Config Export is published as dsh-config-export and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/21/2026
View source ↗
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 developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-config-export

DSH(DeepSeek Harness)配置备份插件:在 Web GUI 侧边栏增加「配置备份」入口,勾选 ~/.dsh 下的各配置项一键打包 tar.gz 备份,也可从备份包恢复。

功能

  • 选择导出:全局设置 / 插件 profile / SSH 主机配置 / Agent 预设 / 皮肤外观 / 任务看板 / 额度统计,各分区显示体积,可任选组合
  • 敏感字段脱敏:导出 SSH 配置时可选将 password / passphrase / token / secret 字段替换为 __REDACTED__
  • 备份历史:预览(查看包含条目与覆盖分区)、恢复、删除
  • 安全恢复:恢复前自动把现有相关配置快照到 exports/safety/;内置守卫拒绝恢复含脱敏字段的 SSH 备份(防止密码被 __REDACTED__ 覆盖)
  • 本地导入:从本地 .tar.gz 备份包上传导入
  • 主题自适应:面板配色跟随 GUI 浅色 / 深色皮肤自动切换
  • 备份输出到 ~/.dsh/exports/

安装

dsh plugin --profile web add github:sunchendd/dsh-config-export

恢复 profile 类配置后需重启 dsh web;插件依赖如缺失可在 profile 目录执行 dsh plugin --profile web install 重装。

安全说明

  • Host 路由仅接受 loopback 请求且拦截跨站调用
  • 恢复操作前一律先在 exports/safety/ 生成当前配置快照
  • 脱敏备份在恢复时会被明确拒绝,避免静默丢失密码

许可

MIT