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.

Remote Deliver — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-remote-deliver

Remote Deliver

🚀 Say goodbye to cumbersome SCP! Remote deployment DSH plugin for one-click downloading modified files and delivering image previews

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-remote-deliver@1.0.0
READMECompatibilityVersions

Compatibility and provenance

Remote Deliver is published as dsh-remote-deliver and currently resolves to version 1.0.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
8/27/2026

Versions

1.0.0stable
8/27/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
15.7 kB
Files
5
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
8/27/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.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-remote-deliver 🚀

告别繁琐的 SCP 与终端拷贝!让远程部署的 DeepSeek Harness 像微信发文件一样,一键把改好的代码、数据表格和渲染的图片直接下载到本地电脑!


🌟 为什么需要这个插件?

当你在远程服务器或云主机(如 GPU 机器、AutoDL、阿里云/腾讯云)上部署 DeepSeek Harness (DSH) Web 实例时,模型修改了代码或生成了图表,通常需要你打开终端手动传输文件。

dsh-remote-deliver 彻底解决了远程环境下的“产物交付”痛点:

  • 📦 一键下载卡片:模型改完代码或生成文件后,聊天窗口自动弹出美观的【交付卡片】,点击按钮直接通过浏览器下载到本地。
  • 🖼️ 图片内联预览:生成的折线图、分析图或图像直接在卡片内自适应预览。
  • 🔒 权限免拦截:内置专属安全 Token 传输机制,完美兼容各类登录认证(如 dsh-login),绝不报 401 拦截。
  • ⚡ 零外部依赖:纯原生 Node.js 实现,开箱即用,轻量高效。

📦 安装方法

在你的 DSH 环境中运行:

dshpm install dsh-remote-deliver --profile web

安装完成后,刷新或重启 DSH Web 即可自动生效。


💡 使用方式

安装后,DeepSeek Harness 会自动获得 deliver_file 工具。当你对它说:

  • “帮我修改这个脚本并把修改后的文件发我下载”
  • “画一个损失函数下降曲线图给我看看”

模型就会自动生成交互式交付卡片,带有文件信息、图片预览与一键下载按钮。


📄 开源协议

MIT License