A spam-filtered, open-data registry of DeepSeek Harness (dsh) plugins, bundles, and skills — 11,197 entries from 6,601 authors across 17 functional areas, every one carrying the file its install path was proven in and the dsh version it was checked against.
Browse the reef — the same registry as a filterable, sortable gallery.
Most awesome lists are prose. This one is data: data/plugins.json is the source of truth, this README is rendered from it. Build on the JSON directly:
curl -s https://dsh.works/awesome-dsh-plugins/plugins.json # every entry
curl -s https://dsh.works/awesome-dsh-plugins/stats.json # just the counts, ~150 bytesEach entry carries two orthogonal dimensions: category is the form factor (bundle, plugin, skill, theme, tool — what dsh docs call things) and tags is the functional area (what it actually does). stars is the linked repo's GitHub count (refreshed by scripts/stars.mjs, display signal only), and featured marks a hand-curated editor's pick.
DeepSeek delegates the ecosystem to the community: no first-party marketplace, discovery happens on the dsh-plugin GitHub topic. On launch day that topic held 431 repositories. As of 2026-08-27 it holds 11,943, template spam and topic-riders included. A raw topic feed is not a registry; the filter is the value this repo adds.
How much filtering that is, measured on 2026-08-27: 13,389 repositories carry a dsh discovery topic and 12,747 of them — 95% — have been opened, read, and decided. 2,126 were rejected, 1,992 of those for having no install path at any depth: no dsh manifest in package.json, no dsh dependency, no SKILL.md. They carry the topic and nothing else. Every rejection is published with its reason and a recheck date in data/rejected.json.
That is the number worth comparing. A topic count says how many people typed a tag. 12,747 of 13,389 says how many repositories somebody actually opened.
On 2026-08-20 that percentage fell, and it fell because the denominator got honest. Until then "carries a dsh discovery topic" quietly meant "carries one of the five dsh-* topics we sweep", so every author who spelled the project out instead of abbreviating it was invisible to us while we published a coverage figure that read as though they were not there. Measured that day, in repositories carrying none of the original five: topic:deepseek-harness held 892, topic:dsh 163, topic:deepseek-harness-plugin 3 — 1,058 repositories, about 13% of the real universe, that a 99% claim had silently excluded. All of them are swept now. The percentage a wider net produces is lower and means more; a coverage number you can raise by narrowing what you count is not a coverage number.
Search is still not the whole ecosystem. A plugin whose author tagged nothing, published nothing to npm, and used no conventional layout is unreachable by any query — yjh051108/dsh-routing-suite had 6,415 stars and zero topics the day it was seeded. data/seeds.json is the hand-fed lane for those, and it grants nothing: a seed queues at the back like every other find and still has to prove an install path. If that is your repo, open an issue.
If you prefer a curated prose list, AdamPlatin123/awesome-dsh-plugins does that well, with daily compatibility tracking. This repo is the machine-readable complement, not a replacement.
dsh is a developer preview and the team promises compatibility-breaking changes. Example: the .dsh-plugin manifest format was deleted on 2026-08-09 with no migration path, silently stranding every tutorial written against it. A compatibility claim without a version and a date rots, so the schema records both (verifiedAgainst, lastVerified) and stale entries get re-checked or flagged.
A version and a date still only say when somebody looked. evidence says where, as path#key:
"evidence": "package.json#dsh.bundle"
"evidence": "packages/theme/package.json#dependencies.@deepseek-ai/dsh-base"
"evidence": "skills/reviewer/SKILL.md#frontmatter"
Open the file and check. scripts/validate.mjs refuses a verified row that cannot cite one, so the status cannot quietly become decoration — which it had, on 2,751 rows, before this field existed.
npm is the only field in an entry that is an instruction: dsh.works renders it as dsh plugin --profile web add <name>, this README links it, and the spam gate accepts "a published npm package" as an install path. A reader can run it. So it gets the same treatment as evidence, and on 2026-08-21 it turned out not to have had it.
Of 582 names on that morning, 298 named a package registry.npmjs.org has never served — every one written on 2026-08-14, by a pass that read name out of the repo's own package.json. That is the name an author would publish under, not evidence they did. On the site those 298 also replaced the git-install security warning with the sentence "Published to npm as", so the wrong ones were quieter than the missing ones.
Fixing that surfaced the worse half. The names that did resolve had been checked against npm's catalogue and not against ownership: dsh-tool-git resolves, so the field stayed — it resolves to lxj808624/dsh-tool-git, and it was sitting on Huasfan/dsh-tool-git. 26 pairs of entries claimed the same package as each other, and in 25 of them the wrong claimant was the 2026-08-14 row. Following one installed a different author's code under the name of the repo you were reading about, which is a worse outcome than a 404.
A name is kept now only when the published package's own repository.url names the repo back, or — for the packages that state no repository at all — when the repo's package.json declares that exact name, so two independent files agree. npm run npm-check re-asks in both directions on a schedule; a name that stops resolving is parked in data/unpublished.json with the reason, a parked name that starts resolving is restored, and a name that merely times out changes nothing. Re-adding a parked name by hand fails validate.
The same pass answered the opposite question. Reading every entry's manifest and asking npm about the name it declares adopted 1,741 packages the registry had found but never claimed — and refused 1,462 more whose name belongs to someone else, which is a third of everything it looked at.
Hand-curated, sparing, and revisited as the ecosystem moves; the ⭐ mark in the tables below means the same thing. Stars are the linked repo's count, which for monorepo entries is the whole repo, not the plugin.
- dsh-web-ui — Plugin and skin collection for the dsh Web UI: task board, git graph, right-side panel, remote mobile UI, live token stats, and a skin center that routes around the theme-persistence gap 6255 ★ · ui
- modlens — Vision plugin for text-only models: image understanding bridged into the harness via a dsh.bundle patch layer, shipping a modlens skill alongside 3717 ★ · vision
- dsh-better-sidebar — Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs 3007 ★ · ui
- dsh-browser — Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 478 ★ · capabilities
- whale-girl — Desktop-pet companion for the web GUI (QQ-pet style): draggable, feedable, levels up with session activity; migrated from the removed .dsh-plugin format to dsh.bundle 288 ★ · fun
- dsh-mnemon — Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. 251 ★ · memory
- dsh-turn-rewind — Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger 104 ★ · memory
- dsh-usage-stats — Beautiful token analytics for DeepSeek Harness — trends, activity heatmaps, model breakdowns, and data exports. 11 ★ · usage
10921 Cordis plugins activated through patch rows in a bundle or profile, grouped by what they do. Data updated 2026-08-27.
Each area shows its 25 most-starred entries and links to the complete list in lists/. GitHub stops rendering a markdown file partway through once it passes about half a megabyte — silently, mid-row — so the full tables live in files small enough to survive that. Nothing is dropped: data/plugins.json and the gallery always hold everything.
Panels, composer upgrades, navigation, layout, mobile.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-web-ui ⭐ | 6255 | zhu1090093659/dsh-web-ui | Plugin and skin collection for the dsh Web UI: task board, git graph, right-side panel, remote mobile UI, live token stats, and a skin center that routes around the theme-persistence gap | 0.1.0-rc.8 (2026-08-20) |
| dsh-better-sidebar ⭐ | 3007 | omdsh-dev/DSH-better-sidebar · npm | Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs | 0.1.0-rc.8 (2026-08-20) |
| mnemon | 531 | mnemon-dev/mnemon | Install the full dsh-mnemon integration from the Mnemon repository. | 0.1.0-rc.8 (2026-08-20) |
| dsh-at-file | 484 | FSMargoo/dsh-at-file | Codex-style @file mentions in the composer: search workspace files and attach their contents to prompts | 0.1.0-rc.8 (2026-08-20) |
| superdesign-skill | 459 | superdesigndev/superdesign-skill | Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas — the Superdesign skill, packaged as a DeepSeek Harness bundle. | 0.1.0-rc.8 (2026-08-20) |
| dsh-genui | 354 | omdsh-dev/dsh-genui | Renders interactive UI components inline in assistant replies via the dsh-ui fence: layout, charts, plots, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model. | 0.1.0-rc.8 (2026-08-20) |
| dsh-visualize | 222 | Nagi-ovo/dsh-visualize | Generative UI in conversation: a visualize tool plus companion skill renders interactive HTML cards in sandboxed frames with streaming preview | 0.1.0-rc.8 (2026-08-20) |
| dsh-openpencil | 154 | ZSeven-W/dsh-openpencil · npm | OpenPencil design preview and editing inside the web UI | 0.1.0-rc.8 (2026-08-20) |
| dsh-remote-web-gateway | 152 | summer1238/dsh-remote-web-gateway · npm | DSH Remote Web Gateway — DSH native plugin: one-click phone/tablet remote access to the DeepSeek Harness Web GUI via Cloudflare Quick Tunnel + QR pairing + device management + optional GitHub login | 0.1.0-rc.8 (2026-08-20) |
| dsh-popout-sidebar | 123 | e2mcc/dsh-popout-sidebar · npm | 可弹出侧边栏 · A DeepSeek Harness sidebar that shows artifacts and pops out into a larger web tab. | 0.1.0-rc.8 (2026-08-20) |
| dsh-annotation | 101 | omdsh-dev/dsh-annotation | DSH Web selection-annotation plugin: select assistant text, annotate (optional), and press Enter to send the annotation block with your message — the model replies to each annotation by number,. | 0.1.0-rc.8 (2026-08-20) |
| ProMentor | 65 | Lyn-77/ProMentor | ProMentor course dashboard in the Web GUI: composer-dock trigger plus a full-frame dashboard panel | unverified |
| dsh-web-mobile | 64 | mexiaosqwq/dsh-web-mobile | Mobile-adaptive DSH web UI: on narrow screens the sidebar rail is hidden and the directory opens as an overlay drawer, so the conversation gets the full width. | 0.1.0-rc.8 (2026-08-20) |
| dsh-smooth-stream-laplaceb | 58 | Laplace-bit/dsh-smooth-stream · npm | Smooth streaming reveal and conversation follow for the DeepSeek Harness Web UI | 0.1.0-rc.8 (2026-08-20) |
| dsh-open-in-vscode | 54 | omdsh-dev/dsh-open-in-vscode | Open workspace directories in VS Code directly from the web GUI | 0.1.0-rc.8 (2026-08-20) |
| dsh-prompt-enhancer | 52 | Fishsb/dsh-prompt-enhancer | One-click prompt enhancement: fuzzy draft to an independent LLM call, then polished composer text with undo. | 0.1.0-rc.8 (2026-08-20) |
| dsh-endfield-ui | 46 | rison114514/dsh-endfield-ui | Endfield-inspired industrial UI shell for DeepSeek Harness (non-official fan theme) | 0.1.0-rc.8 (2026-08-20) |
| dsh-github-panel | 46 | PivotStackIntelligence/dsh-github | Source Control and GitHub panel for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| recruiting-copilot | 46 | Viy1204/recruiting-copilot | AI 招聘副驾 —— DeepSeek Harness profile bundle:注册招聘工作流 skills(岗位梳理、双通道寻源初筛、约面试、简历评估、台账与日报),并在 Web UI 右侧提供一只可直接操作的 boss/liepin 浏览器面板。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-ui-status-label | 42 | alingalingling/ui-status-label | Web UI plugin that makes the assistant's thinking status label ('deep diving') user-configurable through settings | 0.1.0-rc.8 (2026-08-20) |
| dsh-auto-continue | 40 | HsiangNianian/dsh-auto-continue · npm | Automatically sends continue when a Web UI request is interrupted by network errors or other non-human causes. | 0.1.0-rc.8 (2026-08-20) |
| dsh-tavern-chen7312 | 39 | chen731215-dev/dsh-tavern | DeepSeek 酒馆 - embed the tavern into DeepSeek Harness Web UI as a native management panel: multiple character cards, multiple worldbooks, switchable presets, deep-light theme, auto-dismiss. | 0.1.0-rc.8 (2026-08-20) |
| dsh-ui-web | 38 | CAPTAIN1275/dsh-ui-web · npm | DSH web GUI right-panel system: a pixel-faithful re-implementation of AionUi's Explorer + Preview columns (file tree, filename search, git changes, multi-tab preview of 10+ formats) driven by real | 0.1.0-rc.8 (2026-08-20) |
| dsh-share | 35 | hellodigua/dsh-share · npm | Share a DSH conversation turn as a PNG image. | 0.1.0-rc.8 (2026-08-20) |
| dsh-sidebar-qa | 35 | ChenRuoT/dsh-sidebar-qa · npm | DSH web plugin: select conversation text -> ask in a right-side panel -> a dedicated follow-up session (❓追问) in the same workspace, without interrupting the main conversation. Thin consumer of dsh-... | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 880. all 880 → · gallery · JSON
TUIs, desktop shells, headless runners.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| deepseek-harness-desktop | 21077 | anywhere-labs/deepseek-harness-desktop | 为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验 | 0.1.0-rc.8 (2026-08-20) |
| dsh-desktop-anywhere | 21077 | anywhere-labs/dsh-desktop | DSH Desktop product workspace | 0.1.0-rc.8 (2026-08-25) |
| dsh-desktop | 2846 | dataelement/dsh-desktop | A cross-platform desktop shell for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-hairyf | 1274 | dsh-tauri-desk/deepseek-harness-desktop | Desktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required. | 0.1.0-rc.8 (2026-08-20) |
| working-activity | 654 | ccch1mneyyy/working-activity · npm | Live model working-status line: playful copy, running tool, turn elapsed — for TUI prompt and Web UI | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-studio-fufankej | 539 | fufankeji/deepseek-harness-studio | DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。 | 0.1.0-rc.8 (2026-08-20) |
| dshcode | 422 | whitelonng/dshcode | Community desktop companion for DeepSeek Harness — one-click Electron app for macOS and Windows | 0.1.0-rc.8 (2026-08-20) |
| pilot-harness | 261 | op7418/pilot-harness | Pilot Harness — a CodePilot-inspired desktop client and plugin suite for DeepSeek Harness on macOS, Windows, and Linux. | 0.1.0-rc.8 (2026-08-20) |
| dsh-tianshu-tui | 239 | huiliyi37/dsh-tianshu-tui · npm | Terminal UI for dsh shipped as an installable profile bundle | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-ningbain | 214 | ningbainb/deepseek-harness-desktop | Lossless desktop shell for DeepSeek Harness and the complete dsh-web-ui plugin collection | unverified |
| deepseek-harness-desktop-chokwinl | 103 | chokwinlee/deepseek-harness-desktop | Compact unofficial desktop host for DeepSeek Harness, powered by Tauri on macOS | 0.1.0-rc.8 (2026-08-20) |
| Tydora | 102 | zuorn/Tydora | Let Your Ideas Flow — Tydora is a modern desktop Markdown editor combining WYSIWYG editing, bidirectional links, mind maps, and an infinite canvas — empowering deep thinking and effortless expression. | 0.1.0-rc.8 (2026-08-20) |
| seektty | 88 | Hilbert-beinghappy/seektty | SeekTTY, a pluggable DeepSeek-colored terminal surface for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| DeepSeek-Harness-Desktop-webcasa | 73 | web-casa/DeepSeek-Harness-Desktop | Bundled DeepSeek Harness runtime for the desktop packaging. Pin exactly; upgrades happen only through prepare-harness + CI smoke. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-tui-openmaai | 63 | openma-ai/Martty · npm | Terminal-native agent UI for DeepSeek Harness; standalone CLI or dsh profile bundle | 0.1.0-rc.8 (2026-08-20) |
| dsh-desktop-hub | 53 | FlashingChen/dsh-desktop-hub | DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(多 Tab:Harness / Plugin / MCP / Skills) | 0.1.0-rc.8 (2026-08-20) |
| happy-friday-lite | 47 | cheney-plus/happy-friday-lite | Happy Friday Lite - Electron + Vue3 | 0.1.0-rc.8 (2026-08-25) |
| deepseek-harness-docker-runzhliu | 41 | runzhliu/deepseek-harness-docker | Movable, resizable Chromium desktop embedded in the DeepSeek Harness Web UI through noVNC. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-app | 37 | RongleCat/deepseek-app | Desktop workbench for DeepSeek Harness — Grok App visual shell, DSH engine | 0.1.0-rc.8 (2026-08-20) |
| dsh-tui-dshtui | 29 | dsh-tui/dsh-tui · npm | Claude Code-style interactive terminal UI for DeepSeek Harness agents | 0.1.0-rc.8 (2026-08-20) |
| dsh-desktop-liguobao | 25 | liguobao/dsh-desktop | Community desktop wrapper for the DeepSeek Harness Web UI | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-baihejia | 23 | baihejiangnan/deepseek-harness-desktop | Desktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required. | 0.1.0-rc.8 (2026-08-24) |
| DSHDesktop | 22 | CCMu04/DSHDesktop | Unofficial Windows desktop shell for the unmodified DeepSeek Harness Web UI | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-cc1252 | 19 | cc1252/deepseek-harness-desktop | Unpruned runtime payload for the Electron wrapper | 0.1.0-rc.8 (2026-08-20) |
| dsh-side-panel-ccq1 | 16 | ccq1/dsh-side-panel | Git review, terminal, and file workspace panel for DSH Web | 0.1.0-rc.8 (2026-08-21) |
Showing the 25 most-starred of 389. all 389 → · gallery · JSON
New things the model can do: search, browser, files, databases, devices, media.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| mirage | 3570 | strukto-ai/mirage · npm | DeepSeek Harness (dsh) providers backed by a mirage workspace: ctx.fs and ctx.shell over mounted resources | 0.1.0-rc.8 (2026-08-20) |
| openpets | 1130 | alvinunreal/openpets · npm | OpenPets 2.0 workspace | 0.1.0-rc.8 (2026-08-20) |
| dsh-pocket | 715 | shaobeichen/dsh-pocket · npm | 把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。 | 0.1.0-rc.8 (2026-08-20) |
| deepseek-design | 543 | Devin-AXIS/deepseek-design | iPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view. | unverified |
| dsh-infinite-gen-2 | 528 | Minglink/dsh-infinite-gen-2 | DeepSeek Harness 破甲插件「无限二代」:v5 稳定化破甲提示词(含拒绝对抗增强),客户端在对话框上方显示「破甲已开启」状态条。 | 0.1.0-rc.8 (2026-08-25) |
| dsh-browser ⭐ | 478 | Lum1104/dsh-browser | Chrome sidebar plugin that lets dsh operate the browser directly, without vision. | 0.1.0-rc.8 (2026-08-20) |
| MisakaNet | 430 | Ikalus1988/MisakaNet | Deployment scripts for MisakaNet Workers | 0.1.0-rc.8 (2026-08-20) |
| anysearch-dsh | 299 | anysearch-team/anysearch-dsh · npm | AnySearch web search provider and advanced tools for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| modsearch | 296 | liustack/modsearch · npm | Web plugin for dsh that gives a text-only model the web: search, X, and any page as structured evidence. | 0.1.0-rc.8 (2026-08-20) |
| dsh-pentest | 291 | howmp/dsh-pentest | DSH 渗透测试模式:以探索链路记录目标、线索、资产与漏洞,并在 Web 中可视化展示。 | 0.1.0-rc.8 (2026-08-20) |
| DSHA | 287 | qiannianhuanxiang/DSHA | DSHA builtin plugin: inject device-shell (ADB/Shizuku) steering into each new conversation's system prompt | 0.1.0-rc.8 (2026-08-25) |
| Perfect-Web-Clone | 258 | ericshang98/Perfect-Web-Clone | Pixel-perfect clones of any webpage. Paste a URL, get a measured Vite + React replica. | 0.1.0-rc.8 (2026-08-24) |
| dsh-synapse | 241 | liangmianya/dsh-synapse | A visual, non-linear conversation workspace plugin for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-21) |
| oh-story-dsh | 206 | worldwonderer/oh-story-dsh | A DSH plugin for fiction and short-drama production | 0.1.0-rc.8 (2026-08-21) |
| oh-story-dsh-zenstory | 206 | zenstory-ai/oh-story-dsh | A DSH plugin for fiction and short-drama production | 0.1.0-rc.8 (2026-08-25) |
| dsh-data-agent | 175 | omdsh-dev/dsh-data-agent · npm | Session-scoped MySQL/PostgreSQL/SQLite connections, an sqlcmd tool, a data-agent preset, and a database tab. | 0.1.0-rc.8 (2026-08-20) |
| dsh-univer-office | 172 | dream-num/dsh-univer-office · npm | DSH × Univer integration with a bundled collaboration Gateway and Viewer: inline previews, live floating Worktree windows, and session-end review actions in DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| anime-find | 163 | cocofhu/anime-find · npm | DeepSeek Harness 插件:对话内多源搜番,卡片详情、磁力复制与规则流媒体在线播放 | 0.1.0-rc.8 (2026-08-20) |
| cocode | 160 | cocode-agency/cocode | Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api | unverified |
| DSH-taskboard-shengshe | 160 | shengsheng90/DSH-taskboard | Native local project taskboard bundle for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-oil-creator | 154 | oil-oil/dsh-oil-creator | AI-assisted local creator workbench for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| notes | 154 | zhaoolee/notes · npm | DeepSeek Harness 插件:把用户对话导出为锤子便签(通过便签服务 API 写入云端工作区)。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-gitbash-preset | 137 | liceses/dsh-gitbash-preset | DeepSeek Harness plugin: installs the 'minimal-gitbash' agent preset — the Windows variant of the shipped minimal preset that routes the bash tool through Git for Windows bash (MSYS), with automatic | 0.1.0-rc.8 (2026-08-20) |
| dsh-evolve-modes | 136 | GraySilver/dsh-evolve-modes · npm | Composable working, reasoning, quality, and human-reviewed self-evolution controls for DeepSeek Harness Web. | 0.1.0-rc.8 (2026-08-20) |
| humanizer-ru | 117 | Vladimir-Human/humanizer-ru | Скилл для ИИ-агентов: находит и убирает следы машинной генерации из русского текста. 38 паттернов, 39 regex-маркеров с реестром доказательств, слепые парные прогоны, файловый слой снятия C2PA/EXIF/XMP | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 2961. all 2961 → · gallery · JSON
Image understanding for text-only models.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| archify | 21201 | tt-a1i/archify · npm | Opt-in DeepSeek Harness Skill-only bundle for the Archify architecture-diagram skill. | 0.1.0-rc.8 (2026-08-20) |
| modlens ⭐ | 3717 | liustack/modlens · npm | Vision plugin for text-only models: image understanding bridged into the harness via a dsh.bundle patch layer, shipping a modlens skill alongside | 0.1.0-rc.8 (2026-08-20) |
| dsh-vision-router | 1006 | ysr666/dsh-vision-router · npm | Turn-level vision routing with provider fallbacks, a cached vision_describe tool, JSON output, and optional per-host proxy. | 0.1.0-rc.8 (2026-08-20) |
| dsh-vision-toolkit | 837 | Anionex/dsh-vision-toolkit · npm | Harness-native integration of agent-vision-toolkit for text-only models: image Q&A with intent, long-screenshot OCR, UI restoration, grounding, and pixel diff | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-android-app | 122 | woaiys3/deepseek-harness-android-app | Model-facing Android system tools (package/app/setting/screenshot/input) over Shizuku shell. | unverified |
| dsh-vision-oil | 88 | oil-oil/dsh-vision | Near-native image understanding for text-only DeepSeek Harness models. | 0.1.0-rc.8 (2026-08-20) |
| beautiCode | 65 | starsstreaming/beautiCode | Cordis plugin: image/video backgrounds for DeepSeek Harness web. | 0.1.0-rc.8 (2026-08-20) |
| dsh-video-lens | 53 | dundunhan/dsh-video-lens · npm | Give text-only DeepSeek Harness agents video understanding: scene-aware frame sampling + VLM + optional ASR transcript fused into timeline evidence. / 给纯文本模型的视频理解插件(场景感知抽帧 + VLM + 可选语音转录) | 0.1.0-rc.8 (2026-08-20) |
| picturereader | 35 | jing-hy/picturereader · npm | DSH plugin: pixel-to-text image reading for text-only models. Downscales and color-quantizes PNG/JPEG/GIF/BMP and feeds the coarse pixel grid to the model so DeepSeek can 'see' layout, colors and | 0.1.0-rc.8 (2026-08-20) |
| dsh-imagegen | 34 | dickpy/dsh-imagegen · npm | AI 生图 (image generation) plugin for the dsh web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint (gpt-image-2 / gpt-image-1 / dall-e-3), with a settings card | 0.1.0-rc.8 (2026-08-20) |
| dsh-media-skills-mjorgin | 18 | MJorgin/dsh-media-skills | Free image reading (vision) and image generation skills for DeepSeek Harness — Zhipu GLM-4V-Flash (Google Gemini optional) for reading, SiliconFlow Kolors for generation. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-visionary | 17 | xlight/deepseek-visionary · npm | DeepSeek Visionary native plugin for DeepSeek Harness: deepseek_vision / status / login / logout native tools backed by the visionary-server CLI (DeepSeek web vision model, no API key). | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-oauth-wnjxyk | 15 | WNJXYK/dsh-codex-oauth · npm | Unified OpenAI Codex subscription plugin for DeepSeek Harness: GPT models, OAuth, quota, image generation, and web search. | 0.1.0-rc.8 (2026-08-20) |
| dsh-vision-proxy | 15 | Flyvhidbwo/dsh-vision-proxy · npm | deepseek-vision provider route that transcribes attached images via an OpenAI-compatible VLM before DeepSeek answers. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-docker | 14 | AlliotTech/deepseek-harness-docker | Reproducible container image for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-ocr-plugin | 14 | CraZY222123/dsh-ocr-plugin | Local OCR provider (rapidocr fast + DeepSeek-OCR-2 deep) registered as the 'ocr' service for the llm-deepseek adapter seam. Unofficial community plugin for DeepSeek Harness. | unverified |
| dsh-vision-opencode | 13 | poiuyjie/dsh-vision-opencode | DeepSeek Harness plugin: configurable vision model with vision_read_image tool, composer-bar vision-model selector, and automatic image-to-text conversion for text-only main models. | 0.1.0-rc.8 (2026-08-20) |
| vision-exp-tile | 13 | Nicholas023/vision-exp-tile | 为 deepseek-v4-flash-vision-exp 量身定制的大图智能识图插件:整图预检 → 本地 OCR+像素网格(文字)+ 兴趣点按比例切块(最长边 800)→ 汇总;保留全图 800x800 网格切块模式。不统计 token、不计算费用。v0.4.1:慢机测试自适应(设备档位/可配置OCR池超时/设置页跳过声明/自检入口/安装即优化)。 | 0.1.0-rc.8 (2026-08-24) |
| dsh-vision-linenxi | 12 | linenxi-ctrl/dsh-vision · npm | External vision model for DeepSeek Harness: config panel, send-image recognition, and screenshot tools. | 0.1.0-rc.8 (2026-08-20) |
| dsh-visual-plugin | 12 | jyh20030112/dsh-visual-plugin | Vision bridge plugin for DeepSeek Harness: when the main model has no vision, forward user images to a configurable OpenAI-compatible vision model and show results in a Web UI right panel. Host. | 0.1.0-rc.8 (2026-08-20) |
| dsh-chat-imagine | 11 | corrinehu/dsh-chat-imagine | Generate images via API (image models filtered from those already set up in DSH) or local CLIs (MiniMax mmx), probe available backends, and display images inline in the chat. | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-file-uploader | 11 | Mooling0602/dsh-web-file-uploader | A DeepSeek-style paperclip attach button in the DSH web composer; uploads files to the DSH host (model-aware: native image blocks for multimodal models, file paths for text-only models). | 0.1.0-rc.8 (2026-08-20) |
| dsh-mmx-bridge | 10 | welsione/dsh-mmx-bridge | MiniMax multimodal bridge for DeepSeek Harness (DSH). One mmx_bridge tool covers describe/image/video/speech/music/cover/search/quota; optional web_search/read_image takeover; built-in client | 0.1.0-rc.8 (2026-08-20) |
| dsh-file-upload-a9030672 | 9 | a903067276-rgb/dsh-file-upload | Upload button + drag-and-drop files into DSH conversation as local paths (works with any vision plugin) | 0.1.0-rc.8 (2026-08-20) |
| dsh-deepseek-vision-siegfly | 8 | siegfly/dsh-deepseek-vision · npm | Out-of-tree dsh provider plugin: a DeepSeek gateway route that claims image input and transparently describes pasted images through a configured vision-language model (e.g. Qwen-VL) before the | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 403. all 403 → · gallery · JSON
Subagents, workflows, cross-session coordination.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| BitFun | 1820 | GCWing/BitFun | IDE-oriented Agent Client Protocol server for DeepSeek Harness: publishes tool calls, reasoning, and plans that the automation-only @deepseek-ai/dsh-acp deliberately withholds | 0.1.0-rc.8 (2026-08-20) |
| dsh-agent-teams | 1106 | NanmiCoder/dsh-agent-teams · npm | AgentTeams plugin: coordinate teams of subagents from the web UI | 0.1.0-rc.8 (2026-08-20) |
| tongflow | 944 | tong-io/tongflow · npm | TongFlow studio plugin for DeepSeek Harness (dsh): agent-designed project folders, one TongFlow workflow per generated asset stored next to its outputs, deterministic media generation, embedded | 0.1.0-rc.8 (2026-08-20) |
| dsh-worktable | 259 | Aisland-SJL/dsh-worktable | 工作台 Worktable:DeepSeek Harness 侧边栏的 agent 级项目容器(应用抽屉) | 0.1.0-rc.8 (2026-08-24) |
| Polaris | 214 | ZJU-REAL/Polaris | DeepSeek Harness bundle for Polaris MCP tools and native agent skills | 0.1.0-rc.8 (2026-08-20) |
| dsh-agent-rp | 193 | hewzhew/dsh-agent-rp | SillyTavern migration and next-generation Agent RP for DSH | 0.1.0-rc.8 (2026-08-20) |
| dsh-agent-team-gui | 148 | toolclub/dsh-agent-team-gui | Persistent multi-model squads for DeepSeek Harness — manage teams in Settings and use them in ordinary conversations | 0.1.0-rc.8 (2026-08-20) |
| dsh_workflow | 108 | omdsh-dev/dsh_workflow | KodaX-parity dynamic workflow harness for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| odai | 102 | orziz/odai · npm | 完整继承 DSH Standard 全部能力的 Odai Agent preset。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-automation | 82 | titanwings/dsh-automation | Run coding tasks on schedule in fresh Agent sessions, and manage automations from DeepSeek Harness Web or an Agent | 0.1.0-rc.8 (2026-08-20) |
| dsh-openbiliclaw | 55 | whiteguo233/dsh-openbiliclaw | OpenBiliClaw DeepSeek Harness plugin: the user-consumption side (recommendations, delight, saved, Socratic chat, profile, probes, activity) as a web-GUI sidebar, plus agent-bridge tools and the. | 0.1.0-rc.8 (2026-08-20) |
| dsh-deepseek-flow | 54 | kanghelyu/dsh-deepseek-flow · npm | DeepSeek Flow — Markdown-first visual workflow plugin for DeepSeek Harness with executable Boolean gate semantics, two-way canvas sync, and AI review/optimization. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-guard | 34 | lxzy-7/dsh-plugin-guard | Install safety net for DeepSeek Harness: pre-install snapshots, one-click/automatic rollback, guarded boot, and incident reports that auto-trigger agent analysis. DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| DSH-pipeline-kernel | 31 | not-big-dog/DSH-pipeline-kernel | 管线管理内核(pipeline-kernel):单向任务链的任务板/台账/注册表/巡检/生图(轻量版)。v0.7:审查修复(S-1 路径穿越/C-1 路由兜底/D 组多管线一致性等)。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-comfyui-fandc520 | 28 | fandc520/dsh-comfyui | Drive ComfyUI from DeepSeek Harness: generate and process images and videos through agent tools, with a workflow/asset/queue panel, in-chat results and a settings page. / 让 DeepSeek Harness 的 Agent | 0.1.0-rc.8 (2026-08-24) |
| dsh-chinese-traditional-wisdom-skill | 27 | dhicoc/dsh-chinese-traditional-wisdom-skill | 中华传统智慧(玄枢)AI Agent 技能包的 DeepSeek Harness(dsh)Cordis 插件:八字/紫微/六爻/梅花/奇门/风水/五运六气/体质全融合,本地确定性引擎 + 可视化 Dashboard,一行 dsh plugin add 安装。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-writing-guard | 26 | xmutfyh/dsh-plugin-writing-guard · npm | DSH plugin: deterministic academic-writing linter — incremental lint (fingerprint diff: only new/resolved issues injected), segment-pipeline preprocessing with section detection | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-fnos | 25 | techysy/deepseek-harness-fnos | DeepSeek Harness (DeepSeek 官方 agent 浏览器 UI) fnOS 应用 — 本地常驻服务 | 0.1.0-rc.8 (2026-08-20) |
| oh-my-dsh-agifans | 25 | agi-fans/oh-my-dsh | omdsh: a TUI coding agent on the DeepSeek Harness core runtime | 0.1.0-rc.8 (2026-08-20) |
| agent-team | 24 | limuyang2/agent-team · npm | Multi-agent team management plugin for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-lowtide | 22 | KelaoHu/dsh-lowtide | lowtide: human-adjudicated off-peak batch task pipeline for dsh (peak/valley pricing aware) | 0.1.0-rc.8 (2026-08-25) |
| dsh-raw-html | 22 | plolpl789/dsh-raw-html | VCP 视觉通感协议规范插件:消息 HTML 渲染开关 + vcp-fast 缓存/增量加速渲染引擎 + 12 款内置精选字体 + 设计规范注入(任何电脑/agent 即插即用) | 0.1.0-rc.8 (2026-08-25) |
| dsh-skills-manager-michenga | 22 | MichengAI/dsh-skills-manager · npm | NPM-installable DSH Web plugin for managing local skills and viewing shared Agent skills safely. | 0.1.0-rc.8 (2026-08-20) |
| dsh-taskboard | 22 | cloader/dsh-taskboard · npm | Agent-first task board for the DSH web GUI: host-authoritative task ledger with taskboard_* agent tools, project (= workspace) claim boundaries, per-task model execution in fresh sessions, host-side | 0.1.0-rc.8 (2026-08-20) |
| grove | 22 | alxshelepenok/grove | DeepSeek Harness bundle that exposes the Grove CLI as agent tools. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 908. all 908 → · gallery · JSON
Memory systems, context management, session search/rewind/export.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| MemOS | 11035 | MemTensor/MemOS | Reflect2Evolve memory plugin: layered L1/L2/L3 memory, reflection-weighted value backprop, cross-task policy induction, skill crystallization, and three-tier retrieval for OpenClaw, Hermes Agent, and | 0.1.0-rc.8 (2026-08-20) |
| ReMe | 3358 | agentscope-ai/ReMe | ReMe client and memory integrations for TypeScript agents | 0.1.0-rc.8 (2026-08-25) |
| memsearch | 2516 | zilliztech/memsearch | MemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel. | 0.1.0-rc.8 (2026-08-24) |
| mem9 | 1202 | mem9-ai/mem9 | Mem9 persistent memory for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-context | 1099 | bowenliang123/dsh-context · npm | Context insight panel — a Context tab in the dsh web UI showing what the model's context window is made of and how it evolves. | 0.1.0-rc.8 (2026-08-20) |
| MindMemOS | 957 | mindscale-noah/MindMemOS · npm | DeepSeek Harness (dsh) plugin that recalls and writes MindMemOS memories through the mindmemos CLI. | 0.1.0-rc.8 (2026-08-20) |
| deja-vu | 731 | vshulcz/deja-vu | Brings the session history of nineteen other coding agents into DeepSeek Harness: recall, session digest and per-file history tools over a local index, plus optional automatic recall before each step. | 0.1.0-rc.8 (2026-08-24) |
| sandbase-harness | 634 | sandbaseai/sandbase-harness | Local-first, self-hosted AI agent runtime with Claude Managed Agents-style APIs, sandboxed sessions, memory, tools, audit, replay, and a local Console. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-app | 632 | vibeinging/dsh-desktop | Session-scoped DeepSeek Harness Desktop App capabilities for the current DSH Web profile | unverified |
| graph-memory | 576 | adoresever/graph-memory | Knowledge graph memory for DeepSeek Harness and OpenClaw — cross-session recall, PageRank, communities, and vector search | 0.1.0-rc.8 (2026-08-20) |
| dsh-dafeiyu | 265 | QCYTSN/dsh-dafeiyu · npm | A desktop-native BigFish companion driven by DeepSeek Harness session events. | 0.1.0-rc.8 (2026-08-20) |
| dsh-memory-evolve | 252 | csyangwen/dsh-memory-evolve | 为 DeepSeek Harness 带来分层记忆(全局 / 用户 / 项目 / GIT 分支 / 每日)与自我进化(经验沉淀 + 技能自动创建)和技能管理、待办管理、CLI 调度(kimi/codex/grok/hermes 等外部 AI 统一调度)、临时信息便签,带 WebUI 管理界面。Hermes-style long-term memory, self-evolution | 0.1.0-rc.8 (2026-08-20) |
| dsh-mnemon ⭐ | 251 | omdsh-dev/dsh-mnemon · npm | Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-bridge | 144 | Totoro-qaq/dsh-plugin-bridge | DeepSeek Harness Cordis bundle for cross-preset session migration via fixed-schema handoff summaries | 0.1.0-rc.8 (2026-08-20) |
| cetus | 136 | drewnekota/cetus | DSH Companion 的本地网关插件:把宿主 ApiProxy 暴露为 127.0.0.1 上的 HTTP + SSE(token 鉴权),供桌面壳驱动会话 | 0.1.0-rc.8 (2026-08-20) |
| dsh-damage-pulse | 136 | wssfk12138/dsh-damage-pulse | Token 用量与金额面板:对话流内单次用量行 + 输入区会话累计条,读自 tokenCost session projection | 0.1.0-rc.8 (2026-08-20) |
| dsh-noema | 126 | ZSeven-W/dsh-noema · npm | Noema long-term memory for DSH: durable, inspectable agent memory with recall tools and a settings page. | 0.1.0-rc.8 (2026-08-20) |
| dsh-auto-review | 112 | PerryLink/dsh-auto-review · npm | Second-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log | 0.1.0-rc.8 (2026-08-20) |
| dsh-turn-delete | 105 | hanshenmesen/dsh-turn-delete · npm | Delete one complete closed turn from a DeepSeek Harness session without deleting the session | 0.1.0-rc.8 (2026-08-20) |
| dsh-turn-rewind ⭐ | 104 | Anionex/dsh-turn-rewind · npm | Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger | 0.1.0-rc.8 (2026-08-20) |
| DSH-EasyRewrite | 92 | Renzic-Stone/DSH-EasyRewrite | DSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings | 0.1.0-rc.8 (2026-08-20) |
| dsh-recall-unread | 78 | hg1048596-pixel/dsh-recall-unread · npm | DeepSeek Harness plugin: recall sent-but-unread text messages before the model reads them. | 0.1.0-rc.8 (2026-08-20) |
| opencontext | 66 | melandlabs/opencontext | opencontext — open-source runtime substrate for agentic applications. A temporal context graph, 4-verb memory API, retrieval-augmented generation primitives, and a multi-platform integration mesh. | 0.1.0-rc.8 (2026-08-20) |
| dsh-memento | 65 | PerryLink/dsh-memento · npm | Bounded, layered, approval-gated, auditable cross-session memory for DeepSeek Harness — a capability seam (ctx.memory service + local SQLite provider + memory tool + frozen snapshot injection), not an | 0.1.0-rc.8 (2026-08-20) |
| dsh-session-manager-dream123 | 53 | dream12347/dsh-session-manager | Full session management for the DSH web UI: delete (with trash/restore/purge), restore archived sessions, activity stats, continue/pause, fork to a new chat, unread markers, and open log folders. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 1387. all 1387 → · gallery · JSON
Providers, routing, fallbacks, subscription adapters.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| api-relay-audit | 812 | toby-bridges/api-relay-audit | DeepSeek Harness bundle for running API Relay Audit locally | 0.1.0-rc.8 (2026-08-20) |
| dsh-image-gen-shanliul | 239 | shanliuling/dsh-image-gen · npm | Bring ChatGPT-like image generation to DeepSeek Harness — Gemini, OpenAI, Seedream & more. | 0.1.0-rc.8 (2026-08-20) |
| dsh-commandcode-provider-mars-sea | 113 | Mars-Sea/dsh-commandcode-provider · npm | DeepSeek Harness LLM provider plugin for Command Code, ported from pi-commandcode-provider (MIT). Registers the 'commandcode' provider route with a Models-page card and live model catalog. | 0.1.0-rc.8 (2026-08-20) |
| dockyard-dsh | 79 | AITabby/dockyard-dsh | A macOS-only native account-pool and provider plugin for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-claude-ux | 66 | eri64/dsh-claude-ux | Claude-style region risk-control (China / non-China target, reversible) + abusive-interaction auto-end for DeepSeek Harness web profile | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex | 48 | Yan-Zero/dsh-codex · npm | Use a ChatGPT subscription in DeepSeek Harness through OpenAI Codex sign-in, with Codex models, search, and image tools. | 0.1.0-rc.8 (2026-08-20) |
| dsh-vision-williamj | 35 | william-jin-cmu/dsh-vision | 给纯文本的 DeepSeek 加上眼睛:view_image 工具经任意 OpenAI 兼容 VLM 端点回答关于图片的问题(默认智谱免费 glm-4.6v-flash 零成本开箱,可换通义 qwen3-vl / Ollama 本地 / 未来 DeepSeek 官方识图 API) | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-model-config | 33 | MarvekG/deepseek-harness-model-config | Advanced per-model reasoning and capacity settings for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-claude-provider | 33 | MoFeng2223/dsh-claude-provider · npm | Custom Claude provider support for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-agy | 26 | chaos-03x/dsh-agy · npm | Google Antigravity (agy) OAuth auth + model access plugin for DeepSeek Harness: multi-account pool, 429 rotation, device fingerprinting, CLI and web login. | 0.1.0-rc.8 (2026-08-20) |
| dsh-full-remote | 26 | JUANWANG-BUAA/dsh-full-remote · npm | DeepSeek Harness plugin for remote access: a token-gated reverse proxy keeps settings, credentials, and file access working over public tunnels and on other devices instead of returning 403. | 0.1.0-rc.8 (2026-08-20) |
| dsh-agy-link | 24 | amlyczz/dsh-agy-link · npm | Google Antigravity (agy CLI) models for DeepSeek Harness — stream Gemini/Claude/GPT-OSS subscriptions into DSH with thinking, tool activity, token usage and in-GUI Google OAuth login. | 0.1.0-rc.8 (2026-08-20) |
| dsh-llm-codebuddy-axiaohungry | 24 | Axiaohungry/dsh-llm-codebuddy · npm | WorkBuddy API adapter so DeepSeek Harness can call CodeBuddy models. | 0.1.0-rc.8 (2026-08-20) |
| kixparadigm | 24 | olicesx/kixparadigm | dsh 无缝识图桥:UI 上传图片 → 自动用 GLM-4.6V 转成文本描述交给主模型(client dock 插件 + 服务端 HTTP 端点) | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-auth | 23 | taichuy/deepseek-harness-auth · npm | Fail-closed password authentication proxy bundle for the DeepSeek Harness Web profile | 0.1.0-rc.8 (2026-08-20) |
| dsh-focus-chat | 22 | dingyi222666/dsh-focus-chat | Claude Code-style focus view for the dsh web GUI: the conversation's condensed reading surface — tool calls folded into expandable metric summaries, chat 1:1 row chrome, and streaming think rows | 0.1.0-rc.8 (2026-08-20) |
| rapid-mlx-dsh-provider | 22 | raullenchai/rapid-mlx-dsh-provider · npm | Native Rapid-MLX provider for DeepSeek Harness — teaches DSH what the local server already knows. | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-tools | 20 | A3Boy/dsh-web-tools | Unified multi-provider web search and fetch for DeepSeek Harness — BYOK, per-provider credential pools, quota & health monitoring, deterministic fallback, native settings UI, and self-hosted search | 0.1.0-rc.8 (2026-08-20) |
| dsh-file-upload | 18 | HongMing-Huang/dsh-file-upload · npm | DeepSeek Harness dual-face plugin: Claude-style drag-and-drop / paperclip file upload, content sniffing, document-to-Markdown conversion (built-in JS parsers with optional Microsoft MarkItDown CLI) | 0.1.0-rc.8 (2026-08-20) |
| dsh-museai-tavern | 18 | yejiming/dsh-museai-tavern | MuseAI tavern for the dsh web GUI: a MuseAI conversation-view tab (right of Trajectory) with background / chat / adventure / bond / settings pages ported from MuseAI, running entirely on models config | 0.1.0-rc.8 (2026-08-20) |
| dsh-provider-model-configurator | 18 | LiangYin233/dsh-provider-model-configurator | Provider Model Configurator for DeepSeek Harness: view, create, edit, copy and delete model entries (context window, max output, modalities, reasoning efforts) across your configured providers,. | 0.1.0-rc.8 (2026-08-20) |
| dsh-routing-suite | 18 | dragonbaba/dsh-routing-suite · npm | A lightweight, selectable smart-routing mode for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-computer-use-988hj7tc | 17 | 988hj7tczd-oss/dsh-computer-use | Computer Use 插件:虚拟鼠标真人操作(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎) | 0.1.0-rc.8 (2026-08-20) |
| dsh-knowledge-sorenabt | 17 | Soren-ABT/dsh-knowledge · npm | Cherry Studio-style knowledge base system for DeepSeek Harness (DSH): bases, documents, chunking, embeddings (OpenAI-compatible / Ollama / local / lexical fallback), retrieval, model-facing tools | 0.1.0-rc.8 (2026-08-20) |
| dsh-llm-fallbacks | 17 | omdsh-dev/dsh-llm-fallbacks · npm | Automatic provider/model fallback chains when LLM requests keep failing after retries, auth, quota, or rate limits. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 659. all 659 → · gallery · JSON
Bridges to and from Claude Code, Codex, and other harnesses.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-hooks-claude-code (official) | 199524 | deepseek-ai/deepseek-harness · npm | Bridge plugin: runs an existing Claude Code hooks.json on the harness interception seams (command hooks only; http, mcp_tool, prompt, and agent hooks are skipped with a warning) | 0.1.0-rc.5 (2026-08-13) |
| dsh-hooks-codex (official) | 199524 | deepseek-ai/deepseek-harness · npm | Bridge plugin: runs a Codex hooks.json on the harness interception seams (regex-only matchers, snake_case payloads, only blocking decisions honored) | 0.1.0-rc.5 (2026-08-13) |
| petdex | 3984 | crafter-station/petdex | A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-subscriptions | 287 | V1ki/dsh-plugin-subscriptions · npm | Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers, with OAuth login from the web Settings page | 0.1.0-rc.8 (2026-08-20) |
| pi2dsh | 170 | weijiafu14/pi2dsh · npm | Bridge the Pi and DeepSeek Harness ecosystems: a general Pi Host ABI that runs unmodified Pi extensions as native DSH plugins, plus per-package conversion and MCP config translation. | 0.1.0-rc.8 (2026-08-20) |
| dsh-crew | 117 | ZSeven-W/dsh-crew · npm | DeepSeek Harness plugin: dispatch work to DSH agents from Claude Code / Codex, as native subagents with live progress | 0.1.0-rc.8 (2026-08-20) |
| dsh-reasoning-effort | 116 | HanaAyane/dsh-reasoning-effort | Codex-style DeepSeek Harness model and reasoning selector with off/high/max snapping, DSH-native themes, and left-clipped radiation effects. | 0.1.0-rc.8 (2026-08-20) |
| dsh-chat-import | 114 | Nwflower/dsh-chat-import · npm | Import Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / Pi Coding Agent / opencode / ZCode / Grok Build / OpenClaw / Hermes conversation histories as resumable DeepSeek Harness sessions | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-connect | 57 | franksong2702/dsh-codex-connect · npm | ChatGPT OAuth and Codex models for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-multica-runtime | 57 | multica-ai/dsh-multica-runtime | Private DeepSeek Harness runtime bridge for Multica | 0.1.0-rc.8 (2026-08-20) |
| AgentDebugX | 50 | AgentDebugX/AgentDebugX | DeepSeek Harness plugin bridge for AgentDebugX diagnostics | 0.1.1-rc.2 (2026-08-26) |
| dsh-plugins-ephemera | 48 | Ephemeral-AI-Lab/dsh-plugins | Exclusive Codex-style exec_command and write_stdin shell tools for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-ui | 38 | MichengAI/dsh-codex-ui · npm | 以 Codex 风格重构 DSH Web 侧栏的独立客户端插件 | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-sync | 25 | Walvez/dsh-codex-sync · npm | One-stop bidirectional sync between OpenAI Codex and DeepSeek Harness (dsh): first-class skills, session import, workspace attach, MCP client mounting, and a Codex-side reverse MCP installer. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-gpt-desktop | 24 | R3hb/deepseek-harness-gpt-desktop | DeepSeek Harness LLM adapter backed by the official Codex SDK and ChatGPT sign-in. | 0.1.0-rc.8 (2026-08-20) |
| dsh-timeline-houyanch | 24 | houyanchao/dsh-timeline · npm | DeepSeek Harness (DSH) plugin: timeline navigation, starred folders, conversation export, prompt library, and quick notes in one. | 0.1.0-rc.8 (2026-08-20) |
| dsh-better-deepseek | 21 | EdgeTypE/dsh-better-deepseek | DeepSeek Harness bridge plugin for Better-DeepSeek Chrome extension integration | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-acp | 19 | openma-ai/deepseek-harness-acp · npm | Agent Client Protocol (ACP) adapter for DeepSeek Harness — use DeepSeek Harness from ACP clients such as Zed. | 0.1.0-rc.8 (2026-08-20) |
| dsh-llm-codex | 19 | yequ172672/dsh-codex-subscription · npm | Reuse Codex CLI local login credentials to use ChatGPT subscription models in DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-product-subagents | 18 | shaokeyibb/dsh-plugin-product-subagents · npm | Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness: continuable children, durable session recovery, per-role product permissions, delegation with a permission ceiling | 0.1.0-rc.8 (2026-08-20) |
| dsh-opencode-palette | 17 | FeatherHunter/dsh-opencode-palette | 让 DeepSeek Harness 穿上 34 款经典皮肤——东京的霓虹夜色、德古拉的暗红月光、复古工坊的暖黄灯火、黑客帝国的数字雨、玫瑰松林间的风……一键换肤,即点即换,重启不丢。34 legendary skins for DeepSeek Harness — tokyonight's neon dusk, dracula's crimson moon, gruvbox's retro | 0.1.0-rc.8 (2026-08-20) |
| dsh-message-rail | 16 | wx-yss/dsh-message-rail · npm | Codex 风格左侧消息导航轨道:等距刻度 + 悬停波纹 + 预览浮层 + 点击跳转用户消息 | 0.1.0-rc.8 (2026-08-20) |
| dsh-tavern-lingyeso | 15 | LingyeSoul/dsh-tavern | DSH plugin: SillyTavern-compatible roleplay workspace with Character Card V2/V3/PNG import, World Info lore engine, presets, swipes, chat editing and streaming LLM generation. Official bundle | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-auth | 14 | suntianc/dsh-codex-auth · npm | Use the local Codex CLI ChatGPT login as a DeepSeek Harness LLM route, with a native GPT Auth settings card | 0.1.0-rc.8 (2026-08-20) |
| runtime36 | 14 | 398894496-arch/runtime36 | DSH-KRouter — Agent knowledge OS. Self-evolution. Timer on by default; your vault-page API key or logged-in CLI is the key. Cursor, Codex, Claude Code, DeepSeek Harness. No vector store. | 0.1.0-rc.8 (2026-08-24) |
Showing the 25 most-starred of 360. all 360 → · gallery · JSON
IM bridges and remote control: Feishu, Telegram, WeCom, DingTalk.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| deepseek-harness-remote | 107 | liguobao/deepseek-harness-remote | Secure remote control for DeepSeek Harness: paired clients view sessions, continue chats, and handle approvals while the harness stays on the host. | 0.1.0-rc.8 (2026-08-20) |
| dsh-qqbot | 80 | tencent-connect/dsh-qqbot · npm | QQ Bot IM channel plugin for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-notifier-thewolfw | 75 | THEWOLFWALKER/dsh-notifier · npm | DSH 统一通知推送插件:一个 notify() API 打天下 + 多渠道 adapter(telegram/dingtalk/feishu/wxpusher/pushplus/serverchan/bark/webhook),两条触发线(session/event 自动推送 + agent 工具调用)共用 adapter 注册表。零运行时依赖(只用 fetch + node:crypto)。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-bridge-wenbinwb | 63 | wenbin-wb/dsh-bridge · npm | 手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与微信 Bot(多工作区/会话持久化/媒体/审批),无需自己搭公网服务器。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-lark | 46 | omdsh-dev/dsh-lark · npm | Lark/Feishu IM bot channel: chats drive agents, replies and approvals come back as messages and cards. | 0.1.0-rc.8 (2026-08-20) |
| dsh-im-gateway-zhuiyuey | 43 | zhuiyueya/dsh-im-gateway | 聚合 IM 网关插件(DeepSeek Harness):把 dsh agent 接入 Telegram / Discord / Slack / 飞书 / 微信 / QQ / WhatsApp / Signal / Teams / LINE / Matrix / Mattermost / Google Chat / IRC / Twitch / Nostr / Nextcloud Talk / | 0.1.0-rc.8 (2026-08-20) |
| ax-feishu-bridge | 38 | AX1202/ax-feishu-bridge · npm | Feishu/Lark bridge for coding agents — chat with Pi or DeepSeek Harness from Feishu or Lark | 0.1.0-rc.8 (2026-08-20) |
| dsh-lark-bridge-bihangch | 36 | bihangchi9-creator/dsh-lark-bridge | A DeepSeek Harness (dsh) plugin that bridges dsh agents to Feishu/Lark group chats — one group, one project directory. | 0.1.0-rc.8 (2026-08-20) |
| dsh-lark-bot | 35 | PlutoKeating/dsh-lark-bot · npm | Bridge DeepSeek Harness into Feishu/Lark with streaming cards, project workspaces, approvals, and scheduling. | 0.1.0-rc.8 (2026-08-20) |
| dsh-lark-link | 28 | amlyczz/dsh-lark-link | High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, multi-mode agents, card-based commands, zero-loss outbox, media in/out, session logs, reusable DSH Web GUI | 0.1.0-rc.8 (2026-08-20) |
| dsh-feishu-pgzxb | 26 | PGZXB/dsh-feishu | The Feishu UI for DeepSeek Harness (dsh) — a dsh-native plugin: live streaming cards, in-card questions & approvals, one-QR setup. | 0.1.0-rc.8 (2026-08-20) |
| dsh-lark-sugarfor | 26 | sugarforever/dsh-lark · npm | Feishu/Lark WebSocket channel plugin for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-dingtalk-dingtalk | 14 | DingTalk-Real-AI/dsh-dingtalk · npm | Official DingTalk connector for DeepSeek Harness | 0.1.0-rc.8 (2026-08-21) |
| dsh-awiki | 12 | AgentConnect/dsh-awiki · npm | AWiki identity and messaging plugin for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-email | 10 | STARDUSTLC666/dsh-email · npm | IMAP/SMTP email tools for DeepSeek Harness: list, read, search and send mail, with QQ/163/126/Sina/Aliyun/Gmail/Outlook/iCloud presets. | 0.1.0-rc.8 (2026-08-20) |
| dsh-telegram-channel | 10 | hi-wenw/dsh-telegram-channel | DeepSeek Harness Telegram mobile remote: workspace→session picker (Web-aligned), /model switch, same trajectory — dsh-plugin | 0.1.0-rc.8 (2026-08-20) |
| dsh-feishu | 9 | xmanrui/dsh-feishu | DeepSeek Harness plugin for multi-bot Feishu setup and streaming chat | 0.1.0-rc.8 (2026-08-20) |
| dsh-im-bridge-biboyang | 9 | BiBoyang/dsh-im-bridge | DSH 微信桥插件:turn/approval 推送到微信,微信远程监控/批准/驱动 agent(iLink 通道,持久去重/分段/合并/白名单) | 0.1.0-rc.8 (2026-08-20) |
| dsh-promotion-toolkit | 9 | lhmd/dsh-promotion-toolkit | DeepSeek Harness-native publicity toolkit: turn any long-form source into a source-grounded, platform-native promotion matrix. | 0.1.0-rc.8 (2026-08-20) |
| DeepSeek-harness-qqbot | 8 | sliverp/DeepSeek-harness-qqbot | QQ Bot channel bridge for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-remote | 8 | godchen520/dsh-web-remote | DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权代理 + gzip 压缩 + 局域网 HTTP/HTTPS 直连 + 常驻手机图标面板 + QQ 机器人取链接。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-wechat-notify | 8 | wssfk12138/dsh-wechat-notify | DeepSeek Harness (dsh) plugin that registers a wechat_notify tool so agents can send WeChat notifications through a local ClawBot channel. | 0.1.0-rc.8 (2026-08-20) |
| dsh-channel-feishu | 7 | ZinkLu/dsh-channel | A DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself. | 0.1.0-rc.8 (2026-08-20) |
| dsh-channel-telegram | 7 | ZinkLu/dsh-channel | A DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself. | 0.1.0-rc.8 (2026-08-20) |
| dsh-channel-wechat | 7 | ZinkLu/dsh-channel | A DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 222. all 222 → · gallery · JSON
Alerting the human: desktop, sound, even a phone call.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-notification | 77 | omdsh-dev/dsh-notification | Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-ui-notify | 23 | bill9109/dsh-web-ui-notify | Desktop notifications for approvals, questions, and turn completion so you can leave the dsh tab. | 0.1.0-rc.8 (2026-08-20) |
| dsh-update-checker-airmetro | 11 | Airmetro/dsh-update-checker · npm | Auto-check DeepSeek Harness for new releases and notify the user in the Web GUI with a locale-aware banner. | 0.1.0-rc.8 (2026-08-20) |
| dsh-notification-center | 10 | 610la/dsh-notification-center | 通知中心:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效,每类事件独立配置(音效/文件/URL/音量/开关)。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-grafana | 8 | guhanfei-ai/dsh-grafana · npm | Grafana dashboard editor for DeepSeek Harness: paste a dashboard URL, edit JSON via conversation, push back via HTTP API | 0.1.0-rc.8 (2026-08-20) |
| dsh-personal-workbench | 8 | Dely0/dsh-personal-workbench | DSH 个人工作台:日历 + 层级任务 + AI 澄清/拆解/执行/复盘 + AI 智能排序/日报周报 + 桌面提醒 | 0.1.0-rc.8 (2026-08-20) |
| dsh-lark-meeting-notifier | 7 | yeruizhi/dsh-lark-meeting-notifier | Feishu meeting reminder dock: flash when it is time to leave the agent and join a human meeting. | 0.1.0-rc.8 (2026-08-20) |
| dsh-task-notify-linxin | 7 | ltao0829/dsh-task-notify · npm | Task-completion reminder for DeepSeek Harness: in-page toast, OS notification, and sound when an agent turn or background job finishes | 0.1.0-rc.8 (2026-08-20) |
| dsh-zen-remote | 7 | KyoMio/dsh-zen-remote · npm | 把 DeepSeek Harness 变成手机 App:移动端界面重排(两级页面栈、会话列表主屏、composer 重排、手势、附件上传)+ 配对码认证网关 + PWA 安装 + 真 Web Push。Complete mobile plugin for DeepSeek Harness (DSH): app-shell mobile UI, pairing-code gateway for | 0.1.0-rc.8 (2026-08-20) |
| dsh-notify-center | 6 | SingleOne/dsh-notify-center | Unified native desktop and webhook notifications for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-call-me | 6 | radres/dsh-plugin-call-me | Your DeepSeek Harness agent rings your phone: it asks out loud, you answer out loud, and what you said steers the run. | 0.1.0-rc.8 (2026-08-20) |
| dsh-ding | 5 | CAOGGL/dsh-ding | Play a sound and show a Windows toast when a DeepSeek Harness turn finishes, with a Web UI bell control. | 0.1.0-rc.8 (2026-08-20) |
| dsh-messager | 5 | ly6170/dsh-messager | DeepSeek Harness 通知插件:会话交互/任务完成/出错时通过系统通知、浏览器通知、飞书机器人(webhook)推送提醒 | 0.1.0-rc.8 (2026-08-20) |
| dsh-notify-on-complete | 5 | pitetow/dsh-notify-on-complete | Desktop notifications for DeepSeek Harness (dsh): get a system notification when a run completes, the model asks a question, or waits for approval. Zero-dependency Cordis plugin. | 0.1.0-rc.8 (2026-08-20) |
| dsh-perlica-ding | 5 | 117BS/dsh-perlica-ding | 佩丽卡终端 (Perlica Terminal):明日方舟终末地佩丽卡主题的分级任务提示音插件。计划出方案、任务完成、需要你回应、出错时播放不同提示音,普通问答静音。Perlica-themed tiered sound notifications for DeepSeek Harness: plan ready, task done, needs your input, error tones. | 0.1.0-rc.8 (2026-08-20) |
| dsh-dingtalk-stardustlc666 | 4 | STARDUSTLC666/dsh-dingtalk · npm | 钉钉群机器人单向通知工具(DeepSeek Harness 插件):agent 推送 Markdown / 纯文本消息到钉钉群,支持加签安全模式。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-notify-sound | 4 | xxxxxxxyu/dsh-notify-sound | DSH web plugin: plays a sound when the agent finishes replying (turn/end). Sound, volume and on/off are configurable in the Settings page. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-notify | 4 | huguangyu666/dsh-plugin-notify · npm | Notification outlet: desktop toasts, Chinese TTS, and sounds when long tasks finish, error, or need you. | 0.1.0-rc.8 (2026-08-20) |
| dsh-session-buddy | 4 | Shrbuz/dsh-session-buddy | Session buddy for the dsh web GUI: notify you when the AI finishes replying, needs your answer, or asks for command approval while the tab is hidden, and provide an in-conversation ladder outline | 0.1.0-rc.8 (2026-08-24) |
| dsh-task-notify | 4 | kaotusi/dsh-task-notify | System-level task notifications for DeepSeek Harness (DSH): approval requests, awaited replies, and finished background jobs / subagents / workflows — pushed to the OS notification center with. | 0.1.0-rc.8 (2026-08-20) |
| dsh-win-notify | 4 | MuziIsabel/dsh-win-notify | DSH plugin: Windows toast notification with sound when an agent task completes. | 0.1.0-rc.8 (2026-08-20) |
| OffPeak | 4 | christophersmith2737-commits/OffPeak | Peak-hour price guard for DeepSeek API tidal pricing: intercept sends during peak hours (Beijing 09:00-12:00 / 14:00-18:00) and schedule them to run at off-peak prices. / DeepSeek 峰谷定价高峰拦截提醒:高峰时段拦截发送 | 0.1.0-rc.8 (2026-08-20) |
| dsh-bell-notify | 3 | Laplace-bit/dsh-bell-notify · npm | DeepSeek Harness (dsh) plugin: lifecycle bells & status. dsh Agent 生命周期铃声与状态插件(零音频文件,Web Audio 合成)。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-client-ui-notify | 3 | byh819-png/dsh-client-ui-notify | Sound-alert plugin: rings on answer-complete and authorization-needed edges; built-in ringtone, text-to-speech, or a custom audio file, configurable from a General settings row | 0.1.0-rc.8 (2026-08-20) |
| dsh-complete-notify | 3 | kaixinbaba/dsh-complete-notify · npm | 任务完成时播放提示音并弹出小通知(页面内 toast + 后台时系统通知),按结果状态着色(完成/阻塞等待反馈/中断/失败),附带一句话小结(recap)与运行统计(时长/tokens/步骤)。纯浏览器方案,零系统依赖,跨 Windows/macOS/Linux。 | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 178. all 178 → · gallery · JSON
Token accounting, billing, balance, quota.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| treg | 626 | superdesigndev/treg | OpenRouter for tools - 2,600 agent-friendly tools, pay for the usage, not subscription | 0.1.0-rc.8 (2026-08-20) |
| anolisa | 513 | alibaba/anolisa | ANOLISA (Agentic Nexus Operating Layer & Interface System Architecture) | Agentic OS with runtime, security, observability, and Tokenless response compression for lower token usage and cost. | unverified |
| dsh-cost-meter-han14131 | 209 | Han-1413141/dsh-cost-meter · npm | DeepSeek Harness 会话费用统计插件:本会话成本、当日费用、历史记录与官方价格同步,界面中英双语。Session cost tracking plugin for DeepSeek Harness: per-conversation cost, daily totals, history and official price sync, with a bilingual | 0.1.0-rc.8 (2026-08-20) |
| dsh-tokenledger | 166 | zh667/TokenLedger · npm | Token usage accounting for DeepSeek Harness, reconciled against New API and Sub2API relay-site billing | 0.1.0-rc.8 (2026-08-20) |
| dsh-usage-stats-ychris | 128 | Ychris12138/dsh-usage-stats · npm | Token usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI. | 0.1.0-rc.8 (2026-08-20) |
| dsh-AuthInOne | 87 | Stormycry-cryp/dsh-AuthInOne | OpenAI Codex, Kimi Code, and compatibility Provider login, API/custom providers, model switching, token usage analytics, and cost tracking for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-redteam-model | 86 | SeaOf0/dsh-redteam-model | DSH hunter plugin: FOFA / Hunter(qianxin) / Quake(360) aggregated asset search with unified DSL → per-platform syntax conversion, quota-aware pagination/export, API-key settings panel, and the | 0.1.0-rc.8 (2026-08-20) |
| dsh-green-meter | 79 | dclichang2022/dsh-green-meter | Energy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-control-center | 65 | feibi-mochi/deepseek-harness-control-center · npm | Local-first account monitoring, usage accounting, official recharge, completion reminders, flexible layout, and host-gated session controls for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-balance-plugin-francisx | 57 | yxxbc/dsh-balance-plugin | DeepSeek 余额监控与用量统计(DSH 插件):余额监控 · 官方充值入口 · Miyu 风格用量统计 · 三方插件管理 | 0.1.0-rc.8 (2026-08-20) |
| dsh-usage | 48 | Aisland-SJL/dsh-usage | Persistent balance badge and token usage panel for the dsh web GUI | 0.1.0-rc.8 (2026-08-20) |
| dsh-usage-plugin | 37 | feiyang-dev/dsh-usage-plugin · npm | DeepSeek Harness usage & cost tracker plugin: per-call token/cache-hit stats, peak/off-peak billing, DeepSeek balance query, CSV/JSON/PNG export with custom destination, and persistent local storage. | 0.1.0-rc.8 (2026-08-20) |
| dsh-usage-stats-make0209 | 27 | Make0209/dsh-usage-stats | Usage stats for DeepSeek Harness: heatmap, token and cache-hit board, balance, and workspace aliases. | 0.1.0-rc.8 (2026-08-20) |
| dsh-whale-balance | 25 | enchangcui340-cloud/dsh-whale-balance | DeepSeek Harness 原生插件:页面右下角的小鲸鱼余额提醒挂件 | 0.1.0-rc.8 (2026-08-20) |
| dsh-balance | 24 | crazywoola/dsh-balance · npm | Shows API balances and available models in DeepSeek Harness Settings. | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-subscription | 24 | WSL043/dsh-codex-subscription · npm | Native ChatGPT and Codex subscription route with quota for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-balance-meter | 19 | Ghost011118/dsh-balance-meter | DeepSeek account balance and usage readout for the dsh web GUI: queries the official Get User Balance endpoint and shows current remaining balance and spend on the page. | 0.1.0-rc.8 (2026-08-20) |
| dsh-bottom-info-bar | 18 | songoao25/dsh-bottom-info-bar · npm | DeepSeek Harness 底部信息栏插件:替换对话输入框下方的原生统计栏,显示服务商/具体模型、真实余额、高峰(琥珀)/空闲(绿)价与倒计时、本对话·今日·近一月·全部花费。安装一次,每次打开 DSH 自动生效。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-opencode-zen | 18 | xiaozhe7772222/dsh-opencode-zen | OpenCode Zen free-tier models for DeepSeek Harness: zero-config public-key provider with quota-aware pacing. | 0.1.0-rc.8 (2026-08-20) |
| dsh-ui-usage-billing | 18 | kenz1117/dsh-ui-usage-billing · npm | Usage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs. | 0.1.0-rc.8 (2026-08-20) |
| dsh-client-pricing | 16 | Miyazawai/dsh-client-pricing · npm | Live DeepSeek API pricing badge in the session header, with peak/off-peak flash and pro rates. | 0.1.0-rc.8 (2026-08-20) |
| dsh-quota-meter-aishushu | 16 | ai-shushu/dsh-quota-meter | 会话额度监控(官方 dsh bundle):按 DeepSeek 官方价格记账、额度耗尽拦截 + 输入框上方进度条 UI | 0.1.0-rc.8 (2026-08-20) |
| dsh-opencode-go-usage | 14 | Xenia0922/dsh-opencode-go-usage | OpenCode Go 用量与花费面板 — DeepSeek Harness 插件:可拖拽缩放的悬浮仪表盘,实时展示 OpenCode Go 配额、逐请求用量与花费 | 0.1.0-rc.8 (2026-08-20) |
| dsh-token-usage-leemancheung | 13 | LeemanCheung/dsh-token-usage | Persistent token usage records and dashboard for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-billing | 13 | bpc-oss/dsh-web-billing | RMB/USD token-billing plugin for DSH web: official-policy auto pricing (incl. peak/off-peak), per-message ledger, account balance, locale-driven currency display | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 714. all 714 → · gallery · JSON
Diagnostics, logs, audits, content-addressed proofs.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-status-rotator | 55 | 01Virex/dsh-status-rotator · npm | Rotates the DSH chat turn-status label ("Deep diving...") through user-defined phrases every few seconds. | 0.1.0-rc.8 (2026-08-20) |
| dsh-whale-report | 31 | SenmuuuuW/dsh-whale-report | 鲸鱼记事本 — 你的 Agent 年度/月度/周度/日报:从会话事件日志生成数据新闻官式报告,任意区间、定时生成。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-harbor | 24 | ZSeven-W/dsh-harbor | A read-only mirror for installed DeepSeek Harness plugins: capability inventory with evidence, cross-plugin conflicts, and a diff of what changed since the last scan | 0.1.0-rc.8 (2026-08-25) |
| oh-my-knowledge | 18 | lizhiyao/oh-my-knowledge | OMK — Observe. Measure. Know. Evidence-backed knowledge changes for AI applications. | 0.1.0-rc.8 (2026-08-25) |
| dsh-security-audit | 14 | omdsh-dev/dsh-security-audit | Read-only local security audit: config, credential metadata, plugin provenance, sessions, and network exposure. | 0.1.0-rc.8 (2026-08-20) |
| dsh-anchored-monitor | 11 | Aik358/dsh-anchored-monitor · npm | DSH 实时思维链锚定监控插件: we/let's/let me 指纹波段检测(spec/mixed/react) + L1温和引导/L2强制重置/L3会话重启分级干预; 左侧栏入口 + 液体毛玻璃浮层 + 变阻器式思考强度条; 独立监控进程 + JSONL 实验日志 + 离线回放/参数校准; 变阻器条可选严肃/「滑动变祖器」梗双皮肤。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-session-health | 9 | omdsh-dev/dsh-session-health | Frame-level diagnostics over multi-frame zstd session logs: torn, corrupt, or empty session detection. | 0.1.0-rc.8 (2026-08-20) |
| dsh-otel-tma1ai | 8 | tma1-ai/dsh-otel | OpenTelemetry traces, metrics, and logs for DeepSeek Harness, written straight into GreptimeDB. | 0.1.1-rc.2 (2026-08-26) |
| upstream-radar | 8 | MicroMilo/upstream-radar · npm | Always-on vulnerability and breaking-change impact monitoring for DeepSeek Harness plugins. | 0.1.0-rc.8 (2026-08-20) |
| dsh-inspector | 7 | CocoSgt/dsh-inspector · npm | Inspect and manage the live instruction chain and project skills for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-research-report | 7 | PerryLink/dsh-research-report · npm | Verifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim ↔ snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a | 0.1.0-rc.8 (2026-08-20) |
| dsh-tool-turbo | 7 | Electricitysheep/dsh-tool-turbo | DSH host plugin: cuts tool-call latency by auto-downgrading reasoning_effort for simple tool tasks, with per-tool timing telemetry. | 0.1.0-rc.8 (2026-08-20) |
| DSH-changeproof | 6 | Apageoflove/DSH-changeproof | ChangeProof - change-relevance + evidence-freshness quality plugin for DeepSeek Harness (DSH) | 0.1.0-rc.8 (2026-08-20) |
| dsh-mall | 6 | hoyyang/dsh-mall | 全网最强 DeepSeek Harness 插件商场:全量收录 GitHub #dsh-plugin 生态插件,五维实用评分雷达图,智能搜索(AI 理解需求)、智能安装/更新/卸载(AI 装前审查+装后诊断)、一键批量更新、编辑精选与个性化推荐,自带 Skills 工具与 dsh-mall 技能,中英多语言界面。 | 0.1.1-rc.2 (2026-08-26) |
| dsh-plugin-finance-data | 6 | 863683348/dsh-plugin-finance-data · npm | Finance data toolkit for DeepSeek Harness agents: number/currency formatting (incl. Chinese wan/yi units), return & CAGR math, valuation and profitability ratios, PV/FV, risk metrics (volatility | 0.1.0-rc.8 (2026-08-20) |
| dsh-a2a-ryubyte | 5 | ryubyte/dsh-a2a · npm | Agent2Agent (A2A) protocol v1.0 plugin for DeepSeek Harness (DSH): outbound client (remote AgentCard skills as ctx.tools), inbound server (A2A JSON-RPC + AgentCard endpoint), and a settings dashboard | 0.1.0-rc.8 (2026-08-20) |
| dsh-character-profiler | 5 | MlittleFriend/dsh-character-profiler | DSH 写作插件:角色性格侧写档案 + 出场权重/占比统计 + 行为偏离度检测。为长篇小说提供人物一致性的量化监控。 | 0.1.0-rc.8 (2026-08-20) |
| MathModelingAgent | 5 | yohanchen1/MathModelingAgent | Evidence-driven mathematical modeling and verification skills for DeepSeek Harness | 0.1.0-rc.8 (2026-08-24) |
| dsh-capability-receipt | 4 | dongsheng123132/dsh-capability-receipt | Content-addressed receipts for skills actually loaded by DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-lineage | 4 | dongsheng123132/dsh-lineage | Content-addressed data and action lineage evidence for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-logtimeline | 4 | anyuer678/dsh-logtimeline | Query local log files with Chinese natural-language time expressions — LogTimeline for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-monitor-iambbp | 4 | iambbp/dsh-monitor | DEEPSEEK 监控插件(峰谷时段版)— DSH 原生插件:实时 API 用量监控与峰谷价格提示悬浮窗 | 0.1.0-rc.8 (2026-08-24) |
| dsh-observation-journal | 4 | Cavan-Ou/dsh-observation-journal | Zero-intrusion session telemetry: one observation card per session with task, model, tools, and failure stats. | 0.1.0-rc.8 (2026-08-20) |
| dsh-session-audit | 4 | bwndlct/dsh-session-audit | Session execution analytics and audit reports for DeepSeek Harness. Understand how your agent actually worked: steps, tool calls, failures, repeated actions, token usage and verification signals. | 0.1.0-rc.8 (2026-08-20) |
| dsh-thinking-levels | 4 | drscrewdriver/dsh-thinking-levels · npm | DSH host plugin: thinking-level (reasoning_effort) control for dsh — auto-adjust per tool round, with optional manual lock and per-tool timing telemetry. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 176. all 176 → · gallery · JSON
Permission tiers, gates, redaction, protection.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| Aegis | 1135 | GanyuanRan/Aegis | Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks. | 0.1.0-rc.8 (2026-08-20) |
| k8e | 480 | xiaods/k8e | Installable dsh bundle mounting the k8e-sandbox execution world (KIP-20). | 0.1.0-rc.8 (2026-08-20) |
| DeepSec | 345 | Unclecheng-li/DeepSec | DeepSec Shield code-security audit tools for DeepSeek Harness (dsh): L1/L2/L3 scanning, agent-config audit, supply-chain checks and report generation. | 0.1.0-rc.8 (2026-08-25) |
| dsh-mobile-sayach | 159 | saya-ch/dsh-mobile · npm | DeepSeek Harness 移动端适配与安全局域网访问插件,支持 Android App 和手机浏览器。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-auto-mode | 131 | NanmiCoder/dsh-auto-mode · npm | Fail-closed automatic permission policy for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-undo-plugin | 131 | lire1131/dsh-undo-savepoint · npm | DSH undo/rollback system: snapshot config files on change, undo/redo the last action from the WebUI or by chat, and roll back broken plugin trees without reinstalling. Works even when DSH fails to. | 0.1.0-rc.8 (2026-08-20) |
| codex-guard | 65 | Akimiya-z/codex-guard | Quality gate for AI/Codex-generated pull requests: blocks TODO leftovers, leaked secrets, messy commits and failing CI before they hit main. | 0.1.0-rc.8 (2026-08-24) |
| dsh-permission-rules | 54 | PerryLink/dsh-permission-rules · npm | Declarative Claude Code-style permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-name, argument (glob/regex), and workspace-path matching on the tools/pre-execute waterfall, | 0.1.0-rc.8 (2026-08-20) |
| dsh-secure-audit | 43 | PensiveFei/dsh-secure-audit | Read-only security & compliance toolkit for DeepSeek Harness: prompt-injection detection (rule engine with a pluggable model classifier), Chinese-PII redaction, and a local configuration security | 0.1.0-rc.8 (2026-08-20) |
| dsh-network-settings | 42 | kanneiren/dsh-network-settings | DSH Network Settings: Windows / WSL network status, diagnostics and safe repair for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| sofagent | 41 | KongFangXun/sofagent | 变更机器审阅——24 规则 + git diff 硬证据 + 节点级审计(seam: tools/result + tools/pre-execute + fs/write-intent)——桥接 @sofagent/audit runRules(sofagent 品牌插件 · 主色 #16B8F3) | 0.1.0-rc.8 (2026-08-25) |
| dsh-clawrouter | 20 | BlockRunAI/dsh-clawrouter · npm | Strong-model review before risky tool calls, plus many models from one wallet. | 0.1.0-rc.8 (2026-08-20) |
| dsh-reminder | 16 | Aisland-SJL/dsh-reminder | Bottom-right reminder cards for the DeepSeek Harness web GUI: an amber persistent card when an approval waits for you, a green self-dismissing card when a task completes | 0.1.0-rc.8 (2026-08-20) |
| dsh-approve-for-me | 11 | timeance/dsh-approve-for-me · npm | Rule-gated automatic approval for DeepSeek Harness sandbox escalations with an optional LLM reviewer and native human fallback. | 0.1.0-rc.8 (2026-08-20) |
| dsh-auto-approve | 11 | Jiao-XXX/dsh-auto-approve · npm | A conservative automatic approval preset for DeepSeek Harness sandbox escalations | 0.1.0-rc.8 (2026-08-20) |
| dsh-remote-mobile | 9 | IceApriler/dsh-remote-mobile | DeepSeek Harness 远程与移动端安全网关插件:零修改 DSH 底层代码安全开放局域网与 Tailscale 连接 | DeepSeek Harness (DSH) Remote & Mobile Security Guard: safely opens Tailscale/LAN with zero core modifications, QR scan auth, RSA | 0.1.0-rc.8 (2026-08-25) |
| dsh-webui-auth | 9 | Yuuz12/dsh-webui-auth · npm | WebUI login gate for DeepSeek Harness: account/password in Settings, then HTTP, bundle, API, and WebSocket require a session cookie. | 0.1.0-rc.8 (2026-08-20) |
| dshscan | 9 | shaoshi20/dshscan · npm | DShScan - DSH plugin security scanner inspired by NVIDIA SkillSpector | 0.1.0-rc.8 (2026-08-20) |
| dsh-approval-llm | 8 | Letter2025/dsh-approval-llm · npm | Model-based permission approval (approve-for-me) for DeepSeek Harness: an approval/request answerer backed by a separate reviewer model | 0.1.0-rc.8 (2026-08-20) |
| dsh-auth-gate-tecfancy | 8 | TecFancy/dsh-auth-gate · npm | Application-layer authentication plugin for the dsh web surface | 0.1.0-rc.8 (2026-08-20) |
| dsh-auth-gateway | 8 | xbzbing/dsh-auth-gateway | Password login gateway plugin for dsh web: auto-generated initial password with forced onboarding, login, password change with real request interception, and OTP two-factor authentication. | 0.1.0-rc.8 (2026-08-20) |
| dsh-multi-folder | 8 | AngelosZou/dsh-multi-folder · npm | DeepSeek Harness plugin: secondary working directories for a project. The agent keeps the primary workspace as cwd, gains equal write/exec permissions on configured secondary directories under workspa | 0.1.0-rc.8 (2026-08-20) |
| dsh-ankh-guard | 7 | Khorsheed/dsh-ankh-guard | Hard gate for self-modification restarts: a green-build credential bound to the git HEAD, checked before any restart of the running instance | 0.1.0-rc.8 (2026-08-20) |
| dsh-git-worktree-wloops | 7 | wloops/dsh-git-worktree · npm | Domi-grade git worktree isolation and delivery for DeepSeek Harness: permanent worktrees, ready-for-review / apply / discard / finish lifecycle, conflict handling, and safe cleanup. | 0.1.0-rc.8 (2026-08-20) |
| dsh-multi-tenant | 7 | GuoMonth/dsh-multi-tenant | Multi-tenant SaaS extension for DeepSeek Harness (DSH): tenant identity, session ownership, authorization boundaries, tenant-aware MCP, and audit. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 372. all 372 → · gallery · JSON
In-UI stores, installers, skill managers.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-market | 2581 | dsh-market/dsh-market · npm | Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。 | 0.1.0-rc.8 (2026-08-20) |
| agentrq | 1090 | agentrq/agentrq · npm | AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness | 0.1.0-rc.8 (2026-08-20) |
| awesome-deepseek-harness | 205 | Dominic789654/awesome-deepseek-harness | Code review assistant for DeepSeek Harness: code_review_context collects deterministic git diff context; a bundled skill drives the review checklist. | 0.1.0-rc.8 (2026-08-20) |
| awesome-deepseek-harness-plugins | 196 | imsai-sh/awesome-deepseek-harness-plugins | The 1024 Store plugin market inside DeepSeek Harness. | unverified |
| dsh-plugin-marketplace | 148 | bradeGithub/DSH-Plugins-Marketplace | Web GUI plugin marketplace: browse, install, and update GitHub topic dsh-plugin packages from inside DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-skill-mcp-panel | 107 | Fishquito7/dsh-skill-mcp-panel | dsh-skill-mcp-panel: manage skills and MCP servers from the DSH web settings UI plus the unified dsh-panel CLI. | 0.1.0-rc.8 (2026-08-20) |
| dsh-find-plugin | 102 | awesome-dsh-plugin/dsh-find-plugin · npm | Find DeepSeek Harness plugins from inside the agent via live GitHub dsh-plugin topic search, ranked by stars. | 0.1.0-rc.8 (2026-08-20) |
| dsh-webui-market-plugin | 102 | Sanqi-normal/dsh-webui-market-plugin · npm | In-harness community plugin market for the dsh web GUI: browse, install, and uninstall into a profile. | 0.1.0-rc.8 (2026-08-20) |
| zat-dsh-engine | 79 | mishibeikejie/zat-dsh-engine | Visual plugin marketplace for DeepSeek Harness: browse, search, install, update, and uninstall community plugins. | 0.1.0-rc.8 (2026-08-20) |
| dsh-market-2binglin | 78 | 2BingLing/dsh-market | DSH Market 插件端:cordis 侧边栏插件(浏览/搜索/猜你喜欢/一键安装/已装管理),核心逻辑来自 @dsh-market/core | 0.1.0-rc.8 (2026-08-20) |
| ru-marketplace-mcp | 76 | Vladimir-Human/ru-marketplace-mcp | Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чт | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-hub | 72 | Noob-stupid/dsh-plugin-hub | 插件控制台:一键启用/停用插件,浏览并安装 GitHub dsh-plugin 插件 | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugins-store | 67 | ZASENJC/dsh-plugins-store · npm | 自动分类、收录和验证 GitHub dsh-plugin Topic 项目的静态 DSH 插件市场。 A static DSH plugin marketplace that automatically categorizes, curates, and verifies GitHub dsh-plugin Topic projects. | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-plugin-manager | 67 | LX2000WASD/dsh-web-plugin-manager · npm | Manage DeepSeek Harness (DSH) plugins from the Web UI: list, enable/disable, install/remove, environments, and a GitHub-awesome-driven marketplace. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-hub-dshplugi | 57 | dshplugin/dsh-plugin-hub · npm | A community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 4000+ human-curated community plugins without leaving the app. · DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| plugin-registry | 57 | vlln/plugin-registry · npm | 薄控制台:浏览器 UI 管理 web profile 插件安装态(bundle 层栈 + cordis.patch.yml insert 行/disabled),0 patch | 0.1.0-rc.8 (2026-08-20) |
| dsh-capability-menu | 40 | PKUfudawei/dsh-capability-menu | Unified capability management for the DeepSeek Harness: catalog (registry) + meta_search/meta_invoke + Exposed/Progressive/Blocked projection policy + 能力管理 surface, in one installable bundle. | 0.1.0-rc.8 (2026-08-24) |
| dsh-plugin-marketplace-awesomehou | 26 | AwesomeHou/dsh-plugin-marketplace | 实时同步 GitHub dsh-plugin topic 的插件市场:Host 定时抓取并缓存,Web 设置页展示可搜索的插件列表。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-workshop | 25 | yyyyukari/dsh-plugin-workshop | Steam Workshop-style plugin browser for the DeepSeek Harness Web UI. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-plugin-store | 24 | Ericwong5021/deepseek-plugin-store | DeepSeek 插件商店开源数据源 · Open source data source for the DeepSeek Plugin Store | 0.1.0-rc.8 (2026-08-20) |
| dsh-quant | 24 | pengpengyi92/dsh-quant | dsh plugin: quantitative tools for agents — market data (Binance public API), technical indicators (SMA/EMA/RSI/MACD/Bollinger/ATR) and MA-crossover backtest, with structured canonical outputs | 0.1.0-rc.8 (2026-08-20) |
| dsh-archive-manager-michenga | 23 | MichengAI/dsh-archive-manager · npm | NPM-installable DSH Web plugin for managing archived sessions. | 0.1.0-rc.8 (2026-08-20) |
| dsh-novel-writer-akira399 | 23 | akira399/dsh-novel-writer | 大肥鱼的小说工坊 — DSH 网络小说创作插件:九阶段门禁式创作流程 + 世界书(lorebook)设定注入 + 本地书籍导入 + AI 一键润色 + 去AI味 + 黄金三章诊断 + 百万字一致性 + 市场调研与模板复制,面向开源用户的开箱即用方案。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-trading | 21 | maddogfinance/dsh-trading | Trading research workbench for DeepSeek Harness — market-data seam, BYO data providers, and model-facing analysis tools | 0.1.0-rc.8 (2026-08-20) |
| dsh-recommend | 19 | zp-home/dsh-recommend · npm | DSH 插件透明排行与推荐:每日自动抓取 dsh-plugin 话题生态 + 公开评分模型 + rank/recommend/search 工具 + 设置页排行标签 | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 405. all 405 → · gallery · JSON
Building, testing, and publishing plugins.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-web-zhu10900 | 6255 | zhu1090093659/dsh-web | Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages | 0.1.0-rc.8 (2026-08-25) |
| dsh-ios | 259 | ZSeven-W/dsh-ios · npm | DeepSeek Harness plugin for the iOS Simulator — build, run, and interact with a live simulator stream inside a conversation. Tested with DSH 0.1.0-rc.6. | 0.1.0-rc.8 (2026-08-21) |
| dsh-android | 120 | ZSeven-W/dsh-android | DeepSeek Harness plugin for Android — build, run, and interact with a live emulator or USB device stream inside a conversation, driven entirely through adb. Tested with DSH 0.1.1-rc.1. | 0.1.0-rc.8 (2026-08-24) |
| superpowers-dsh | 97 | LayneChai/superpowers-dsh | TDD, debugging, planning, and collaboration skills for DeepSeek Harness, adapted from obra/superpowers. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-template | 40 | bugmaker2/dsh-plugin-template | Minimal Hello World plugin template for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-tianshu-build | 38 | huiliyi37/oh-my-tianshu · npm | The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-check | 28 | omdsh-dev/dsh-plugin-check | DSH plugin health checker: scan plugin repos for manifest protocol / patch format / build pitfalls / hub registration, zero-dependency read-only diagnostics | 0.1.0-rc.8 (2026-08-20) |
| webdsh | 26 | futrime/webdsh | Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages | 0.1.0-rc.8 (2026-08-20) |
| dsh-user-experience | 19 | DietCokewithSugar/dsh-user-experience · npm | DeepSeek Harness UX walkthrough plugin: persona-driven source-code UX review for React (TypeScript/JavaScript) and Vue 3 projects, with change-triggered automatic walkthroughs | 0.1.0-rc.8 (2026-08-20) |
| gongwen-skill | 18 | linhut/gongwen-skill · npm | 中文公文全流程处理工具 - GB/T 9704 格式检查/修复/内容优化/模板生成/版式注入 | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-healthcheck | 13 | chenw2759-wq/dsh-plugin-healthcheck | DSH 插件健康检查:设置面板内的「插件检测」向导 — L0 静态检查(files 白名单/依赖声明/高危副本/依赖可解析/Windows 命令/lockfile 一致性)+ L1 配置组合检查 + L2 隔离试跑(子进程 boot 全树),发现即自动回滚(写 home patch 前弹确认),复杂问题打包预制提示词交给 agent 修复。铁律:只修改插件代码与配置层,严禁修改 harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-eval-harness | 12 | BiBoyang/dsh-eval-harness · npm | DSH 插件回归评测门禁:yaml 用例 + headless 驱动 + trace 断言 + baseline 门禁(eval_run / eval_gate) | 0.1.0-rc.8 (2026-08-20) |
| plugin-template | 12 | omdsh-dev/plugin-template | Standalone Cordis plugin template for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-grok-tui | 11 | chen-001/dsh-grok-tui · npm | Use dsh via grok-build's TUI. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugins-horizon2 | 11 | Horizon215/dsh-plugins | Prompt template library for the DeepSeek Harness web UI: save reusable prompts, insert or insert-and-send them from a composer button | 0.1.0-rc.8 (2026-08-20) |
| qa-skills | 11 | fishzjp/qa-skills | DeepSeek Harness (dsh) plugin: 10 testing skills (requirement analysis, test strategy, case writing/review, E2E/API automation, exploratory, regression, bug analysis) + shared core knowledge base — a | 0.1.0-rc.8 (2026-08-25) |
| tencentcloud-agentobs-sdk-dsh | 11 | TencentCloud/tencentcloud-agentobs-sdk-dsh | Tencent Cloud Service CLS observability plugin for DeepSeek Harness — direct upload to Tencent Cloud CLS | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-baiyuscc | 9 | baiyuscc13724-max/deepseek-harness-desktop | Open-source Windows desktop shell for the official DeepSeek Harness Web UI with automatic local runtime startup, packaged self-test, and release gates. | 0.1.0-rc.8 (2026-08-20) |
| dsh-skill-7d-code-reviewer | 9 | 7dgroup-ai/dsh-skill-7d-code-reviewer | Installable composition bundle contributing the 7DGroup template-driven code review skill to DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-ios-everettj | 8 | everettjf/dsh-ios | Pins the @deepseek-ai/dsh tree that build-rootfs.sh installs into the guest (linux/arm64/musl). | 0.1.0-rc.8 (2026-08-21) |
| dsh-kanban-alpacach | 8 | alpacachen/dsh-kanban · npm | A kanban board plugin for DeepSeek Harness: a 'Board' tab in conversations plus 14 kanban_* AI tools, per-workspace isolation and disk persistence. Built with React, TypeScript, dnd-kit, shadcn/ui | 0.1.0-rc.8 (2026-08-20) |
| dsh-devquest | 7 | lucky8197/dsh-devquest · npm | 把开发变成 RPG:回合/工具/todo 积累 XP、成就徽章、等级与赛季。事件流驱动,纯函数计分。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-director-toolkit | 7 | lhmd/dsh-director-toolkit | DeepSeek Harness plugin that turns a 3D idea into a shootable scene brief and publish-ready showcase copy. | 0.1.0-rc.8 (2026-08-20) |
| dsh-doublecheck | 7 | PerryLink/dsh-doublecheck · npm | Double-check before you ship: grill the requirements, test the implementation, prove the delivery. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-doctor-zoahdev | 7 | zoahdev/dsh-plugin-doctor | Health checks for DeepSeek Harness: plugin manifest/patch/entry/build/pack/install verification, model-callable plugin_check, profile host-shadowing detection, and environment diagnostics | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 149. all 149 → · gallery · JSON
Research workbenches, RAG, learning modes.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| WeKnora | 20758 | Tencent/WeKnora | WeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases. | 0.1.0-rc.8 (2026-08-24) |
| de-anthropocentric-research-engine | 390 | yogsoth-ai/de-anthropocentric-research-engine · npm | DeepSeek Harness plugin for the De-Anthropocentric Research Engine: 920 research skills, with an opt-in MCP server fleet | 0.1.0-rc.8 (2026-08-20) |
| hanai-investment-dsh | 102 | hancao97/hanai-investment-dsh | Hanai Investment — a local-first A-share research workbench powered by DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-Mimir-Academic-research | 91 | 1692775560/dsh-Mimir-Academic-research | Mimir — 一站式科研工作台插件:LaTeX 论文边写边编译、arXiv 文献管理、实验追踪、指标图表、GPU 服务器 SSH 任务编排,管理科研全周期。An open-source research workbench plugin for the whole research cycle. | 0.1.0-rc.8 (2026-08-25) |
| dsh-reverse-skill | 88 | dhicoc/dsh-reverse-skill | Reverse-engineering skill pack as a Cordis plugin: 85 SKILL.md units for authorized security research. | 0.1.0-rc.8 (2026-08-20) |
| SpecFusion | 57 | wxkingstar/SpecFusion · npm | SpecFusion skill + native API-docs search tools for DeepSeek Harness: 65,000+ API docs across 20 Chinese open platforms | 0.1.0-rc.8 (2026-08-20) |
| hn-cli | 52 | heartleo/hn-cli · npm | Hacker News tools for DeepSeek Harness: front-page feeds, item comment trees, Algolia search, user profiles. | 0.1.0-rc.8 (2026-08-20) |
| dsh-web-search-pro | 51 | anweat/dsh-web-search-pro · npm | Enhanced, persistent web search plugin for DeepSeek Harness — multi-engine routing (DeepSeek/Exa/DDG/Bing/Jina + GitHub/B站/YouTube/V2EX/小红书/Twitter/Reddit/RSS), SQLite+LRU cache, userscript-style | 0.1.0-rc.8 (2026-08-20) |
| OpenQuantum | 47 | xi-zhao/OpenQuantum | A DeepSeek Harness distribution for open quantum research | 0.1.0-rc.8 (2026-08-24) |
| dsh-plugin-guide | 32 | PerryLink/dsh-plugin-guide · npm | The dsh-plugin-guide knowledge base as an installable DeepSeek Harness plugin: official docs, Cordis primer, community deep-dives, and battle-tested pitfalls registered as an on-demand agent skill. | 0.1.0-rc.8 (2026-08-20) |
| dsh-science | 29 | biociao/dsh-science · npm | Claude Science-style research workbench for DeepSeek Harness: ReAct research-loop engine (research_* tools), versioned artifacts with provenance (artifact_* tools), and 10 science skills for. | 0.1.0-rc.8 (2026-08-20) |
| dsh-scholar | 25 | lzszq/dsh-scholar | DSH Research OS — a fully automated scientific research plugin for DSH (DeepSeek Harness): survey, idea, experiment contract, durable runner jobs, claim-evidence ledger, manuscript and release bundle. | 0.1.0-rc.8 (2026-08-20) |
| deep-read-summarize | 23 | PensiveFei/deep-read-summarize | Deep reading & summarization for DSH: books/papers/videos/web → structured Obsidian notes. Plugin parsers, MapReduce deep-read, JSON Schema output, idempotent cache. | 0.1.0-rc.8 (2026-08-21) |
| dsh-deep-research | 20 | omdsh-dev/dsh-deep-research | Deep Research orchestrator extension for DeepSeek Harness: an adaptive cybernetics/information-theory deep_research tool on the official workflow engine, reusing built-in web_search/web_fetch. | 0.1.0-rc.8 (2026-08-20) |
| dsh-design-skills | 19 | zhaiyateng/dsh-design-skills | Design aesthetics skill pack for DeepSeek Harness (DSH): 6 styles — dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal — with runnable landing-page demos. Keeps vibe-... | 0.1.0-rc.8 (2026-08-20) |
| dsh-robotic-harness | 17 | dingkaihu63/dsh-robotic-harness | Robotic Harness — an embodied-intelligence research plugin suite for DeepSeek Harness (demo) | 0.1.0-rc.8 (2026-08-20) |
| dsh-directorx | 16 | LaplaceYoung/dsh-directorx | DirectorX:给 DeepSeek Harness 装上 AI 视频导演能力——视频生成、智能剪辑、成片质检、无限画布分镜与 350+ 导演知识库。AI video director plugin for DeepSeek Harness: text-to-video, smart editing, QC, storyboard canvas. | 0.1.0-rc.8 (2026-08-20) |
| zhihu-search | 16 | klarkxy/zhihu-search | GitHub-installable DeepSeek Harness bundle for the zhihu-search MCP server | 0.1.0-rc.8 (2026-08-24) |
| dsh-md-notes | 15 | XieZongChen/dsh-md-notes · npm | MD 笔记插件:侧边栏笔记管理入口(列表/编辑/预览)+ 回答下方记入笔记,笔记存于工作区 .dsh-notes/ | 0.1.0-rc.8 (2026-08-20) |
| dsh-evoresearch | 14 | Karbo123/DSH-EvoResearch | Self-evolving research workflow for DeepSeek Harness: project workspaces, research memory, multi-agent teams, and a custom workbench. | 0.1.0-rc.8 (2026-08-20) |
| dsh-ai4scholar | 13 | literaf/dsh-ai4scholar · npm | AI4Scholar for DeepSeek Harness (dsh): 38 native academic tools — Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, DOI resolution, PDF full text, auto-cite, scientific figures | 0.1.0-rc.8 (2026-08-20) |
| dsh-docs | 13 | Sqhao-O/dsh-docs | Local PDF, Office, image, and OCR document intelligence for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-search-boost | 13 | Mr-remon219/dsh-search-boost · npm | Multi-engine fused web search, page fetch, real-time X (Twitter) search with credential-free fallback, deep research and parallel multi-agent research for DeepSeek Harness. Free-by-default engine | 0.1.0-rc.8 (2026-08-20) |
| dsh-sticky-note | 13 | Meredith2328/dsh-sticky-note | 左下角便签:随手记点子/感想/TODO,实时保存到归档目录,清单+悬浮归档 | 0.1.0-rc.8 (2026-08-20) |
| project-blueprint | 13 | shuguang1994/project-blueprint | DSH (DeepSeek Harness) plugin packaging of the Project Blueprint skill — one-command AI coding conventions (AGENTS.md, docs skeleton, CI/CD, git rules, testing policy) with an autonomous discovery | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 358. all 358 → · gallery · JSON
Games, pets, memes, ambience. The reef has coral.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-ads | 574 | Nagi-ovo/dsh-ads | Satirical 2005-portal fake-ad plugin for the web UI (sidebar ads, in-conversation feed, corner popups); ad slots also surface real dsh-plugin topic repos | 0.1.0-rc.8 (2026-08-20) |
| dsh-pet | 443 | PC2005-cloud/dsh-pet · npm | A floating desktop pet for the DeepSeek Harness Web UI: idle breathing, occasional direction turns, random actions, and screen wandering. | 0.1.0-rc.8 (2026-08-20) |
| DSH-Transparent-UI-Plugin | 388 | WYH66666666/DSH-Transparent-UI-Plugin | Aqua: a highly customizable glassmorphism theme for the Web surface — adjustable blur, frost, fluid or wallpaper backdrop, unified corners, and motion | 0.1.0-rc.8 (2026-08-20) |
| whale-girl ⭐ | 288 | vlln/whale-girl · npm | Desktop-pet companion for the web GUI (QQ-pet style): draggable, feedable, levels up with session activity; migrated from the removed .dsh-plugin format to dsh.bundle | 0.1.0-rc.8 (2026-08-20) |
| gal-view | 131 | Ayase34/gal-view | DSH Web GUI 会话页的 GAL 视窗:Galgame 风格对话视图 + 场景元素可视化编辑器 | 0.1.0-rc.8 (2026-08-20) |
| dsh-meme-yyh001 | 61 | yyh-001/dsh-meme · npm | DeepSeek Harness 表情包插件:内置默认图库(官方-001,92 张),按情绪随机抽图,send_meme 发图(Web/QQ),设置页管理面板。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-tavern-flizzywi | 45 | flizzywine/dsh-tavern | 基于 DeepSeek Harness(DSH)的 SillyTavern 类文字游戏 Agent,支持候选项生成、对话式人物卡编辑、剧本模式与素材抽取。 | 0.1.0-rc.8 (2026-08-20) |
| deepseek-pet | 42 | keleus/deepseek-pet | DeepSeek Pet plugin: an interactive, state-aware companion embedded in DeepSeek Harness Web | 0.1.0-rc.8 (2026-08-20) |
| dsh-emoji | 42 | hellodigua/dsh-emoji · npm | Tiny semantic inline emoji for DSH Agent responses | 0.1.0-rc.8 (2026-08-20) |
| dsh-whale-musume | 40 | Sutera-Diffusus/dsh-whale-musume | A whale-girl Kanban Musume mascot for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-jingling | 35 | Yi-111-a/dsh-jingling | Jingling companion for DeepSeek Harness: reviewable local memory, a restricted preset, and an optional desktop-pet sidecar. | 0.1.0-rc.8 (2026-08-20) |
| dsh-pet-remielle | 34 | Gin-7/dsh-pet-remielle · npm | Hot-pluggable Remielle (蕾米埃尔) sticker pet for the dsh web GUI: a transparent floating companion from Zenless Zone Zero that switches animated GIF moods with the harness work state | 0.1.0-rc.8 (2026-08-20) |
| dsh-ui-whale | 29 | lhh010/dsh-ui-whale | DSH Web UI 像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击冒爱心,零核心改动。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-minigames-lhh010 | 27 | lhh010/dsh-minigames | DSH Web UI 右侧小游戏面板:18 款离线小游戏,可扩展游戏注册表。等待模型回复或修 bug 时的摸鱼神器。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-personal-center | 23 | PolinniZhong/dsh-personal-center | DSH 个人中心:设置 →「个人」分区(个人资料统计 UI + 个性化自定义指令 + 成本估算 + 桌面宠物) | 0.1.0-rc.8 (2026-08-20) |
| dsh-client-ui-custom | 22 | yoli-mi/dsh-client-ui-custom · npm | 客制化DSH(Custom DSH): web-surface theming (wallpaper, frosted glass, accent, translucent surfaces), configurable keyboard shortcuts (new conversation / model / thinking effort / composer gestures / | 0.1.0-rc.8 (2026-08-20) |
| dsh-portable-tavern | 21 | XCNXNXNX/dsh-portable-tavern · npm | Portable Tavern for the DeepSeek Harness web GUI: an RPG-style SillyTavern V2/V3 character-card generator plus tavern roleplay chat, with world-book generation and JSON/PNG import-export. | 0.1.0-rc.8 (2026-08-20) |
| dsh-lorebookmd | 18 | 609476965/dsh-LorebookMD | DSH lorebook-driven fiction writer: import Tavern/SillyTavern character cards & world books, save local Markdown settings, and generate novel prose referencing the world settings. | 0.1.0-rc.8 (2026-08-20) |
| dsh-whale-galgame | 18 | JAdpp/dsh-whale-galgame · npm | A multi-character Galgame interface and optional desktop companion for DeepSeek Harness Web. | 0.1.0-rc.8 (2026-08-20) |
| dsh-galgame | 17 | Lanxing6480/dsh-galgame | GalGame mode for the dsh web GUI: a third conversation view tab (after 轨迹) that renders the real agent session as a visual-novel stage — whale-girl (DeepSeek) portrait with diff switching + draggable | 0.1.0-rc.8 (2026-08-20) |
| dsh-gomoku | 15 | omdsh-dev/dsh-gomoku · npm | Gomoku (five-in-a-row) for the dsh web GUI: AI move routes, model catalog, and default prompt (node half) plus the conversation-view tab with the board (browser half) | 0.1.0-rc.8 (2026-08-20) |
| whale-purse | 15 | Suiwan/whale-purse | 鲸鱼娘桌宠 · DeepSeek 余额 + 会话用量/花费监视,直接挂进 DSH Web profile 的组合层(cordis.patch.yml insert,热重载) | 0.1.0-rc.8 (2026-08-20) |
| dsh-godot-skill | 13 | akira399/dsh-godot-skill | Godot Engine 4.x full-stack game development skill for DeepSeek Harness (DSH). A host plugin that registers the godot-4-development skill — covering renderers, 2D/3D graphics & physics |
0.1.0-rc.8 (2026-08-20) |
| dsh-live2d-pets | 13 | cyanfish-x/dsh-live2d-pets · npm | Live2D pet plugin for DeepSeek Harness: load models from any external URL or local model path | 0.1.0-rc.8 (2026-08-20) |
| dsh-liquid-glass | 12 | xingyingyuzhui/dsh-liquid-glass | Wallpaper plus an optional Liquid Glass overlay for DeepSeek Harness. Sits on official light / dark / system. 官方浅色/深色/跟随系统上的壁纸与液态玻璃叠加。 | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 400. all 400 → · gallery · JSON
npm packages with a dsh.bundle manifest: composition layers a profile boots from.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-base (official) | 199524 | deepseek-ai/deepseek-harness · npm | The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root | 0.1.0-rc.5 (2026-08-13) |
| dsh-headless (official) | 199524 | deepseek-ai/deepseek-harness · npm | The one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer | 0.1.0-rc.5 (2026-08-13) |
| dsh-web-app (official) | 199524 | deepseek-ai/deepseek-harness · npm | The browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, URL line) | 0.1.0-rc.5 (2026-08-13) |
| dsh-tui-ccch1mneyyy | 2617 | ccch1mneyyy/dsh-TUI · npm | Claude Code-style interactive TUI front door for DeepSeek Harness agents, built on a ported Ink core. | 0.1.0-rc.8 (2026-08-20) |
| dsh-im | 905 | xmanrui/dsh-im · npm | QR-code IM channel plugin that connects Feishu, WeChat, and DingTalk bots to DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| oh-dsh | 286 | hust-open-atom-club/oh-dsh | Community distribution bundling TUI, desktop, and web UI surfaces with layered installation, pinned to an exact harness revision via dsh-source.json | 0.1.0-rc.8 (2026-08-20) |
| dsh-super-injector | 151 | yjh051108/dsh-super-injector | Runtime injector for local DSH plugin packages with hot reload and a settings-page manager. | 0.1.0-rc.8 (2026-08-20) |
| dsh-invoice-downloader | 141 | EthanYoQ/Invoice-Downloader · npm | Local IMAP invoice download, OCR, archival, and Excel reimbursement summaries through a DSH profile bundle. | 0.1.0-rc.5 (2026-08-22) |
| dsh-memory-safe | 111 | seriousz158/dsh-memory · npm | Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, preview, and rollback. | 0.1.0-rc.7 (2026-08-21) |
| dsh-stock-watch | 66 | Awu12277/dsh-stock-watch | Collapsible A-share watchlist popup with live quotes, charts, and a target-price panel. | 0.1.0-rc.8 (2026-08-20) |
| dsh-mneme | 58 | modusensus/dsh-mneme · npm | Cross-session memory with SQLite, Markdown mirrors, autoDream consolidation, and a web panel. | 0.1.0-rc.8 (2026-08-20) |
| dsh-config-manager | 34 | xiajiajun516/dsh-config-manager · npm | Backup, export, import, and migrate DeepSeek Harness configuration from the web UI. | 0.1.0-rc.8 (2026-08-20) |
| dsh-code | 30 | UNLINEARITY/dsh-code · npm | Claude-Code-style interactive TUI bundle for DeepSeek Harness with a DeepSeek-blue whale banner and live session transcript. | 0.1.0-rc.8 (2026-08-20) |
| dsh-toolkit | 28 | omdsh-dev/dsh-toolkit | Zero-dependency toolkit collection: time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema in one entry. | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-marketplace-yelebai | 20 | YELEBAI/dsh-plugin-marketplace | A plugin marketplace for DeepSeek Harness with categories, trending discovery, install management, and controlled restart. | 0.1.0-rc.8 (2026-08-20) |
| dsh-any-background | 18 | Tkingxiao/dsh-any-background · npm | Custom wallpaper and theme-color controls for the DeepSeek Harness web UI, including opacity, blur, and a color wheel. | 0.1.0-rc.8 (2026-08-20) |
| dsh-fabric | 18 | omdsh-dev/stent | Fabric/Mixin extension workspace: an installable profile bundle carrier over the cordis-fabric package trio. | 0.1.0-rc.8 (2026-08-20) |
| dsh-harmony | 17 | memorax-ai/dsh-harmony · npm | Runtime library to patch, replace, and decorate DeepSeek Harness plugins with hot reload. | 0.1.0-rc.8 (2026-08-20) |
| dsh-desk | 16 | majiayu000/dsh-desk | Tauri desktop companion for DeepSeek Harness: wraps official dsh 0.1.0-rc.6 in a system WebView with isolated DSH_HOME and a plugin-manager UI. | 0.1.0-rc.8 (2026-08-20) |
| dsh-bash-win | 10 | zimzaza4/dsh-bash-win · npm | Windows-first bash tools for DeepSeek Harness: Git Bash and WSL2 bash with bwrap sandbox, approval mode, and background jobs. | 0.1.0-rc.8 (2026-08-20) |
| dsh-image2-draw | 10 | JuneLearn/dsh-image2-draw | Image2 (gpt-image-2) generation plugin for DeepSeek Harness with a Settings card for API key and endpoint. | 0.1.0-rc.8 (2026-08-20) |
| dsh-mermaid | 10 | AKS1st/dsh-mermaid | Renders Mermaid code fences as SVG diagrams in DeepSeek Harness web conversations. | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-port | 8 | STARDUSTLC666/dsh-codex-port · npm | One-command port of Codex plugins from ~/.codex into DeepSeek Harness skills, with frontmatter conversion. | 0.1.0-rc.8 (2026-08-20) |
| dsh-model-usage | 8 | AKS1st/model-usage-plugin | Model token usage stats, cost estimates, and account balance for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| pptfast | 8 | liustack/pptwise | Stable editable PPTX generation for DeepSeek Harness agents: semantic IR in, native DrawingML out. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 87. all 87 → · gallery · JSON
Anthropic-format SKILL.md units; dsh discovers them from its skill roots (no nested discovery, kebab-case names only).
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| ECC | 243634 | affaan-m/ECC | Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns | 0.1.0-rc.8 (2026-08-25) |
| paperclip | 79471 | paperclipai/paperclip | The open-source app everyone uses to manage agents at work | 0.1.0-rc.8 (2026-08-25) |
| ruflo | 69524 | ruvnet/ruflo | Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration | 0.1.0-rc.8 (2026-08-24) |
| compound-engineering-plugin | 24591 | EveryInc/compound-engineering-plugin | Official Compound Engineering skills plugin for coding agents | 0.1.0-rc.8 (2026-08-25) |
| colleague-skill | 24043 | titanwings/distilly | Digital-companion skill in the Anthropic SKILL.md format dsh reads; install by copying it into a dsh skill root such as .agents/skills | unverified |
| NemoClaw | 22292 | NVIDIA/NemoClaw | NemoClaw — run OpenClaw inside OpenShell with NVIDIA inference | 0.1.0-rc.8 (2026-08-25) |
| J-Space-Cognition-Suite-V3.7 | 3018 | Tiger3807861189/J-Space-Cognition-Suite-V3.7 | J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace research. | 哔哩哔哩:Tiger380 (UID 3494375382321675) — https://space.bilibili.com/3494375382321 | 0.1.0-rc.8 (2026-08-24) |
| last30days-skill-cn | 1652 | Jesseovo/last30days-skill-cn | last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。 | 0.1.0-rc.8 (2026-08-21) |
| vox-director | 1603 | Alisa0808/vox-director | Vox Director — an open-source Agent Skill that turns one topic into a finished Vox-style paper-collage explainer/ad video: script, collage keyframes, motion, voice-over, music and captions, automated | 0.1.0-rc.8 (2026-08-21) |
| ex-skill | 1073 | titanwings/ex-skill | Builds a digital persona skill of your ex from WeChat chat logs (create-ex); SKILL.md documents dsh discovery paths alongside other hosts | unverified |
| math-modeling-skill | 915 | XiaoMaColtAI/math-modeling-skill | 数学建模技能 - 面向 CUMCM、MCM/ICM 等数学建模竞赛的三阶段工作流:建模分析、Python/MATLAB 编程与 DOCX 论文生成。包含丰富的算法资源库(优化/预测/评价/图论/机器学习等)、角色指导文档、论文模板和实用工具脚本 | 0.1.0-rc.8 (2026-08-21) |
| Agentkey | 603 | chainbase-labs/Agentkey | AgentKey skills for AI agents - real-time web search, social media, and crypto data access | 0.1.1-rc.2 (2026-08-26) |
| harmony-next | 340 | linhay/harmony-next.skills | HarmonyOS NEXT development skill with offline ArkTS/ArkUI references and DevEco automation; copy harmony-next/ into a dsh skill root | 0.1.0-rc.8 (2026-08-20) |
| engramory | 176 | tinqiao-oss/engramory · npm | A portable memory protocol for AI agents — load it as standing rules; a curation discipline + reference spec + optional cap hook. | 0.1.0-rc.8 (2026-08-20) |
| find-plugins | 168 | Nagi-ovo/dsh-find-plugins | Skill that discovers and installs dsh plugins from the GitHub dsh-plugin topic, verifying install method from repo manifests; copy skills/find-plugins into a skill root | unverified |
| pinelab-vendure-plugins | 136 | Pinelab-studio/pinelab-vendure-plugins | Monorepo for different Vendure plugins developed by Pinelab | 0.1.1-rc.2 (2026-08-26) |
| argo | 111 | taxueseek/argo · npm | Agent-first multilingual search and evidence-verification skill routing 120+ engines with vertical sources and MCP entry points; SKILL.md at repo root | 0.1.0-rc.8 (2026-08-20) |
| mstar-harness | 57 | btspoony/mstar-harness | Morning Star skill-driven engineering workflow (roles, phase gates, plan conventions) shipped as twenty SKILL.md units; copy skills/* into a dsh skill root | 0.1.0-rc.8 (2026-08-20) |
| PatentRadar | 57 | yuc16/PatentRadar | 专利侵权分析系统 —— 输入专利公开号,产出竞品侵权分析报告;同时打包成 skill,可被任意 agent(codex,claude code 等) 调用。 | 0.1.0-rc.8 (2026-08-24) |
| dsh-plugin-dev-skills | 39 | zimodzh/dsh-plugin-dev-skills | An Agent Skills skill for developing DeepSeek Harness (DSH) plugins(开发 DSH 插件的 Agent Skill)——插件/服务/事件/工具/LLM 适配器/打包安装的标准。Works with Claude Code, Codex, DSH, VS Code Copilot & any compatible agent. | 0.1.0-rc.8 (2026-08-21) |
| hedgehog | 32 | skyf0xx/hedgehog | Install the Hedgehog build discipline (agents + skills) into a repo, for Claude Code, Cursor, or Gemini CLI. | 0.1.0-rc.8 (2026-08-24) |
| dsh-plugin-development | 14 | w2112515/dsh-plugin-development | Portable Agent Skill for developing and auditing DeepSeek Harness plugins, with an optional DSH bundle adapter. | 0.1.0-rc.8 (2026-08-20) |
| dsh-skill-adult-tension-narrative | 11 | daha1216/dsh-adult-tension | DeepSeek Harness 成年人(18+/adult)互动叙事 Skill:NPC 活人感(有记忆/立场/底线)、自带破甲与张力引擎、随机开局可预锁、时间推进、全维 YAML 存档。仅限虚构成年人。 | 0.1.0-rc.8 (2026-08-21) |
| math-skill | 9 | the-thinker0/math-skill | 面向 AI 架构创新与密码学研究的数学研究路由器:三层正交架构(15 透镜 / 41 锚点 / 22 设计原型)+ Domain Router + Knowledge Gap Protocol。Math research router for AI and cryptography: three-layer architecture with progressive loading and | 0.1.1-rc.2 (2026-08-26) |
| video-shotcraft-dsh | 8 | kingselyjoe/video-shotcraft-dsh | 面向 DeepSeek Harness 的电影感产品视频 Agent Skill,包含 152 张镜头配方卡、Remotion 模板、代码组件和音频资产。 | 0.1.0-rc.8 (2026-08-21) |
Showing the 25 most-starred of 184. all 184 → · gallery · JSON
UI skins. The dedicated registry is awesome-dsh-themes; only themes that also ship plugin machinery live here.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-deep-whale | 1765 | Small-tailqwq/dsh-deep-whale | Whale-girl skin series for the web UI; maid-atelier ships as a dsh.bundle package installed from a local clone (CC BY-NC-SA, non-commercial) | 0.1.0-rc.8 (2026-08-20) |
| dsh-homepage-skin | 2 | yushi-xxh/dsh-homepage-skin · npm | DeepSeek Harness homepage-style background skin: WebGL fluid, dot grid and digital whale. Dark and light variants included. | 0.1.0-rc.8 (2026-08-20) |
Developer tooling around dsh.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| create-dsh-plugin | 49 | whyihaveyou/dsh-suite · npm | Scaffold a DeepSeek Harness plugin in seconds: tool, events, and webui templates with next-tag version pinning and a built-in --verify smoke test. | unverified |
| oh-my-dsh-amplift | 13 | amplifthq/oh-my-dsh · npm | Plugins, sensible defaults, and a launcher for DeepSeek Harness (dsh) — everything you're missing, without forking upstream. | 0.1.0-rc.8 (2026-08-20) |
| dsh-forge | 4 | zhn1100/dsh-forge | Reproducible DeepSeek Harness plugin development profile with a cordis patch, CLI, and runtime-aware preset. | 0.1.0-rc.8 (2026-08-20) |
Open a PR against data/plugins.json only; the README is regenerated. See CONTRIBUTING.md. The spam gate in short: a real install path (a dsh.bundle manifest, a published npm package, or a SKILL.md layout dsh discovers), not a renamed template fork, and it loads against the dsh version you claim. Pick one or two tags from the schema's list so your entry lands in the right area.
A scheduled workflow also sweeps every dsh discovery topic, npm, and GitHub code search; new finds queue in data/candidates.json on a single reused triage PR and never enter the registry without review. Rejected candidates are recorded with one-line reasons in data/rejected.json. Rejections of judgment ("this is a curated list") are permanent; rejections of fact ("no install path on the day we looked") carry a recheckAfter date and are swept again once it passes, so shipping a manifest late is not a life sentence.
Most entries here arrived by sweep, not by PR, so plenty of authors are in the registry without knowing it. Search this README, or:
curl -s https://dsh.works/awesome-dsh-plugins/plugins.json | jq '.plugins[] | select(.repo=="you/your-plugin")'If the row is wrong — bad description, wrong tags, a version you have since moved past — the fix is a PR against the data file, and it is the fastest way to correct it.
If you want to say so in your own README, this badge is static — it points here and needs no upkeep:
[](https://dsh.works/awesome-dsh-plugins/)It is a link, not a certification: it means your plugin is in an open-data registry that publishes its rejections too, and nothing more.
Verified dsh traps, skill discovery rules, and hook-bridge limits live in howto-dsh.
MIT. Not affiliated with DeepSeek; the harness README calls itself "an idea, an official showcase, and a source of inspiration", and the ecosystem belongs to the community.