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.

One Click Archive — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-one-click-archive

One Click Archive

One-click time-based conversation archiving for the DeepSeek Harness Web GUI

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

npx -y @deepseek-ai/dsh plugin --profile web add github:sujiu222/dsh-one-click-archive#80554098d7b940fda37f910de47a5e7a24e2dc6e
READMECompatibilityVersions
One-click archive settings

Compatibility and provenance

One Click Archive is published as dsh-one-click-archive 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/22/2026

Versions

0.1.0stable
8/22/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/22/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 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

dsh-one-click-archive

A DeepSeek Harness Web GUI plugin that previews and archives old conversations in one click.

One-click archive settings

Features

  • Choose an age threshold: 1/6/12 hours, 1/3/7/14/30/90 days.
  • Preview the exact candidate count and a sample before changing anything.
  • Optional inclusion of blank sessions.
  • Automatically skips running, recently active, and already archived sessions.
  • Recalculates candidates immediately before archiving to avoid stale-preview mistakes.
  • Uses DSH's official workspaceRegistry.archiveSession() API. Conversation logs are retained and remain restorable.
  • Loopback-only host routes and a confirmation dialog before mutation.
  • English and Simplified Chinese UI.

Install

dsh plugin --profile <your-web-profile> add github:sujiu222/dsh-one-click-archive

Restart that DSH Web profile, refresh the browser, then open Settings → One-click archive.

For local development:

npm install
npm run check
dsh plugin --profile <your-web-profile> add /absolute/path/to/dsh-one-click-archive

Client plugin updates hot-reload only when the DSH checkout's pnpm run dev:web watcher is running. Otherwise rebuild/reinstall, restart the host when the host plugin changes, and refresh the page.

API

The plugin exposes loopback-only same-origin routes:

  • GET /api/dsh-one-click-archive/health
  • POST /api/dsh-one-click-archive/preview
  • POST /api/dsh-one-click-archive/archive

Request body:

{ "ageMs": 86400000, "includeBlank": false }

Accepted ages range from one hour to ten years.

Safety

Archiving is non-destructive: it only adds session IDs to DSH's global archive set. It does not remove session logs or workspace accounting. Use an archive-management plugin or DSH's archive UI to restore sessions.

License

MIT