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.

Useful Dsh Plugins — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

useful-dsh-plugins

Useful Dsh Plugins

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.

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

npx -y @deepseek-ai/dsh plugin --profile web add useful-dsh-plugins@0.4.2
READMECompatibilityVersions

Compatibility and provenance

Useful Dsh Plugins is published as useful-dsh-plugins and currently resolves to version 0.4.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.4.2stable
9/12/2026
0.4.1stable
9/12/2026
0.4.0stable
8/24/2026
Show 4 more versionsCollapse versions
0.3.0stable
8/17/2026
0.2.1stable
8/14/2026
0.2.0stable
8/14/2026
0.1.0stable
8/13/2026

Related plugins

Loading related plugins…

Latest
0.4.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
5.6 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
649
Last push
9/16/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

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

useful-dsh-plugins

中文说明

One-command installation of three community plugins for DeepSeek Harness:

dsh plugin --profile web add useful-dsh-plugins
# restart dsh web

That single command installs and registers:

PluginWhat it does
dsh-upload-buttonA borderless 📎 button in the composer toolbar: upload files as floating colored cards, press Send and their paths attach to the outgoing message automatically.
dsh-plugin-doc-readerThe model-facing read_document tool for text, PDF, DOCX and XLSX files (text only — no OCR).
useful-dsh-plugin-managerSettings-page plugin manager: enable/disable, check updates, one-click repair.

What this package is

A meta package: it depends on the plugins above and declares one bundle patch that registers all cordis rows. Every plugin ships its own cordis.patch.yml too, so installing them individually (e.g. dsh plugin add dsh-plugin-doc-reader) keeps working exactly as before.

dsh-plugin-vision-reader and dsh-desktop-config live in the same repository but are not published and not part of this bundle — they are local-use plugins, installed with dsh plugin --profile web add link:<repo>/<dir>.

Requirements

  • DeepSeek Harness @deepseek-ai/dsh ≥ 0.1.5-rc.2
  • The web profile composition (for the UI halves)

License

MIT