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.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-airdrop

Airdrop

⭐ Supports dragging and dropping files/folders anywhere in the DSH window; supports remote uploads, sending bytes directly to the server session workspace—DSH deployed on a server can upload by dragging and dropping just like locally.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:demacia1314/dsh-airdrop#08e40f217ef80ceb96ead9e22d09499e8c0d5f69
READMECompatibilityVersions

Compatibility and provenance

Airdrop is published as dsh-airdrop and currently resolves to version 0.2.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/8/2026

Versions

0.2.1stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 9
Weekly downloads
0
Last push
9/8/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
Airdrop — DSH Plugin for DeepSeek Harness

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-airdrop

把文件拖进 DSH,AI 就能读

⭐ 支持拖拽上传 · ⭐ 支持远程上传 · ⭐ 任意格式附件

部署在服务器上的 DSH,也能像本地一样,拖了就发

English · AI 版本 · 更新日志

附件随消息发出,AI 直接读取文件内容

✨ 亮点

  • 🖱️ 拖进来就行——文件、整个文件夹,拖到窗口任意位置,松手即传
  • 🌐 远程也好用——DSH 装在服务器上?通过 SSH 隧道访问,传文件和本地一模一样
  • 📎 不挑格式——图片、视频、音频、PDF、压缩包、代码文件……任何文件都能传
  • 👀 先看再发——发送前在浏览器里直接预览:图片放大看,视频拖进度条,音频直接播
  • 💬 原生体验——附件卡片与聊天气泡对齐,点平常见的发送按钮即可,AI 自动读取文件内容
  • 🔒 各管各的——文件只落在当前会话的工作区,会话之间互相隔离

🖼️ 看一看

拖进来发出去随时预览
拖入文件后显示附件卡片附件随消息发出,AI 读取内容浏览器内预览附件
拖到窗口任意位置,卡片立刻出现附件跟着消息走,AI 直接读内容点开就能预览,还能下载

🚀 三分钟上手

dsh plugin --profile web add dsh-airdrop
dsh web

重启 dsh web 生效;会话需要有工作区目录。从 0.2.1 起包名与仓库统一为 dsh-airdrop(旧名 dsh-universal-attachments 已停用);历史会话里的附件卡片与磁盘数据仍按旧格式读取,无需迁移。

想从源码构建?
pnpm install
pnpm run build
pnpm pack
dsh plugin --profile web add .\dsh-airdrop-0.2.1.tgz

❓ 可能会问

大文件能传吗? 能。文件分块上传,网络断了自动续传;网关嫌块太大(返回 413)时会自动调小重试。单文件上限 20 GiB。

支持哪些格式? 全部。不按格式拒绝任何文件。"任意格式"指不拦截字节内容,不代表 AI 一定能读懂每种格式;插件也不会自己去执行或解压你的文件。

空文件夹会一起传吗? 浏览器一般不报告空目录,所以完全空的文件夹可能不会被保留。

开多个标签页会怎样? 同一会话的多个标签页共享一份待发送附件,谁先点发送,谁就带走当时已传完的文件。

想清理空间怎么办? 先停掉 DSH,然后只删除该插件对应的会话目录和它的元数据文件(.dsh/uploads/.universal-attachments/<会话标识>.json)。不要整个删掉 .dsh/uploads/,历史附件链接会失效。

🛡️ 要放到服务器上?

DSH 没有内建的多用户认证,别直接暴露到公网。让它只监听服务器本机,用 SSH 隧道访问:

# 服务器上
dsh web --port 3080

# 你的电脑上
ssh -L 3080:127.0.0.1:3080 user@你的服务器

然后在本机浏览器打开 http://127.0.0.1:3080 即可。

License

MIT