awesome-dsh-plugins

August 30, 2026 · View on GitHub

powered by dsh license: MIT browse the reef

A spam-filtered, open-data registry of DeepSeek Harness (dsh) plugins, bundles, and skills — 11,690 entries from 6,808 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-08-30 it holds 12,751, template spam and topic-riders included. A raw topic feed is not a registry; the filter is the value this repo adds.

How much filtering that is, measured on 2026-08-30: 14,302 repositories carry a dsh discovery topic and 13,212 of them — 92% — have been opened, read, and decided. 2,167 were rejected, 2,032 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. 13,212 of 14,302 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

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 6515 ★ · 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 3774 ★ · vision
  • dsh-better-sidebar — Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs 3126 ★ · ui
  • dsh-browser — Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 530 ★ · capabilities
  • whale-girl — Desktop-pet companion for the web GUI (QQ-pet style): draggable, feedable, levels up with session activity; migrated from the removed .dsh-plugin format to dsh.bundle 301 ★ · fun
  • dsh-mnemon — Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. 296 ★ · memory
  • dsh-turn-rewind — Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger 105 ★ · memory
  • dsh-usage-stats — Beautiful token analytics for DeepSeek Harness — trends, activity heatmaps, model breakdowns, and data exports. 11 ★ · usage

Plugins by area

11410 Cordis plugins activated through patch rows in a bundle or profile, grouped by what they do. Data updated 2026-08-30.

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.

NameRepo ★RepoDescriptionVerified against
dsh-web-ui ⭐6515zhu1090093659/dsh-web-uiPlugin 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 gap0.1.0-rc.8 (2026-08-20)
dsh-better-sidebar ⭐3126omdsh-dev/DSH-better-sidebar · npmFull sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs0.1.0-rc.8 (2026-08-20)
mnemon540mnemon-dev/mnemonInstall the full dsh-mnemon integration from the Mnemon repository.0.1.0-rc.8 (2026-08-20)
dsh-at-file498FSMargoo/dsh-at-fileCodex-style @file mentions in the composer: search workspace files and attach their contents to prompts0.1.0-rc.8 (2026-08-20)
superdesign-skill486superdesigndev/superdesign-skillDesign 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-genui372omdsh-dev/dsh-genuiRenders 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-visualize231Nagi-ovo/dsh-visualizeGenerative UI in conversation: a visualize tool plus companion skill renders interactive HTML cards in sandboxed frames with streaming preview0.1.0-rc.8 (2026-08-20)
dsh-popout-sidebar166e2mcc/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-gateway164summer1238/dsh-remote-web-gateway · npmDSH 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 login0.1.0-rc.8 (2026-08-20)
dsh-openpencil156ZSeven-W/dsh-openpencil · npmOpenPencil design preview and editing inside the web UI0.1.0-rc.8 (2026-08-20)
dsh-annotation104omdsh-dev/dsh-annotationDSH 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-skin85SLin-code/dsh-custom-skinCustom wallpapers and translucent skins for DeepSeek Harness Web0.1.0-rc.8 (2026-08-25)
dsh-github-panel73PivotStackIntelligence/dsh-githubSource Control and GitHub panel for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-web-mobile70mexiaosqwq/dsh-web-mobileMobile-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)
ProMentor66Lyn-77/ProMentorProMentor course dashboard in the Web GUI: composer-dock trigger plus a full-frame dashboard panelunverified
dsh-smooth-stream-laplaceb63Laplace-bit/dsh-smooth-stream · npmSmooth streaming reveal and conversation follow for the DeepSeek Harness Web UI0.1.0-rc.8 (2026-08-20)
dsh-prompt-enhancer57Fishsb/dsh-prompt-enhancerOne-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-open-in-vscode55omdsh-dev/dsh-open-in-vscodeOpen workspace directories in VS Code directly from the web GUI0.1.0-rc.8 (2026-08-20)
dsh-endfield-ui50rison114514/dsh-endfield-uiEndfield-inspired industrial UI shell for DeepSeek Harness (non-official fan theme)0.1.0-rc.8 (2026-08-20)
recruiting-copilot49Viy1204/recruiting-copilotAI 招聘副驾 —— DeepSeek Harness profile bundle:注册招聘工作流 skills(岗位梳理、双通道寻源初筛、约面试、简历评估、台账与日报),并在 Web UI 右侧提供一只可直接操作的 boss/liepin 浏览器面板。0.1.0-rc.8 (2026-08-20)
dsh-auto-continue44HsiangNianian/dsh-auto-continue · npmAutomatically 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-ui-status-label42alingalingling/ui-status-labelWeb UI plugin that makes the assistant's thinking status label ('deep diving') user-configurable through settings0.1.0-rc.8 (2026-08-20)
dsh-tavern-chen731240chen731215-dev/dsh-tavernDeepSeek 酒馆 - embed the tavern into DeepSeek Harness Web UI as a native management panel: multiple character cards, multiple worldbooks, switchable presets, deep-light theme, auto-dismiss.0.1.0-rc.8 (2026-08-20)
dsh-ui-web39CAPTAIN1275/dsh-ui-web · npmDSH web GUI right-panel system: a pixel-faithful re-implementation of AionUi's Explorer + Preview columns (file tree, filename search, git changes, multi-tab preview of 10+ formats) driven by real0.1.0-rc.8 (2026-08-20)
dsh-passwords35slywalker2006/dsh-passwords · npmdsh-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 redirect0.1.0-rc.8 (2026-08-20)

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

Terminals & desktop

TUIs, desktop shells, headless runners.

NameRepo ★RepoDescriptionVerified against
deepseek-harness-desktop22067anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验0.1.0-rc.8 (2026-08-20)
dsh-desktop-anywhere22067anywhere-labs/dsh-desktopDSH Desktop product workspace0.1.0-rc.8 (2026-08-25)
dsh-desktop3315dataelement/dsh-desktopA cross-platform desktop shell for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-hairyf1423dsh-tauri-desk/deepseek-harness-desktopDesktop 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-activity656ccch1mneyyy/working-activity · npmLive model working-status line: playful copy, running tool, turn elapsed — for TUI prompt and Web UI0.1.0-rc.8 (2026-08-20)
deepseek-harness-studio-fufankej571fufankeji/deepseek-harness-studioDeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。0.1.0-rc.8 (2026-08-20)
dshcode552whitelonng/dshcodeCommunity desktop companion for DeepSeek Harness — one-click Electron app for macOS and Windows0.1.0-rc.8 (2026-08-20)
pilot-harness261op7418/pilot-harnessPilot 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-tui250huiliyi37/dsh-tianshu-tui · npmTerminal UI for dsh shipped as an installable profile bundle0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-ningbain245ningbainb/deepseek-harness-desktopLossless desktop shell for DeepSeek Harness and the complete dsh-web-ui plugin collectionunverified
deepseek-harness-desktop-chokwinl129chokwinlee/deepseek-harness-desktopCompact unofficial desktop host for DeepSeek Harness, powered by Tauri on macOS0.1.0-rc.8 (2026-08-20)
seektty123Hilbert-beinghappy/seektty · npmSeekTTY, a pluggable DeepSeek-colored terminal surface for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
Tydora107zuorn/TydoraLet 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-webcasa102web-casa/DeepSeek-Harness-DesktopBundled DeepSeek Harness runtime for the desktop packaging. Pin exactly; upgrades happen only through prepare-harness + CI smoke.0.1.0-rc.8 (2026-08-20)
deepseek-harness-tui-openmaai65openma-ai/Martty · npmTerminal-native agent UI for DeepSeek Harness; standalone CLI or dsh profile bundle0.1.0-rc.8 (2026-08-20)
dsh-desktop-hub58FlashingChen/dsh-desktop-hubDSH Desktop Hub — DeepSeek Harness 桌面管理控制台(多 Tab:Harness / Plugin / MCP / Skills)0.1.0-rc.8 (2026-08-20)
deepseek-harness-docker-runzhliu53runzhliu/deepseek-harness-dockerMovable, resizable Chromium desktop embedded in the DeepSeek Harness Web UI through noVNC.0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-baihejia51baihejiangnan/deepseek-harness-desktopDesktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required.0.1.0-rc.8 (2026-08-24)
happy-friday-lite51cheney-plus/happy-friday-liteHappy Friday Lite - Electron + Vue30.1.0-rc.8 (2026-08-25)
deepseek-app37RongleCat/deepseek-appDesktop workbench for DeepSeek Harness — Grok App visual shell, DSH engine0.1.0-rc.8 (2026-08-20)
dsh-tui-dshtui31dsh-tui/dsh-tui · npmClaude Code-style interactive terminal UI for DeepSeek Harness agents0.1.0-rc.8 (2026-08-20)
dsh-desktop-liguobao26liguobao/dsh-desktopCommunity desktop wrapper for the DeepSeek Harness Web UI0.1.0-rc.8 (2026-08-20)
DSHDesktop22CCMu04/DSHDesktopUnofficial Windows desktop shell for the unmodified DeepSeek Harness Web UI0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-cc125219cc1252/deepseek-harness-desktopUnpruned runtime payload for the Electron wrapper0.1.0-rc.8 (2026-08-20)
dsh-workbuddy-connect18corrinehu/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)

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

Tools & capabilities

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

NameRepo ★RepoDescriptionVerified against
mirage3586strukto-ai/mirage · npmDeepSeek Harness (dsh) providers backed by a mirage workspace: ctx.fs and ctx.shell over mounted resources0.1.0-rc.8 (2026-08-20)
openpets1137alvinunreal/openpets · npmOpenPets 2.0 workspace0.1.0-rc.8 (2026-08-20)
dsh-pocket832shaobeichen/dsh-pocket · npm把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。0.1.0-rc.8 (2026-08-20)
dsh-infinite-gen-2660Minglink/dsh-infinite-gen-2DeepSeek Harness 破甲插件「无限二代」:v5 稳定化破甲提示词(含拒绝对抗增强),客户端在对话框上方显示「破甲已开启」状态条。0.1.0-rc.8 (2026-08-25)
deepseek-design612Devin-AXIS/deepseek-designiPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view.unverified
dsh-browser ⭐530Lum1104/dsh-browserChrome sidebar plugin that lets dsh operate the browser directly, without vision.0.1.0-rc.8 (2026-08-20)
MisakaNet432Ikalus1988/MisakaNetDeployment scripts for MisakaNet Workers0.1.0-rc.8 (2026-08-20)
anysearch-dsh366anysearch-team/anysearch-dsh · npmAnySearch web search provider and advanced tools for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
DSHA337qiannianhuanxiang/DSHADSHA builtin plugin: inject device-shell (ADB/Shizuku) steering into each new conversation's system prompt0.1.0-rc.8 (2026-08-25)
dsh-pentest327howmp/dsh-pentestDSH 渗透测试模式:以探索链路记录目标、线索、资产与漏洞,并在 Web 中可视化展示。0.1.0-rc.8 (2026-08-20)
modsearch324liustack/modsearch · npmWeb 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)
Perfect-Web-Clone260ericshang98/Perfect-Web-ClonePixel-perfect clones of any webpage. Paste a URL, get a measured Vite + React replica.0.1.0-rc.8 (2026-08-24)
dsh-synapse259liangmianya/dsh-synapseA visual, non-linear conversation workspace plugin for DeepSeek Harness.0.1.0-rc.8 (2026-08-21)
acryl222acryldev/acrylHost-neutral Cordis control plane for ACRYL0.1.1-rc.2 (2026-08-28)
oh-story-dsh222worldwonderer/oh-story-dshA DSH plugin for fiction and short-drama production0.1.0-rc.8 (2026-08-21)
oh-story-dsh-zenstory222zenstory-ai/oh-story-dshA DSH plugin for fiction and short-drama production0.1.0-rc.8 (2026-08-25)
DSH-taskboard-shengshe219shengsheng90/DSH-taskboardNative local project taskboard bundle for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-univer-office204dream-num/dsh-univer-office · npmDSH × 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-data-agent181omdsh-dev/dsh-data-agent · npmSession-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-evolve-modes180GraySilver/dsh-evolve-modes · npmComposable working, reasoning, quality, and human-reviewed self-evolution controls for DeepSeek Harness Web.0.1.0-rc.8 (2026-08-20)
dsh-oil-creator167oil-oil/dsh-oil-creatorAI-assisted local creator workbench for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
anime-find164cocofhu/anime-find · npmDeepSeek Harness 插件:对话内多源搜番,卡片详情、磁力复制与规则流媒体在线播放0.1.0-rc.8 (2026-08-20)
cocode162cocode-agency/cocodeWire consumer layer: HTTP-up/WebSocket-down client, ConnectionController dual streams with reconnect, and fixture apiunverified
notes154zhaoolee/notes · npmDeepSeek Harness 插件:把用户对话导出为锤子便签(通过便签服务 API 写入云端工作区)。0.1.0-rc.8 (2026-08-20)
dsh-gitbash-preset138liceses/dsh-gitbash-presetDeepSeek Harness plugin: installs the 'minimal-gitbash' agent preset — the Windows variant of the shipped minimal preset that routes the bash tool through Git for Windows bash (MSYS), with automatic0.1.0-rc.8 (2026-08-20)

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

Vision

Image understanding for text-only models.

NameRepo ★RepoDescriptionVerified against
archify33884tt-a1i/archify · npmOpt-in DeepSeek Harness Skill-only bundle for the Archify architecture-diagram skill.0.1.0-rc.8 (2026-08-20)
modlens ⭐3774liustack/modlens · npmVision plugin for text-only models: image understanding bridged into the harness via a dsh.bundle patch layer, shipping a modlens skill alongside0.1.0-rc.8 (2026-08-20)
dsh-vision-router1031ysr666/dsh-vision-router · npmTurn-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-toolkit842Anionex/dsh-vision-toolkit · npmHarness-native integration of agent-vision-toolkit for text-only models: image Q&A with intent, long-screenshot OCR, UI restoration, grounding, and pixel diff0.1.0-rc.8 (2026-08-20)
deepseek-harness-android-app142woaiys3/deepseek-harness-android-appModel-facing Android system tools (package/app/setting/screenshot/input) over Shizuku shell.unverified
dsh-vision-oil88oil-oil/dsh-visionNear-native image understanding for text-only DeepSeek Harness models.0.1.0-rc.8 (2026-08-20)
dsh-video-lens87dundunhan/dsh-video-lens · npmGive 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)
beautiCode67starsstreaming/beautiCodeCordis plugin: image/video backgrounds for DeepSeek Harness web.0.1.0-rc.8 (2026-08-20)
dsh-imagegen41dickpy/dsh-imagegen · npmAI 生图 (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 card0.1.0-rc.8 (2026-08-20)
picturereader35jing-hy/picturereader · npmDSH 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 and0.1.0-rc.8 (2026-08-20)
dsh-media-skills-mjorgin19MJorgin/dsh-media-skillsFree 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-docker17AlliotTech/deepseek-harness-dockerReproducible container image for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
deepseek-visionary17xlight/deepseek-visionary · npmDeepSeek 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-wnjxyk16WNJXYK/dsh-codex-oauth · npmUnified 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-proxy15Flyvhidbwo/dsh-vision-proxy · npmdeepseek-vision provider route that transcribes attached images via an OpenAI-compatible VLM before DeepSeek answers.0.1.0-rc.8 (2026-08-20)
dsh-ocr-plugin14CraZY222123/dsh-ocr-pluginLocal 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-opencode13poiuyjie/dsh-vision-opencodeDeepSeek 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-tile13Nicholas023/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-visual-plugin12jyh20030112/dsh-visual-pluginVision bridge plugin for DeepSeek Harness: when the main model has no vision, forward user images to a configurable OpenAI-compatible vision model and show results in a Web UI right panel. Host.0.1.0-rc.8 (2026-08-20)
dsh-chat-imagine11corrinehu/dsh-chat-imagineGenerate 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-vision-linenxi11linenxi-ctrl/dsh-vision · npmExternal vision model for DeepSeek Harness: config panel, send-image recognition, and screenshot tools.0.1.0-rc.8 (2026-08-20)
dsh-web-file-uploader11Mooling0602/dsh-web-file-uploaderA 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-file-upload-a903067210a903067276-rgb/dsh-file-uploadUpload 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-bridge10welsione/dsh-mmx-bridgeMiniMax 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 client0.1.0-rc.8 (2026-08-20)
dsh-deepseek-vision-siegfly8siegfly/dsh-deepseek-vision · npmOut-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 the0.1.0-rc.8 (2026-08-20)

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

Agents & orchestration

Subagents, workflows, cross-session coordination.

NameRepo ★RepoDescriptionVerified against
BitFun1870GCWing/BitFunIDE-oriented Agent Client Protocol server for DeepSeek Harness: publishes tool calls, reasoning, and plans that the automation-only @deepseek-ai/dsh-acp deliberately withholds0.1.0-rc.8 (2026-08-20)
dsh-agent-teams1201NanmiCoder/dsh-agent-teams · npmAgentTeams plugin: coordinate teams of subagents from the web UI0.1.0-rc.8 (2026-08-20)
tongflow995tong-io/tongflow · npmTongFlow studio plugin for DeepSeek Harness (dsh): agent-designed project folders, one TongFlow workflow per generated asset stored next to its outputs, deterministic media generation, embedded0.1.0-rc.8 (2026-08-20)
Wegent747wecode-ai/WegentAn open-source AI-native operating system to define, organize, and run intelligent agent teams0.1.1-rc.2 (2026-08-28)
dsh-worktable383Aisland-SJL/dsh-worktable工作台 Worktable:DeepSeek Harness 侧边栏的 agent 级项目容器(应用抽屉)0.1.0-rc.8 (2026-08-24)
Polaris215ZJU-REAL/PolarisDeepSeek Harness bundle for Polaris MCP tools and native agent skills0.1.0-rc.8 (2026-08-20)
dsh-agent-rp199hewzhew/dsh-agent-rpSillyTavern migration and next-generation Agent RP for DSH0.1.0-rc.8 (2026-08-20)
dsh-agent-team-gui160toolclub/dsh-agent-team-guiPersistent multi-model squads for DeepSeek Harness — manage teams in Settings and use them in ordinary conversations0.1.0-rc.8 (2026-08-20)
dsh_workflow110omdsh-dev/dsh_workflowKodaX-parity dynamic workflow harness for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
odai103orziz/odai · npm完整继承 DSH Standard 全部能力的 Odai Agent preset。0.1.0-rc.8 (2026-08-20)
dsh-automation84titanwings/dsh-automationRun coding tasks on schedule in fresh Agent sessions, and manage automations from DeepSeek Harness Web or an Agent0.1.0-rc.8 (2026-08-20)
dsh-deepseek-flow59kanghelyu/dsh-deepseek-flow · npmDeepSeek 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-openbiliclaw54whiteguo233/dsh-openbiliclawOpenBiliClaw 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-lowtide40KelaoHu/dsh-lowtidelowtide: human-adjudicated off-peak batch task pipeline for dsh (peak/valley pricing aware)0.1.0-rc.8 (2026-08-25)
dsh-raw-html39plolpl789/dsh-raw-htmlVCP 视觉通感协议规范插件:消息 HTML 渲染开关 + vcp-fast 缓存/增量加速渲染引擎 + 12 款内置精选字体 + 设计规范注入(任何电脑/agent 即插即用)0.1.0-rc.8 (2026-08-25)
dsh-comfyui-fandc52037fandc520/dsh-comfyuiDrive 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 的 Agent0.1.0-rc.8 (2026-08-24)
dsh-plugin-guard37lxzy-7/dsh-plugin-guardInstall safety net for DeepSeek Harness: pre-install snapshots, one-click/automatic rollback, guarded boot, and incident reports that auto-trigger agent analysis. DeepSeek Harness0.1.0-rc.8 (2026-08-20)
agent-context-editor32jermaine123123/agent-context-editorContext Editor view for DeepSeek Harness with independent reasoning and answer units0.1.0-rc.8 (2026-08-20)
DSH-pipeline-kernel31not-big-dog/DSH-pipeline-kernel管线管理内核(pipeline-kernel):单向任务链的任务板/台账/注册表/巡检/生图(轻量版)。v0.7:审查修复(S-1 路径穿越/C-1 路由兜底/D 组多管线一致性等)。0.1.0-rc.8 (2026-08-20)
dsh-chinese-traditional-wisdom-skill29dhicoc/dsh-chinese-traditional-wisdom-skill中华传统智慧(玄枢)AI Agent 技能包的 DeepSeek Harness(dsh)Cordis 插件:八字/紫微/六爻/梅花/奇门/风水/五运六气/体质全融合,本地确定性引擎 + 可视化 Dashboard,一行 dsh plugin add 安装。0.1.0-rc.8 (2026-08-20)
dsh-taskboard29cloader/dsh-taskboard · npmAgent-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-side0.1.0-rc.8 (2026-08-20)
deepseek-harness-fnos27techysy/deepseek-harness-fnosDeepSeek Harness (DeepSeek 官方 agent 浏览器 UI) fnOS 应用 — 本地常驻服务0.1.0-rc.8 (2026-08-20)
dsh-plugin-writing-guard27xmutfyh/dsh-plugin-writing-guard · npmDSH plugin: deterministic academic-writing linter — incremental lint (fingerprint diff: only new/resolved issues injected), segment-pipeline preprocessing with section detection0.1.0-rc.8 (2026-08-20)
oh-my-dsh-agifans27agi-fans/oh-my-dshomdsh: a TUI coding agent on the DeepSeek Harness core runtime0.1.0-rc.8 (2026-08-20)
agent-team26limuyang2/agent-team · npmMulti-agent team management plugin for DeepSeek Harness0.1.0-rc.8 (2026-08-20)

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

Memory & sessions

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

NameRepo ★RepoDescriptionVerified against
MemOS11092MemTensor/MemOSReflect2Evolve 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, and0.1.0-rc.8 (2026-08-20)
ReMe3369agentscope-ai/ReMeReMe client and memory integrations for TypeScript agents0.1.0-rc.8 (2026-08-25)
memsearch2531zilliztech/memsearchMemSearch 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)
mem91202mem9-ai/mem9Mem9 persistent memory for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-context1185bowenliang123/dsh-context · npmContext 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)
MindMemOS965mindscale-noah/MindMemOS · npmDeepSeek Harness (dsh) plugin that recalls and writes MindMemOS memories through the mindmemos CLI.0.1.0-rc.8 (2026-08-20)
deja-vu740vshulcz/deja-vuBrings 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-harness638sandbaseai/sandbase-harnessLocal-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-app635vibeinging/dsh-desktopSession-scoped DeepSeek Harness Desktop App capabilities for the current DSH Web profileunverified
graph-memory584adoresever/graph-memoryKnowledge graph memory for DeepSeek Harness and OpenClaw — cross-session recall, PageRank, communities, and vector search0.1.0-rc.8 (2026-08-20)
dsh-mnemon ⭐296omdsh-dev/dsh-mnemon · npmLocal-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces.0.1.0-rc.8 (2026-08-20)
dsh-dafeiyu279QCYTSN/dsh-dafeiyu · npmA desktop-native BigFish companion driven by DeepSeek Harness session events.0.1.0-rc.8 (2026-08-20)
dsh-memory-evolve261csyangwen/dsh-memory-evolve为 DeepSeek Harness 带来分层记忆(全局 / 用户 / 项目 / GIT 分支 / 每日)与自我进化(经验沉淀 + 技能自动创建)和技能管理、待办管理、CLI 调度(kimi/codex/grok/hermes 等外部 AI 统一调度)、临时信息便签,带 WebUI 管理界面。Hermes-style long-term memory, self-evolution0.1.0-rc.8 (2026-08-20)
dsh-plugin-bridge163Totoro-qaq/dsh-plugin-bridgeDeepSeek Harness Cordis bundle for cross-preset session migration via fixed-schema handoff summaries0.1.0-rc.8 (2026-08-20)
dsh-damage-pulse144wssfk12138/dsh-damage-pulseToken 用量与金额面板:对话流内单次用量行 + 输入区会话累计条,读自 tokenCost session projection0.1.0-rc.8 (2026-08-20)
cetus141drewnekota/cetusDSH Companion 的本地网关插件:把宿主 ApiProxy 暴露为 127.0.0.1 上的 HTTP + SSE(token 鉴权),供桌面壳驱动会话0.1.0-rc.8 (2026-08-20)
dsh-noema129ZSeven-W/dsh-noema · npmNoema 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-review120PerryLink/dsh-auto-review · npmSecond-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-log0.1.0-rc.8 (2026-08-20)
dsh-recall-unread108hg1048596-pixel/dsh-recall-unread · npmDeepSeek Harness plugin: recall sent-but-unread text messages before the model reads them.0.1.0-rc.8 (2026-08-20)
dsh-turn-delete106hanshenmesen/dsh-turn-delete · npmDelete one complete closed turn from a DeepSeek Harness session without deleting the session0.1.0-rc.8 (2026-08-20)
dsh-turn-rewind ⭐105Anionex/dsh-turn-rewind · npmRewind conversation and workspace state to a previous turn, backed by a persistent change ledger0.1.0-rc.8 (2026-08-20)
DSH-EasyRewrite96Renzic-Stone/DSH-EasyRewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings0.1.0-rc.8 (2026-08-20)
rheostat79JohnDoe0827/rheostatA session style dial (滑动变阻器) sliding between 0 (terse) and 1 (expressive) with a prompt section, control tools, and a /rheostat command0.1.1-rc.2 (2026-08-28)
dsh-memory78FuRongJun-1999/dsh-memory · npm灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进记忆库0.1.0-rc.8 (2026-08-20)
dsh-memento75PerryLink/dsh-memento · npmBounded, layered, approval-gated, auditable cross-session memory for DeepSeek Harness — a capability seam (ctx.memory service + local SQLite provider + memory tool + frozen snapshot injection), not an0.1.0-rc.8 (2026-08-20)

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

Models & providers

Providers, routing, fallbacks, subscription adapters.

NameRepo ★RepoDescriptionVerified against
api-relay-audit819toby-bridges/api-relay-auditDeepSeek Harness bundle for running API Relay Audit locally0.1.0-rc.8 (2026-08-20)
dsh-image-gen-shanliul282shanliuling/dsh-image-gen · npmBring ChatGPT-like image generation to DeepSeek Harness — Gemini, OpenAI, Seedream & more.0.1.0-rc.8 (2026-08-20)
dsh-commandcode-provider-mars-sea128Mars-Sea/dsh-commandcode-provider · npmDeepSeek Harness LLM provider plugin for Command Code, ported from pi-commandcode-provider (MIT). Registers the 'commandcode' provider route with a Models-page card and live model catalog.0.1.0-rc.8 (2026-08-20)
dockyard-dsh80AITabby/dockyard-dshA macOS-only native account-pool and provider plugin for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
rapid-mlx-dsh-provider70raullenchai/rapid-mlx-dsh-provider · npmNative Rapid-MLX provider for DeepSeek Harness — teaches DSH what the local server already knows.0.1.0-rc.8 (2026-08-20)
dsh-claude-ux67eri64/dsh-claude-uxClaude-style region risk-control (China / non-China target, reversible) + abusive-interaction auto-end for DeepSeek Harness web profile0.1.0-rc.8 (2026-08-20)
dsh-codex51Yan-Zero/dsh-codex · npmUse 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-williamj35william-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-config33MarvekG/deepseek-harness-model-configAdvanced per-model reasoning and capacity settings for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-claude-provider33MoFeng2223/dsh-claude-provider · npmCustom Claude provider support for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-agy-link29amlyczz/dsh-agy-link · npmGoogle 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-full-remote29JUANWANG-BUAA/dsh-full-remote · npmDeepSeek 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-agy28chaos-03x/dsh-agy · npmGoogle 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)
kixparadigm24olicesx/kixparadigmdsh 无缝识图桥:UI 上传图片 → 自动用 GLM-4.6V 转成文本描述交给主模型(client dock 插件 + 服务端 HTTP 端点)0.1.0-rc.8 (2026-08-20)
dsh-llm-codebuddy-axiaohungry23Axiaohungry/dsh-llm-codebuddy · npmWorkBuddy API adapter so DeepSeek Harness can call CodeBuddy models.0.1.0-rc.8 (2026-08-20)
dsh-web-tools23A3Boy/dsh-web-toolsUnified 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 search0.1.0-rc.8 (2026-08-20)
deepseek-harness-auth22taichuy/deepseek-harness-auth · npmFail-closed password authentication proxy bundle for the DeepSeek Harness Web profile0.1.0-rc.8 (2026-08-20)
dsh-focus-chat22dingyi222666/dsh-focus-chatClaude 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 rows0.1.0-rc.8 (2026-08-20)
dsh-file-upload20HongMing-Huang/dsh-file-upload · npmDeepSeek 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-fallbacks20omdsh-dev/dsh-llm-fallbacks · npmAutomatic 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-knowledge-sorenabt19Soren-ABT/dsh-knowledge · npmCherry Studio-style knowledge base system for DeepSeek Harness (DSH): bases, documents, chunking, embeddings (OpenAI-compatible / Ollama / local / lexical fallback), retrieval, model-facing tools0.1.0-rc.8 (2026-08-20)
dsh-provider-model-configurator19LiangYin233/dsh-provider-model-configuratorProvider Model Configurator for DeepSeek Harness: view, create, edit, copy and delete model entries (context window, max output, modalities, reasoning efforts) across your configured providers,.0.1.0-rc.8 (2026-08-20)
dsh-thinking-effort19hytime/dsh-thinking-effort · npmDSH 第三方模型思考强度档位插件:默认档位自动补齐(宿主)+ 设置页自定义档位编辑器(客户端)0.1.0-rc.8 (2026-08-20)
dsh-computer-use-988hj7tc18988hj7tczd-oss/dsh-computer-useComputer Use 插件:虚拟鼠标真人操作(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎)0.1.0-rc.8 (2026-08-20)
dsh-museai-tavern18yejiming/dsh-museai-tavernMuseAI tavern for the dsh web GUI: a MuseAI conversation-view tab (right of Trajectory) with background / chat / adventure / bond / settings pages ported from MuseAI, running entirely on models config0.1.0-rc.8 (2026-08-20)

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

Interop & migration

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

NameRepo ★RepoDescriptionVerified against
dsh-hooks-claude-code (official)204523deepseek-ai/deepseek-harness · npmBridge 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)204523deepseek-ai/deepseek-harness · npmBridge 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)
petdex4003crafter-station/petdexA 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-subscriptions299V1ki/dsh-plugin-subscriptions · npmUse ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers, with OAuth login from the web Settings page0.1.0-rc.8 (2026-08-20)
pi2dsh175weijiafu14/pi2dsh · npmBridge 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-import125Nwflower/dsh-chat-import · npmImport Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / Pi Coding Agent / opencode / ZCode / Grok Build / OpenClaw / Hermes conversation histories as resumable DeepSeek Harness sessions0.1.0-rc.8 (2026-08-20)
dsh-crew122ZSeven-W/dsh-crew · npmDeepSeek Harness plugin: dispatch work to DSH agents from Claude Code / Codex, as native subagents with live progress0.1.0-rc.8 (2026-08-20)
dsh-reasoning-effort120HanaAyane/dsh-reasoning-effortCodex-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-connect66franksong2702/dsh-codex-connect · npmChatGPT OAuth and Codex models for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-multica-runtime58multica-ai/dsh-multica-runtimePrivate DeepSeek Harness runtime bridge for Multica0.1.0-rc.8 (2026-08-20)
AgentDebugX52AgentDebugX/AgentDebugXDeepSeek Harness plugin bridge for AgentDebugX diagnostics0.1.1-rc.2 (2026-08-26)
dsh-plugins-ephemera48Ephemeral-AI-Lab/dsh-pluginsExclusive Codex-style exec_command and write_stdin shell tools for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-codex-ui45MichengAI/dsh-codex-ui · npm以 Codex 风格重构 DSH Web 侧栏的独立客户端插件0.1.0-rc.8 (2026-08-20)
dsh-timeline-houyanch27houyanchao/dsh-timeline · npmDeepSeek 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-codex-sync25Walvez/dsh-codex-sync · npmOne-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-desktop24R3hb/deepseek-harness-gpt-desktopDeepSeek Harness LLM adapter backed by the official Codex SDK and ChatGPT sign-in.0.1.0-rc.8 (2026-08-20)
dsh-better-deepseek22EdgeTypE/dsh-better-deepseekDeepSeek Harness bridge plugin for Better-DeepSeek Chrome extension integration0.1.0-rc.8 (2026-08-20)
deepseek-harness-acp20openma-ai/deepseek-harness-acp · npmAgent Client Protocol (ACP) adapter for DeepSeek Harness — use DeepSeek Harness from ACP clients such as Zed.0.1.0-rc.8 (2026-08-20)
dsh-llm-codex19yequ172672/dsh-codex-subscription · npmReuse Codex CLI local login credentials to use ChatGPT subscription models in DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-plugin-product-subagents19shaokeyibb/dsh-plugin-product-subagents · npmRole-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness: continuable children, durable session recovery, per-role product permissions, delegation with a permission ceiling0.1.0-rc.8 (2026-08-20)
dsh-opencode-palette18FeatherHunter/dsh-opencode-palette让 DeepSeek Harness 穿上 34 款经典皮肤——东京的霓虹夜色、德古拉的暗红月光、复古工坊的暖黄灯火、黑客帝国的数字雨、玫瑰松林间的风……一键换肤,即点即换,重启不丢。34 legendary skins for DeepSeek Harness — tokyonight's neon dusk, dracula's crimson moon, gruvbox's retro0.1.0-rc.8 (2026-08-20)
runtime3617398894496-arch/runtime36DSH-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-message-rail16wx-yss/dsh-message-rail · npmCodex 风格左侧消息导航轨道:等距刻度 + 悬停波纹 + 预览浮层 + 点击跳转用户消息0.1.0-rc.8 (2026-08-20)
dsh-tavern-lingyeso15LingyeSoul/dsh-tavernDSH 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 bundle0.1.0-rc.8 (2026-08-20)
dsh-import-agents14Chang-Tong/dsh-import-agents · npmImport 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)

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

Channels & remote

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

NameRepo ★RepoDescriptionVerified against
deepseek-harness-remote133liguobao/deepseek-harness-remoteSecure 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-wenbinwb102wenbin-wb/dsh-bridge · npm手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与微信 Bot(多工作区/会话持久化/媒体/审批),无需自己搭公网服务器。0.1.0-rc.8 (2026-08-20)
dsh-qqbot83tencent-connect/dsh-qqbot · npmQQ Bot IM channel plugin for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-notifier-thewolfw80THEWOLFWALKER/dsh-notifier · npmDSH 统一通知推送插件:一个 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-lark48omdsh-dev/dsh-lark · npmLark/Feishu IM bot channel: chats drive agents, replies and approvals come back as messages and cards.0.1.0-rc.8 (2026-08-20)
dsh-im-gateway-zhuiyuey44zhuiyueya/dsh-im-gateway聚合 IM 网关插件(DeepSeek Harness):把 dsh agent 接入 Telegram / Discord / Slack / 飞书 / 微信 / QQ / WhatsApp / Signal / Teams / LINE / Matrix / Mattermost / Google Chat / IRC / Twitch / Nostr / Nextcloud Talk /0.1.0-rc.8 (2026-08-20)
ax-feishu-bridge41AX1202/ax-feishu-bridge · npmFeishu/Lark bridge for coding agents — chat with Pi or DeepSeek Harness from Feishu or Lark0.1.0-rc.8 (2026-08-20)
dsh-lark-bot38PlutoKeating/dsh-lark-bot · npmBridge DeepSeek Harness into Feishu/Lark with streaming cards, project workspaces, approvals, and scheduling.0.1.0-rc.8 (2026-08-20)
dsh-lark-bridge-bihangch36bihangchi9-creator/dsh-lark-bridgeA 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-link32amlyczz/dsh-lark-linkHigh-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 GUI0.1.0-rc.8 (2026-08-20)
dsh-feishu-pgzxb26PGZXB/dsh-feishuThe 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-sugarfor26sugarforever/dsh-lark · npmFeishu/Lark WebSocket channel plugin for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-awiki14AgentConnect/dsh-awiki · npmAWiki identity and messaging plugin for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-dingtalk-dingtalk14DingTalk-Real-AI/dsh-dingtalk · npmOfficial DingTalk connector for DeepSeek Harness0.1.0-rc.8 (2026-08-21)
dsh-email10STARDUSTLC666/dsh-email · npmIMAP/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-feishu10xmanrui/dsh-feishuDeepSeek Harness plugin for multi-bot Feishu setup and streaming chat0.1.0-rc.8 (2026-08-20)
dsh-telegram-channel10hi-wenw/dsh-telegram-channelDeepSeek Harness Telegram mobile remote: workspace→session picker (Web-aligned), /model switch, same trajectory — dsh-plugin0.1.0-rc.8 (2026-08-20)
dsh-im-bridge-biboyang9BiBoyang/dsh-im-bridgeDSH 微信桥插件:turn/approval 推送到微信,微信远程监控/批准/驱动 agent(iLink 通道,持久去重/分段/合并/白名单)0.1.0-rc.8 (2026-08-20)
dsh-im-connect9MichengAI/dsh-im-connect · npmDeepSeek Harness IM 助理:把本机 agent 接到微信、企微、钉钉、飞书、QQ、Telegram,会话与网页任务分列。0.1.0-rc.8 (2026-08-20)
dsh-promotion-toolkit9lhmd/dsh-promotion-toolkitDeepSeek 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-notify9wssfk12138/dsh-wechat-notifyDeepSeek 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-qqbot8sliverp/DeepSeek-harness-qqbotQQ Bot channel bridge for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-web-remote8godchen520/dsh-web-remoteDSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权代理 + gzip 压缩 + 局域网 HTTP/HTTPS 直连 + 常驻手机图标面板 + QQ 机器人取链接。0.1.0-rc.8 (2026-08-20)
dsh-channel-feishu7ZinkLu/dsh-channelA DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself.0.1.0-rc.8 (2026-08-20)
dsh-channel-telegram7ZinkLu/dsh-channelA DeepSeek Harness channel plugin written entirely by DeepSeek Harness itself.0.1.0-rc.8 (2026-08-20)

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

Notifications

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

NameRepo ★RepoDescriptionVerified against
dsh-notification77omdsh-dev/dsh-notificationDesktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules0.1.0-rc.8 (2026-08-20)
dsh-web-ui-notify23bill9109/dsh-web-ui-notifyDesktop notifications for approvals, questions, and turn completion so you can leave the dsh tab.0.1.0-rc.8 (2026-08-20)
dsh-update-checker-airmetro14Airmetro/dsh-update-checker · npmAuto-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-personal-workbench13Dely0/dsh-personal-workbenchDSH 个人工作台:日历 + 层级任务 + AI 澄清/拆解/执行/复盘 + AI 智能排序/日报周报 + 桌面提醒0.1.0-rc.8 (2026-08-20)
dsh-notification-center10610la/dsh-notification-center通知中心:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效,每类事件独立配置(音效/文件/URL/音量/开关)。0.1.0-rc.8 (2026-08-20)
dsh-grafana8guhanfei-ai/dsh-grafana · npmGrafana dashboard editor for DeepSeek Harness: paste a dashboard URL, edit JSON via conversation, push back via HTTP API0.1.0-rc.8 (2026-08-20)
dsh-zen-remote8KyoMio/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 for0.1.0-rc.8 (2026-08-20)
dsh-lark-meeting-notifier7yeruizhi/dsh-lark-meeting-notifierFeishu 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-linxin7ltao0829/dsh-task-notify · npmTask-completion reminder for DeepSeek Harness: in-page toast, OS notification, and sound when an agent turn or background job finishes0.1.0-rc.8 (2026-08-20)
dsh-notify-center6SingleOne/dsh-notify-centerUnified native desktop and webhook notifications for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-plugin-call-me6radres/dsh-plugin-call-meYour 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-notify5kaixinbaba/dsh-complete-notify · npm任务完成时播放提示音并弹出小通知(页面内 toast + 后台时系统通知),按结果状态着色(完成/阻塞等待反馈/中断/失败),附带一句话小结(recap)与运行统计(时长/tokens/步骤)。纯浏览器方案,零系统依赖,跨 Windows/macOS/Linux。0.1.0-rc.8 (2026-08-20)
dsh-ding5CAOGGL/dsh-dingPlay 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-messager5ly6170/dsh-messagerDeepSeek Harness 通知插件:会话交互/任务完成/出错时通过系统通知、浏览器通知、飞书机器人(webhook)推送提醒0.1.0-rc.8 (2026-08-20)
dsh-notify-on-complete5pitetow/dsh-notify-on-completeDesktop 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-ding5117BS/dsh-perlica-ding佩丽卡终端 (Perlica Terminal):明日方舟终末地佩丽卡主题的分级任务提示音插件。计划出方案、任务完成、需要你回应、出错时播放不同提示音,普通问答静音。Perlica-themed tiered sound notifications for DeepSeek Harness: plan ready, task done, needs your input, error tones.0.1.0-rc.8 (2026-08-20)
dsh-alert-sound4Machine-126/dsh-alert-soundDSH 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, repeat0.1.0-rc.8 (2026-08-25)
dsh-bell-notify4Laplace-bit/dsh-bell-notify · npmDeepSeek Harness (dsh) plugin: lifecycle bells & status. dsh Agent 生命周期铃声与状态插件(零音频文件,Web Audio 合成)。0.1.0-rc.8 (2026-08-20)
dsh-dingtalk-stardustlc6664STARDUSTLC666/dsh-dingtalk · npm钉钉群机器人单向通知工具(DeepSeek Harness 插件):agent 推送 Markdown / 纯文本消息到钉钉群,支持加签安全模式。0.1.0-rc.8 (2026-08-20)
dsh-notify-sound4xxxxxxxyu/dsh-notify-soundDSH 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-notify4huguangyu666/dsh-plugin-notify · npmNotification 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-pasumao4Pasumao/dsh-plugin-notify · npmDeepSeek 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 h0.1.0-rc.8 (2026-08-20)
dsh-session-buddy4Shrbuz/dsh-session-buddySession 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 outline0.1.0-rc.8 (2026-08-24)
dsh-task-notify4kaotusi/dsh-task-notifySystem-level task notifications for DeepSeek Harness (DSH): approval requests, awaited replies, and finished background jobs / subagents / workflows — pushed to the OS notification center with.0.1.0-rc.8 (2026-08-20)
dsh-win-notify4MuziIsabel/dsh-win-notifyDSH plugin: Windows toast notification with sound when an agent task completes.0.1.0-rc.8 (2026-08-20)

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

Usage & cost

Token accounting, billing, balance, quota.

NameRepo ★RepoDescriptionVerified against
treg705superdesigndev/tregOpenRouter for tools - 2,600 agent-friendly tools, pay for the usage, not subscription0.1.0-rc.8 (2026-08-20)
anolisa614alibaba/anolisaANOLISA (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-han14131225Han-1413141/dsh-cost-meter · npmDeepSeek Harness 会话费用统计插件:本会话成本、当日费用、历史记录与官方价格同步,界面中英双语。Session cost tracking plugin for DeepSeek Harness: per-conversation cost, daily totals, history and official price sync, with a bilingual0.1.0-rc.8 (2026-08-20)
dsh-tokenledger190zh667/TokenLedger · npmToken usage accounting for DeepSeek Harness, reconciled against New API and Sub2API relay-site billing0.1.0-rc.8 (2026-08-20)
dsh-usage-stats-ychris130Ychris12138/dsh-usage-stats · npmToken usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI.0.1.0-rc.8 (2026-08-20)
dsh-redteam-model121SeaOf0/dsh-redteam-modelDSH 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 the0.1.0-rc.8 (2026-08-20)
dsh-AuthInOne105Stormycry-cryp/dsh-AuthInOneOpenAI Codex, Kimi Code, and compatibility Provider login, API/custom providers, model switching, token usage analytics, and cost tracking for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-green-meter101dclichang2022/dsh-green-meterEnergy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost.0.1.0-rc.8 (2026-08-20)
dsh-usage70Aisland-SJL/dsh-usagePersistent balance badge and token usage panel for the dsh web GUI0.1.0-rc.8 (2026-08-20)
deepseek-harness-control-center66feibi-mochi/deepseek-harness-control-center · npmLocal-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-francisx57yxxbc/dsh-balance-pluginDeepSeek 余额监控与用量统计(DSH 插件):余额监控 · 官方充值入口 · Miyu 风格用量统计 · 三方插件管理0.1.0-rc.8 (2026-08-20)
dsh-usage-plugin35feiyang-dev/dsh-usage-plugin · npmDeepSeek 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-subscription28WSL043/dsh-codex-subscription · npmNative ChatGPT and Codex subscription route with quota for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-usage-stats-make020928Make0209/dsh-usage-statsUsage stats for DeepSeek Harness: heatmap, token and cache-hit board, balance, and workspace aliases.0.1.0-rc.8 (2026-08-20)
dsh-balance26crazywoola/dsh-balance · npmShows API balances and available models in DeepSeek Harness Settings.0.1.0-rc.8 (2026-08-20)
dsh-bottom-info-bar26songoao25/dsh-bottom-info-bar · npmDeepSeek Harness 底部信息栏插件:替换对话输入框下方的原生统计栏,显示服务商/具体模型、真实余额、高峰(琥珀)/空闲(绿)价与倒计时、本对话·今日·近一月·全部花费。安装一次,每次打开 DSH 自动生效。0.1.0-rc.8 (2026-08-20)
dsh-whale-balance25enchangcui340-cloud/dsh-whale-balanceDeepSeek Harness 原生插件:页面右下角的小鲸鱼余额提醒挂件0.1.0-rc.8 (2026-08-20)
dsh-ui-usage-billing24kenz1117/dsh-ui-usage-billing · npmUsage 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-opencode-zen22xiaozhe7772222/dsh-opencode-zenOpenCode 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-meter19Ghost011118/dsh-balance-meterDeepSeek 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-pricing17Miyazawai/dsh-client-pricing · npmLive 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-aishushu16ai-shushu/dsh-quota-meter会话额度监控(官方 dsh bundle):按 DeepSeek 官方价格记账、额度耗尽拦截 + 输入框上方进度条 UI0.1.0-rc.8 (2026-08-20)
dsh-opencode-go-usage14Xenia0922/dsh-opencode-go-usageOpenCode Go 用量与花费面板 — DeepSeek Harness 插件:可拖拽缩放的悬浮仪表盘,实时展示 OpenCode Go 配额、逐请求用量与花费0.1.0-rc.8 (2026-08-20)
dsh-token-usage-leemancheung13LeemanCheung/dsh-token-usagePersistent token usage records and dashboard for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-web-billing13bpc-oss/dsh-web-billingRMB/USD token-billing plugin for DSH web: official-policy auto pricing (incl. peak/off-peak), per-message ledger, account balance, locale-driven currency display0.1.0-rc.8 (2026-08-20)

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

Observability & evidence

Diagnostics, logs, audits, content-addressed proofs.

NameRepo ★RepoDescriptionVerified against
dsh-status-rotator6101Virex/dsh-status-rotator · npmRotates the DSH chat turn-status label ("Deep diving...") through user-defined phrases every few seconds.0.1.0-rc.8 (2026-08-20)
dsh-whale-report31SenmuuuuW/dsh-whale-report鲸鱼记事本 — 你的 Agent 年度/月度/周度/日报:从会话事件日志生成数据新闻官式报告,任意区间、定时生成。0.1.0-rc.8 (2026-08-20)
dsh-research-report29PerryLink/dsh-research-report · npmVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim ↔ snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a0.1.0-rc.8 (2026-08-20)
dsh-harbor24ZSeven-W/dsh-harborA read-only mirror for installed DeepSeek Harness plugins: capability inventory with evidence, cross-plugin conflicts, and a diff of what changed since the last scan0.1.0-rc.8 (2026-08-25)
oh-my-knowledge18lizhiyao/oh-my-knowledgeOMK — Observe. Measure. Know. Evidence-backed knowledge changes for AI applications.0.1.0-rc.8 (2026-08-25)
dsh-security-audit14omdsh-dev/dsh-security-auditRead-only local security audit: config, credential metadata, plugin provenance, sessions, and network exposure.0.1.0-rc.8 (2026-08-20)
dsh-anchored-monitor11Aik358/dsh-anchored-monitor · npmDSH 实时思维链锚定监控插件: we/let's/let me 指纹波段检测(spec/mixed/react) + L1温和引导/L2强制重置/L3会话重启分级干预; 左侧栏入口 + 液体毛玻璃浮层 + 变阻器式思考强度条; 独立监控进程 + JSONL 实验日志 + 离线回放/参数校准; 变阻器条可选严肃/「滑动变祖器」梗双皮肤。0.1.0-rc.8 (2026-08-20)
dsh-otel-tma1ai9tma1-ai/dsh-otelOpenTelemetry traces, metrics, and logs for DeepSeek Harness, written straight into GreptimeDB.0.1.1-rc.2 (2026-08-26)
dsh-session-health9omdsh-dev/dsh-session-healthFrame-level diagnostics over multi-frame zstd session logs: torn, corrupt, or empty session detection.0.1.0-rc.8 (2026-08-20)
OmniOps8luxiu666/OmniOpsMySQL 慢查询诊断 bundle:skill(mysql-slow-query-analysis)+ mcp-client(stdio 自动拉起 mysql-diag-mcp)0.1.1-rc.2 (2026-08-28)
upstream-radar8MicroMilo/upstream-radar · npmAlways-on vulnerability and breaking-change impact monitoring for DeepSeek Harness plugins.0.1.0-rc.8 (2026-08-20)
dsh-a2a-ryubyte7ryubyte/dsh-a2a · npmAgent2Agent (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 dashboard0.1.0-rc.8 (2026-08-20)
dsh-inspector7CocoSgt/dsh-inspector · npmInspect and manage the live instruction chain and project skills for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-mall7hoyyang/dsh-mall全网最强 DeepSeek Harness 插件商场:全量收录 GitHub #dsh-plugin 生态插件,五维实用评分雷达图,智能搜索(AI 理解需求)、智能安装/更新/卸载(AI 装前审查+装后诊断)、一键批量更新、编辑精选与个性化推荐,自带 Skills 工具与 dsh-mall 技能,中英多语言界面。0.1.1-rc.2 (2026-08-26)
dsh-tool-turbo7Electricitysheep/dsh-tool-turboDSH 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-changeproof6Apageoflove/DSH-changeproofChangeProof - change-relevance + evidence-freshness quality plugin for DeepSeek Harness (DSH)0.1.0-rc.8 (2026-08-20)
dsh-plugin-finance-data6863683348/dsh-plugin-finance-data · npmFinance 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 (volatility0.1.0-rc.8 (2026-08-20)
dsh-character-profiler5MlittleFriend/dsh-character-profilerDSH 写作插件:角色性格侧写档案 + 出场权重/占比统计 + 行为偏离度检测。为长篇小说提供人物一致性的量化监控。0.1.0-rc.8 (2026-08-20)
dsh-thinking-levels5drscrewdriver/dsh-thinking-levels · npmDSH 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)
MathModelingAgent5yohanchen1/MathModelingAgentEvidence-driven mathematical modeling and verification skills for DeepSeek Harness0.1.0-rc.8 (2026-08-24)
context-assembler-DSH4i1j/context-assembler-DSHContext Assembler DSH V0.99 — Context Assembler plugin for DeepSeek Harness (dsh): context compaction, cache-friendly topic-block management, water-pressure topic splitting, tool trace/rewrite0.1.0-rc.8 (2026-08-20)
dsh-acp-enhanced4grunmin/dsh-acp-enhanced · npmEnhanced 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-effort0.1.0-rc.8 (2026-08-20)
dsh-capability-receipt4dongsheng123132/dsh-capability-receiptContent-addressed receipts for skills actually loaded by DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-lineage4dongsheng123132/dsh-lineageContent-addressed data and action lineage evidence for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-logtimeline4anyuer678/dsh-logtimelineQuery 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 185. all 185 → · gallery · JSON

Safety & approvals

Permission tiers, gates, redaction, protection.

NameRepo ★RepoDescriptionVerified against
Aegis1154GanyuanRan/AegisMake AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks.0.1.0-rc.8 (2026-08-20)
k8e480xiaods/k8eInstallable dsh bundle mounting the k8e-sandbox execution world (KIP-20).0.1.0-rc.8 (2026-08-20)
DeepSec365Unclecheng-li/DeepSecDeepSec 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-sayach178saya-ch/dsh-mobile · npmDeepSeek Harness 移动端适配与安全局域网访问插件,支持 Android App 和手机浏览器。0.1.0-rc.8 (2026-08-20)
dsh-auto-mode139NanmiCoder/dsh-auto-mode · npmFail-closed automatic permission policy for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-undo-plugin138lire1131/dsh-undo-savepoint · npmDSH 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-guard98Akimiya-z/codex-guardQuality 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-settings85kanneiren/dsh-network-settingsDSH Network Settings: Windows / WSL network status, diagnostics and safe repair for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-permission-rules77PerryLink/dsh-permission-rules · npmDeclarative 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-audit66PensiveFei/dsh-secure-auditRead-only security & compliance toolkit for DeepSeek Harness: prompt-injection detection (rule engine with a pluggable model classifier), Chinese-PII redaction, and a local configuration security0.1.0-rc.8 (2026-08-20)
sofagent41KongFangXun/sofagent变更机器审阅——24 规则 + git diff 硬证据 + 节点级审计(seam: tools/result + tools/pre-execute + fs/write-intent)——桥接 @sofagent/audit runRules(sofagent 品牌插件 · 主色 #16B8F3)0.1.0-rc.8 (2026-08-25)
dsh-clawrouter20BlockRunAI/dsh-clawrouter · npmStrong-model review before risky tool calls, plus many models from one wallet.0.1.0-rc.8 (2026-08-20)
dsh-reminder16Aisland-SJL/dsh-reminderBottom-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 completes0.1.0-rc.8 (2026-08-20)
dsh-auto-approve12Jiao-XXX/dsh-auto-approve · npmA conservative automatic approval preset for DeepSeek Harness sandbox escalations0.1.0-rc.8 (2026-08-20)
dsh-approve-for-me11timeance/dsh-approve-for-me · npmRule-gated automatic approval for DeepSeek Harness sandbox escalations with an optional LLM reviewer and native human fallback.0.1.0-rc.8 (2026-08-20)
dsh-remote-mobile11IceApriler/dsh-remote-mobileDeepSeek Harness 远程与移动端安全网关插件:零修改 DSH 底层代码安全开放局域网与 Tailscale 连接 | DeepSeek Harness (DSH) Remote & Mobile Security Guard: safely opens Tailscale/LAN with zero core modifications, QR scan auth, RSA0.1.0-rc.8 (2026-08-25)
dshscan10shaoshi20/dshscan · npmDShScan - DSH plugin security scanner inspired by NVIDIA SkillSpector0.1.0-rc.8 (2026-08-20)
dsh-auth-gateway9xbzbing/dsh-auth-gatewayPassword 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-sandbox-escalation-fix9inmny/dsh-sandbox-escalation-fix · npmNormalize redundant same-mode sandbox escalation arguments in DeepSeek Harness tools0.1.0-rc.8 (2026-08-20)
dsh-webui-auth9Yuuz12/dsh-webui-auth · npmWebUI login gate for DeepSeek Harness: account/password in Settings, then HTTP, bundle, API, and WebSocket require a session cookie.0.1.0-rc.8 (2026-08-20)
dsh-approval-llm8Letter2025/dsh-approval-llm · npmModel-based permission approval (approve-for-me) for DeepSeek Harness: an approval/request answerer backed by a separate reviewer model0.1.0-rc.8 (2026-08-20)
dsh-auth-gate-tecfancy8TecFancy/dsh-auth-gate · npmApplication-layer authentication plugin for the dsh web surface0.1.0-rc.8 (2026-08-20)
dsh-multi-folder8AngelosZou/dsh-multi-folder · npmDeepSeek 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 workspa0.1.0-rc.8 (2026-08-20)
dsh-ponytail8gongyijie85/dsh-ponytail · npmPonytail, 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)
cue-skills7sensedeal/cue-skillsDSH bundle: a tools/pre-execute guard that blocks SSRF (private/loopback/link-local/metadata) and enforces an allow-list or explicit consent for the Cue Omni Reader parse tool.0.1.0-rc.8 (2026-08-25)

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

Plugin managers & stores

In-UI stores, installers, skill managers.

NameRepo ★RepoDescriptionVerified against
dsh-market2835dsh-market/dsh-market · npmVisual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。0.1.0-rc.8 (2026-08-20)
agentrq1097agentrq/agentrq · npmAgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness0.1.0-rc.8 (2026-08-20)
awesome-deepseek-harness207Dominic789654/awesome-deepseek-harnessCode 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-plugins207imsai-sh/awesome-deepseek-harness-pluginsThe 1024 Store plugin market inside DeepSeek Harness.unverified
dsh-plugin-marketplace152bradeGithub/DSH-Plugins-MarketplaceWeb 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-panel111Fishquito7/dsh-skill-mcp-paneldsh-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-plugin106awesome-dsh-plugin/dsh-find-plugin · npmFind 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-plugin103Sanqi-normal/dsh-webui-market-plugin · npmIn-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-2binglin882BingLing/dsh-marketDSH Market 插件端:cordis 侧边栏插件(浏览/搜索/猜你喜欢/一键安装/已装管理),核心逻辑来自 @dsh-market/core0.1.0-rc.8 (2026-08-20)
zat-dsh-engine79mishibeikejie/zat-dsh-engineVisual plugin marketplace for DeepSeek Harness: browse, search, install, update, and uninstall community plugins.0.1.0-rc.8 (2026-08-20)
ru-marketplace-mcp77Vladimir-Human/ru-marketplace-mcpДевять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чт0.1.0-rc.8 (2026-08-20)
dsh-plugin-hub75Noob-stupid/dsh-plugin-hub插件控制台:一键启用/停用插件,浏览并安装 GitHub dsh-plugin 插件0.1.0-rc.8 (2026-08-20)
dsh-plugin-hub-dshplugi73dshplugin/dsh-plugin-hub · npmA 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 Harness0.1.0-rc.8 (2026-08-20)
dsh-plugins-store69ZASENJC/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-capability-menu68PKUfudawei/dsh-capability-menuUnified 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-web-plugin-manager68LX2000WASD/dsh-web-plugin-manager · npmManage 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-registry57vlln/plugin-registry · npm薄控制台:浏览器 UI 管理 web profile 插件安装态(bundle 层栈 + cordis.patch.yml insert 行/disabled),0 patch0.1.0-rc.8 (2026-08-20)
dsh-archive-manager-michenga32MichengAI/dsh-archive-manager · npmNPM-installable DSH Web plugin for managing archived sessions.0.1.0-rc.8 (2026-08-20)
dsh-novel-writer-akira39929akira399/dsh-novel-writer大肥鱼的小说工坊 — DSH 网络小说创作插件:九阶段门禁式创作流程 + 世界书(lorebook)设定注入 + 本地书籍导入 + AI 一键润色 + 去AI味 + 黄金三章诊断 + 百万字一致性 + 市场调研与模板复制,面向开源用户的开箱即用方案。0.1.0-rc.8 (2026-08-20)
dsh-plugin-marketplace-awesomehou27AwesomeHou/dsh-plugin-marketplace实时同步 GitHub dsh-plugin topic 的插件市场:Host 定时抓取并缓存,Web 设置页展示可搜索的插件列表。0.1.0-rc.8 (2026-08-20)
dsh-quant27pengpengyi92/dsh-quantdsh 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 outputs0.1.0-rc.8 (2026-08-20)
deepseek-plugin-store26Ericwong5021/deepseek-plugin-storeDeepSeek 插件商店开源数据源 · Open source data source for the DeepSeek Plugin Store0.1.0-rc.8 (2026-08-20)
dsh-plugin-workshop25yyyyukari/dsh-plugin-workshopSteam Workshop-style plugin browser for the DeepSeek Harness Web UI.0.1.0-rc.8 (2026-08-20)
dsh-trading23maddogfinance/dsh-tradingTrading research workbench for DeepSeek Harness — market-data seam, BYO data providers, and model-facing analysis tools0.1.0-rc.8 (2026-08-20)
dsh-recommend19zp-home/dsh-recommend · npmDSH 插件透明排行与推荐:每日自动抓取 dsh-plugin 话题生态 + 公开评分模型 + rank/recommend/search 工具 + 设置页排行标签0.1.0-rc.8 (2026-08-20)

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

Developer tools

Building, testing, and publishing plugins.

NameRepo ★RepoDescriptionVerified against
dsh-web-zhu109006515zhu1090093659/dsh-webPure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages0.1.0-rc.8 (2026-08-25)
dsh-ios268ZSeven-W/dsh-ios · npmDeepSeek 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-android127ZSeven-W/dsh-androidDeepSeek 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-dsh108LayneChai/superpowers-dshTDD, debugging, planning, and collaboration skills for DeepSeek Harness, adapted from obra/superpowers.0.1.0-rc.8 (2026-08-20)
dsh-plugin-template71bugmaker2/dsh-plugin-templateMinimal Hello World plugin template for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-tianshu-build38huiliyi37/oh-my-tianshu · npmThe shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root0.1.0-rc.8 (2026-08-20)
dsh-plugin-check27omdsh-dev/dsh-plugin-checkDSH plugin health checker: scan plugin repos for manifest protocol / patch format / build pitfalls / hub registration, zero-dependency read-only diagnostics0.1.0-rc.8 (2026-08-20)
gongwen-skill27linhut/gongwen-skill · npm中文公文全流程处理工具 - GB/T 9704 格式检查/修复/内容优化/模板生成/版式注入0.1.0-rc.8 (2026-08-20)
webdsh26futrime/webdshPure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages0.1.0-rc.8 (2026-08-20)
dsh-user-experience19DietCokewithSugar/dsh-user-experience · npmDeepSeek Harness UX walkthrough plugin: persona-driven source-code UX review for React (TypeScript/JavaScript) and Vue 3 projects, with change-triggered automatic walkthroughs0.1.0-rc.8 (2026-08-20)
qa-skills16fishzjp/qa-skillsDeepSeek Harness (dsh) plugin: 10 testing skills (requirement analysis, test strategy, case writing/review, E2E/API automation, exploratory, regression, bug analysis) + shared core knowledge base — a0.1.0-rc.8 (2026-08-25)
dsh-plugin-healthcheck15chenw2759-wq/dsh-plugin-healthcheckDSH 插件健康检查:设置面板内的「插件检测」向导 — L0 静态检查(files 白名单/依赖声明/高危副本/依赖可解析/Windows 命令/lockfile 一致性)+ L1 配置组合检查 + L2 隔离试跑(子进程 boot 全树),发现即自动回滚(写 home patch 前弹确认),复杂问题打包预制提示词交给 agent 修复。铁律:只修改插件代码与配置层,严禁修改 harness.0.1.0-rc.8 (2026-08-20)
dsh-eval-harness12BiBoyang/dsh-eval-harness · npmDSH 插件回归评测门禁:yaml 用例 + headless 驱动 + trace 断言 + baseline 门禁(eval_run / eval_gate)0.1.0-rc.8 (2026-08-20)
plugin-template12omdsh-dev/plugin-templateStandalone Cordis plugin template for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
tencentcloud-agentobs-sdk-dsh12TencentCloud/tencentcloud-agentobs-sdk-dshTencent Cloud Service CLS observability plugin for DeepSeek Harness — direct upload to Tencent Cloud CLS0.1.0-rc.8 (2026-08-20)
dsh-doublecheck11PerryLink/dsh-doublecheck · npmDouble-check before you ship: grill the requirements, test the implementation, prove the delivery.0.1.0-rc.8 (2026-08-20)
dsh-grok-tui11chen-001/dsh-grok-tui · npmUse dsh via grok-build's TUI.0.1.0-rc.8 (2026-08-20)
dsh-plugins-horizon211Horizon215/dsh-pluginsPrompt template library for the DeepSeek Harness web UI: save reusable prompts, insert or insert-and-send them from a composer button0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-baiyuscc10baiyuscc13724-max/deepseek-harness-desktopOpen-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-alpacach10alpacachen/dsh-kanban · npmA 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/ui0.1.0-rc.8 (2026-08-20)
dsh-minecraft-ui10TFboy1/dsh-minecraft-uiPlayable Minecraft-inspired voxel client that replaces the DSH Web shell on an isolated test profile0.1.0-rc.8 (2026-08-21)
dsh-skill-7d-code-reviewer107dgroup-ai/dsh-skill-7d-code-reviewerInstallable composition bundle contributing the 7DGroup template-driven code review skill to DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-ios-everettj9everettjf/dsh-iosPins the @deepseek-ai/dsh tree that build-rootfs.sh installs into the guest (linux/arm64/musl).0.1.0-rc.8 (2026-08-21)
dsh-devquest7lucky8197/dsh-devquest · npm把开发变成 RPG:回合/工具/todo 积累 XP、成就徽章、等级与赛季。事件流驱动,纯函数计分。0.1.0-rc.8 (2026-08-20)
dsh-director-toolkit7lhmd/dsh-director-toolkitDeepSeek 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 153. all 153 → · gallery · JSON

Knowledge & research

Research workbenches, RAG, learning modes.

NameRepo ★RepoDescriptionVerified against
WeKnora20959Tencent/WeKnoraWeKnora 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-engine405yogsoth-ai/de-anthropocentric-research-engine · npmDeepSeek Harness plugin for the De-Anthropocentric Research Engine: 920 research skills, with an opt-in MCP server fleet0.1.0-rc.8 (2026-08-20)
dsh-Mimir-Academic-research1321692775560/dsh-Mimir-Academic-researchMimir — 一站式科研工作台插件: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-dsh107hancao97/hanai-investment-dshHanai Investment — a local-first A-share research workbench powered by DeepSeek Harness0.1.0-rc.8 (2026-08-20)
dsh-reverse-skill95dhicoc/dsh-reverse-skillReverse-engineering skill pack as a Cordis plugin: 85 SKILL.md units for authorized security research.0.1.0-rc.8 (2026-08-20)
SpecFusion58wxkingstar/SpecFusion · npmSpecFusion skill + native API-docs search tools for DeepSeek Harness: 65,000+ API docs across 20 Chinese open platforms0.1.0-rc.8 (2026-08-20)
dsh-web-search-pro57anweat/dsh-web-search-pro · npmEnhanced, 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-style0.1.0-rc.8 (2026-08-20)
hn-cli52heartleo/hn-cli · npmHacker News tools for DeepSeek Harness: front-page feeds, item comment trees, Algolia search, user profiles.0.1.0-rc.8 (2026-08-20)
OpenQuantum48xi-zhao/OpenQuantumA DeepSeek Harness distribution for open quantum research0.1.0-rc.8 (2026-08-24)
dsh-plugin-guide32PerryLink/dsh-plugin-guide · npmThe 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-science30biociao/dsh-science · npmClaude 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)
deep-read-summarize26PensiveFei/deep-read-summarizeDeep 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-scholar25lzszq/dsh-scholarDSH Research OS — a fully automated scientific research plugin for DSH (DeepSeek Harness): survey, idea, experiment contract, durable runner jobs, claim-evidence ledger, manuscript and release bundle.0.1.0-rc.8 (2026-08-20)
dsh-industry-research24PerryLink/dsh-industry-research · npmIndustry 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-deep-research20omdsh-dev/dsh-deep-researchDeep 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-skills19zhaiyateng/dsh-design-skillsDesign 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-directorx17LaplaceYoung/dsh-directorxDirectorX:给 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-harness17dingkaihu63/dsh-robotic-harnessRobotic Harness — an embodied-intelligence research plugin suite for DeepSeek Harness (demo)0.1.0-rc.8 (2026-08-20)
zhihu-search16klarkxy/zhihu-searchGitHub-installable DeepSeek Harness bundle for the zhihu-search MCP server0.1.0-rc.8 (2026-08-24)
dsh-ai4scholar15literaf/dsh-ai4scholar · npmAI4Scholar for DeepSeek Harness (dsh): 38 native academic tools — Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, DOI resolution, PDF full text, auto-cite, scientific figures0.1.0-rc.8 (2026-08-20)
dsh-md-notes15XieZongChen/dsh-md-notes · npmMD 笔记插件:侧边栏笔记管理入口(列表/编辑/预览)+ 回答下方记入笔记,笔记存于工作区 .dsh-notes/0.1.0-rc.8 (2026-08-20)
dsh-docs14Sqhao-O/dsh-docsLocal PDF, Office, image, and OCR document intelligence for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
dsh-evoresearch14Karbo123/DSH-EvoResearchSelf-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-boost13Mr-remon219/dsh-search-boost · npmMulti-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 engine0.1.0-rc.8 (2026-08-20)
project-blueprint13shuguang1994/project-blueprintDSH (DeepSeek Harness) plugin packaging of the Project Blueprint skill — one-command AI coding conventions (AGENTS.md, docs skeleton, CI/CD, git rules, testing policy) with an autonomous discovery0.1.0-rc.8 (2026-08-20)

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

Fun

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

NameRepo ★RepoDescriptionVerified against
dsh-ads590Nagi-ovo/dsh-adsSatirical 2005-portal fake-ad plugin for the web UI (sidebar ads, in-conversation feed, corner popups); ad slots also surface real dsh-plugin topic repos0.1.0-rc.8 (2026-08-20)
dsh-pet484PC2005-cloud/dsh-pet · npmA 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-Plugin392WYH66666666/DSH-Transparent-UI-PluginAqua: a highly customizable glassmorphism theme for the Web surface — adjustable blur, frost, fluid or wallpaper backdrop, unified corners, and motion0.1.0-rc.8 (2026-08-20)
whale-girl ⭐301vlln/whale-girl · npmDesktop-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.bundle0.1.0-rc.8 (2026-08-20)
gal-view136Ayase34/gal-viewDSH Web GUI 会话页的 GAL 视窗:Galgame 风格对话视图 + 场景元素可视化编辑器0.1.0-rc.8 (2026-08-20)
dsh-meme-yyh00167yyh-001/dsh-meme · npmDeepSeek Harness 表情包插件:内置默认图库(官方-001,92 张),按情绪随机抽图,send_meme 发图(Web/QQ),设置页管理面板。0.1.0-rc.8 (2026-08-20)
dsh-tavern-flizzywi62flizzywine/dsh-tavern基于 DeepSeek Harness(DSH)的 SillyTavern 类文字游戏 Agent,支持候选项生成、对话式人物卡编辑、剧本模式与素材抽取。0.1.0-rc.8 (2026-08-20)
dsh-jingling50Yi-111-a/dsh-jinglingJingling 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-musume48Sutera-Diffusus/dsh-whale-musumeA whale-girl Kanban Musume mascot for DeepSeek Harness0.1.0-rc.8 (2026-08-20)
deepseek-pet42keleus/deepseek-petDeepSeek Pet plugin: an interactive, state-aware companion embedded in DeepSeek Harness Web0.1.0-rc.8 (2026-08-20)
dsh-emoji41hellodigua/dsh-emoji · npmTiny semantic inline emoji for DSH Agent responses0.1.0-rc.8 (2026-08-20)
dsh-pet-remielle34Gin-7/dsh-pet-remielle · npmHot-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 state0.1.0-rc.8 (2026-08-20)
dsh-ui-whale29lhh010/dsh-ui-whaleDSH Web UI 像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击冒爱心,零核心改动。0.1.0-rc.8 (2026-08-20)
dsh-minigames-lhh01027lhh010/dsh-minigamesDSH Web UI 右侧小游戏面板:18 款离线小游戏,可扩展游戏注册表。等待模型回复或修 bug 时的摸鱼神器。0.1.0-rc.8 (2026-08-20)
dsh-personal-center25PolinniZhong/dsh-personal-centerDSH 个人中心:设置 →「个人」分区(个人资料统计 UI + 个性化自定义指令 + 成本估算 + 桌面宠物)0.1.0-rc.8 (2026-08-20)
dsh-client-ui-custom23yoli-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-tavern23XCNXNXNX/dsh-portable-tavern · npmPortable 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-lorebookmd19609476965/dsh-LorebookMDDSH 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-galgame19JAdpp/dsh-whale-galgame · npmA multi-character Galgame interface and optional desktop companion for DeepSeek Harness Web.0.1.0-rc.8 (2026-08-20)
dsh-galgame17Lanxing6480/dsh-galgameGalGame 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 + draggable0.1.0-rc.8 (2026-08-20)
dsh-godot-skill16akira399/dsh-godot-skillGodot 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 & physics0.1.0-rc.8 (2026-08-20)
dsh-gomoku16omdsh-dev/dsh-gomoku · npmGomoku (five-in-a-row) for the dsh web GUI: AI move routes, model catalog, and default prompt (node half) plus the conversation-view tab with the board (browser half)0.1.0-rc.8 (2026-08-20)
whale-purse16Suiwan/whale-purse鲸鱼娘桌宠 · DeepSeek 余额 + 会话用量/花费监视,直接挂进 DSH Web profile 的组合层(cordis.patch.yml insert,热重载)0.1.0-rc.8 (2026-08-20)
dsh-niulai-pet15whitefirer/dsh-niulai-pet · npmdsh 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)
dsh-liquid-glass14xingyingyuzhui/dsh-liquid-glassWallpaper plus an optional Liquid Glass overlay for DeepSeek Harness. Sits on official light / dark / system. 官方浅色/深色/跟随系统上的壁纸与液态玻璃叠加。0.1.0-rc.8 (2026-08-20)

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

Bundles

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

NameRepo ★RepoDescriptionVerified against
dsh-base (official)204523deepseek-ai/deepseek-harness · npmThe shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root0.1.0-rc.5 (2026-08-13)
dsh-headless (official)204523deepseek-ai/deepseek-harness · npmThe one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer0.1.0-rc.5 (2026-08-13)
dsh-web-app (official)204523deepseek-ai/deepseek-harness · npmThe 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-ccch1mneyyy2718ccch1mneyyy/dsh-TUI · npmClaude 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-im1001xmanrui/dsh-im · npmQR-code IM channel plugin that connects Feishu, WeChat, and DingTalk bots to DeepSeek Harness.0.1.0-rc.8 (2026-08-20)
oh-dsh294hust-open-atom-club/oh-dshCommunity distribution bundling TUI, desktop, and web UI surfaces with layered installation, pinned to an exact harness revision via dsh-source.json0.1.0-rc.8 (2026-08-20)
dsh-invoice-downloader266EthanYoQ/Invoice-Downloader · npmLocal IMAP invoice download, OCR, archival, and Excel reimbursement summaries through a DSH profile bundle.0.1.0-rc.5 (2026-08-22)
dsh-super-injector154yjh051108/dsh-super-injectorRuntime injector for local DSH plugin packages with hot reload and a settings-page manager.0.1.0-rc.8 (2026-08-20)
dsh-memory-safe143seriousz158/dsh-memory · npmLocal Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, preview, and rollback.0.1.0-rc.7 (2026-08-21)
dsh-stock-watch69Awu12277/dsh-stock-watchCollapsible A-share watchlist popup with live quotes, charts, and a target-price panel.0.1.0-rc.8 (2026-08-20)
dsh-mneme67modusensus/dsh-mneme · npmCross-session memory with SQLite, Markdown mirrors, autoDream consolidation, and a web panel.0.1.0-rc.8 (2026-08-20)
dsh-config-manager53xiajiajun516/dsh-config-manager · npmBackup, export, import, and migrate DeepSeek Harness configuration from the web UI.0.1.0-rc.8 (2026-08-20)
dsh-code32UNLINEARITY/dsh-code · npmClaude-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-toolkit28omdsh-dev/dsh-toolkitZero-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-background20Tkingxiao/dsh-any-background · npmCustom 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-yelebai20YELEBAI/dsh-plugin-marketplaceA plugin marketplace for DeepSeek Harness with categories, trending discovery, install management, and controlled restart.0.1.0-rc.8 (2026-08-20)
dsh-fabric18omdsh-dev/stentFabric/Mixin extension workspace: an installable profile bundle carrier over the cordis-fabric package trio.0.1.0-rc.8 (2026-08-20)
dsh-harmony17memorax-ai/dsh-harmony · npmRuntime library to patch, replace, and decorate DeepSeek Harness plugins with hot reload.0.1.0-rc.8 (2026-08-20)
dsh-desk16majiayu000/dsh-deskTauri desktop companion for DeepSeek Harness: wraps official dsh 0.1.0-rc.6 in a system WebView with isolated DSH_HOME and a plugin-manager UI.0.1.0-rc.8 (2026-08-20)
dsh-mermaid11AKS1st/dsh-mermaidRenders Mermaid code fences as SVG diagrams in DeepSeek Harness web conversations.0.1.0-rc.8 (2026-08-20)
dsh-image2-draw10JuneLearn/dsh-image2-drawImage2 (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)
pptfast10liustack/pptwiseStable editable PPTX generation for DeepSeek Harness agents: semantic IR in, native DrawingML out.0.1.0-rc.8 (2026-08-20)
dsh-bash-win9zimzaza4/dsh-bash-win · npmWindows-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-codex-port8STARDUSTLC666/dsh-codex-port · npmOne-command port of Codex plugins from ~/.codex into DeepSeek Harness skills, with frontmatter conversion.0.1.0-rc.8 (2026-08-20)
dsh-model-usage8AKS1st/model-usage-pluginModel token usage stats, cost estimates, and account balance for DeepSeek Harness.0.1.0-rc.8 (2026-08-20)

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

Skills

Anthropic-format SKILL.md units; dsh discovers them from its skill roots (no nested discovery, kebab-case names only).

NameRepo ★RepoDescriptionVerified against
ECC244587affaan-m/ECCHarness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns0.1.0-rc.8 (2026-08-25)
paperclip79694paperclipai/paperclipThe open-source app everyone uses to manage agents at work0.1.0-rc.8 (2026-08-25)
ruflo69806ruvnet/rufloRuflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration0.1.0-rc.8 (2026-08-24)
compound-engineering-plugin24693EveryInc/compound-engineering-pluginOfficial Compound Engineering skills plugin for coding agents0.1.0-rc.8 (2026-08-25)
colleague-skill24166titanwings/distillyDigital-companion skill in the Anthropic SKILL.md format dsh reads; install by copying it into a dsh skill root such as .agents/skillsunverified
NemoClaw22320NVIDIA/NemoClawNemoClaw — run OpenClaw inside OpenShell with NVIDIA inference0.1.0-rc.8 (2026-08-25)
J-Space-Cognition-Suite-V3.73013Tiger3807861189/J-Space-Cognition-Suite-V3.7J-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/34943753823210.1.0-rc.8 (2026-08-24)
last30days-skill-cn1672Jesseovo/last30days-skill-cnlast30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。0.1.0-rc.8 (2026-08-21)
vox-director1647Alisa0808/vox-directorVox 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, automated0.1.0-rc.8 (2026-08-21)
ex-skill1073titanwings/ex-skillBuilds a digital persona skill of your ex from WeChat chat logs (create-ex); SKILL.md documents dsh discovery paths alongside other hostsunverified
math-modeling-skill965XiaoMaColtAI/math-modeling-skill数学建模技能 - 面向 CUMCM、MCM/ICM 等数学建模竞赛的三阶段工作流:建模分析、Python/MATLAB 编程与 DOCX 论文生成。包含丰富的算法资源库(优化/预测/评价/图论/机器学习等)、角色指导文档、论文模板和实用工具脚本0.1.0-rc.8 (2026-08-21)
Agentkey619chainbase-labs/AgentkeyAgentKey skills for AI agents - real-time web search, social media, and crypto data access0.1.1-rc.2 (2026-08-26)
harmony-next341linhay/harmony-next.skillsHarmonyOS NEXT development skill with offline ArkTS/ArkUI references and DevEco automation; copy harmony-next/ into a dsh skill root0.1.0-rc.8 (2026-08-20)
engramory178tinqiao-oss/engramory · npmA 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-plugins170Nagi-ovo/dsh-find-pluginsSkill 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 rootunverified
pinelab-vendure-plugins135Pinelab-studio/pinelab-vendure-pluginsMonorepo for different Vendure plugins developed by Pinelab0.1.1-rc.2 (2026-08-26)
argo113taxueseek/argo · npmAgent-first multilingual search and evidence-verification skill routing 120+ engines with vertical sources and MCP entry points; SKILL.md at repo root0.1.0-rc.8 (2026-08-20)
photo-abstract-editorial88kwhi6693-web/photo-abstract-editorialPhoto-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 capability0.1.1-rc.2 (2026-08-28)
mstar-harness57btspoony/mstar-harnessMorning Star skill-driven engineering workflow (roles, phase gates, plan conventions) shipped as twenty SKILL.md units; copy skills/* into a dsh skill root0.1.0-rc.8 (2026-08-20)
PatentRadar57yuc16/PatentRadar专利侵权分析系统 —— 输入专利公开号,产出竞品侵权分析报告;同时打包成 skill,可被任意 agent(codex,claude code 等) 调用。0.1.0-rc.8 (2026-08-24)
dsh-plugin-dev-skills40zimodzh/dsh-plugin-dev-skillsAn 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)
hedgehog34skyf0xx/hedgehogInstall the Hedgehog build discipline (agents + skills) into a repo, for Claude Code, Cursor, or Gemini CLI.0.1.0-rc.8 (2026-08-24)
dsh-plugin-development14w2112515/dsh-plugin-developmentPortable Agent Skill for developing and auditing DeepSeek Harness plugins, with an optional DSH bundle adapter.0.1.0-rc.8 (2026-08-20)
dsh-skill-adult-tension-narrative13daha1216/dsh-adult-tensionDeepSeek Harness 成年人(18+/adult)互动叙事 Skill:NPC 活人感(有记忆/立场/底线)、自带破甲与张力引擎、随机开局可预锁、时间推进、全维 YAML 存档。仅限虚构成年人。0.1.0-rc.8 (2026-08-21)
video-shotcraft-dsh10kingselyjoe/video-shotcraft-dsh面向 DeepSeek Harness 的电影感产品视频 Agent Skill,包含 152 张镜头配方卡、Remotion 模板、代码组件和音频资产。0.1.0-rc.8 (2026-08-21)

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

Themes

UI skins. The dedicated registry is awesome-dsh-themes; only themes that also ship plugin machinery live here.

NameRepo ★RepoDescriptionVerified against
dsh-deep-whale1832Small-tailqwq/dsh-deep-whaleWhale-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-skin3yushi-xxh/dsh-homepage-skin · npmDeepSeek 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.

NameRepo ★RepoDescriptionVerified against
create-dsh-plugin49whyihaveyou/dsh-suite · npmScaffold 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-amplift14amplifthq/oh-my-dsh · npmPlugins, 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-forge4zhn1100/dsh-forgeReproducible 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.