A spam-filtered, open-data registry of DeepSeek Harness (dsh) plugins, bundles, and skills — 13,561 entries from 7,784 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-09-09 it holds 14,060, 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-09-09: 15,871 repositories carry a dsh discovery topic and 15,083 of them — 95% — have been opened, read, and decided. 2,310 were rejected, 2,152 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. 15,083 of 15,871 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 7198 ★ · 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 3922 ★ · vision
- dsh-better-sidebar — Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs 3448 ★ · ui
- dsh-browser — Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 603 ★ · capabilities
- dsh-mnemon — Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. 349 ★ · memory
- 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 317 ★ · fun
- dsh-turn-rewind — Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger 114 ★ · memory
- dsh-usage-stats — Beautiful token analytics for DeepSeek Harness — trends, activity heatmaps, model breakdowns, and data exports. 11 ★ · usage
13158 Cordis plugins activated through patch rows in a bundle or profile, grouped by what they do. Data updated 2026-09-09.
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 ⭐ | 7198 | 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 ⭐ | 3448 | 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 | 566 | mnemon-dev/mnemon | Install the full dsh-mnemon integration from the Mnemon repository. | 0.1.0-rc.8 (2026-08-20) |
| superdesign-skill | 527 | 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-at-file | 507 | 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) |
| dsh-genui | 427 | 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 | 258 | 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-popout-sidebar | 211 | 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-openpencil | 168 | ZSeven-W/dsh-openpencil · npm | OpenPencil design preview and editing inside the web UI | 0.1.0-rc.8 (2026-08-20) |
| dsh-undo-plugin-lire1131 | 149 | lire1131/dsh-undo-plugin | 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.1-rc.2 (2026-09-09) |
| dsh-remote-web-gateway | 141 | 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) |
| pi-web-ui | 131 | xing-shuyin/pi-web-ui | Web chat interface for the pi coding agent, powered by the pi SDK (@earendil-works/pi-coding-agent) — one-command run, Docker/systemd/launchd deployable | 0.1.1-rc.2 (2026-09-04) |
| dsh-skill-viewer | 116 | fishquito7/dsh-skill-viewer | dsh-skill-mcp-panel: manage skills and MCP servers from the DSH web settings UI plus the unified dsh-panel CLI. | 0.1.1-rc.2 (2026-09-09) |
| dsh-annotation | 112 | 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) |
| dsh-github-panel | 105 | PivotStackIntelligence/dsh-github | Source Control and GitHub panel for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-custom-skin | 104 | SLin-code/dsh-custom-skin | Custom wallpapers and translucent skins for DeepSeek Harness Web | 0.1.0-rc.8 (2026-08-25) |
| dsh-web-mobile | 84 | 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-auto-continue | 81 | 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) |
| ProMentor | 72 | Lyn-77/ProMentor | ProMentor course dashboard in the Web GUI: composer-dock trigger plus a full-frame dashboard panel | unverified |
| dsh-smooth-stream-laplaceb | 70 | 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-prompt-enhancer | 66 | 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 | 58 | rison114514/dsh-endfield-ui | Endfield-inspired industrial UI shell for DeepSeek Harness (non-official fan theme) | 0.1.0-rc.8 (2026-08-20) |
| recruiting-copilot | 57 | Viy1204/recruiting-copilot | AI 招聘副驾 —— DeepSeek Harness profile bundle:注册招聘工作流 skills(岗位梳理、双通道寻源初筛、约面试、简历评估、台账与日报),并在 Web UI 右侧提供一只可直接操作的 boss/liepin 浏览器面板。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-openmaic | 56 | THU-MAIC/dsh-openmaic | OpenMAIC for DeepSeek Harness: generate classrooms and render slides, interactive widgets, teaching cards, plus a Socratic teaching skill | 0.1.0-rc.8 (2026-08-20) |
| dsh-mattpocock-skills-deck | 54 | FeatherHunter/dsh-mattpocock-skills-deck · npm | 非官方 DeepSeek Harness 插件:Matt Pocock 技能套件(mattpocock/skills)的 DSH 控制面板(Deck)——将 wayfinder 地图/票务/进度、triage / grilling / handoff 动作注入带进 DSH;配套 25 个工程与效率技能。打开形式仅右侧 details 列(无 PiP/悬浮)。npm 标准安装(dsh plugin | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 1021. all 1021 → · gallery · JSON
TUIs, desktop shells, headless runners.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| deepseek-harness-desktop | 24649 | anywhere-labs/deepseek-harness-desktop | 为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验 | 0.1.0-rc.8 (2026-08-20) |
| dsh-desktop-anywhere | 24649 | anywhere-labs/dsh-desktop | DSH Desktop product workspace | 0.1.0-rc.8 (2026-08-25) |
| dsh-desktop | 4607 | dataelement/dsh-desktop | A cross-platform desktop shell for DeepSeek Harness. | 0.1.1-rc.2 (2026-09-04) |
| deepseek-harness-desktop-hairyf | 1821 | 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) |
| dshcode | 714 | whitelonng/dshcode | Community desktop companion for DeepSeek Harness — one-click Electron app for macOS and Windows | 0.1.1-rc.2 (2026-09-04) |
| working-activity | 660 | 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 | 620 | fufankeji/deepseek-harness-studio | DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。 | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-ningbain | 416 | ningbainb/deepseek-harness-desktop | Lossless desktop shell for DeepSeek Harness and the complete dsh-web-ui plugin collection | unverified |
| pilot-harness | 271 | 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 | 268 | 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-chokwinl | 221 | chokwinlee/deepseek-harness-desktop | Compact unofficial desktop host for DeepSeek Harness, powered by Tauri on macOS | 0.1.1-rc.2 (2026-09-04) |
| seektty | 197 | Hilbert-beinghappy/seektty · npm | SeekTTY, a pluggable DeepSeek-colored terminal surface for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| jingyun-dsh | 172 | jingyunstudio/jingyun-dsh | 基于 Jingyun Studio + DeepSeek Harness (DSH) 打造的一站式 AI 商业化桌面客户端 | 0.1.1-rc.2 (2026-09-01) |
| Deepseek-Harness-Desktop-chisaalt | 161 | ChisaAlter/Deepseek-Harness-Desktop | Electron desktop shell for DeepSeek Harness Web UI | 0.1.1-rc.2 (2026-09-09) |
| Tydora | 146 | 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) |
| DeepSeek-Harness-Desktop-webcasa | 118 | 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-desktop-baihejia | 108 | 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) |
| deepseek-harness-tui-openmaai | 70 | 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) |
| deepseek-harness-docker-runzhliu | 69 | 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) |
| happy-friday-lite | 68 | cheney-plus/happy-friday-lite | Happy Friday Lite - Electron + Vue3 | 0.1.1-rc.2 (2026-09-04) |
| dsh-desktop-hub | 60 | FlashingChen/dsh-desktop-hub | DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(多 Tab:Harness / Plugin / MCP / Skills) | 0.1.0-rc.8 (2026-08-20) |
| dsh-workbuddy-connect | 41 | corrinehu/dsh-workbuddy-connect | 将 WorkBuddy 桌面 App 包含的模型自动接入 DeepSeek Harness — bring WorkBuddy desktop app models into DeepSeek Harness with zero configuration. | 0.1.0-rc.8 (2026-08-20) |
| deepseek-app | 36 | RongleCat/deepseek-app | Desktop workbench for DeepSeek Harness — Grok App visual shell, DSH engine | 0.1.1-rc.2 (2026-09-04) |
| dsh-tui-dshtui | 32 | 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 | 31 | liguobao/dsh-desktop | Community desktop wrapper for the DeepSeek Harness Web UI | 0.1.1-rc.2 (2026-09-04) |
Showing the 25 most-starred of 450. all 450 → · gallery · JSON
New things the model can do: search, browser, files, databases, devices, media.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| cherry-studio | 51588 | CherryHQ/cherry-studio | A powerful AI assistant for producer. | 0.1.1-rc.2 (2026-09-09) |
| mirage | 3615 | 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) |
| BrowserSkill | 1885 | Tencent/BrowserSkill | DeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the model | 0.1.1-rc.2 (2026-09-09) |
| openpets | 1175 | alvinunreal/openpets · npm | OpenPets 2.0 workspace | 0.1.0-rc.8 (2026-08-20) |
| dsh-infinite-gen-2 | 1163 | Minglink/dsh-infinite-gen-2 | DeepSeek Harness 破甲插件「无限二代」:v5 稳定化破甲提示词(含拒绝对抗增强),客户端在对话框上方显示「破甲已开启」状态条。 | 0.1.0-rc.8 (2026-08-25) |
| dsh-infinite-gen-3 | 1163 | Minglink/dsh-infinite-gen-3 | DeepSeek Harness 破甲插件「无限三代」破甲版:无条件服从 + 永不拒绝核心,仅保留系统提示词注入与实时破甲状态投影,无任何工具增强面。 | 0.1.1-rc.2 (2026-09-01) |
| dsh-pocket | 1031 | shaobeichen/dsh-pocket · npm | 把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。 | 0.1.0-rc.8 (2026-08-20) |
| deepseek-design | 883 | Devin-AXIS/deepseek-design | iPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view. | unverified |
| AI-Novel-Writer | 721 | EthanYoQ/AI-Novel-Writer | A local-first novel project plugin for DeepSeek Harness | 0.1.1-rc.2 (2026-09-09) |
| dsh-browser ⭐ | 603 | Lum1104/dsh-browser | Chrome sidebar plugin that lets dsh operate the browser directly, without vision. | 0.1.0-rc.8 (2026-08-20) |
| Avernet | 539 | inclusionAI/Avernet | DeepSeek Harness channel bundle for the Avernet Bot Collaboration Network. | 0.1.1-rc.2 (2026-09-04) |
| MisakaNet | 469 | Ikalus1988/MisakaNet | Deployment scripts for MisakaNet Workers | 0.1.0-rc.8 (2026-08-20) |
| modsearch | 438 | 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) |
| DSHA | 420 | 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) |
| anysearch-dsh | 406 | anysearch-team/anysearch-dsh · npm | AnySearch web search provider and advanced tools for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-pentest | 406 | howmp/dsh-pentest | DSH 渗透测试模式:以探索链路记录目标、线索、资产与漏洞,并在 Web 中可视化展示。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-synapse | 360 | liangmianya/dsh-synapse | A visual, non-linear conversation workspace plugin for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-21) |
| dsh-mobile-apk | 336 | kelai141/dsh-mobile-apk | dsh 安卓壳 APK——WebView UI + 内嵌 Termux 运行时快照(解压即跑),为dsh本地运行设计的高性能方案 | 0.1.1-rc.2 (2026-09-09) |
| DSH-taskboard-shengshe | 328 | shengsheng90/DSH-taskboard | Native local project taskboard bundle for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| oh-story-dsh | 327 | 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 | 327 | zenstory-ai/oh-story-dsh | A DSH plugin for fiction and short-drama production | 0.1.0-rc.8 (2026-08-25) |
| dsh-univer-office | 309 | 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) |
| Perfect-Web-Clone | 264 | 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) |
| acryl | 237 | acryldev/acryl | Host-neutral Cordis control plane for ACRYL | 0.1.1-rc.2 (2026-08-28) |
| dsh-evolve-modes | 206 | 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) |
Showing the 25 most-starred of 3809. all 3809 → · gallery · JSON
Image understanding for text-only models.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| archify | 55226 | 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 ⭐ | 3922 | 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 | 1089 | 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 | 866 | 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 | 174 | woaiys3/deepseek-harness-android-app | Model-facing Android system tools (package/app/setting/screenshot/input) over Shizuku shell. | unverified |
| dsh-video-lens | 117 | 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) |
| dsh-vision-oil | 90 | oil-oil/dsh-vision | Near-native image understanding for text-only DeepSeek Harness models. | 0.1.0-rc.8 (2026-08-20) |
| beautiCode | 66 | starsstreaming/beautiCode | Cordis plugin: image/video backgrounds for DeepSeek Harness web. | 0.1.0-rc.8 (2026-08-20) |
| dsh-imagegen | 58 | 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) |
| picturereader | 37 | 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-media-skills-mjorgin | 19 | 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 | 18 | 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) |
| deepseek-harness-docker | 17 | AlliotTech/deepseek-harness-docker | Reproducible container image for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-visual-plugin | 16 | 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-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) |
| 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 | 14 | 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) |
| dsh-codex-oauth-wnjxyk | 13 | 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) |
| 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-diagram | 12 | hanzhangzzz/dsh-diagram · npm | Turn articles in DeepSeek Harness into editable Excalidraw canvases | 0.1.0-rc.8 (2026-08-20) |
| dsh-mermaid-mrmolabs | 11 | MrmoLabs/dsh-mermaid | Render Mermaid code blocks in DeepSeek Harness with a diagram/code toggle. | 0.1.0-rc.8 (2026-08-25) |
| dsh-vision-linenxi | 11 | 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-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-chat-imagine | 10 | 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-file-upload-a9030672 | 10 | 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) |
Showing the 25 most-starred of 470. all 470 → · gallery · JSON
Subagents, workflows, cross-session coordination.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| ouroboros | 5803 | Q00/ouroboros | Mount Ouroboros (spec-first AI dev workflow engine) into DeepSeek Harness as native tools — type "ooo interview" or "ooo auto" in chat. | 0.1.1-rc.2 (2026-09-09) |
| dashi-taskboard | 3008 | chuspeeism/dashi-taskboard | 现代化可灵活嵌入的任务面板,支持 Codex、DeepSeek Harness | 0.1.1-rc.2 (2026-09-09) |
| BitFun | 2108 | 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) |
| OpenBitFun | 2108 | GCWing/OpenBitFun | DeepSeek Harness plugin bundle exposing the OpenBitFun Agent SDK Host as dsh tools | 0.1.1-rc.2 (2026-09-09) |
| dsh-agent-teams | 1467 | NanmiCoder/dsh-agent-teams · npm | AgentTeams plugin: coordinate teams of subagents from the web UI | 0.1.0-rc.8 (2026-08-20) |
| tongflow | 1018 | 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) |
| Wegent | 820 | wecode-ai/Wegent | An open-source AI-native operating system to define, organize, and run intelligent agent teams | 0.1.1-rc.2 (2026-08-28) |
| Openwrite | 698 | LiPu-jpg/Openwrite | OpenWrite 长篇小说领域后端接入 DeepSeek Harness:统一创作 Agent 预设 + 原生创作工作台 | 0.1.1-rc.2 (2026-09-09) |
| Minke | 629 | lencx/Minke | Minke desktop agent powered by DeepSeek Harness | 0.1.1-rc.2 (2026-09-09) |
| dsh-worktable | 544 | Aisland-SJL/dsh-worktable | 工作台 Worktable:DeepSeek Harness 侧边栏的 agent 级项目容器(应用抽屉) | 0.1.0-rc.8 (2026-08-24) |
| DSHA-dshapp | 420 | DSH-APP/DSHA | DSHA 后台任务、网页返回和草稿恢复适配 | 0.1.1-rc.2 (2026-09-09) |
| easyeda-agent | 400 | zhoushoujianwork/easyeda-agent | EasyEDA Pro (JLC EDA) automation for DeepSeek Harness: MCP bridge + agent skill bundle | 0.1.1-rc.2 (2026-09-09) |
| watch-skill | 354 | oxbshw/watch-skill | DeepWatch — an evidence-native agent distribution built on DeepSeek Harness | 0.1.1-rc.2 (2026-09-09) |
| Polaris | 234 | 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 | 213 | 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 | 173 | 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-lowtide | 149 | 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) |
| sandbase-skills | 141 | sandbaseai/sandbase-skills | Install SandBase Agent Skills into DeepSeek Harness projects. | 0.1.1-rc.2 (2026-09-09) |
| consensus-pipeline | 121 | fangqian616/consensus-pipeline | Multi-agent department framework for long-form complex tasks, fighting AI hallucination, validated on academic research. 共识管线:多智能体部门长线任务解决框架,对抗AI幻觉,以学术研究为验证场景。 | 0.1.1-rc.2 (2026-09-01) |
| dsh_workflow | 117 | omdsh-dev/dsh_workflow | KodaX-parity dynamic workflow harness for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| odai | 109 | orziz/odai · npm | 完整继承 DSH Standard 全部能力的 Odai Agent preset。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-automation | 89 | 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-antibrow | 81 | antibrow/dsh-antibrow | DeepSeek Harness plugin: an agent browser with a persistent identity - engine-level fingerprint spoofing, per-profile cookies and passkeys, residential proxy egress. | 0.1.0-rc.8 (2026-08-20) |
| dsh-deepseek-flow | 68 | 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-remote-scspotat | 63 | SCSpotato/dsh-remote | Minimal HTTP + SSE remote-control surface for driving a DSH agent from a phone. | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 1093. all 1093 → · gallery · JSON
Memory systems, context management, session search/rewind/export.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| reactive-resume | 42358 | amruthpillai/reactive-resume | DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP. | 0.1.1-rc.2 (2026-09-09) |
| MemOS | 11238 | 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) |
| loopx | 5751 | huangruiteng/loopx | One-step LoopX bootstrap, same-session driver, and local GoalBar for DeepSeek Harness | 0.1.1-rc.2 (2026-09-01) |
| ReMe | 3436 | agentscope-ai/ReMe | ReMe client and memory integrations for TypeScript agents | 0.1.0-rc.8 (2026-08-25) |
| memsearch | 2579 | 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) |
| DSH-Desktop-EAC | 1599 | zouyuxuan122/DSH-Desktop-EAC | AI 变更审核(DSH Desktop 配套插件):监控会话的文件更改投影(fileChanges),手动或自动向当前对话发送审核请求,让 AI 复查自己刚做的改动(正确性 / 安全性 / 目标一致性),配合「文件」页的一键还原使用 | 0.1.1-rc.2 (2026-09-01) |
| dsh-context | 1306 | 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) |
| memmy-agent | 1288 | MemTensor/memmy-agent | Local-first agent memory substrate with desktop and CLI surfaces. | 0.1.1-rc.2 (2026-09-09) |
| mem9 | 1208 | mem9-ai/mem9 | Mem9 persistent memory for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| MindMemOS | 980 | mindscale-noah/MindMemOS · npm | DeepSeek Harness (dsh) plugin that recalls and writes MindMemOS memories through the mindmemos CLI. | 0.1.1-rc.2 (2026-09-04) |
| deja-vu | 794 | 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 | 643 | 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) |
| graph-memory | 607 | 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) |
| deepseek-harness-desktop-app | 584 | vibeinging/dsh-desktop | Session-scoped DeepSeek Harness Desktop App capabilities for the current DSH Web profile | unverified |
| ccteam | 482 | firstintent/ccteam | ccteam inside the DeepSeek Harness: the workbench in DSH web (cross-harness session tree, native-grade chat, one-click spawn), the six ccteam MCP tools for DSH agents, and the ACP transport ccteam | 0.1.1-rc.2 (2026-09-09) |
| thoughtdag | 383 | chenxiachan/thoughtdag | ThoughtDAG for DeepSeek Harness: turn the current DSH session into an editable thought graph on an infinite canvas. | 0.1.1-rc.2 (2026-09-09) |
| dsh-mnemon ⭐ | 349 | 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-dafeiyu | 311 | 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 | 292 | 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-plugin-bridge | 164 | 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) |
| dsh-damage-pulse | 154 | wssfk12138/dsh-damage-pulse | Token 用量与金额面板:对话流内单次用量行 + 输入区会话累计条,读自 tokenCost session projection | 0.1.0-rc.8 (2026-08-20) |
| dsh-auto-review | 149 | 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-memory | 146 | FuRongJun-1999/dsh-memory · npm | 灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进记忆库 | 0.1.0-rc.8 (2026-08-20) |
| cetus | 143 | drewnekota/cetus | DSH Companion 的本地网关插件:把宿主 ApiProxy 暴露为 127.0.0.1 上的 HTTP + SSE(token 鉴权),供桌面壳驱动会话 | 0.1.0-rc.8 (2026-08-20) |
| dsh-noema | 129 | 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) |
Showing the 25 most-starred of 1559. all 1559 → · gallery · JSON
Providers, routing, fallbacks, subscription adapters.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| api-relay-audit | 824 | toby-bridges/api-relay-audit | DeepSeek Harness bundle for running API Relay Audit locally | 0.1.0-rc.8 (2026-08-20) |
| dsh-purge | 481 | YuJunZhiXue/dsh-purge | DeepSeek Harness 破甲:所有模型都可破甲,不同模型可换不同提示词;默认提示词面向国模「小码酱」。Jailbreak for every model. 求 Star | 0.1.1-rc.2 (2026-09-02) |
| dsh-image-gen-shanliul | 359 | 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 | 168 | 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) |
| marketingdashboard | 157 | theBigGavin/marketingdashboard | 面向金融与产业研究的一屏式实时行情大屏:A股/港股/美股指数、大宗商品、美债收益率、板块热点、主力资金流、7×24 快讯、产业链自选股、AI 大模型 Token 追踪。A real-time market research cockpit on a single screen: CN/HK/US indices, commodities, treasury yields, sector hotsp | 0.1.1-rc.2 (2026-09-01) |
| dockyard-dsh | 81 | AITabby/dockyard-dsh | A macOS-only native account-pool and provider plugin for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| rapid-mlx-dsh-provider | 71 | 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-claude-ux | 69 | 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 | 56 | 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-agy-link | 51 | 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) |
| deepseek-harness-model-config | 37 | MarvekG/deepseek-harness-model-config | Advanced per-model reasoning and capacity settings for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-full-remote | 37 | 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-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) |
| dsh-agy | 33 | 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-claude-provider | 32 | MoFeng2223/dsh-claude-provider · npm | Custom Claude provider support for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-llm-codebuddy-axiaohungry | 29 | Axiaohungry/dsh-llm-codebuddy · npm | WorkBuddy API adapter so DeepSeek Harness can call CodeBuddy models. | 0.1.0-rc.8 (2026-08-20) |
| dsh-llm-workbuddy-axiaohun | 29 | Axiaohungry/dsh-llm-workbuddy | 通过 WorkBuddy API Key 或 WorkBuddy 登录令牌为 DeepSeek Harness 接入 WorkBuddy 模型 | 0.1.1-rc.2 (2026-09-04) |
| dsh-knowledge-sorenabt | 28 | 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) |
| deepseek-harness-auth | 27 | 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-thinking-effort | 27 | hytime/dsh-thinking-effort · npm | DSH 第三方模型思考强度档位插件:默认档位自动补齐(宿主)+ 设置页自定义档位编辑器(客户端) | 0.1.0-rc.8 (2026-08-20) |
| dsh-computer-use-988hj7tc | 26 | 988hj7tczd-oss/dsh-computer-use | Computer Use 插件:虚拟鼠标真人操作(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎) | 0.1.0-rc.8 (2026-08-20) |
| kixparadigm | 26 | olicesx/kixparadigm | dsh 无缝识图桥:UI 上传图片 → 自动用 GLM-4.6V 转成文本描述交给主模型(client dock 插件 + 服务端 HTTP 端点) | 0.1.0-rc.8 (2026-08-20) |
| opencode2dsh | 26 | FishBottle7/opencode2dsh | Free OpenCode Zen models for DeepSeek Harness (DSH): native dsh-llm adapter plugin, no API key. | 0.1.1-rc.2 (2026-09-01) |
| dsh-file-upload | 24 | 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-web-tools | 24 | 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) |
Showing the 25 most-starred of 829. all 829 → · gallery · JSON
Bridges to and from Claude Code, Codex, and other harnesses.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-hooks-claude-code (official) | 216695 | 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) | 216695 | 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 | 4057 | 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) |
| flowix | 407 | text2future/flowix | Codex app-server-shaped protocol adapter for DeepSeek Harness | 0.1.1-rc.2 (2026-09-09) |
| dsh-plugin-subscriptions | 330 | 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 | 185 | 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-chat-import | 142 | 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-crew | 136 | 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 | 130 | 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-codex-connect | 94 | franksong2702/dsh-codex-connect · npm | ChatGPT OAuth and Codex models for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-multica-runtime | 64 | multica-ai/dsh-multica-runtime | Private DeepSeek Harness runtime bridge for Multica | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-ui | 62 | MichengAI/dsh-codex-ui · npm | 以 Codex 风格重构 DSH Web 侧栏的独立客户端插件 | 0.1.0-rc.8 (2026-08-20) |
| AgentDebugX | 55 | 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) |
| runtime36 | 37 | 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) |
| dsh-timeline-houyanch | 33 | 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) |
| DSHBox | 30 | Nexus-Aethra/DSHBox | Manage DeepSeek Harness locally: run multiple DSH versions in isolated containers, open the UI in an embedded WebView, import plugins/skills with one click, share extension bundles, and let a queued t | 0.1.1-rc.2 (2026-09-09) |
| dsh-better-deepseek | 28 | 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 | 26 | 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-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.1-rc.2 (2026-09-04) |
| dsh-opencode-palette | 23 | 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-plugin-product-subagents | 20 | 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-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) |
| write-chinese-long-screenplay | 19 | mudden2380078550-creator/write-chinese-long-screenplay | 中文电影与剧集长剧本写作 skill(SKILL.md)——双输入板块 + 因果—价值内核,保证长篇幅连续性与人物声音;兼容 Codex / Claude Code / DeepSeek Harness (dsh) / zcode | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 433. all 433 → · gallery · JSON
IM bridges and remote control: Feishu, Telegram, WeCom, DingTalk.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| deepseek-harness-remote | 171 | 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-bridge-wenbinwb | 150 | wenbin-wb/dsh-bridge · npm | 手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与微信 Bot(多工作区/会话持久化/媒体/审批),无需自己搭公网服务器。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-qqbot | 90 | tencent-connect/dsh-qqbot · npm | QQ Bot IM channel plugin for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-notifier-thewolfw | 89 | 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-lark | 51 | 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) |
| ax-feishu-bridge | 46 | 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-im-gateway-zhuiyuey | 46 | 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) |
| dsh-lark-bot | 38 | 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-bridge-bihangch | 35 | 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-link | 35 | 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-lark-sugarfor | 27 | sugarforever/dsh-lark · npm | Feishu/Lark WebSocket channel plugin for DeepSeek Harness | 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-awiki | 17 | AgentConnect/dsh-awiki · npm | AWiki identity and messaging plugin for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-im-connect | 16 | MichengAI/dsh-im-connect · npm | DeepSeek Harness IM 助理:把本机 agent 接到微信、企微、钉钉、飞书、QQ、Telegram,会话与网页任务分列。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-dingtalk-dingtalk | 15 | DingTalk-Real-AI/dsh-dingtalk · npm | Official DingTalk connector for DeepSeek Harness | 0.1.0-rc.8 (2026-08-21) |
| dsh-email | 14 | 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-qq-bridge-tomoyona | 12 | TomoyoNatsume/dsh-qq-bridge | A pluggable DSH host plugin that connects QQ (NapCat/OneBot) and forwards messages to DSH agents / local capabilities. | 0.1.1-rc.2 (2026-09-09) |
| dsh-web-remote | 11 | godchen520/dsh-web-remote | DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权代理 + gzip 压缩 + 局域网 HTTP/HTTPS 直连 + 常驻手机图标面板 + QQ 机器人取链接。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-feishu | 10 | xmanrui/dsh-feishu | DeepSeek Harness plugin for multi-bot Feishu setup and streaming chat | 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-wechat-notify | 10 | 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.1-rc.2 (2026-09-04) |
| 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) |
| dsh-wechat | 9 | pan17/dsh-wechat | Bridge WeChat (iLink bot) to DeepSeek Harness (DSH) | 0.1.0-rc.8 (2026-08-20) |
| dsh-wechat-article | 9 | aiworkskills/dsh-wechat-article | DeepSeek Harness bundle for the aiworkskills WeChat article workflow | 0.1.1-rc.2 (2026-09-09) |
Showing the 25 most-starred of 265. all 265 → · gallery · JSON
Alerting the human: desktop, sound, even a phone call.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-notification | 81 | 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 | 26 | 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-personal-workbench | 21 | Dely0/dsh-personal-workbench | DSH 个人工作台:日历 + 层级任务 + AI 澄清/拆解/执行/复盘 + AI 智能排序/日报周报 + 桌面提醒 | 0.1.0-rc.8 (2026-08-20) |
| dsh-update-checker-airmetro | 14 | 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-prompt-library | 10 | master1Sun/dsh-prompt-library | DSH 提示词库插件:提供提示词库管理(增删改查、分类标签、导入导出、AI 智能优化、选择文本一键剪藏)、侧边栏与词库助手气泡提醒等能力。 | 0.1.0-rc.8 (2026-08-24) |
| dsh-ding | 9 | 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-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-zen-remote | 8 | 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-clawbot-cryjkd | 7 | cryjkd/dsh-clawbot | 微信官方 ilink 机器人网关绑定+通知+监听(ClawBot):扫码绑定、微信在线/断线状态、自动通知开关、批准/选择提醒、微信消息监听并自动处理 | 0.1.1-rc.2 (2026-09-04) |
| 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-notify-center | 7 | SingleOne/dsh-notify-center | Unified native desktop and webhook notifications for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-notify-windows | 7 | SeverusZh/dsh-notify-windows | DeepSeek Harness (DSH) 插件:任务完成 / 等待审批 / 等待回答时发送 Windows 系统桌面通知 | 0.1.1-rc.2 (2026-09-09) |
| 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-complete-notify | 6 | kaixinbaba/dsh-complete-notify · npm | 任务完成时播放提示音并弹出小通知(页面内 toast + 后台时系统通知),按结果状态着色(完成/阻塞等待反馈/中断/失败),附带一句话小结(recap)与运行统计(时长/tokens/步骤)。纯浏览器方案,零系统依赖,跨 Windows/macOS/Linux。 | 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-bell-notify | 5 | 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-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-web-ui-notify-omdsh | 5 | omdsh-dev/dsh-web-ui-notify | Desktop notifications for DeepSeek Harness approvals, questions, and turn completion — so neither DSH nor you end up waiting while you browse another tab. | 0.1.0-rc.8 (2026-08-20) |
| dock-git | 4 | AKS1st/dock-git | Git history viewer for the DSH dock: browse the commit graph, branches, tags and remotes; stage, commit, push and manage repository settings. | 0.1.0-rc.8 (2026-08-20) |
| dsh-alert-sound | 4 | Machine-126/dsh-alert-sound | DSH web GUI notification alerts: distinct synthesized tones or a spoken voice (zh/en) for 'needs approval', 'needs answer', 'output complete' and 'error', with per-type sound, enable, volume, repeat | 0.1.0-rc.8 (2026-08-25) |
| 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) |
Showing the 25 most-starred of 215. all 215 → · gallery · JSON
Token accounting, billing, balance, quota.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| DeepSeek-Balance-Whale-Widget | 1949 | MeteorNOX/DeepSeek-Balance-Whale-Widget | DSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件(含今日已用、峰谷定价、随机台词、音效与每轮消耗统计) | 0.1.1-rc.2 (2026-09-09) |
| treg | 1287 | 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 | 608 | 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-redteam-model | 338 | 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-cost-meter-han14131 | 267 | 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 | 196 | 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 | 146 | 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 | 106 | 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-green-meter | 101 | dclichang2022/dsh-green-meter | Energy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost. | 0.1.1-rc.2 (2026-09-04) |
| dsh-usage | 90 | Aisland-SJL/dsh-usage | Persistent balance badge and token usage panel for the dsh web GUI | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-control-center | 70 | 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 | 60 | yxxbc/dsh-balance-plugin | DeepSeek 余额监控与用量统计(DSH 插件):余额监控 · 官方充值入口 · Miyu 风格用量统计 · 三方插件管理 | 0.1.0-rc.8 (2026-08-20) |
| dsh-codex-subscription | 51 | 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-ui-usage-billing | 39 | 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-usage-plugin | 34 | 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-bottom-info-bar | 31 | songoao25/dsh-bottom-info-bar · npm | DeepSeek Harness 底部信息栏插件:替换对话输入框下方的原生统计栏,显示服务商/具体模型、真实余额、高峰(琥珀)/空闲(绿)价与倒计时、本对话·今日·近一月·全部花费。安装一次,每次打开 DSH 自动生效。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-balance | 27 | crazywoola/dsh-balance · npm | Shows API balances and available models in DeepSeek Harness Settings. | 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-opencode-zen | 25 | 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-whale-balance | 25 | enchangcui340-cloud/dsh-whale-balance | DeepSeek Harness 原生插件:页面右下角的小鲸鱼余额提醒挂件 | 0.1.0-rc.8 (2026-08-20) |
| NixKits | 25 | Kihara777/NixKits | API 用量余额插件 for the DeepSeek Harness — 在 webui 原有用量显示旁添加「用量 / 开销」标签切换,切换为「开销」后展示当前 API KEY 的用量信息、账户花费与余额(DeepSeek /user/balance) | 0.1.1-rc.2 (2026-09-04) |
| dsh-balance-meter | 18 | 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-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-deepseek-usage-panel | 16 | WeiyangPro/dsh-deepseek-usage-panel | Floating macOS-glass DeepSeek usage panel for the DSH web UI: live official balance + token usage (today, session, 24 h smooth trend, per model) without opening platform.deepseek.com/usage. · DSH | 0.1.1-rc.2 (2026-09-09) |
| dsh-quota-meter-aishushu | 15 | ai-shushu/dsh-quota-meter | 会话额度监控(官方 dsh bundle):按 DeepSeek 官方价格记账、额度耗尽拦截 + 输入框上方进度条 UI | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 806. all 806 → · gallery · JSON
Diagnostics, logs, audits, content-addressed proofs.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| PrismFlowAgent | 88 | justlovemaki/PrismFlowAgent | Native PrismFlow plugins and one-stop dashboard for DeepSeek Harness | 0.1.1-rc.2 (2026-09-04) |
| dsh-research-report | 77 | 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-status-rotator | 76 | 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 | 25 | 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 | 21 | 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) |
| upstream-radar | 12 | 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-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) |
| OmniOps | 10 | luxiu666/OmniOps | MySQL 慢查询诊断 bundle:skill(mysql-slow-query-analysis)+ mcp-client(stdio 自动拉起 mysql-diag-mcp) | 0.1.1-rc.2 (2026-08-28) |
| dsh-otel-tma1ai | 9 | tma1-ai/dsh-otel | OpenTelemetry traces, metrics, and logs for DeepSeek Harness, written straight into GreptimeDB. | 0.1.1-rc.2 (2026-08-26) |
| 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-mall | 8 | hoyyang/dsh-mall | 全网最强 DeepSeek Harness 插件商场:全量收录 GitHub #dsh-plugin 生态插件,五维实用评分雷达图,智能搜索(AI 理解需求)、智能安装/更新/卸载(AI 装前审查+装后诊断)、一键批量更新、编辑精选与个性化推荐,自带 Skills 工具与 dsh-mall 技能,中英多语言界面。 | 0.1.1-rc.2 (2026-08-26) |
| dsh-runtime-capabilities | 8 | goatliamia/dsh-runtime-capabilities | Isolated real-DSH runtime-exposure A/B experiment host bundle. No client, no SQLite, no default model-visible side effects; metrics go to EXP_RESULTS_DIR only. | 0.1.1-rc.2 (2026-09-01) |
| context-assembler-DSH | 7 | i1j/context-assembler-DSH | Context Assembler DSH V0.99 — Context Assembler plugin for DeepSeek Harness (dsh): context compaction, cache-friendly topic-block management, water-pressure topic splitting, tool trace/rewrite | 0.1.0-rc.8 (2026-08-20) |
| dsh-a2a-ryubyte | 7 | 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-comfyui-canvas | 7 | wbin0001/dsh-comfyui-canvas | Give DeepSeek Harness agents live control of your ComfyUI canvas (local or cloud): embed it as a split-screen tab, then read/edit/run workflows, debug errors, fetch output images, and batch-sweep | 0.1.1-rc.2 (2026-09-01) |
| 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-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-acp-enhanced | 6 | grunmin/dsh-acp-enhanced · npm | Enhanced ACP server for DeepSeek Harness: block-level streaming, usage/stat telemetry (cache hit rate, token speed, input/output tokens, context length, turns, tool timing), model & reasoning-effort | 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-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-session-header | 6 | homily707/dsh-session-header | Inject an x-session-id HTTP header onto every DeepSeek Harness LLM provider request, carrying the harness session id of that exact call. | 0.1.0-rc.8 (2026-08-20) |
| dsh-thinking-levels | 6 | 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) |
| dsh-character-profiler | 5 | MlittleFriend/dsh-character-profiler | DSH 写作插件:角色性格侧写档案 + 出场权重/占比统计 + 行为偏离度检测。为长篇小说提供人物一致性的量化监控。 | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 221. all 221 → · gallery · JSON
Permission tiers, gates, redaction, protection.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| Aegis | 1176 | 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 | 482 | xiaods/k8e | Installable dsh bundle mounting the k8e-sandbox execution world (KIP-20). | 0.1.0-rc.8 (2026-08-20) |
| DeepSec | 403 | 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 | 242 | saya-ch/dsh-mobile · npm | DeepSeek Harness 移动端适配与安全局域网访问插件,支持 Android App 和手机浏览器。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-auto-mode | 150 | NanmiCoder/dsh-auto-mode · npm | Fail-closed automatic permission policy for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| dsh-undo-plugin | 149 | 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 | 138 | 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.1-rc.2 (2026-09-04) |
| dsh-permission-rules | 113 | 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-network-settings | 109 | 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) |
| dsh-secure-audit | 87 | 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-alpha-desk | 62 | JingHao-Leon/dsh-alpha-desk | Alpha Desk compliance gate for deepseek-harness: denies live-trading and credential-access tool calls at tools/pre-execute. | 0.1.0-rc.8 (2026-08-20) |
| dsh-approval-gate | 50 | moon09300731/dsh-approval-gate | DeepSeek Harness 自动审批门控:Flash 模型预判写入/命令是否不可回补,安全自动批准、危险转人工(fail-safe) | 0.1.0-rc.8 (2026-08-20) |
| sofagent | 43 | 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) |
| DeepSeekGUI | 39 | See-Sol-Lab/DeepSeekGUI | DeepSeekGUI browser capability: embedded in-window pane (CDP) or headed Edge, driven over playwright-core with an SSRF gate. | 0.1.1-rc.2 (2026-08-28) |
| dsh-clawrouter | 21 | 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 | 17 | 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-auto-approve | 15 | 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-sandbox-escalation-fix | 15 | inmny/dsh-sandbox-escalation-fix · npm | Normalize redundant same-mode sandbox escalation arguments in DeepSeek Harness tools | 0.1.0-rc.8 (2026-08-20) |
| dsh-approve-for-me | 14 | 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-remote-mobile | 14 | 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-git-worktree-wloops | 11 | 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-ponytail | 11 | gongyijie85/dsh-ponytail · npm | Ponytail, lazy senior dev mode, for DeepSeek Harness: 6 skills (ponytail, ponytail-audit, ponytail-debt, ponytail-gain, ponytail-help, ponytail-review) adapted from DietrichGebert/ponytail (MIT) | 0.1.0-rc.8 (2026-08-20) |
| dsh-vault | 11 | Ox0400/dsh-vault · npm | Encrypted credential vault for DeepSeek Harness: AES-256-GCM plus TOTP, model tools, and a Settings UI. | 0.1.0-rc.8 (2026-08-20) |
| dsh-auth-gate-tecfancy | 10 | 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 | 10 | 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) |
Showing the 25 most-starred of 442. all 442 → · gallery · JSON
In-UI stores, installers, skill managers.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-market | 3464 | 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 | 1111 | 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) |
| dsh-plugin-shop | 434 | LivXue/dsh-plugin-shop | The DeepSeek Harness plugin store: browse, install, enable, and update dsh plugins from a git-auditable catalog. | 0.1.1-rc.2 (2026-08-26) |
| dsh-plugin-store-livxue | 434 | LivXue/dsh-plugin-store | The DeepSeek Harness plugin store: browse, install, enable, and update dsh plugins from a git-auditable catalog. | 0.1.1-rc.2 (2026-08-26) |
| dsh-hub-cli | 271 | pax-beehive/dsh-hub-cli | DSH tools for planning and applying reproducible Plugin Hub Profiles through the local dsh-hub CLI | 0.1.1-rc.2 (2026-09-04) |
| awesome-deepseek-harness | 233 | 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 | 224 | imsai-sh/awesome-deepseek-harness-plugins | The 1024 Store plugin market inside DeepSeek Harness. | unverified |
| dsh-plugin-marketplace | 159 | 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-trading-zhu10900 | 147 | zhu1090093659/dsh-trading | Your next trading terminal can also be DSH. Full-market (Crypto/US/CN/HK) modular AI trading terminal and plugin ecosystem on DeepSeek Harness. | 0.1.1-rc.2 (2026-09-04) |
| dsh-find-plugin | 125 | 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-skill-mcp-panel | 116 | 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-webui-market-plugin | 104 | 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) |
| dsh-market-2binglin | 103 | 2BingLing/dsh-market | DSH Market 插件端:cordis 侧边栏插件(浏览/搜索/猜你喜欢/一键安装/已装管理),核心逻辑来自 @dsh-market/core | 0.1.0-rc.8 (2026-08-20) |
| dsh-plugin-hub-dshplugi | 97 | 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) |
| ru-marketplace-mcp | 87 | Vladimir-Human/ru-marketplace-mcp | Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чт | 0.1.0-rc.8 (2026-08-20) |
| dsh-capability-menu | 84 | 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-hub | 81 | Noob-stupid/dsh-plugin-hub | 插件控制台:一键启用/停用插件,浏览并安装 GitHub dsh-plugin 插件 | 0.1.0-rc.8 (2026-08-20) |
| zat-dsh-engine | 80 | 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-plugins-store | 71 | 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 | 66 | 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) |
| plugin-registry | 59 | vlln/plugin-registry · npm | 薄控制台:浏览器 UI 管理 web profile 插件安装态(bundle 层栈 + cordis.patch.yml insert 行/disabled),0 patch | 0.1.0-rc.8 (2026-08-20) |
| dsh-archive-manager-michenga | 47 | 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 | 37 | akira399/dsh-novel-writer | 大肥鱼的小说工坊 — DSH 网络小说创作插件:九阶段门禁式创作流程 + 世界书(lorebook)设定注入 + 本地书籍导入 + AI 一键润色 + 去AI味 + 黄金三章诊断 + 百万字一致性 + 市场调研与模板复制,面向开源用户的开箱即用方案。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-quant | 36 | 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-trading | 33 | 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) |
Showing the 25 most-starred of 475. all 475 → · gallery · JSON
Building, testing, and publishing plugins.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-web-zhu10900 | 7198 | zhu1090093659/dsh-web | Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages | 0.1.1-rc.2 (2026-09-04) |
| dsh-ios | 283 | 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 | 139 | 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) |
| dsh-plugin-template | 109 | bugmaker2/dsh-plugin-template | Minimal Hello World plugin template for DeepSeek Harness. | 0.1.0-rc.8 (2026-08-20) |
| superpowers-dsh | 88 | 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-tianshu-build | 47 | 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) |
| gongwen-skill | 45 | linhut/gongwen-skill · npm | 中文公文全流程处理工具 - GB/T 9704 格式检查/修复/内容优化/模板生成/版式注入 | 0.1.0-rc.8 (2026-08-20) |
| webdsh | 31 | futrime/webdsh | Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages | 0.1.1-rc.2 (2026-09-04) |
| dsh-plugin-check | 27 | 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) |
| qa-skills | 27 | 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) |
| dsh-doublecheck | 23 | 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-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) |
| dsh-plugin-healthcheck | 16 | 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 | 14 | BiBoyang/dsh-eval-harness · npm | DSH 插件回归评测门禁:yaml 用例 + headless 驱动 + trace 断言 + baseline 门禁(eval_run / eval_gate) | 0.1.0-rc.8 (2026-08-20) |
| dsh-qa | 14 | naodeng/dsh-qa · npm | dsh-qa QA Workbench: a local software testing workbench plugin for DeepSeek Harness. Project/iteration dual-mode, full-flow requirements / test cases / defects / milestones / reports, native QA | 0.1.0-rc.8 (2026-08-20) |
| dsh-minecraft-ui | 13 | TFboy1/dsh-minecraft-ui | Playable Minecraft-inspired voxel client that replaces the DSH Web shell on an isolated test profile | 0.1.0-rc.8 (2026-08-21) |
| tencentcloud-agentobs-sdk-dsh | 13 | 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) |
| plugin-template | 12 | omdsh-dev/plugin-template | Standalone Cordis plugin template for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| deepseek-harness-desktop-baiyuscc | 11 | 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.1-rc.2 (2026-09-04) |
| dsh-grok-tui | 11 | chen-001/dsh-grok-tui · npm | Use dsh via grok-build's TUI. | 0.1.1-rc.2 (2026-09-04) |
| dsh-ios-everettj | 11 | 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-skill-7d-code-reviewer | 11 | 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-kanban-alpacach | 10 | 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-plugins-horizon2 | 10 | 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) |
| dsh-devquest | 9 | lucky8197/dsh-devquest · npm | 把开发变成 RPG:回合/工具/todo 积累 XP、成就徽章、等级与赛季。事件流驱动,纯函数计分。 | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 182. all 182 → · gallery · JSON
Research workbenches, RAG, learning modes.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| WeKnora | 21897 | 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 | 446 | 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.1-rc.2 (2026-09-04) |
| dsh-Mimir-Academic-research | 264 | 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 | 123 | 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) |
| pawwork | 118 | Astro-Han/pawwork | Desktop AI workstation for knowledge workers | 0.1.1-rc.2 (2026-09-04) |
| hanai-investment-dsh | 112 | 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-industry-research | 78 | PerryLink/dsh-industry-research · npm | Industry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track) | 0.1.0-rc.8 (2026-08-20) |
| SpecFusion | 63 | 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) |
| dsh-web-search-pro | 62 | 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) |
| 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) |
| OpenQuantum | 49 | xi-zhao/OpenQuantum | A DeepSeek Harness distribution for open quantum research | 0.1.0-rc.8 (2026-08-24) |
| dsh-sticky-note | 47 | Meredith2328/dsh-sticky-note | 左下角便签:随手记点子/感想/TODO,实时保存到归档目录,清单+悬浮归档 | 0.1.0-rc.8 (2026-08-20) |
| dsh-scholar | 43 | 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) |
| dsh-science | 35 | 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-plugin-guide | 34 | 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) |
| deep-read-summarize | 28 | 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-directorx | 27 | 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) |
| dsh-design-skills | 22 | 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-deep-research | 21 | 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) |
| movo | 21 | himovo/movo | Turn DeepSeek Harness into a self-hosted enterprise Agent platform with knowledge, deep research, content generation, vibe coding, browser automation, governance, and admin controls. | 0.1.1-rc.2 (2026-09-09) |
| dsh-ai4scholar | 20 | 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) |
| prts-terrarchive | 20 | HTian-qwq/prts-terrarchive | PRTS.chat local corpus search/read tools as a deepseek-harness plugin | 0.1.1-rc.2 (2026-09-01) |
| dsh-robotic-harness | 19 | dingkaihu63/dsh-robotic-harness | Robotic Harness — an embodied-intelligence research plugin suite for DeepSeek Harness (demo) | 0.1.1-rc.2 (2026-09-04) |
| project-blueprint | 19 | 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) |
| dsh-md-notes | 18 | XieZongChen/dsh-md-notes · npm | MD 笔记插件:侧边栏笔记管理入口(列表/编辑/预览)+ 回答下方记入笔记,笔记存于工作区 .dsh-notes/ | 0.1.0-rc.8 (2026-08-20) |
Showing the 25 most-starred of 448. all 448 → · gallery · JSON
Games, pets, memes, ambience. The reef has coral.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-ads | 613 | 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 | 578 | 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 | 407 | 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 ⭐ | 317 | 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) |
| dsh-tavern-flizzywi | 188 | flizzywine/dsh-tavern | 基于 DeepSeek Harness(DSH)的 SillyTavern 类文字游戏 Agent,支持候选项生成、对话式人物卡编辑、剧本模式与素材抽取。 | 0.1.0-rc.8 (2026-08-20) |
| gal-view | 158 | Ayase34/gal-view | DSH Web GUI 会话页的 GAL 视窗:Galgame 风格对话视图 + 场景元素可视化编辑器 | 0.1.0-rc.8 (2026-08-20) |
| dsh-personal-center | 80 | PolinniZhong/dsh-personal-center | DSH 个人中心:设置 →「个人」分区(个人资料统计 UI + 个性化自定义指令 + 成本估算 + 桌面宠物) | 0.1.0-rc.8 (2026-08-20) |
| dsh-meme-yyh001 | 77 | yyh-001/dsh-meme · npm | DeepSeek Harness 表情包插件:内置默认图库(官方-001,92 张),按情绪随机抽图,send_meme 发图(Web/QQ),设置页管理面板。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-whale-musume | 57 | Sutera-Diffusus/dsh-whale-musume | A whale-girl Kanban Musume mascot for DeepSeek Harness | 0.1.0-rc.8 (2026-08-20) |
| dsh-jingling | 55 | 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-token-pet-jimmy012 | 55 | Jimmy0123-ux/dsh-token-pet | DeepSeek Harness Desktop 用量小宠物:用逐帧角色动作反馈运行状态,并展示上下文、终身 Token 用量与历史趋势。 | 0.1.1-rc.2 (2026-09-02) |
| deepseek-pet | 44 | 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 | 43 | hellodigua/dsh-emoji · npm | Tiny semantic inline emoji for DSH Agent responses | 0.1.0-rc.8 (2026-08-20) |
| dsh-pet-remielle | 40 | 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-desktop-pet-xiaoshih | 35 | xiaoshihou514/dsh-desktop-pet | Linux and Windows desktop companion for DeepSeek Harness | 0.1.1-rc.2 (2026-09-09) |
| dsh-ui-whale | 30 | lhh010/dsh-ui-whale | DSH Web UI 像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击冒爱心,零核心改动。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-client-ui-custom | 29 | 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-minigames-lhh010 | 29 | lhh010/dsh-minigames | DSH Web UI 右侧小游戏面板:18 款离线小游戏,可扩展游戏注册表。等待模型回复或修 bug 时的摸鱼神器。 | 0.1.0-rc.8 (2026-08-20) |
| dsh-godot-skill | 23 | 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-portable-tavern | 23 | 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-gomoku | 22 | 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) |
| dsh-whale-galgame | 22 | 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-lorebookmd | 19 | 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) |
| whale-purse | 19 | Suiwan/whale-purse | 鲸鱼娘桌宠 · DeepSeek 余额 + 会话用量/花费监视,直接挂进 DSH Web profile 的组合层(cordis.patch.yml insert,热重载) | 0.1.0-rc.8 (2026-08-20) |
| dsh-galgame | 18 | 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) |
Showing the 25 most-starred of 440. all 440 → · gallery · JSON
npm packages with a dsh.bundle manifest: composition layers a profile boots from.
| Name | Repo ★ | Repo | Description | Verified against |
|---|---|---|---|---|
| dsh-base (official) | 216695 | 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) | 216695 | 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) | 216695 | 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 | 2896 | 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 | 1234 | 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) |
| dsh-invoice-downloader | 404 | 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) |
| oh-dsh | 308 | 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-memory-safe | 185 | 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-super-injector | 159 | 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-config-manager | 95 | 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-mneme | 90 | 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-stock-watch | 77 | 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-code | 34 | 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-any-background | 22 | 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-agent-team | 21 | wowyuarm/dsh-agent-team | Help humans organize tasks and let agents collaborate - a Team plugin for DeepSeek Harness | 0.1.1-rc.2 (2026-08-26) |
| dsh-plugin-marketplace-yelebai | 21 | 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-fabric | 19 | 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) |
| pptfast | 16 | liustack/pptwise | Stable editable PPTX generation for DeepSeek Harness agents: semantic IR in, native DrawingML out. | 0.1.0-rc.8 (2026-08-20) |
| dsh-desk | 15 | 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 | 9 | 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) |
Showing the 25 most-starred of 88. all 88 → · 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 | 254590 | 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 | 80285 | paperclipai/paperclip | The open-source app everyone uses to manage agents at work | 0.1.0-rc.8 (2026-08-25) |
| ruflo | 71715 | 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 | 24976 | EveryInc/compound-engineering-plugin | Official Compound Engineering skills plugin for coding agents | 0.1.0-rc.8 (2026-08-25) |
| colleague-skill | 24453 | 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 | 22418 | NVIDIA/NemoClaw | NemoClaw — run OpenClaw inside OpenShell with NVIDIA inference | 0.1.0-rc.8 (2026-08-25) |
| learn-harness-engineering | 14999 | walkinglabs/learn-harness-engineering | Course docs for Learn Harness Engineering powered by VitePress. | 0.1.1-rc.2 (2026-09-09) |
| skill | 6421 | anbeime/skill | 收录最全、更新最快的技能Skills商店:416个精选原创技能包(涵盖文档处理、内容创作、编程开发、机器学习、自动化工作流),全部打包好可直接安装使用!同时自动抓取GitHub上万个Skills项目,按分类、更新时间、Star数量整理。 | 0.1.1-rc.2 (2026-09-02) |
| Vibe-Skills | 3213 | foryourhealth111-pixel/Vibe-Skills | Intelligent Skill routing and workflow orchestration for AI agents — +21.12 pp reward, −29.6% tokens on SkillsBench with DeepSeekV4Flash-VE. | 0.1.1-rc.2 (2026-09-09) |
| J-Space-Cognition-Suite-V3.7 | 3016 | 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) |
| vox-director | 1819 | 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) |
| last30days-skill-cn | 1767 | Jesseovo/last30days-skill-cn | last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。 | 0.1.0-rc.8 (2026-08-21) |
| brooks-lint | 1459 | hyhmrright/brooks-lint | AI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix | 0.1.1-rc.2 (2026-09-09) |
| math-modeling-skill | 1256 | XiaoMaColtAI/math-modeling-skill | 数学建模技能 - 面向 CUMCM、MCM/ICM 等数学建模竞赛的三阶段工作流:建模分析、Python/MATLAB 编程与 DOCX 论文生成。包含丰富的算法资源库(优化/预测/评价/图论/机器学习等)、角色指导文档、论文模板和实用工具脚本 | 0.1.0-rc.8 (2026-08-21) |
| openpets-openpets | 1175 | OpenPetsHQ/openpets | OpenPets 2.0 workspace | 0.1.1-rc.2 (2026-09-04) |
| ex-skill | 1080 | 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 |
| wesight | 916 | freestylefly/wesight | AI-Powered WeChat Intelligence | 0.1.1-rc.2 (2026-09-09) |
| agent-qa | 905 | vostride/agent-qa | Open-source self-improving QA agent for software teams. A test harness with memory. Write tests in natural language for web and mobile. agent-qa learns from every run, adapts to UI changes, and catche | 0.1.1-rc.2 (2026-09-09) |
| helloagents | 705 | hellowind777/helloagents | HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications. | 0.1.1-rc.2 (2026-09-09) |
| Agentkey | 646 | 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) |
| rea | 400 | morluto/rea | Reverse engineer anything from your terminal or agent with one CLI and MCP server. | 0.1.1-rc.2 (2026-09-09) |
| harmony-next | 346 | 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) |
| minara-skills | 339 | Minara-AI/minara-skills | The skills for trading, to make your agent earn for you. | 0.1.1-rc.2 (2026-09-09) |
| sivtr | 265 | Ariestar/sivtr | A unified agent memory workspace for human and agent | 一个统一的agent记忆工作空间 | 0.1.1-rc.2 (2026-09-09) |
| tencentmeeting-cli | 236 | TencentCloud/tencentmeeting-cli | 腾讯会议 CLI 工具 | 0.1.1-rc.2 (2026-09-09) |
Showing the 25 most-starred of 310. all 310 → · 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 | 1976 | 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 | 4 | 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 | 52 | 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 | 15 | 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.