useful-dsh-plugins
Verifieduseful-dsh-plugins · v0.4.0 · MIT
Meta package: one-command installation of useful community plugins for DeepSeek Harness — upload button, document reader, vision (image reading via DeepSeek's built-in multimodal model), plugin manager, and desktop launcher.
Install
dsh plugin add useful-dsh-plugins Confirm the layer applied with dsh --profile default --dump-config — see the install guide.
Source
Published to npm without a public repository. Inspect the package contents before installing.
Tags
Readme
# useful-dsh-plugins
为 DeepSeek Harness 提供一键安装五个社区插件的总包:
dsh plugin --profile web add useful-dsh-plugins
# 重启 dsh web
一条命令即可完成安装与登记:
| 插件 | 功能 |
|---|---|
dsh-upload-button |
输入框工具栏的无边框 📎 按钮:文件以上方浮动彩色卡片呈现,按「发送」自动把路径附入消息。 |
dsh-plugin-doc-reader |
模型可用的 read_document 工具,读取文本、PDF、DOCX、XLSX(仅文字,不支持识图)。 |
dsh-plugin-vision-reader |
让纯文本主模型也能看图:自动调用 DeepSeek 内置多模态模型(deepseek-v4-flash-vision-exp)识别,结果以纯文本返回,无需额外 API Key。 |
dsh-desktop-config |
桌面端启动器配置:端口、绑定地址、自动打开浏览器,以 settings 命名空间与 Electron 桌面端共享一份配置。 |
useful-dsh-plugin-manager |
设置页插件管理器:启用/停用、检查更新、一键修复。 |
这个包是什么
一个元包(meta package):依赖上述插件,并声明一个 bundle patch 统一登记各行 cordis 配置。每个插件自身也各自携带 cordis.patch.yml,单独安装(如 dsh plugin add dsh-plugin-vision-reader)依旧照常工作。
环境要求
- DeepSeek Harness
@deepseek-ai/dsh≥ 0.1.0-rc.6 webprofile 组合(上传按钮与视觉插件的 UI 半边需要)- 视觉插件需要 DeepSeek 官方账号可用
deepseek-v4-flash-vision-exp(与主模型共用DEEPSEEK_API_KEY)