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.

Session Share — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-session-share

Session Share

Portable Session Capsule export and import for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-session-share@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Session Share is published as dsh-session-share and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.1stable
8/17/2026
0.1.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
309.9 kB
Files
23
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
99
Last push
8/17/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 memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.

README

dsh-session-share

English | 中文

Share complete Session trees as local, offline Capsules between DeepSeek Harness installations.

Install

dsh plugin --profile web add dsh-session-share

Both the sender and the recipient need to install this plugin in their own Harness.

Share a Session

This plugin lets you share your own Session with another person. It exports the current Session, its complete subagent tree, and referenced images into a local offline Capsule (.dsh-session-share.zip). You can send that file through chat, file transfer, or another trusted channel.

  1. Open the Session you want to share.
  2. Select Share in the Session header, or run /share-session.
  3. Select Download Capsule in the dialog and save the ZIP file.
  4. Send the ZIP file to the recipient.

Import a Session

After receiving the Capsule:

  1. Run /import-session to open the import dialog. The current Harness does not expose an Import Session item in the sidebar.
  2. Choose the local destination workspace.
  3. Drop the Capsule ZIP into the dialog, or choose it from your device.
  4. After a successful import, the browser reloads and opens the imported root Session.

The imported Session stays idle until the recipient sends a new message. It then uses the receiving Harness's model, agent composition, credentials, tools, and workspace; the sender's execution environment is not reused directly.

Import behavior

  • Every import creates a new local Session tree with new local IDs.
  • Importing the same Capsule again creates another independent copy instead of reusing the original.
  • Capsules are offline files, not online share links; the plugin never uploads Session contents automatically.

Privacy and security

Capsules can contain prompts, model replies, tool input/output, Workspace paths, and images. Share them only with trusted recipients and review the contents for sensitive information first.

Session Capsule v1 provides no encryption, redaction, access control, or online revocation.