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.

Universal Attachments — DSH Plugin for DeepSeek Harness
← Plugins

dsh-universal-attachments

Universal Attachments

⭐ 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 accept drag-and-drop uploads just like a local installation.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-universal-attachments@0.1.2
READMECompatibilityVersions

Compatibility and provenance

Universal Attachments is published as dsh-universal-attachments and currently resolves to version 0.1.2. 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.3stable
8/29/2026
0.1.2stable
8/26/2026
0.1.1stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.2 MB
Files
10
Surface
web
License
MIT
Source
npm
GitHub
★ 9
Weekly downloads
95
Last push
9/8/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

📮 dsh-airdrop

把文件拖进 DSH,AI 就能读

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

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

English · AI 版本 · 更新日志

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

✨ 亮点

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

🖼️ 看一看

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

🚀 三分钟上手

dsh plugin --profile web add dsh-universal-attachments
dsh web

重启 dsh web 生效;会话需要有工作区目录。另外:仓库名叫 dsh-airdrop,安装包名保持 dsh-universal-attachments 不变——改名会破坏已有安装。

想从源码构建?
pnpm install
pnpm run build
pnpm pack
dsh plugin --profile web add .\dsh-universal-attachments-0.1.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