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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-share

Share

Share DSH Q&As or selected conversation groups as PNG or Markdown.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hellodigua/dsh-share#d807c18d5ffa3dea670497cf109dd2d383a57242
READMECompatibilityVersions

Compatibility and provenance

Share is published as dsh-share and currently resolves to version 0.4.1. 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.4.1stable
9/11/2026
0.4.0stable
9/1/2026
0.3.1stable
8/19/2026
Show 2 more versionsCollapse versions
0.3.0stable
8/15/2026
0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.4.1
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
213
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 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-share

简体中文 | English

DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。

和 DeepSeek 网页端一致的多选交互,操作体验完全一致。

dsh-share 多轮问答选择

生成图片前可调整宽度、字号和过程显示,完成后可下载或复制图片。

dsh-share 生成图片

功能

  • 从右上角进入问答选择模式,默认全选
  • 每轮的分享按钮也会进入选择模式,并只预选当前问答
  • 问题和回答两侧都有联动勾选框,也可直接点击内容整组选择,支持不连续选择
  • 勾选框会在长内容滚动时吸附在页面上,到当前问题或回答末尾再移出
  • 可复制图片、下载 PNG 或 Markdown
  • 保留 Markdown、代码块、表格、图片和工具调用摘要
  • 可调整图片宽度和字号,长图支持滚动预览
  • 可勾选“不展示过程”,只保留提问和最终回答

性能测试:日常聊天仅保留分享按钮等轻量开销;选择处理和图片生成只在使用分享功能时启动,并针对多轮对话做了优化。

快速安装

使用 DSH CLI 把插件加入 Web Profile,然后重启 dsh web:

dsh plugin --profile web add dsh-share

其他安装方式

安装指定的 GitHub 版本:

dsh plugin --profile web add github:hellodigua/dsh-share#vX.Y.Z

安装本地源码:

dsh plugin --profile web add /absolute/path/to/dsh-share

修改源码后,先运行 corepack pnpm build,再使用 dsh plugin --profile web add --force /absolute/path/to/dsh-share 刷新插件。

开发

项目不依赖本机 DSH checkout 即可安装依赖、运行测试和构建:

corepack pnpm install --frozen-lockfile
corepack pnpm typecheck
corepack pnpm test
corepack pnpm build

也可以用一条命令执行完整检查:

corepack pnpm verify

lib/ 是 DSH 直接加载的交付物,需要和源码一起提交。修改 src/ 后,请重新构建并确认 lib/ 已同步更新。

发布前使用 corepack pnpm release:check 校验 npm 包边界,GitHub → npm 的自动化约定见 RELEASING.md。

兼容性

开发基线为 @deepseek-ai/dsh 0.1.5-rc.1,运行时依赖范围为 ^0.1.5-rc.1。分享入口使用官方 conversation.chat.assistant-actions 和 conversation.session.header.utilities 插槽,不扫描或修改按钮栏 DOM。多选模式通过 data-chat-flow-kind 等稳定的 data-* 属性添加选择框,不依赖 CSS Module 生成的类名;DSH 调整对话结构后可能需要同步适配。

已知限制

  • 复制图片需要浏览器授予剪贴板权限,权限不足时仍可下载图片。
  • 无法读取的远程资源会以透明占位跳过。
  • 只能选择页面已经加载的完整问答;需要更早内容时,请先向上滚动加载。

License

项目使用 MIT 许可证。浏览器 bundle 内联依赖的许可证见 THIRD_PARTY_LICENSES.md。

友情链接

已加入 dshfind.com DSH 插件超市。