Skip to content

Latest commit

 

History

182 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-dsh-plugins

powered by dsh license: MIT browse the reef

A spam-filtered, open-data registry of DeepSeek Harness (dsh) plugins, bundles, and skills — 12,890 entries from 7,391 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 bytes

Each 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.

Why a filtered registry

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-01 it holds 13,151, 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-01: 14,756 repositories carry a dsh discovery topic and 14,540 of them — 99% — have been opened, read, and decided. 2,331 were rejected, 2,182 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. 14,540 of 14,756 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.

Why "verified against" is a schema field

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.

And why npm is checked the same way

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.

Contents

Editor's picks

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 6661 ★ · 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 3828 ★ · vision
  • dsh-better-sidebar — Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs 3214 ★ · ui
  • dsh-browser — Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 550 ★ · capabilities
  • dsh-mnemon — Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. 306 ★ · 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 303 ★ · fun
  • dsh-turn-rewind — Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger 109 ★ · memory
  • dsh-usage-stats — Beautiful token analytics for DeepSeek Harness — trends, activity heatmaps, model breakdowns, and data exports. 11 ★ · usage

Plugins by area

12574 Cordis plugins activated through patch rows in a bundle or profile, grouped by what they do. Data updated 2026-09-01.

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.

Web UI

Panels, composer upgrades, navigation, layout, mobile.

Name Repo ★ Repo Description Verified against
dsh-web-ui ⭐ 6661 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 ⭐ 3214 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 544 mnemon-dev/mnemon Install the full dsh-mnemon integration from the Mnemon repository. 0.1.0-rc.8 (2026-08-20)
dsh-at-file 503 FSMargoo/dsh-at-file Codex-style @file mentions in the composer: search workspace files and attach their contents to prompts 0.1.0-rc.8 (2026-08-20)
superdesign-skill 493 superdesigndev/superdesign-skill Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas — the Superdesign skill, packaged as a DeepSeek Harness bundle. 0.1.0-rc.8 (2026-08-20)
dsh-genui 387 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 242 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 190 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-remote-web-gateway 167 summer1238/dsh-remote-web-gateway · npm DSH Remote Web Gateway — DSH native plugin: one-click phone/tablet remote access to the DeepSeek Harness Web GUI via Cloudflare Quick Tunnel + QR pairing + device management + optional GitHub login 0.1.0-rc.8 (2026-08-20)
dsh-openpencil 158 ZSeven-W/dsh-openpencil · npm OpenPencil design preview and editing inside the web UI 0.1.0-rc.8 (2026-08-20)
dsh-annotation 105 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-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-github-panel 92 PivotStackIntelligence/dsh-github Source Control and GitHub panel for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-web-mobile 73 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)
ProMentor 66 Lyn-77/ProMentor ProMentor course dashboard in the Web GUI: composer-dock trigger plus a full-frame dashboard panel unverified
dsh-smooth-stream-laplaceb 65 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 62 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-auto-continue 57 HsiangNianian/dsh-auto-continue · npm Automatically sends continue when a Web UI request is interrupted by network errors or other non-human causes. 0.1.0-rc.8 (2026-08-20)
dsh-open-in-vscode 55 omdsh-dev/dsh-open-in-vscode Open workspace directories in VS Code directly from the web GUI 0.1.0-rc.8 (2026-08-20)
dsh-endfield-ui 54 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 52 Viy1204/recruiting-copilot AI 招聘副驾 —— DeepSeek Harness profile bundle:注册招聘工作流 skills(岗位梳理、双通道寻源初筛、约面试、简历评估、台账与日报),并在 Web UI 右侧提供一只可直接操作的 boss/liepin 浏览器面板。 0.1.0-rc.8 (2026-08-20)
dsh-ui-status-label 43 alingalingling/ui-status-label Web UI plugin that makes the assistant's thinking status label ('deep diving') user-configurable through settings 0.1.0-rc.8 (2026-08-20)
dsh-openmaic 42 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-tavern-chen7312 40 chen731215-dev/dsh-tavern DeepSeek 酒馆 - embed the tavern into DeepSeek Harness Web UI as a native management panel: multiple character cards, multiple worldbooks, switchable presets, deep-light theme, auto-dismiss. 0.1.0-rc.8 (2026-08-20)
dsh-passwords 38 slywalker2006/dsh-passwords · npm dsh-passwords: a login gateway (password door) + dsh settings plugin for DeepSeek Harness web UI — first-run setup, SQLite auth with at-rest encryption, rate-limit, audit log, TLS + 80-to-443 redirect 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 979. all 979 → · gallery · JSON

Terminals & desktop

TUIs, desktop shells, headless runners.

Name Repo ★ Repo Description Verified against
deepseek-harness-desktop 22751 anywhere-labs/deepseek-harness-desktop 为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验 0.1.0-rc.8 (2026-08-20)
dsh-desktop-anywhere 22751 anywhere-labs/dsh-desktop DSH Desktop product workspace 0.1.0-rc.8 (2026-08-25)
dsh-desktop 3723 dataelement/dsh-desktop A cross-platform desktop shell for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-hairyf 1545 dsh-tauri-desk/deepseek-harness-desktop Desktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required. 0.1.0-rc.8 (2026-08-20)
working-activity 656 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)
dshcode 648 whitelonng/dshcode Community desktop companion for DeepSeek Harness — one-click Electron app for macOS and Windows 0.1.0-rc.8 (2026-08-20)
deepseek-harness-studio-fufankej 590 fufankeji/deepseek-harness-studio DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。 0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-ningbain 297 ningbainb/deepseek-harness-desktop Lossless desktop shell for DeepSeek Harness and the complete dsh-web-ui plugin collection unverified
pilot-harness 262 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 252 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 154 chokwinlee/deepseek-harness-desktop Compact unofficial desktop host for DeepSeek Harness, powered by Tauri on macOS 0.1.0-rc.8 (2026-08-20)
seektty 139 Hilbert-beinghappy/seektty · npm SeekTTY, a pluggable DeepSeek-colored terminal surface for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
DeepSeek-Harness-Desktop-webcasa 116 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)
Tydora 115 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-baihejia 76 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 67 openma-ai/Martty · npm Terminal-native agent UI for DeepSeek Harness; standalone CLI or dsh profile bundle 0.1.0-rc.8 (2026-08-20)
dsh-desktop-hub 58 FlashingChen/dsh-desktop-hub DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(多 Tab:Harness / Plugin / MCP / Skills) 0.1.0-rc.8 (2026-08-20)
deepseek-harness-docker-runzhliu 57 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 52 cheney-plus/happy-friday-lite Happy Friday Lite - Electron + Vue3 0.1.0-rc.8 (2026-08-25)
deepseek-app 37 RongleCat/deepseek-app Desktop workbench for DeepSeek Harness — Grok App visual shell, DSH engine 0.1.0-rc.8 (2026-08-20)
dsh-tui-dshtui 31 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 28 liguobao/dsh-desktop Community desktop wrapper for the DeepSeek Harness Web UI 0.1.0-rc.8 (2026-08-20)
dsh-workbuddy-connect 25 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)
DSHDesktop 22 CCMu04/DSHDesktop Unofficial Windows desktop shell for the unmodified DeepSeek Harness Web UI 0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-cc1252 19 cc1252/deepseek-harness-desktop Unpruned runtime payload for the Electron wrapper 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 426. all 426 → · gallery · JSON

Tools & capabilities

New things the model can do: search, browser, files, databases, devices, media.

Name Repo ★ Repo Description Verified against
mirage 3594 strukto-ai/mirage · npm DeepSeek Harness (dsh) providers backed by a mirage workspace: ctx.fs and ctx.shell over mounted resources 0.1.0-rc.8 (2026-08-20)
openpets 1149 alvinunreal/openpets · npm OpenPets 2.0 workspace 0.1.0-rc.8 (2026-08-20)
dsh-pocket 885 shaobeichen/dsh-pocket · npm 把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。 0.1.0-rc.8 (2026-08-20)
dsh-infinite-gen-2 798 Minglink/dsh-infinite-gen-2 DeepSeek Harness 破甲插件「无限二代」:v5 稳定化破甲提示词(含拒绝对抗增强),客户端在对话框上方显示「破甲已开启」状态条。 0.1.0-rc.8 (2026-08-25)
dsh-infinite-gen-3 798 Minglink/dsh-infinite-gen-3 DeepSeek Harness 破甲插件「无限三代」破甲版:无条件服从 + 永不拒绝核心,仅保留系统提示词注入与实时破甲状态投影,无任何工具增强面。 0.1.1-rc.2 (2026-09-01)
deepseek-design 680 Devin-AXIS/deepseek-design iPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view. unverified
dsh-browser ⭐ 550 Lum1104/dsh-browser Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 0.1.0-rc.8 (2026-08-20)
MisakaNet 432 Ikalus1988/MisakaNet Deployment scripts for MisakaNet Workers 0.1.0-rc.8 (2026-08-20)
anysearch-dsh 391 anysearch-team/anysearch-dsh · npm AnySearch web search provider and advanced tools for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
DSHA 355 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)
dsh-pentest 344 howmp/dsh-pentest DSH 渗透测试模式:以探索链路记录目标、线索、资产与漏洞,并在 Web 中可视化展示。 0.1.0-rc.8 (2026-08-20)
modsearch 333 liustack/modsearch · npm Web plugin for dsh that gives a text-only model the web: search, X, and any page as structured evidence. 0.1.0-rc.8 (2026-08-20)
dsh-synapse 302 liangmianya/dsh-synapse A visual, non-linear conversation workspace plugin for DeepSeek Harness. 0.1.0-rc.8 (2026-08-21)
DSH-taskboard-shengshe 268 shengsheng90/DSH-taskboard Native local project taskboard bundle for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
Perfect-Web-Clone 262 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 234 acryldev/acryl Host-neutral Cordis control plane for ACRYL 0.1.1-rc.2 (2026-08-28)
oh-story-dsh 234 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 234 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 229 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)
dsh-evolve-modes 199 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)
dsh-data-agent 188 omdsh-dev/dsh-data-agent · npm Session-scoped MySQL/PostgreSQL/SQLite connections, an sqlcmd tool, a data-agent preset, and a database tab. 0.1.0-rc.8 (2026-08-20)
dsh-oil-creator 173 oil-oil/dsh-oil-creator AI-assisted local creator workbench for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
anime-find 164 cocofhu/anime-find · npm DeepSeek Harness 插件:对话内多源搜番,卡片详情、磁力复制与规则流媒体在线播放 0.1.0-rc.8 (2026-08-20)
cocode 162 cocode-agency/cocode Wire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture api unverified
notes 156 zhaoolee/notes · npm DeepSeek Harness 插件:把用户对话导出为锤子便签(通过便签服务 API 写入云端工作区)。 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 3671. all 3671 → · gallery · JSON

Vision

Image understanding for text-only models.

Name Repo ★ Repo Description Verified against
archify 41763 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 ⭐ 3828 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 1045 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 850 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 151 woaiys3/deepseek-harness-android-app Model-facing Android system tools (package/app/setting/screenshot/input) over Shizuku shell. unverified
dsh-video-lens 115 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 89 oil-oil/dsh-vision Near-native image understanding for text-only DeepSeek Harness models. 0.1.0-rc.8 (2026-08-20)
beautiCode 64 starsstreaming/beautiCode Cordis plugin: image/video backgrounds for DeepSeek Harness web. 0.1.0-rc.8 (2026-08-20)
dsh-imagegen 43 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 36 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-harness-docker 17 AlliotTech/deepseek-harness-docker Reproducible container image for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
deepseek-visionary 17 xlight/deepseek-visionary · npm DeepSeek Visionary native plugin for DeepSeek Harness: deepseek_vision / status / login / logout native tools backed by the visionary-server CLI (DeepSeek web vision model, no API key). 0.1.0-rc.8 (2026-08-20)
dsh-codex-oauth-wnjxyk 15 WNJXYK/dsh-codex-oauth · npm Unified OpenAI Codex subscription plugin for DeepSeek Harness: GPT models, OAuth, quota, image generation, and web search. 0.1.0-rc.8 (2026-08-20)
dsh-vision-proxy 15 Flyvhidbwo/dsh-vision-proxy · npm deepseek-vision provider route that transcribes attached images via an OpenAI-compatible VLM before DeepSeek answers. 0.1.0-rc.8 (2026-08-20)
dsh-visual-plugin 15 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-ocr-plugin 14 CraZY222123/dsh-ocr-plugin Local OCR provider (rapidocr fast + DeepSeek-OCR-2 deep) registered as the 'ocr' service for the llm-deepseek adapter seam. Unofficial community plugin for DeepSeek Harness. unverified
dsh-vision-opencode 13 poiuyjie/dsh-vision-opencode DeepSeek Harness plugin: configurable vision model with vision_read_image tool, composer-bar vision-model selector, and automatic image-to-text conversion for text-only main models. 0.1.0-rc.8 (2026-08-20)
vision-exp-tile 13 Nicholas023/vision-exp-tile 为 deepseek-v4-flash-vision-exp 量身定制的大图智能识图插件:整图预检 → 本地 OCR+像素网格(文字)+ 兴趣点按比例切块(最长边 800)→ 汇总;保留全图 800x800 网格切块模式。不统计 token、不计算费用。v0.4.1:慢机测试自适应(设备档位/可配置OCR池超时/设置页跳过声明/自检入口/安装即优化)。 0.1.0-rc.8 (2026-08-24)
dsh-vision-linenxi 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)
dsh-mmx-bridge 10 welsione/dsh-mmx-bridge MiniMax multimodal bridge for DeepSeek Harness (DSH). One mmx_bridge tool covers describe/image/video/speech/music/cover/search/quota; optional web_search/read_image takeover; built-in client 0.1.0-rc.8 (2026-08-20)
dsh-deepseek-vision-siegfly 9 siegfly/dsh-deepseek-vision · npm Out-of-tree dsh provider plugin: a DeepSeek gateway route that claims image input and transparently describes pasted images through a configured vision-language model (e.g. Qwen-VL) before the 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 453. all 453 → · gallery · JSON

Agents & orchestration

Subagents, workflows, cross-session coordination.

Name Repo ★ Repo Description Verified against
BitFun 1884 GCWing/BitFun IDE-oriented Agent Client Protocol server for DeepSeek Harness: publishes tool calls, reasoning, and plans that the automation-only @deepseek-ai/dsh-acp deliberately withholds 0.1.0-rc.8 (2026-08-20)
dsh-agent-teams 1259 NanmiCoder/dsh-agent-teams · npm AgentTeams plugin: coordinate teams of subagents from the web UI 0.1.0-rc.8 (2026-08-20)
tongflow 1008 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 769 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)
dsh-worktable 434 Aisland-SJL/dsh-worktable 工作台 Worktable:DeepSeek Harness 侧边栏的 agent 级项目容器(应用抽屉) 0.1.0-rc.8 (2026-08-24)
Polaris 217 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 201 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 162 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)
consensus-pipeline 115 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 113 omdsh-dev/dsh_workflow KodaX-parity dynamic workflow harness for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
odai 106 orziz/odai · npm 完整继承 DSH Standard 全部能力的 Odai Agent preset。 0.1.0-rc.8 (2026-08-20)
dsh-automation 85 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-lowtide 63 KelaoHu/dsh-lowtide lowtide: human-adjudicated off-peak batch task pipeline for dsh (peak/valley pricing aware) 0.1.0-rc.8 (2026-08-25)
dsh-deepseek-flow 61 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-openbiliclaw 55 whiteguo233/dsh-openbiliclaw OpenBiliClaw DeepSeek Harness plugin: the user-consumption side (recommendations, delight, saved, Socratic chat, profile, probes, activity) as a web-GUI sidebar, plus agent-bridge tools and the. 0.1.0-rc.8 (2026-08-20)
dsh-raw-html 48 plolpl789/dsh-raw-html VCP 视觉通感协议规范插件:消息 HTML 渲染开关 + vcp-fast 缓存/增量加速渲染引擎 + 12 款内置精选字体 + 设计规范注入(任何电脑/agent 即插即用) 0.1.0-rc.8 (2026-08-25)
agent-context-editor 45 jermaine123123/agent-context-editor Context Editor view for DeepSeek Harness with independent reasoning and answer units 0.1.0-rc.8 (2026-08-20)
dsh-comfyui-fandc520 40 fandc520/dsh-comfyui Drive ComfyUI from DeepSeek Harness: generate and process images and videos through agent tools, with a workflow/asset/queue panel, in-chat results and a settings page. / 让 DeepSeek Harness 的 Agent 0.1.0-rc.8 (2026-08-24)
dsh-plugin-guard 39 lxzy-7/dsh-plugin-guard Install safety net for DeepSeek Harness: pre-install snapshots, one-click/automatic rollback, guarded boot, and incident reports that auto-trigger agent analysis. DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-chinese-traditional-wisdom-skill 31 dhicoc/dsh-chinese-traditional-wisdom-skill 中华传统智慧(玄枢)AI Agent 技能包的 DeepSeek Harness(dsh)Cordis 插件:八字/紫微/六爻/梅花/奇门/风水/五运六气/体质全融合,本地确定性引擎 + 可视化 Dashboard,一行 dsh plugin add 安装。 0.1.0-rc.8 (2026-08-20)
dsh-taskboard 31 cloader/dsh-taskboard · npm Agent-first task board for the DSH web GUI: host-authoritative task ledger with taskboard_* agent tools, project (= workspace) claim boundaries, per-task model execution in fresh sessions, host-side 0.1.0-rc.8 (2026-08-20)
DSH-pipeline-kernel 30 not-big-dog/DSH-pipeline-kernel 管线管理内核(pipeline-kernel):单向任务链的任务板/台账/注册表/巡检/生图(轻量版)。v0.7:审查修复(S-1 路径穿越/C-1 路由兜底/D 组多管线一致性等)。 0.1.0-rc.8 (2026-08-20)
dsh-plugin-writing-guard 29 xmutfyh/dsh-plugin-writing-guard · npm DSH plugin: deterministic academic-writing linter — incremental lint (fingerprint diff: only new/resolved issues injected), segment-pipeline preprocessing with section detection 0.1.0-rc.8 (2026-08-20)
agent-team 28 limuyang2/agent-team · npm Multi-agent team management plugin for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-skills-manager-michenga 28 MichengAI/dsh-skills-manager · npm NPM-installable DSH Web plugin for managing local skills and viewing shared Agent skills safely. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 1030. all 1030 → · gallery · JSON

Memory & sessions

Memory systems, context management, session search/rewind/export.

Name Repo ★ Repo Description Verified against
MemOS 11140 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 5394 huangruiteng/loopx One-step LoopX bootstrap, same-session driver, and local GoalBar for DeepSeek Harness 0.1.1-rc.2 (2026-09-01)
ReMe 3383 agentscope-ai/ReMe ReMe client and memory integrations for TypeScript agents 0.1.0-rc.8 (2026-08-25)
memsearch 2544 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 1487 zouyuxuan122/DSH-Desktop-EAC AI 变更审核(DSH Desktop 配套插件):监控会话的文件更改投影(fileChanges),手动或自动向当前对话发送审核请求,让 AI 复查自己刚做的改动(正确性 / 安全性 / 目标一致性),配合「文件」页的一键还原使用 0.1.1-rc.2 (2026-09-01)
dsh-context 1233 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)
mem9 1202 mem9-ai/mem9 Mem9 persistent memory for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
MindMemOS 970 mindscale-noah/MindMemOS · npm DeepSeek Harness (dsh) plugin that recalls and writes MindMemOS memories through the mindmemos CLI. 0.1.0-rc.8 (2026-08-20)
deja-vu 751 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 641 sandbaseai/sandbase-harness Local-first, self-hosted AI agent runtime with Claude Managed Agents-style APIs, sandboxed sessions, memory, tools, audit, replay, and a local Console. 0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-app 636 vibeinging/dsh-desktop Session-scoped DeepSeek Harness Desktop App capabilities for the current DSH Web profile unverified
graph-memory 591 adoresever/graph-memory Knowledge graph memory for DeepSeek Harness and OpenClaw — cross-session recall, PageRank, communities, and vector search 0.1.0-rc.8 (2026-08-20)
dsh-mnemon ⭐ 306 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 287 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 267 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 162 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 147 wssfk12138/dsh-damage-pulse Token 用量与金额面板:对话流内单次用量行 + 输入区会话累计条,读自 tokenCost session projection 0.1.0-rc.8 (2026-08-20)
cetus 142 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)
dsh-auto-review 128 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-recall-unread 123 hg1048596-pixel/dsh-recall-unread · npm DeepSeek Harness plugin: recall sent-but-unread text messages before the model reads them. 0.1.0-rc.8 (2026-08-20)
dsh-turn-rewind ⭐ 109 Anionex/dsh-turn-rewind · npm Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger 0.1.0-rc.8 (2026-08-20)
dsh-turn-delete 106 hanshenmesen/dsh-turn-delete · npm Delete one complete closed turn from a DeepSeek Harness session without deleting the session 0.1.0-rc.8 (2026-08-20)
rheostat 101 JohnDoe0827/rheostat A session style dial (滑动变阻器) sliding between 0 (terse) and 1 (expressive) with a prompt section, control tools, and a /rheostat command 0.1.1-rc.2 (2026-08-28)
DSH-EasyRewrite 98 Renzic-Stone/DSH-EasyRewrite DSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 1472. all 1472 → · gallery · JSON

Models & providers

Providers, routing, fallbacks, subscription adapters.

Name Repo ★ Repo Description Verified against
api-relay-audit 821 toby-bridges/api-relay-audit DeepSeek Harness bundle for running API Relay Audit locally 0.1.0-rc.8 (2026-08-20)
dsh-image-gen-shanliul 293 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 136 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 135 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 67 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 51 Yan-Zero/dsh-codex · npm Use a ChatGPT subscription in DeepSeek Harness through OpenAI Codex sign-in, with Codex models, search, and image tools. 0.1.0-rc.8 (2026-08-20)
dsh-vision-williamj 35 william-jin-cmu/dsh-vision 给纯文本的 DeepSeek 加上眼睛:view_image 工具经任意 OpenAI 兼容 VLM 端点回答关于图片的问题(默认智谱免费 glm-4.6v-flash 零成本开箱,可换通义 qwen3-vl / Ollama 本地 / 未来 DeepSeek 官方识图 API) 0.1.0-rc.8 (2026-08-20)
deepseek-harness-model-config 33 MarvekG/deepseek-harness-model-config Advanced per-model reasoning and capacity settings for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-agy-link 33 amlyczz/dsh-agy-link · npm Google Antigravity (agy CLI) models for DeepSeek Harness — stream Gemini/Claude/GPT-OSS subscriptions into DSH with thinking, tool activity, token usage and in-GUI Google OAuth login. 0.1.0-rc.8 (2026-08-20)
dsh-claude-provider 32 MoFeng2223/dsh-claude-provider · npm Custom Claude provider support for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-full-remote 32 JUANWANG-BUAA/dsh-full-remote · npm DeepSeek Harness plugin for remote access: a token-gated reverse proxy keeps settings, credentials, and file access working over public tunnels and on other devices instead of returning 403. 0.1.0-rc.8 (2026-08-20)
dsh-agy 28 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-llm-codebuddy-axiaohungry 28 Axiaohungry/dsh-llm-codebuddy · npm WorkBuddy API adapter so DeepSeek Harness can call CodeBuddy models. 0.1.0-rc.8 (2026-08-20)
kixparadigm 25 olicesx/kixparadigm dsh 无缝识图桥:UI 上传图片 → 自动用 GLM-4.6V 转成文本描述交给主模型(client dock 插件 + 服务端 HTTP 端点) 0.1.0-rc.8 (2026-08-20)
deepseek-harness-auth 24 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-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)
dsh-thinking-effort 23 hytime/dsh-thinking-effort · npm DSH 第三方模型思考强度档位插件:默认档位自动补齐(宿主)+ 设置页自定义档位编辑器(客户端) 0.1.0-rc.8 (2026-08-20)
dsh-focus-chat 22 dingyi222666/dsh-focus-chat Claude Code-style focus view for the dsh web GUI: the conversation's condensed reading surface — tool calls folded into expandable metric summaries, chat 1:1 row chrome, and streaming think rows 0.1.0-rc.8 (2026-08-20)
dsh-knowledge-sorenabt 21 Soren-ABT/dsh-knowledge · npm Cherry Studio-style knowledge base system for DeepSeek Harness (DSH): bases, documents, chunking, embeddings (OpenAI-compatible / Ollama / local / lexical fallback), retrieval, model-facing tools 0.1.0-rc.8 (2026-08-20)
dsh-computer-use-988hj7tc 20 988hj7tczd-oss/dsh-computer-use Computer Use 插件:虚拟鼠标真人操作(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎) 0.1.0-rc.8 (2026-08-20)
dsh-file-upload 20 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-llm-fallbacks 20 omdsh-dev/dsh-llm-fallbacks · npm Automatic provider/model fallback chains when LLM requests keep failing after retries, auth, quota, or rate limits. 0.1.0-rc.8 (2026-08-20)
dsh-provider-model-configurator 20 LiangYin233/dsh-provider-model-configurator Provider Model Configurator for DeepSeek Harness: view, create, edit, copy and delete model entries (context window, max output, modalities, reasoning efforts) across your configured providers,. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 779. all 779 → · gallery · JSON

Interop & migration

Bridges to and from Claude Code, Codex, and other harnesses.

Name Repo ★ Repo Description Verified against
dsh-hooks-claude-code (official) 208028 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) 208028 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 4021 crafter-station/petdex A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-subscriptions 308 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 178 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 129 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 124 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 124 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 73 franksong2702/dsh-codex-connect · npm ChatGPT OAuth and Codex models for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-multica-runtime 58 multica-ai/dsh-multica-runtime Private DeepSeek Harness runtime bridge for Multica 0.1.0-rc.8 (2026-08-20)
AgentDebugX 52 AgentDebugX/AgentDebugX DeepSeek Harness plugin bridge for AgentDebugX diagnostics 0.1.1-rc.2 (2026-08-26)
dsh-codex-ui 51 MichengAI/dsh-codex-ui · npm 以 Codex 风格重构 DSH Web 侧栏的独立客户端插件 0.1.0-rc.8 (2026-08-20)
dsh-plugins-ephemera 48 Ephemeral-AI-Lab/dsh-plugins Exclusive Codex-style exec_command and write_stdin shell tools for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-timeline-houyanch 30 houyanchao/dsh-timeline · npm DeepSeek Harness (DSH) plugin: timeline navigation, starred folders, conversation export, prompt library, and quick notes in one. 0.1.0-rc.8 (2026-08-20)
dsh-better-deepseek 25 EdgeTypE/dsh-better-deepseek DeepSeek Harness bridge plugin for Better-DeepSeek Chrome extension integration 0.1.0-rc.8 (2026-08-20)
dsh-codex-sync 25 Walvez/dsh-codex-sync · npm One-stop bidirectional sync between OpenAI Codex and DeepSeek Harness (dsh): first-class skills, session import, workspace attach, MCP client mounting, and a Codex-side reverse MCP installer. 0.1.0-rc.8 (2026-08-20)
deepseek-harness-gpt-desktop 24 R3hb/deepseek-harness-gpt-desktop DeepSeek Harness LLM adapter backed by the official Codex SDK and ChatGPT sign-in. 0.1.0-rc.8 (2026-08-20)
deepseek-harness-acp 21 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)
runtime36 21 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-llm-codex 19 yequ172672/dsh-codex-subscription · npm Reuse Codex CLI local login credentials to use ChatGPT subscription models in DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-product-subagents 19 shaokeyibb/dsh-plugin-product-subagents · npm Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness: continuable children, durable session recovery, per-role product permissions, delegation with a permission ceiling 0.1.0-rc.8 (2026-08-20)
dsh-opencode-palette 18 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-import-agents 17 Chang-Tong/dsh-import-agents · npm Import pi / opencode sessions, chat history, and agents into DeepSeek Harness (dsh): slash commands, session-start migration prompt, and a one-click Sync button in the composer. 0.1.0-rc.8 (2026-08-20)
dsh-message-rail 17 wx-yss/dsh-message-rail · npm Codex 风格左侧消息导航轨道:等距刻度 + 悬停波纹 + 预览浮层 + 点击跳转用户消息 0.1.0-rc.8 (2026-08-20)
dsh-tavern-lingyeso 14 LingyeSoul/dsh-tavern DSH plugin: SillyTavern-compatible roleplay workspace with Character Card V2/V3/PNG import, World Info lore engine, presets, swipes, chat editing and streaming LLM generation. Official bundle 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 409. all 409 → · gallery · JSON

Channels & remote

IM bridges and remote control: Feishu, Telegram, WeCom, DingTalk.

Name Repo ★ Repo Description Verified against
deepseek-harness-remote 148 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 129 wenbin-wb/dsh-bridge · npm 手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与微信 Bot(多工作区/会话持久化/媒体/审批),无需自己搭公网服务器。 0.1.0-rc.8 (2026-08-20)
dsh-qqbot 84 tencent-connect/dsh-qqbot · npm QQ Bot IM channel plugin for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-notifier-thewolfw 81 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 49 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 44 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 44 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 36 bihangchi9-creator/dsh-lark-bridge A DeepSeek Harness (dsh) plugin that bridges dsh agents to Feishu/Lark group chats — one group, one project directory. 0.1.0-rc.8 (2026-08-20)
dsh-lark-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-feishu-pgzxb 26 PGZXB/dsh-feishu The Feishu UI for DeepSeek Harness (dsh) — a dsh-native plugin: live streaming cards, in-card questions & approvals, one-QR setup. 0.1.0-rc.8 (2026-08-20)
dsh-lark-sugarfor 26 sugarforever/dsh-lark · npm Feishu/Lark WebSocket channel plugin for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-awiki 14 AgentConnect/dsh-awiki · npm AWiki identity and messaging plugin for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-dingtalk-dingtalk 14 DingTalk-Real-AI/dsh-dingtalk · npm Official DingTalk connector for DeepSeek Harness 0.1.0-rc.8 (2026-08-21)
dsh-email 10 STARDUSTLC666/dsh-email · npm IMAP/SMTP email tools for DeepSeek Harness: list, read, search and send mail, with QQ/163/126/Sina/Aliyun/Gmail/Outlook/iCloud presets. 0.1.0-rc.8 (2026-08-20)
dsh-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-im-bridge-biboyang 9 BiBoyang/dsh-im-bridge DSH 微信桥插件:turn/approval 推送到微信,微信远程监控/批准/驱动 agent(iLink 通道,持久去重/分段/合并/白名单) 0.1.0-rc.8 (2026-08-20)
dsh-im-connect 9 MichengAI/dsh-im-connect · npm DeepSeek Harness IM 助理:把本机 agent 接到微信、企微、钉钉、飞书、QQ、Telegram,会话与网页任务分列。 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-notify 9 wssfk12138/dsh-wechat-notify DeepSeek Harness (dsh) plugin that registers a wechat_notify tool so agents can send WeChat notifications through a local ClawBot channel. 0.1.0-rc.8 (2026-08-20)
DeepSeek-harness-qqbot 8 sliverp/DeepSeek-harness-qqbot QQ Bot channel bridge for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-web-remote 8 godchen520/dsh-web-remote DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权代理 + gzip 压缩 + 局域网 HTTP/HTTPS 直连 + 常驻手机图标面板 + QQ 机器人取链接。 0.1.0-rc.8 (2026-08-20)
dsh-channel-feishu 7 ZinkLu/dsh-channel A DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself. 0.1.0-rc.8 (2026-08-20)
dsh-channel-telegram 7 ZinkLu/dsh-channel A DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 251. all 251 → · gallery · JSON

Notifications

Alerting the human: desktop, sound, even a phone call.

Name Repo ★ Repo Description Verified against
dsh-notification 78 omdsh-dev/dsh-notification Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules 0.1.0-rc.8 (2026-08-20)
dsh-web-ui-notify 23 bill9109/dsh-web-ui-notify Desktop notifications for approvals, questions, and turn completion so you can leave the dsh tab. 0.1.0-rc.8 (2026-08-20)
dsh-personal-workbench 17 Dely0/dsh-personal-workbench DSH 个人工作台:日历 + 层级任务 + AI 澄清/拆解/执行/复盘 + AI 智能排序/日报周报 + 桌面提醒 0.1.0-rc.8 (2026-08-20)
dsh-update-checker-airmetro 13 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-ding 8 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-lark-meeting-notifier 7 yeruizhi/dsh-lark-meeting-notifier Feishu meeting reminder dock: flash when it is time to leave the agent and join a human meeting. 0.1.0-rc.8 (2026-08-20)
dsh-task-notify-linxin 7 ltao0829/dsh-task-notify · npm Task-completion reminder for DeepSeek Harness: in-page toast, OS notification, and sound when an agent turn or background job finishes 0.1.0-rc.8 (2026-08-20)
dsh-notify-center 6 SingleOne/dsh-notify-center Unified native desktop and webhook notifications for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-call-me 6 radres/dsh-plugin-call-me Your DeepSeek Harness agent rings your phone: it asks out loud, you answer out loud, and what you said steers the run. 0.1.0-rc.8 (2026-08-20)
dsh-complete-notify 5 kaixinbaba/dsh-complete-notify · npm 任务完成时播放提示音并弹出小通知(页面内 toast + 后台时系统通知),按结果状态着色(完成/阻塞等待反馈/中断/失败),附带一句话小结(recap)与运行统计(时长/tokens/步骤)。纯浏览器方案,零系统依赖,跨 Windows/macOS/Linux。 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)
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-bell-notify 4 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-dingtalk-stardustlc666 4 STARDUSTLC666/dsh-dingtalk · npm 钉钉群机器人单向通知工具(DeepSeek Harness 插件):agent 推送 Markdown / 纯文本消息到钉钉群,支持加签安全模式。 0.1.0-rc.8 (2026-08-20)
dsh-notify-sound 4 xxxxxxxyu/dsh-notify-sound DSH web plugin: plays a sound when the agent finishes replying (turn/end). Sound, volume and on/off are configurable in the Settings page. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-notify 4 huguangyu666/dsh-plugin-notify · npm Notification outlet: desktop toasts, Chinese TTS, and sounds when long tasks finish, error, or need you. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-notify-pasumao 4 Pasumao/dsh-plugin-notify · npm DeepSeek Harness (dsh) Windows notification plugin: a native toast when the agent stops running (finished / aborted / error / waiting for your choice / session closed), plus a system-tray icon. Pure h 0.1.0-rc.8 (2026-08-20)
dsh-prompt-library 4 master1Sun/dsh-prompt-library DSH 提示词库插件:提供提示词库管理(增删改查、分类标签、导入导出、AI 智能优化、选择文本一键剪藏)、侧边栏与词库助手气泡提醒等能力。 0.1.0-rc.8 (2026-08-24)
dsh-session-buddy 4 Shrbuz/dsh-session-buddy Session buddy for the dsh web GUI: notify you when the AI finishes replying, needs your answer, or asks for command approval while the tab is hidden, and provide an in-conversation ladder outline 0.1.0-rc.8 (2026-08-24)

Showing the 25 most-starred of 205. all 205 → · gallery · JSON

Usage & cost

Token accounting, billing, balance, quota.

Name Repo ★ Repo Description Verified against
treg 865 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 618 alibaba/anolisa ANOLISA (Agentic Nexus Operating Layer & Interface System Architecture) | Agentic OS with runtime, security, observability, and Tokenless response compression for lower token usage and cost. unverified
dsh-cost-meter-han14131 242 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 192 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-redteam-model 159 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-usage-stats-ychris 136 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 105 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.0-rc.8 (2026-08-20)
dsh-usage 81 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 67 feibi-mochi/deepseek-harness-control-center · npm Local-first account monitoring, usage accounting, official recharge, completion reminders, flexible layout, and host-gated session controls for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-balance-plugin-francisx 57 yxxbc/dsh-balance-plugin DeepSeek 余额监控与用量统计(DSH 插件):余额监控 · 官方充值入口 · Miyu 风格用量统计 · 三方插件管理 0.1.0-rc.8 (2026-08-20)
dsh-usage-plugin 35 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-codex-subscription 32 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-bottom-info-bar 27 songoao25/dsh-bottom-info-bar · npm DeepSeek Harness 底部信息栏插件:替换对话输入框下方的原生统计栏,显示服务商/具体模型、真实余额、高峰(琥珀)/空闲(绿)价与倒计时、本对话·今日·近一月·全部花费。安装一次,每次打开 DSH 自动生效。 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-balance 26 crazywoola/dsh-balance · npm Shows API balances and available models in DeepSeek Harness Settings. 0.1.0-rc.8 (2026-08-20)
dsh-ui-usage-billing 26 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-whale-balance 25 enchangcui340-cloud/dsh-whale-balance DeepSeek Harness 原生插件:页面右下角的小鲸鱼余额提醒挂件 0.1.0-rc.8 (2026-08-20)
dsh-opencode-zen 22 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-balance-meter 19 Ghost011118/dsh-balance-meter DeepSeek account balance and usage readout for the dsh web GUI: queries the official Get User Balance endpoint and shows current remaining balance and spend on the page. 0.1.0-rc.8 (2026-08-20)
dsh-client-pricing 17 Miyazawai/dsh-client-pricing · npm Live DeepSeek API pricing badge in the session header, with peak/off-peak flash and pro rates. 0.1.0-rc.8 (2026-08-20)
dsh-quota-meter-aishushu 16 ai-shushu/dsh-quota-meter 会话额度监控(官方 dsh bundle):按 DeepSeek 官方价格记账、额度耗尽拦截 + 输入框上方进度条 UI 0.1.0-rc.8 (2026-08-20)
dsh-opencode-go-usage 14 Xenia0922/dsh-opencode-go-usage OpenCode Go 用量与花费面板 — DeepSeek Harness 插件:可拖拽缩放的悬浮仪表盘,实时展示 OpenCode Go 配额、逐请求用量与花费 0.1.0-rc.8 (2026-08-20)
dsh-token-usage-leemancheung 13 LeemanCheung/dsh-token-usage Persistent token usage records and dashboard for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-web-billing 13 bpc-oss/dsh-web-billing RMB/USD token-billing plugin for DSH web: official-policy auto pricing (incl. peak/off-peak), per-message ledger, account balance, locale-driven currency display 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 781. all 781 → · gallery · JSON

Observability & evidence

Diagnostics, logs, audits, content-addressed proofs.

Name Repo ★ Repo Description Verified against
dsh-status-rotator 65 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-research-report 37 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-whale-report 31 SenmuuuuW/dsh-whale-report 鲸鱼记事本 — 你的 Agent 年度/月度/周度/日报:从会话事件日志生成数据新闻官式报告,任意区间、定时生成。 0.1.0-rc.8 (2026-08-20)
dsh-harbor 24 ZSeven-W/dsh-harbor A read-only mirror for installed DeepSeek Harness plugins: capability inventory with evidence, cross-plugin conflicts, and a diff of what changed since the last scan 0.1.0-rc.8 (2026-08-25)
oh-my-knowledge 18 lizhiyao/oh-my-knowledge OMK — Observe. Measure. Know. Evidence-backed knowledge changes for AI applications. 0.1.0-rc.8 (2026-08-25)
dsh-security-audit 14 omdsh-dev/dsh-security-audit Read-only local security audit: config, credential metadata, plugin provenance, sessions, and network exposure. 0.1.0-rc.8 (2026-08-20)
dsh-anchored-monitor 11 Aik358/dsh-anchored-monitor · npm DSH 实时思维链锚定监控插件: we/let's/let me 指纹波段检测(spec/mixed/react) + L1温和引导/L2强制重置/L3会话重启分级干预; 左侧栏入口 + 液体毛玻璃浮层 + 变阻器式思考强度条; 独立监控进程 + JSONL 实验日志 + 离线回放/参数校准; 变阻器条可选严肃/「滑动变祖器」梗双皮肤。 0.1.0-rc.8 (2026-08-20)
dsh-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)
upstream-radar 9 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-mall 8 hoyyang/dsh-mall 全网最强 DeepSeek Harness 插件商场:全量收录 GitHub #dsh-plugin 生态插件,五维实用评分雷达图,智能搜索(AI 理解需求)、智能安装/更新/卸载(AI 装前审查+装后诊断)、一键批量更新、编辑精选与个性化推荐,自带 Skills 工具与 dsh-mall 技能,中英多语言界面。 0.1.1-rc.2 (2026-08-26)
OmniOps 8 luxiu666/OmniOps MySQL 慢查询诊断 bundle:skill(mysql-slow-query-analysis)+ mcp-client(stdio 自动拉起 mysql-diag-mcp) 0.1.1-rc.2 (2026-08-28)
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-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-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-acp-enhanced 5 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-character-profiler 5 MlittleFriend/dsh-character-profiler DSH 写作插件:角色性格侧写档案 + 出场权重/占比统计 + 行为偏离度检测。为长篇小说提供人物一致性的量化监控。 0.1.0-rc.8 (2026-08-20)
dsh-thinking-levels 5 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)
MathModelingAgent 5 yohanchen1/MathModelingAgent Evidence-driven mathematical modeling and verification skills for DeepSeek Harness 0.1.0-rc.8 (2026-08-24)
context-assembler-DSH 4 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-capability-receipt 4 dongsheng123132/dsh-capability-receipt Content-addressed receipts for skills actually loaded by DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-lineage 4 dongsheng123132/dsh-lineage Content-addressed data and action lineage evidence for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-logtimeline 4 anyuer678/dsh-logtimeline Query local log files with Chinese natural-language time expressions — LogTimeline for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 212. all 212 → · gallery · JSON

Safety & approvals

Permission tiers, gates, redaction, protection.

Name Repo ★ Repo Description Verified against
Aegis 1162 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 481 xiaods/k8e Installable dsh bundle mounting the k8e-sandbox execution world (KIP-20). 0.1.0-rc.8 (2026-08-20)
DeepSec 373 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 185 saya-ch/dsh-mobile · npm DeepSeek Harness 移动端适配与安全局域网访问插件,支持 Android App 和手机浏览器。 0.1.0-rc.8 (2026-08-20)
dsh-auto-mode 143 NanmiCoder/dsh-auto-mode · npm Fail-closed automatic permission policy for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-undo-plugin 140 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 122 Akimiya-z/codex-guard Quality gate for AI/Codex-generated pull requests: blocks TODO leftovers, leaked secrets, messy commits and failing CI before they hit main. 0.1.0-rc.8 (2026-08-24)
dsh-network-settings 107 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-permission-rules 97 PerryLink/dsh-permission-rules · npm Declarative Claude Code-style permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-name, argument (glob/regex), and workspace-path matching on the tools/pre-execute waterfall, 0.1.0-rc.8 (2026-08-20)
dsh-secure-audit 81 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)
sofagent 41 KongFangXun/sofagent 变更机器审阅——24 规则 + git diff 硬证据 + 节点级审计(seam: tools/result + tools/pre-execute + fs/write-intent)——桥接 @sofagent/audit runRules(sofagent 品牌插件 · 主色 #16B8F3) 0.1.0-rc.8 (2026-08-25)
DeepSeekGUI 26 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 20 BlockRunAI/dsh-clawrouter · npm Strong-model review before risky tool calls, plus many models from one wallet. 0.1.0-rc.8 (2026-08-20)
dsh-reminder 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-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-auto-approve 12 Jiao-XXX/dsh-auto-approve · npm A conservative automatic approval preset for DeepSeek Harness sandbox escalations 0.1.0-rc.8 (2026-08-20)
dsh-remote-mobile 11 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-sandbox-escalation-fix 11 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)
dshscan 10 shaoshi20/dshscan · npm DShScan - DSH plugin security scanner inspired by NVIDIA SkillSpector 0.1.0-rc.8 (2026-08-20)
dsh-auth-gateway 9 xbzbing/dsh-auth-gateway Password login gateway plugin for dsh web: auto-generated initial password with forced onboarding, login, password change with real request interception, and OTP two-factor authentication. 0.1.0-rc.8 (2026-08-20)
dsh-ponytail 9 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-approval-llm 8 Letter2025/dsh-approval-llm · npm Model-based permission approval (approve-for-me) for DeepSeek Harness: an approval/request answerer backed by a separate reviewer model 0.1.0-rc.8 (2026-08-20)
dsh-auth-gate-tecfancy 8 TecFancy/dsh-auth-gate · npm Application-layer authentication plugin for the dsh web surface 0.1.0-rc.8 (2026-08-20)
dsh-multi-folder 8 AngelosZou/dsh-multi-folder · npm DeepSeek Harness plugin: secondary working directories for a project. The agent keeps the primary workspace as cwd, gains equal write/exec permissions on configured secondary directories under workspa 0.1.0-rc.8 (2026-08-20)
dsh-multi-tenant 8 GuoMonth/dsh-multi-tenant Multi-tenant SaaS extension for DeepSeek Harness (DSH): tenant identity, session ownership, authorization boundaries, tenant-aware MCP, and audit. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 420. all 420 → · gallery · JSON

Plugin managers & stores

In-UI stores, installers, skill managers.

Name Repo ★ Repo Description Verified against
dsh-market 3006 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 1099 agentrq/agentrq · npm AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness 0.1.0-rc.8 (2026-08-20)
awesome-deepseek-harness 216 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 212 imsai-sh/awesome-deepseek-harness-plugins The 1024 Store plugin market inside DeepSeek Harness. unverified
dsh-plugin-marketplace 152 bradeGithub/DSH-Plugins-Marketplace Web GUI plugin marketplace: browse, install, and update GitHub topic dsh-plugin packages from inside DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-skill-mcp-panel 112 Fishquito7/dsh-skill-mcp-panel dsh-skill-mcp-panel: manage skills and MCP servers from the DSH web settings UI plus the unified dsh-panel CLI. 0.1.0-rc.8 (2026-08-20)
dsh-find-plugin 111 awesome-dsh-plugin/dsh-find-plugin · npm Find DeepSeek Harness plugins from inside the agent via live GitHub dsh-plugin topic search, ranked by stars. 0.1.0-rc.8 (2026-08-20)
dsh-webui-market-plugin 103 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 88 2BingLing/dsh-market DSH Market 插件端:cordis 侧边栏插件(浏览/搜索/猜你喜欢/一键安装/已装管理),核心逻辑来自 @dsh-market/core 0.1.0-rc.8 (2026-08-20)
dsh-capability-menu 83 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-dshplugi 82 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 79 Vladimir-Human/ru-marketplace-mcp Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чт 0.1.0-rc.8 (2026-08-20)
zat-dsh-engine 78 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-plugin-hub 75 Noob-stupid/dsh-plugin-hub 插件控制台:一键启用/停用插件,浏览并安装 GitHub dsh-plugin 插件 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 67 LX2000WASD/dsh-web-plugin-manager · npm Manage DeepSeek Harness (DSH) plugins from the Web UI: list, enable/disable, install/remove, environments, and a GitHub-awesome-driven marketplace. 0.1.0-rc.8 (2026-08-20)
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 35 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 29 akira399/dsh-novel-writer 大肥鱼的小说工坊 — DSH 网络小说创作插件:九阶段门禁式创作流程 + 世界书(lorebook)设定注入 + 本地书籍导入 + AI 一键润色 + 去AI味 + 黄金三章诊断 + 百万字一致性 + 市场调研与模板复制,面向开源用户的开箱即用方案。 0.1.0-rc.8 (2026-08-20)
dsh-plugin-shop 28 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 28 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-plugin-marketplace-awesomehou 27 AwesomeHou/dsh-plugin-marketplace 实时同步 GitHub dsh-plugin topic 的插件市场:Host 定时抓取并缓存,Web 设置页展示可搜索的插件列表。 0.1.0-rc.8 (2026-08-20)
dsh-quant 27 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)
deepseek-plugin-store 26 Ericwong5021/deepseek-plugin-store DeepSeek 插件商店开源数据源 · Open source data source for the DeepSeek Plugin Store 0.1.0-rc.8 (2026-08-20)
dsh-trading 26 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 452. all 452 → · gallery · JSON

Developer tools

Building, testing, and publishing plugins.

Name Repo ★ Repo Description Verified against
dsh-web-zhu10900 6661 zhu1090093659/dsh-web Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages 0.1.0-rc.8 (2026-08-25)
dsh-ios 273 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 131 ZSeven-W/dsh-android DeepSeek Harness plugin for Android — build, run, and interact with a live emulator or USB device stream inside a conversation, driven entirely through adb. Tested with DSH 0.1.1-rc.1. 0.1.0-rc.8 (2026-08-24)
superpowers-dsh 112 LayneChai/superpowers-dsh TDD, debugging, planning, and collaboration skills for DeepSeek Harness, adapted from obra/superpowers. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-template 91 bugmaker2/dsh-plugin-template Minimal Hello World plugin template for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-tianshu-build 39 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 31 linhut/gongwen-skill · npm 中文公文全流程处理工具 - GB/T 9704 格式检查/修复/内容优化/模板生成/版式注入 0.1.0-rc.8 (2026-08-20)
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)
webdsh 27 futrime/webdsh Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages 0.1.0-rc.8 (2026-08-20)
qa-skills 20 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-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-doublecheck 13 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-eval-harness 13 BiBoyang/dsh-eval-harness · npm DSH 插件回归评测门禁:yaml 用例 + headless 驱动 + trace 断言 + baseline 门禁(eval_run / eval_gate) 0.1.0-rc.8 (2026-08-20)
dsh-minecraft-ui 12 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)
plugin-template 12 omdsh-dev/plugin-template Standalone Cordis plugin template for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
tencentcloud-agentobs-sdk-dsh 12 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)
dsh-grok-tui 11 chen-001/dsh-grok-tui · npm Use dsh via grok-build's TUI. 0.1.0-rc.8 (2026-08-20)
dsh-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)
deepseek-harness-desktop-baiyuscc 10 baiyuscc13724-max/deepseek-harness-desktop Open-source Windows desktop shell for the official DeepSeek Harness Web UI with automatic local runtime startup, packaged self-test, and release gates. 0.1.0-rc.8 (2026-08-20)
dsh-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-skill-7d-code-reviewer 10 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-devquest 7 lucky8197/dsh-devquest · npm 把开发变成 RPG:回合/工具/todo 积累 XP、成就徽章、等级与赛季。事件流驱动,纯函数计分。 0.1.0-rc.8 (2026-08-20)
dsh-director-toolkit 7 lhmd/dsh-director-toolkit DeepSeek Harness plugin that turns a 3D idea into a shootable scene brief and publish-ready showcase copy. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 173. all 173 → · gallery · JSON

Knowledge & research

Research workbenches, RAG, learning modes.

Name Repo ★ Repo Description Verified against
WeKnora 21126 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 416 yogsoth-ai/de-anthropocentric-research-engine · npm DeepSeek Harness plugin for the De-Anthropocentric Research Engine: 920 research skills, with an opt-in MCP server fleet 0.1.0-rc.8 (2026-08-20)
dsh-Mimir-Academic-research 155 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)
hanai-investment-dsh 109 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-reverse-skill 105 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)
dsh-web-search-pro 60 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)
SpecFusion 59 wxkingstar/SpecFusion · npm SpecFusion skill + native API-docs search tools for DeepSeek Harness: 65,000+ API docs across 20 Chinese open platforms 0.1.0-rc.8 (2026-08-20)
hn-cli 52 heartleo/hn-cli · npm Hacker News tools for DeepSeek Harness: front-page feeds, item comment trees, Algolia search, user profiles. 0.1.0-rc.8 (2026-08-20)
OpenQuantum 48 xi-zhao/OpenQuantum A DeepSeek Harness distribution for open quantum research 0.1.0-rc.8 (2026-08-24)
dsh-industry-research 34 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)
dsh-plugin-guide 32 PerryLink/dsh-plugin-guide · npm The dsh-plugin-guide knowledge base as an installable DeepSeek Harness plugin: official docs, Cordis primer, community deep-dives, and battle-tested pitfalls registered as an on-demand agent skill. 0.1.0-rc.8 (2026-08-20)
dsh-science 32 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-sticky-note 32 Meredith2328/dsh-sticky-note 左下角便签:随手记点子/感想/TODO,实时保存到归档目录,清单+悬浮归档 0.1.0-rc.8 (2026-08-20)
dsh-scholar 28 lzszq/dsh-scholar DSH Research OS — a fully automated scientific research plugin for DSH (DeepSeek Harness): survey, idea, experiment contract, durable runner jobs, claim-evidence ledger, manuscript and release bundle. 0.1.0-rc.8 (2026-08-20)
deep-read-summarize 26 PensiveFei/deep-read-summarize Deep reading & summarization for DSH: books/papers/videos/web → structured Obsidian notes. Plugin parsers, MapReduce deep-read, JSON Schema output, idempotent cache. 0.1.0-rc.8 (2026-08-21)
dsh-deep-research 20 omdsh-dev/dsh-deep-research Deep Research orchestrator extension for DeepSeek Harness: an adaptive cybernetics/information-theory deep_research tool on the official workflow engine, reusing built-in web_search/web_fetch. 0.1.0-rc.8 (2026-08-20)
dsh-design-skills 20 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-ai4scholar 18 literaf/dsh-ai4scholar · npm AI4Scholar for DeepSeek Harness (dsh): 38 native academic tools — Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, DOI resolution, PDF full text, auto-cite, scientific figures 0.1.0-rc.8 (2026-08-20)
dsh-directorx 18 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-robotic-harness 17 dingkaihu63/dsh-robotic-harness Robotic Harness — an embodied-intelligence research plugin suite for DeepSeek Harness (demo) 0.1.0-rc.8 (2026-08-20)
dsh-md-notes 16 XieZongChen/dsh-md-notes · npm MD 笔记插件:侧边栏笔记管理入口(列表/编辑/预览)+ 回答下方记入笔记,笔记存于工作区 .dsh-notes/ 0.1.0-rc.8 (2026-08-20)
zhihu-search 16 klarkxy/zhihu-search GitHub-installable DeepSeek Harness bundle for the zhihu-search MCP server 0.1.0-rc.8 (2026-08-24)
dsh-evoresearch 14 Karbo123/DSH-EvoResearch Self-evolving research workflow for DeepSeek Harness: project workspaces, research memory, multi-agent teams, and a custom workbench. 0.1.0-rc.8 (2026-08-20)
dsh-search-boost 14 Mr-remon219/dsh-search-boost · npm Multi-engine fused web search, page fetch, real-time X (Twitter) search with credential-free fallback, deep research and parallel multi-agent research for DeepSeek Harness. Free-by-default engine 0.1.0-rc.8 (2026-08-20)
dsh-docs 13 Sqhao-O/dsh-docs Local PDF, Office, image, and OCR document intelligence for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 428. all 428 → · gallery · JSON

Fun

Games, pets, memes, ambience. The reef has coral.

Name Repo ★ Repo Description Verified against
dsh-ads 596 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 504 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 398 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 ⭐ 303 vlln/whale-girl · npm Desktop-pet companion for the web GUI (QQ-pet style): draggable, feedable, levels up with session activity; migrated from the removed .dsh-plugin format to dsh.bundle 0.1.0-rc.8 (2026-08-20)
gal-view 136 Ayase34/gal-view DSH Web GUI 会话页的 GAL 视窗:Galgame 风格对话视图 + 场景元素可视化编辑器 0.1.0-rc.8 (2026-08-20)
dsh-tavern-flizzywi 73 flizzywine/dsh-tavern 基于 DeepSeek Harness(DSH)的 SillyTavern 类文字游戏 Agent,支持候选项生成、对话式人物卡编辑、剧本模式与素材抽取。 0.1.0-rc.8 (2026-08-20)
dsh-meme-yyh001 71 yyh-001/dsh-meme · npm DeepSeek Harness 表情包插件:内置默认图库(官方-001,92 张),按情绪随机抽图,send_meme 发图(Web/QQ),设置页管理面板。 0.1.0-rc.8 (2026-08-20)
dsh-jingling 52 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-whale-musume 49 Sutera-Diffusus/dsh-whale-musume A whale-girl Kanban Musume mascot for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
deepseek-pet 43 keleus/deepseek-pet DeepSeek Pet plugin: an interactive, state-aware companion embedded in DeepSeek Harness Web 0.1.0-rc.8 (2026-08-20)
dsh-emoji 42 hellodigua/dsh-emoji · npm Tiny semantic inline emoji for DSH Agent responses 0.1.0-rc.8 (2026-08-20)
dsh-pet-remielle 34 Gin-7/dsh-pet-remielle · npm Hot-pluggable Remielle (蕾米埃尔) sticker pet for the dsh web GUI: a transparent floating companion from Zenless Zone Zero that switches animated GIF moods with the harness work state 0.1.0-rc.8 (2026-08-20)
dsh-ui-whale 29 lhh010/dsh-ui-whale DSH Web UI 像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击冒爱心,零核心改动。 0.1.0-rc.8 (2026-08-20)
dsh-minigames-lhh010 27 lhh010/dsh-minigames DSH Web UI 右侧小游戏面板:18 款离线小游戏,可扩展游戏注册表。等待模型回复或修 bug 时的摸鱼神器。 0.1.0-rc.8 (2026-08-20)
dsh-personal-center 25 PolinniZhong/dsh-personal-center DSH 个人中心:设置 →「个人」分区(个人资料统计 UI + 个性化自定义指令 + 成本估算 + 桌面宠物) 0.1.0-rc.8 (2026-08-20)
dsh-client-ui-custom 23 yoli-mi/dsh-client-ui-custom · npm 客制化DSH(Custom DSH): web-surface theming (wallpaper, frosted glass, accent, translucent surfaces), configurable keyboard shortcuts (new conversation / model / thinking effort / composer gestures / 0.1.0-rc.8 (2026-08-20)
dsh-portable-tavern 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-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)
dsh-whale-galgame 19 JAdpp/dsh-whale-galgame · npm A multi-character Galgame interface and optional desktop companion for DeepSeek Harness Web. 0.1.0-rc.8 (2026-08-20)
dsh-galgame 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)
dsh-godot-skill 18 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)
whale-purse 17 Suiwan/whale-purse 鲸鱼娘桌宠 · DeepSeek 余额 + 会话用量/花费监视,直接挂进 DSH Web profile 的组合层(cordis.patch.yml insert,热重载) 0.1.0-rc.8 (2026-08-20)
dsh-gomoku 16 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-live2d-pets 15 cyanfish-x/dsh-live2d-pets · npm Live2D pet plugin for DeepSeek Harness: load models from any external URL or local model path 0.1.0-rc.8 (2026-08-20)
dsh-niulai-pet 15 whitefirer/dsh-niulai-pet · npm dsh web desktop pet: a Niulai calf that lives in the corner, hops around, and moos "mama" when an agent task completes (client-only plugin) 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 433. all 433 → · gallery · JSON

Bundles

npm packages with a dsh.bundle manifest: composition layers a profile boots from.

Name Repo ★ Repo Description Verified against
dsh-base (official) 208028 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) 208028 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) 208028 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 2767 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 1052 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 306 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 299 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 160 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 155 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-stock-watch 71 Awu12277/dsh-stock-watch Collapsible A-share watchlist popup with live quotes, charts, and a target-price panel. 0.1.0-rc.8 (2026-08-20)
dsh-mneme 69 modusensus/dsh-mneme · npm Cross-session memory with SQLite, Markdown mirrors, autoDream consolidation, and a web panel. 0.1.0-rc.8 (2026-08-20)
dsh-config-manager 63 xiajiajun516/dsh-config-manager · npm Backup, export, import, and migrate DeepSeek Harness configuration from the web UI. 0.1.0-rc.8 (2026-08-20)
dsh-code 32 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 20 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-plugin-marketplace-yelebai 20 YELEBAI/dsh-plugin-marketplace A plugin marketplace for DeepSeek Harness with categories, trending discovery, install management, and controlled restart. 0.1.0-rc.8 (2026-08-20)
dsh-fabric 18 omdsh-dev/stent Fabric/Mixin extension workspace: an installable profile bundle carrier over the cordis-fabric package trio. 0.1.0-rc.8 (2026-08-20)
dsh-harmony 17 memorax-ai/dsh-harmony · npm Runtime library to patch, replace, and decorate DeepSeek Harness plugins with hot reload. 0.1.0-rc.8 (2026-08-20)
dsh-desk 16 majiayu000/dsh-desk Tauri desktop companion for DeepSeek Harness: wraps official dsh 0.1.0-rc.6 in a system WebView with isolated DSH_HOME and a plugin-manager UI. 0.1.0-rc.8 (2026-08-20)
pptfast 12 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-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-bash-win 9 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-agent-team 8 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-codex-port 8 STARDUSTLC666/dsh-codex-port · npm One-command port of Codex plugins from ~/.codex into DeepSeek Harness skills, with frontmatter conversion. 0.1.0-rc.8 (2026-08-20)

Showing the 25 most-starred of 88. all 88 → · gallery · JSON

Skills

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 245733 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 79828 paperclipai/paperclip The open-source app everyone uses to manage agents at work 0.1.0-rc.8 (2026-08-25)
ruflo 70138 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 24759 EveryInc/compound-engineering-plugin Official Compound Engineering skills plugin for coding agents 0.1.0-rc.8 (2026-08-25)
colleague-skill 24246 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 22340 NVIDIA/NemoClaw NemoClaw — run OpenClaw inside OpenShell with NVIDIA inference 0.1.0-rc.8 (2026-08-25)
J-Space-Cognition-Suite-V3.7 3007 Tiger3807861189/J-Space-Cognition-Suite-V3.7 J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace research. | 哔哩哔哩:Tiger380 (UID 3494375382321675) — https://space.bilibili.com/3494375382321 0.1.0-rc.8 (2026-08-24)
last30days-skill-cn 1732 Jesseovo/last30days-skill-cn last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。 0.1.0-rc.8 (2026-08-21)
vox-director 1689 Alisa0808/vox-director Vox Director — an open-source Agent Skill that turns one topic into a finished Vox-style paper-collage explainer/ad video: script, collage keyframes, motion, voice-over, music and captions, automated 0.1.0-rc.8 (2026-08-21)
ex-skill 1073 titanwings/ex-skill Builds a digital persona skill of your ex from WeChat chat logs (create-ex); SKILL.md documents dsh discovery paths alongside other hosts unverified
math-modeling-skill 1003 XiaoMaColtAI/math-modeling-skill 数学建模技能 - 面向 CUMCM、MCM/ICM 等数学建模竞赛的三阶段工作流:建模分析、Python/MATLAB 编程与 DOCX 论文生成。包含丰富的算法资源库(优化/预测/评价/图论/机器学习等)、角色指导文档、论文模板和实用工具脚本 0.1.0-rc.8 (2026-08-21)
Agentkey 624 chainbase-labs/Agentkey AgentKey skills for AI agents - real-time web search, social media, and crypto data access 0.1.1-rc.2 (2026-08-26)
harmony-next 341 linhay/harmony-next.skills HarmonyOS NEXT development skill with offline ArkTS/ArkUI references and DevEco automation; copy harmony-next/ into a dsh skill root 0.1.0-rc.8 (2026-08-20)
engramory 180 tinqiao-oss/engramory · npm A portable memory protocol for AI agents — load it as standing rules; a curation discipline + reference spec + optional cap hook. 0.1.0-rc.8 (2026-08-20)
find-plugins 172 Nagi-ovo/dsh-find-plugins Skill that discovers and installs dsh plugins from the GitHub dsh-plugin topic, verifying install method from repo manifests; copy skills/find-plugins into a skill root unverified
nature-academic-search 163 wp-a/nature-academic-search Academic Paper Search:中文科研用户的 Codex / Claude Code / DeepSeek Harness Skill + MCP;跨 CrossRef、PubMed、arXiv、OpenAlex、Europe PMC 检索去重,支持 MeSH、引用核验、引文图谱、试验检索与审计导出。 0.1.1-rc.2 (2026-09-01)
pinelab-vendure-plugins 135 Pinelab-studio/pinelab-vendure-plugins Monorepo for different Vendure plugins developed by Pinelab 0.1.1-rc.2 (2026-08-26)
argo 113 taxueseek/argo · npm Agent-first multilingual search and evidence-verification skill routing 120+ engines with vertical sources and MCP entry points; SKILL.md at repo root 0.1.0-rc.8 (2026-08-20)
photo-abstract-editorial 92 kwhi6693-web/photo-abstract-editorial Photo-to-editorial Skill with Original (Codex) and V3 Adaptive editions. Scene-aware layouts, creative controls, Strict Fidelity composition, structured QA, and a validated DeepSeek Harness capability 0.1.1-rc.2 (2026-08-28)
mstar-harness 57 btspoony/mstar-harness Morning Star skill-driven engineering workflow (roles, phase gates, plan conventions) shipped as twenty SKILL.md units; copy skills/* into a dsh skill root 0.1.0-rc.8 (2026-08-20)
PatentRadar 57 yuc16/PatentRadar 专利侵权分析系统 —— 输入专利公开号,产出竞品侵权分析报告;同时打包成 skill,可被任意 agent(codex,claude code 等) 调用。 0.1.0-rc.8 (2026-08-24)
launch-wechat-miniprogram 42 niuhuoshan/launch-wechat-miniprogram 面向完全新手的微信小程序 Agent Skill,从需求确认、原生 UI 和高保真原型,到 AppID、备案、开发测试、腾讯云后台、体验版、提审、发布及版本更新。 0.1.1-rc.2 (2026-09-01)
dsh-plugin-dev-skills 40 zimodzh/dsh-plugin-dev-skills An Agent Skills skill for developing DeepSeek Harness (DSH) plugins(开发 DSH 插件的 Agent Skill)——插件/服务/事件/工具/LLM 适配器/打包安装的标准。Works with Claude Code, Codex, DSH, VS Code Copilot & any compatible agent. 0.1.0-rc.8 (2026-08-21)
hedgehog 35 skyf0xx/hedgehog Install the Hedgehog build discipline (agents + skills) into a repo, for Claude Code, Cursor, or Gemini CLI. 0.1.0-rc.8 (2026-08-24)
dsh-skill-adult-tension-narrative 15 daha1216/dsh-adult-tension DeepSeek Harness 成年人(18+/adult)互动叙事 Skill:NPC 活人感(有记忆/立场/底线)、自带破甲与张力引擎、随机开局可预锁、时间推进、全维 YAML 存档。仅限虚构成年人。 0.1.0-rc.8 (2026-08-21)

Showing the 25 most-starred of 223. all 223 → · gallery · JSON

Themes

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 1877 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 3 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)

Tools

Developer tooling around dsh.

Name Repo ★ Repo Description Verified against
create-dsh-plugin 50 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 14 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)

Add your plugin

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.

Already listed?

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:

[![listed on dsh.works](https://img.shields.io/badge/listed_on-dsh.works-00c2e9?labelColor=0d0d0d)](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.

Field notes

Verified dsh traps, skill discovery rules, and hook-bridge limits live in howto-dsh.

License

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.

About

Spam-filtered, open-data registry of DeepSeek Harness (dsh) plugins, bundles, and skills.

Topics

Resources

Contributing

Security policy

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages