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.

Market Gist Autosync — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-market-gist-autosync

Market Gist Autosync

DSH plugin: back up your DSH configuration to GitHub Gist on a schedule. · 把 DSH 配置定时备份到 GitHub Gist。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jacket-sikaha/dsh-market-gist-autosync#588d0023adb98da9902141ae1c0ec7033463537a
READMECompatibilityVersions

Compatibility and provenance

Market Gist Autosync is published as dsh-market-gist-autosync 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
9/20/2026

Versions

0.1.0stable
9/20/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
★ 1
Weekly downloads
0
Last push
9/20/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.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。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)

README

dsh-market-gist-autosync

把 DSH 配置定时备份到 GitHub Gist 的插件。

功能

  • 配置 GitHub Gist token 与 gist id(或 URL)
  • 把 $DSH_HOME 下的配置(settings.yaml、*.json、profiles/、skills/ 等)打包上传为私有 Gist
  • 未配置 token / token 无效 / gist id 无效时返回明确的中文失败原因
  • 自持定时备份(scheduleEnabled + scheduleIntervalHours)

安装

dsh plugin --profile desktop add dsh-market-gist-autosync

配置

配置持久化在 $DSH_HOME/gist-autosync/config.json:

字段默认说明
gistToken""GitHub token(明文存本地文件)
gistId""已有 Gist id 或 URL;空 = 每次新建
fileNamePrefixconfig自动命名前缀
fileName""完全自定义文件名(置空用自动命名 config-<时间戳>-<设备名>.json)
deviceName""设备名(空则自动探测)
scheduleEnabledfalse是否定时备份
scheduleIntervalHours24周期间隔(小时)