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.

Share — DSH Plugin for DeepSeek Harness
← Plugins

@chuantian/dsh-share

Share

Privacy-first Markdown and self-contained HTML sharing for DeepSeek Harness sessions

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

npx -y @deepseek-ai/dsh plugin --profile web add @chuantian/dsh-share@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Share is published as @chuantian/dsh-share 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
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
3.1 MB
Files
26
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
31
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.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.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebRewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件

README

DSH Share

Privacy-first Markdown and self-contained HTML sharing for DeepSeek Harness Sessions. DSH Share is an independent community plugin.

简体中文

DSH Share adds a Share action to the Web Session header. It creates a local preview, then lets you copy the generated source or download it. Nothing is uploaded and the plugin makes no outbound request.

Why DSH Share

The official Session log export is the right lossless ZIP for diagnosis and migration. DSH Share produces a smaller, human-readable document for review, issue reports, and knowledge sharing.

  • Markdown or one script-free HTML file
  • Best-effort redaction enabled by default
  • Preview before copy or download
  • Tool calls opt-in and collapsed
  • No cloud service, account, or public-link backend
  • Zero model-visible text and zero model-token overhead

Install

DSH is currently a developer preview. Install the npm bundle into the Web profile:

dsh plugin --profile web add @chuantian/dsh-share@0.1.0
dsh --profile web

Open a non-empty Session and select Share in its header.

To remove the plugin:

dsh plugin --profile web remove @chuantian/dsh-share

Privacy behavior

The default document contains only direct human prompts and visible assistant text in log order.

ContentDefaultOptional
Human promptsIncluded—
Visible assistant textIncluded—
Tool names, bounded arguments, outcomesExcludedEnable “Include tool calls”
Tool result bodiesExcludedNever included
Reasoning / thinkingExcludedNever included
System prompts and request configurationExcludedNever included
Plugin-injected user-role contextExcludedNever included
Attachment bytes and Session metadataExcludedNever included

Redaction covers common credentials, authorization headers, secret-bearing environment assignments, email addresses, and absolute local paths. It is heuristic, not a guarantee. Always review the preview. If redaction is disabled, copy and download remain locked until a fresh risk acknowledgement is checked.

The preview runs in a sandboxed srcdoc iframe. Generated HTML has no scripts or external resources and carries a restrictive Content Security Policy.

Host configuration

All resource limits are validated when the plugin loads.

FieldDefaultMeaning
maxEvents20000Maximum raw Session events accepted
maxOutputChars2000000Maximum file or preview characters
maxToolArgumentChars12000Maximum retained arguments per enabled tool call

Session and output overflows fail visibly. Tool arguments alone may be truncated, with a warning in the preview.

Development

The verified Harness revision is 47f943859bef60e4160492346772ded9b24f765a. Keep the checkout isolated under .sandbox/harness:

corepack enable
pnpm install
git clone https://github.com/deepseek-ai/deepseek-harness.git .sandbox/harness
git -C .sandbox/harness checkout 47f943859bef60e4160492346772ded9b24f765a
pnpm --dir .sandbox/harness install --frozen-lockfile
pnpm --dir .sandbox/harness run build
pnpm run check

DSH_HARNESS_ROOT=/absolute/path/to/deepseek-harness selects another read-only development checkout. pnpm run check runs strict type checks, ESLint, unit and composition tests, Host/browser builds, and a package dry run. Built lib/ artifacts are committed because profile installs do not run a build step.

The complete product and security design is in docs/design.md.

Compatibility

Version 0.1.0 targets the DSH developer-preview API at the verified revision above. DSH does not yet promise stable external plugin compatibility; future Harness changes may require a new DSH Share release.

Security

See SECURITY.md. Never include a real credential or private Session in a public issue.

License

MIT