Skip to content

Latest commit

 

History

361 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-dsh-plugins

powered by dsh license: MIT browse the reef

A spam-filtered, open-data registry of DeepSeek Harness (dsh) plugins, bundles, and skills — 13,756 entries from 7,905 authors across 17 functional areas, every one carrying the file its install path was proven in and the dsh version it was checked against.

Browse the reef — the same registry as a filterable, sortable gallery.

Most awesome lists are prose. This one is data: data/plugins.json is the source of truth, this README is rendered from it. Build on the JSON directly:

curl -s https://dsh.works/awesome-dsh-plugins/plugins.json                 # every entry
curl -s https://dsh.works/awesome-dsh-plugins/stats.json                   # just the counts, ~150 bytes

Each entry carries two orthogonal dimensions: category is the form factor (bundle, plugin, skill, theme, tool — what dsh docs call things) and tags is the functional area (what it actually does). stars is the linked repo's GitHub count (refreshed by scripts/stars.mjs, display signal only), and featured marks a hand-curated editor's pick.

Why a filtered registry

DeepSeek delegates the ecosystem to the community: no first-party marketplace, discovery happens on the dsh-plugin GitHub topic. On launch day that topic held 431 repositories. As of 2026-09-23 it holds 15,964, template spam and topic-riders included. A raw topic feed is not a registry; the filter is the value this repo adds.

How much filtering that is, measured on 2026-09-23: 18,208 repositories carry a dsh discovery topic and 15,054 of them — 83% — have been opened, read, and decided. 2,284 were rejected, 2,127 of those for having no install path at any depth: no dsh manifest in package.json, no dsh dependency, no SKILL.md. They carry the topic and nothing else. Every rejection is published with its reason and a recheck date in data/rejected.json.

That is the number worth comparing. A topic count says how many people typed a tag. 15,054 of 18,208 says how many repositories somebody actually opened.

On 2026-08-20 that percentage fell, and it fell because the denominator got honest. Until then "carries a dsh discovery topic" quietly meant "carries one of the five dsh-* topics we sweep", so every author who spelled the project out instead of abbreviating it was invisible to us while we published a coverage figure that read as though they were not there. Measured that day, in repositories carrying none of the original five: topic:deepseek-harness held 892, topic:dsh 163, topic:deepseek-harness-plugin 3 — 1,058 repositories, about 13% of the real universe, that a 99% claim had silently excluded. All of them are swept now. The percentage a wider net produces is lower and means more; a coverage number you can raise by narrowing what you count is not a coverage number.

Search is still not the whole ecosystem. A plugin whose author tagged nothing, published nothing to npm, and used no conventional layout is unreachable by any query — yjh051108/dsh-routing-suite had 6,415 stars and zero topics the day it was seeded. data/seeds.json is the hand-fed lane for those, and it grants nothing: a seed queues at the back like every other find and still has to prove an install path. If that is your repo, open an issue.

If you prefer a curated prose list, AdamPlatin123/awesome-dsh-plugins does that well, with daily compatibility tracking. This repo is the machine-readable complement, not a replacement.

Why "verified against" is a schema field

dsh is a developer preview and the team promises compatibility-breaking changes. Example: the .dsh-plugin manifest format was deleted on 2026-08-09 with no migration path, silently stranding every tutorial written against it. A compatibility claim without a version and a date rots, so the schema records both (verifiedAgainst, lastVerified) and stale entries get re-checked or flagged.

A version and a date still only say when somebody looked. evidence says where, as path#key:

"evidence": "package.json#dsh.bundle"
"evidence": "packages/theme/package.json#dependencies.@deepseek-ai/dsh-base"
"evidence": "skills/reviewer/SKILL.md#frontmatter"

Open the file and check. scripts/validate.mjs refuses a verified row that cannot cite one, so the status cannot quietly become decoration — which it had, on 2,751 rows, before this field existed.

And why npm is checked the same way

npm is the only field in an entry that is an instruction: dsh.works renders it as dsh plugin --profile web add <name>, this README links it, and the spam gate accepts "a published npm package" as an install path. A reader can run it. So it gets the same treatment as evidence, and on 2026-08-21 it turned out not to have had it.

Of 582 names on that morning, 298 named a package registry.npmjs.org has never served — every one written on 2026-08-14, by a pass that read name out of the repo's own package.json. That is the name an author would publish under, not evidence they did. On the site those 298 also replaced the git-install security warning with the sentence "Published to npm as", so the wrong ones were quieter than the missing ones.

Fixing that surfaced the worse half. The names that did resolve had been checked against npm's catalogue and not against ownership: dsh-tool-git resolves, so the field stayed — it resolves to lxj808624/dsh-tool-git, and it was sitting on Huasfan/dsh-tool-git. 26 pairs of entries claimed the same package as each other, and in 25 of them the wrong claimant was the 2026-08-14 row. Following one installed a different author's code under the name of the repo you were reading about, which is a worse outcome than a 404.

A name is kept now only when the published package's own repository.url names the repo back, or — for the packages that state no repository at all — when the repo's package.json declares that exact name, so two independent files agree. npm run npm-check re-asks in both directions on a schedule; a name that stops resolving is parked in data/unpublished.json with the reason, a parked name that starts resolving is restored, and a name that merely times out changes nothing. Re-adding a parked name by hand fails validate.

The same pass answered the opposite question. Reading every entry's manifest and asking npm about the name it declares adopted 1,741 packages the registry had found but never claimed — and refused 1,462 more whose name belongs to someone else, which is a third of everything it looked at.

Contents

Editor's picks

Hand-curated, sparing, and revisited as the ecosystem moves; the ⭐ mark in the tables below means the same thing. Stars are the linked repo's count, which for monorepo entries is the whole repo, not the plugin.

  • dsh-web-ui — Plugin and skin collection for the dsh Web UI: task board, git graph, right-side panel, remote mobile UI, live token stats, and a skin center that routes around the theme-persistence gap 7963 ★ · 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 4020 ★ · vision
  • dsh-better-sidebar — Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs 3731 ★ · ui
  • dsh-browser — Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 722 ★ · capabilities
  • dsh-mnemon — Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. 400 ★ · memory
  • whale-girl — Desktop-pet companion for the web GUI (QQ-pet style): draggable, feedable, levels up with session activity; migrated from the removed .dsh-plugin format to dsh.bundle 333 ★ · fun
  • dsh-turn-rewind — Rewind conversation and workspace state to a previous turn, backed by a persistent change ledger 118 ★ · memory
  • dsh-usage-stats — Beautiful token analytics for DeepSeek Harness — trends, activity heatmaps, model breakdowns, and data exports. 11 ★ · usage

Plugins by area

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

Each area shows its 25 most-starred entries and links to the complete list in lists/. GitHub stops rendering a markdown file partway through once it passes about half a megabyte — silently, mid-row — so the full tables live in files small enough to survive that. Nothing is dropped: data/plugins.json and the gallery always hold everything.

Web UI

Panels, composer upgrades, navigation, layout, mobile.

Name Repo ★ Repo Description Verified against
dsh-web-ui ⭐ 7963 zhu1090093659/dsh-web-ui Plugin and skin collection for the dsh Web UI: task board, git graph, right-side panel, remote mobile UI, live token stats, and a skin center that routes around the theme-persistence gap 0.1.0-rc.8 (2026-08-20)
dsh-better-sidebar ⭐ 3731 omdsh-dev/DSH-better-sidebar · npm Full sidebar workbench with file rendering/editing, terminal, Git, and subagents; third-party extensions can register new tabs 0.1.0-rc.8 (2026-08-20)
CloudBase-AI-Toolkit 1124 TencentCloudBase/CloudBase-AI-Toolkit CloudBase backend for DeepSeek Harness — full-stack apps from chat, DB/Storage/Auth panel, one-click deploy 0.1.1-rc.2 (2026-09-18)
superdesign-skill 598 superdesigndev/superdesign-skill Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas — the Superdesign skill, packaged as a DeepSeek Harness bundle. 0.1.0-rc.8 (2026-08-20)
mnemon 592 mnemon-dev/mnemon Install the full dsh-mnemon integration from the Mnemon repository. 0.1.0-rc.8 (2026-08-20)
dsh-at-file 512 FSMargoo/dsh-at-file Codex-style @file mentions in the composer: search workspace files and attach their contents to prompts 0.1.0-rc.8 (2026-08-20)
dsh-genui 475 omdsh-dev/dsh-genui Renders interactive UI components inline in assistant replies via the dsh-ui fence: layout, charts, plots, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model. 0.1.0-rc.8 (2026-08-20)
dsh-visualize 264 Nagi-ovo/dsh-visualize Generative UI in conversation: a visualize tool plus companion skill renders interactive HTML cards in sandboxed frames with streaming preview 0.1.0-rc.8 (2026-08-20)
pi-web-ui 233 xing-shuyin/pi-web-ui Web chat interface for the pi coding agent, powered by the pi SDK (@earendil-works/pi-coding-agent) — one-command run, Docker/systemd/launchd deployable 0.1.1-rc.2 (2026-09-04)
dsh-popout-sidebar 210 e2mcc/dsh-popout-sidebar · npm 可弹出侧边栏 · A DeepSeek Harness sidebar that shows artifacts and pops out into a larger web tab. 0.1.0-rc.8 (2026-08-20)
dsh-openpencil 178 ZSeven-W/dsh-openpencil · npm OpenPencil design preview and editing inside the web UI 0.1.0-rc.8 (2026-08-20)
dsh-undo-plugin-lire1131 164 lire1131/dsh-undo-plugin DSH undo/rollback system: snapshot config files on change, undo/redo the last action from the WebUI or by chat, and roll back broken plugin trees without reinstalling. Works even when DSH fails to 0.1.1-rc.2 (2026-09-09)
dsh-remote-web-gateway 152 summer1238/dsh-remote-web-gateway · npm DSH Remote Web Gateway — DSH native plugin: one-click phone/tablet remote access to the DeepSeek Harness Web GUI via Cloudflare Quick Tunnel + QR pairing + device management + optional GitHub login 0.1.0-rc.8 (2026-08-20)
dsh-skill-viewer 146 fishquito7/dsh-skill-viewer dsh-skill-mcp-panel: manage skills and MCP servers from the DSH web settings UI plus the unified dsh-panel CLI. 0.1.1-rc.2 (2026-09-09)
dsh-annotation 128 omdsh-dev/dsh-annotation DSH Web selection-annotation plugin: select assistant text, annotate (optional), and press Enter to send the annotation block with your message — the model replies to each annotation by number,. 0.1.0-rc.8 (2026-08-20)
baro 124 jigjoy-ai/baro baro as a DeepSeek Harness subagent provider: delegate a multi-story goal, get parallel execution, independent review and a verified outcome back — with a live run panel in the sidebar 0.1.1-rc.2 (2026-09-18)
dsh-auto-continue 116 HsiangNianian/dsh-auto-continue · npm Automatically sends continue when a Web UI request is interrupted by network errors or other non-human causes. 0.1.0-rc.8 (2026-08-20)
dsh-web-mobile 101 mexiaosqwq/dsh-web-mobile Mobile-adaptive DSH web UI: on narrow screens the sidebar rail is hidden and the directory opens as an overlay drawer, so the conversation gets the full width. 0.1.0-rc.8 (2026-08-20)
dsh-custom-skin 100 SLin-code/dsh-custom-skin Custom wallpapers and translucent skins for DeepSeek Harness Web 0.1.0-rc.8 (2026-08-25)
dsh-github-panel 97 PivotStackIntelligence/dsh-github Source Control and GitHub panel for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-mattpocock-skills-deck 79 FeatherHunter/dsh-mattpocock-skills-deck · npm 非官方 DeepSeek Harness 插件:Matt Pocock 技能套件(mattpocock/skills)的 DSH 控制面板(Deck)——将 wayfinder 地图/票务/进度、triage / grilling / handoff 动作注入带进 DSH;配套 25 个工程与效率技能。打开形式仅右侧 details 列(无 PiP/悬浮)。npm 标准安装(dsh plugin 0.1.0-rc.8 (2026-08-20)
dsh-openmaic 79 THU-MAIC/dsh-openmaic OpenMAIC for DeepSeek Harness: generate classrooms and render slides, interactive widgets, teaching cards, plus a Socratic teaching skill 0.1.0-rc.8 (2026-08-20)
ProMentor 78 Lyn-77/ProMentor ProMentor course dashboard in the Web GUI: composer-dock trigger plus a full-frame dashboard panel unverified
recruiting-copilot 77 Viy1204/recruiting-copilot AI 招聘副驾 —— DeepSeek Harness profile bundle:注册招聘工作流 skills(岗位梳理、双通道寻源初筛、约面试、简历评估、台账与日报),并在 Web UI 右侧提供一只可直接操作的 boss/liepin 浏览器面板。 0.1.0-rc.8 (2026-08-20)
dsh-smooth-stream-laplaceb 74 Laplace-bit/dsh-smooth-stream · npm Smooth streaming reveal and conversation follow for the DeepSeek Harness Web UI 0.1.0-rc.8 (2026-08-20)

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

Terminals & desktop

TUIs, desktop shells, headless runners.

Name Repo ★ Repo Description Verified against
deepseek-harness-desktop 28702 anywhere-labs/deepseek-harness-desktop 为 DeepSeek Harness (DSH) 生态打造的现代化桌面端体验 0.1.0-rc.8 (2026-08-20)
dsh-desktop-anywhere 28702 anywhere-labs/dsh-desktop DSH Desktop product workspace 0.1.0-rc.8 (2026-08-25)
dsh-desktop 8740 dataelement/dsh-desktop A cross-platform desktop shell for DeepSeek Harness. 0.1.1-rc.2 (2026-09-04)
deepseek-harness-desktop-dshtauri 2555 dsh-tauri/deepseek-harness-desktop Desktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required. 0.1.1-rc.2 (2026-09-18)
deepseek-harness-desktop-hairyf 2555 dsh-tauri-desk/deepseek-harness-desktop Desktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required. 0.1.0-rc.8 (2026-08-20)
dshcode 714 whitelonng/dshcode Community desktop companion for DeepSeek Harness — one-click Electron app for macOS and Windows 0.1.1-rc.2 (2026-09-04)
deepseek-harness-desktop-ningbain 701 ningbainb/deepseek-harness-desktop Lossless desktop shell for DeepSeek Harness and the complete dsh-web-ui plugin collection unverified
deepseek-harness-studio-fufankej 660 fufankeji/deepseek-harness-studio DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。 0.1.0-rc.8 (2026-08-20)
working-activity 659 ccch1mneyyy/working-activity · npm Live model working-status line: playful copy, running tool, turn elapsed — for TUI prompt and Web UI 0.1.0-rc.8 (2026-08-20)
jingyun-dsh 592 jingyunstudio/jingyun-dsh 基于 Jingyun Studio + DeepSeek Harness (DSH) 打造的一站式 AI 商业化桌面客户端 0.1.1-rc.2 (2026-09-01)
deepseek-harness-desktop-chokwinl 286 chokwinlee/deepseek-harness-desktop Compact unofficial desktop host for DeepSeek Harness, powered by Tauri on macOS 0.1.1-rc.2 (2026-09-04)
dsh-tianshu-tui 283 huiliyi37/dsh-tianshu-tui · npm Terminal UI for dsh shipped as an installable profile bundle 0.1.0-rc.8 (2026-08-20)
pilot-harness 278 op7418/pilot-harness Pilot Harness — a CodePilot-inspired desktop client and plugin suite for DeepSeek Harness on macOS, Windows, and Linux. 0.1.0-rc.8 (2026-08-20)
seektty 198 Hilbert-beinghappy/seektty · npm SeekTTY, a pluggable DeepSeek-colored terminal surface for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-workbuddy-connect 185 corrinehu/dsh-workbuddy-connect 将 WorkBuddy 桌面 App 包含的模型自动接入 DeepSeek Harness — bring WorkBuddy desktop app models into DeepSeek Harness with zero configuration. 0.1.0-rc.8 (2026-08-20)
Tydora 183 zuorn/Tydora Let Your Ideas Flow — Tydora is a modern desktop Markdown editor combining WYSIWYG editing, bidirectional links, mind maps, and an infinite canvas — empowering deep thinking and effortless expression. 0.1.0-rc.8 (2026-08-20)
Deepseek-Harness-Desktop-chisaalt 170 ChisaAlter/Deepseek-Harness-Desktop Electron desktop shell for DeepSeek Harness Web UI 0.1.1-rc.2 (2026-09-09)
DeepSeek-Harness-Desktop-webcasa 124 web-casa/DeepSeek-Harness-Desktop Bundled DeepSeek Harness runtime for the desktop packaging. Pin exactly; upgrades happen only through prepare-harness + CI smoke. 0.1.0-rc.8 (2026-08-20)
deepseek-harness-desktop-baihejia 101 baihejiangnan/deepseek-harness-desktop Desktop application for DeepSeek Harness (dsh) — one-click local install and launch, no Node.js setup required. 0.1.0-rc.8 (2026-08-24)
deepseek-harness-docker-runzhliu 93 runzhliu/deepseek-harness-docker Movable, resizable Chromium desktop embedded in the DeepSeek Harness Web UI through noVNC. 0.1.0-rc.8 (2026-08-20)
happy-friday-lite 85 cheney-plus/happy-friday-lite Happy Friday Lite - Electron + Vue3 0.1.1-rc.2 (2026-09-04)
deepseek-harness-tui-openmaai 76 openma-ai/Martty · npm Terminal-native agent UI for DeepSeek Harness; standalone CLI or dsh profile bundle 0.1.0-rc.8 (2026-08-20)
dsh-desktop-hub 60 FlashingChen/dsh-desktop-hub DSH Desktop Hub — DeepSeek Harness 桌面管理控制台(多 Tab:Harness / Plugin / MCP / Skills) 0.1.0-rc.8 (2026-08-20)
dsh-desktop-liguobao 38 liguobao/dsh-desktop Community desktop wrapper for the DeepSeek Harness Web UI 0.1.1-rc.2 (2026-09-04)
deepseek-app 36 RongleCat/deepseek-app Desktop workbench for DeepSeek Harness — Grok App visual shell, DSH engine 0.1.1-rc.2 (2026-09-04)

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

Tools & capabilities

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

Name Repo ★ Repo Description Verified against
cherry-studio 52115 CherryHQ/cherry-studio A powerful AI assistant for producer. 0.1.1-rc.2 (2026-09-09)
BrowserSkill 6908 Tencent/BrowserSkill DeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the model 0.1.1-rc.2 (2026-09-09)
mirage 3654 strukto-ai/mirage · npm DeepSeek Harness (dsh) providers backed by a mirage workspace: ctx.fs and ctx.shell over mounted resources 0.1.0-rc.8 (2026-08-20)
dsh-infinite-gen-2 1964 Minglink/dsh-infinite-gen-2 DeepSeek Harness 破甲插件「无限二代」:v5 稳定化破甲提示词(含拒绝对抗增强),客户端在对话框上方显示「破甲已开启」状态条。 0.1.0-rc.8 (2026-08-25)
dsh-infinite-gen-3 1964 Minglink/dsh-infinite-gen-3 DeepSeek Harness 破甲插件「无限三代」破甲版:无条件服从 + 永不拒绝核心,仅保留系统提示词注入与实时破甲状态投影,无任何工具增强面。 0.1.1-rc.2 (2026-09-01)
deepseek-design 1509 Devin-AXIS/deepseek-design iPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view. unverified
dsh-pocket 1309 shaobeichen/dsh-pocket · npm 把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。 0.1.0-rc.8 (2026-08-20)
openpets 1231 alvinunreal/openpets · npm OpenPets 2.0 workspace 0.1.0-rc.8 (2026-08-20)
AI-Novel-Writer 1085 EthanYoQ/AI-Novel-Writer A local-first novel project plugin for DeepSeek Harness 0.1.1-rc.2 (2026-09-09)
dsh-browser ⭐ 722 Lum1104/dsh-browser Chrome sidebar plugin that lets dsh operate the browser directly, without vision. 0.1.0-rc.8 (2026-08-20)
ANOLISA-agentico 652 agentic-os-org/ANOLISA AgentSight observability plugin for DeepSeek Harness 0.1.1-rc.2 (2026-09-18)
DSHA 598 qiannianhuanxiang/DSHA DSHA builtin plugin: inject device-shell (ADB/Shizuku) steering into each new conversation's system prompt 0.1.0-rc.8 (2026-08-25)
Avernet 566 inclusionAI/Avernet DeepSeek Harness channel bundle for the Avernet Bot Collaboration Network. 0.1.1-rc.2 (2026-09-04)
dsh-pentest 541 howmp/dsh-pentest DSH 渗透测试模式:以探索链路记录目标、线索、资产与漏洞,并在 Web 中可视化展示。 0.1.0-rc.8 (2026-08-20)
modsearch 536 liustack/modsearch · npm Web plugin for dsh that gives a text-only model the web: search, X, and any page as structured evidence. 0.1.0-rc.8 (2026-08-20)
dsh-mobile-apk 522 kelai141/dsh-mobile-apk dsh 安卓壳 APK——WebView UI + 内嵌 Termux 运行时快照(解压即跑),为dsh本地运行设计的高性能方案 0.1.1-rc.2 (2026-09-09)
MisakaNet 504 Ikalus1988/MisakaNet Deployment scripts for MisakaNet Workers 0.1.0-rc.8 (2026-08-20)
anysearch-dsh 429 anysearch-team/anysearch-dsh · npm AnySearch web search provider and advanced tools for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-synapse 418 liangmianya/dsh-synapse A visual, non-linear conversation workspace plugin for DeepSeek Harness. 0.1.0-rc.8 (2026-08-21)
oh-story-dsh 404 worldwonderer/oh-story-dsh A DSH plugin for fiction and short-drama production 0.1.0-rc.8 (2026-08-21)
oh-story-dsh-zenstory 404 zenstory-ai/oh-story-dsh A DSH plugin for fiction and short-drama production 0.1.0-rc.8 (2026-08-25)
clearai-dsh 400 Clearailhc/clearai-dsh ClearAI: The Epistemic Loop, native to DSH. 0.1.1-rc.2 (2026-09-18)
dsh-univer-office 394 dream-num/dsh-univer-office · npm DSH × Univer integration with a bundled collaboration Gateway and Viewer: inline previews, live floating Worktree windows, and session-end review actions in DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
DSH-taskboard-shengshe 328 shengsheng90/DSH-taskboard Native local project taskboard bundle for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
Perfect-Web-Clone 272 ericshang98/Perfect-Web-Clone Pixel-perfect clones of any webpage. Paste a URL, get a measured Vite + React replica. 0.1.0-rc.8 (2026-08-24)

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

Vision

Image understanding for text-only models.

Name Repo ★ Repo Description Verified against
archify 70568 tt-a1i/archify · npm Opt-in DeepSeek Harness Skill-only bundle for the Archify architecture-diagram skill. 0.1.0-rc.8 (2026-08-20)
modlens ⭐ 4020 liustack/modlens · npm Vision plugin for text-only models: image understanding bridged into the harness via a dsh.bundle patch layer, shipping a modlens skill alongside 0.1.0-rc.8 (2026-08-20)
dsh-vision-router 1116 ysr666/dsh-vision-router · npm Turn-level vision routing with provider fallbacks, a cached vision_describe tool, JSON output, and optional per-host proxy. 0.1.0-rc.8 (2026-08-20)
dsh-vision-toolkit 883 Anionex/dsh-vision-toolkit · npm Harness-native integration of agent-vision-toolkit for text-only models: image Q&A with intent, long-screenshot OCR, UI restoration, grounding, and pixel diff 0.1.0-rc.8 (2026-08-20)
deepseek-harness-android-app 281 woaiys3/deepseek-harness-android-app Model-facing Android system tools (package/app/setting/screenshot/input) over Shizuku shell. unverified
dsh-video-lens 114 dundunhan/dsh-video-lens · npm Give text-only DeepSeek Harness agents video understanding: scene-aware frame sampling + VLM + optional ASR transcript fused into timeline evidence. / 给纯文本模型的视频理解插件(场景感知抽帧 + VLM + 可选语音转录) 0.1.0-rc.8 (2026-08-20)
dsh-vision-oil 88 oil-oil/dsh-vision Near-native image understanding for text-only DeepSeek Harness models. 0.1.0-rc.8 (2026-08-20)
dsh-imagegen 86 dickpy/dsh-imagegen · npm AI 生图 (image generation) plugin for the dsh web GUI: text-to-image and image-to-image through a configurable OpenAI-compatible endpoint (gpt-image-2 / gpt-image-1 / dall-e-3), with a settings card 0.1.0-rc.8 (2026-08-20)
beautiCode 82 starsstreaming/beautiCode Cordis plugin: image/video backgrounds for DeepSeek Harness web. 0.1.0-rc.8 (2026-08-20)
picturereader 36 jing-hy/picturereader · npm DSH plugin: pixel-to-text image reading for text-only models. Downscales and color-quantizes PNG/JPEG/GIF/BMP and feeds the coarse pixel grid to the model so DeepSeek can 'see' layout, colors and 0.1.0-rc.8 (2026-08-20)
deepseek-harness-docker 19 AlliotTech/deepseek-harness-docker Reproducible container image for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-media-skills-mjorgin 18 MJorgin/dsh-media-skills Free image reading (vision) and image generation skills for DeepSeek Harness — Zhipu GLM-4V-Flash (Google Gemini optional) for reading, SiliconFlow Kolors for generation. 0.1.0-rc.8 (2026-08-20)
deepseek-visionary 17 xlight/deepseek-visionary · npm DeepSeek Visionary native plugin for DeepSeek Harness: deepseek_vision / status / login / logout native tools backed by the visionary-server CLI (DeepSeek web vision model, no API key). 0.1.0-rc.8 (2026-08-20)
dsh-visual-plugin 16 jyh20030112/dsh-visual-plugin Vision bridge plugin for DeepSeek Harness: when the main model has no vision, forward user images to a configurable OpenAI-compatible vision model and show results in a Web UI right panel. Host. 0.1.0-rc.8 (2026-08-20)
dsh-diagram 14 hanzhangzzz/dsh-diagram · npm Turn articles in DeepSeek Harness into editable Excalidraw canvases 0.1.0-rc.8 (2026-08-20)
dsh-vision-proxy 14 Flyvhidbwo/dsh-vision-proxy · npm deepseek-vision provider route that transcribes attached images via an OpenAI-compatible VLM before DeepSeek answers. 0.1.0-rc.8 (2026-08-20)
dsh-codex-oauth-wnjxyk 13 WNJXYK/dsh-codex-oauth · npm Unified OpenAI Codex subscription plugin for DeepSeek Harness: GPT models, OAuth, quota, image generation, and web search. 0.1.0-rc.8 (2026-08-20)
dsh-ocr-plugin 13 CraZY222123/dsh-ocr-plugin Local OCR provider (rapidocr fast + DeepSeek-OCR-2 deep) registered as the 'ocr' service for the llm-deepseek adapter seam. Unofficial community plugin for DeepSeek Harness. unverified
dsh-vision-opencode 13 poiuyjie/dsh-vision-opencode DeepSeek Harness plugin: configurable vision model with vision_read_image tool, composer-bar vision-model selector, and automatic image-to-text conversion for text-only main models. 0.1.0-rc.8 (2026-08-20)
dsh-origin-plugin 12 Fantasality/dsh-origin-plugin Drive Origin scientific plotting from DeepSeek Harness AI chat via MCP - 28 tools, styled multi-series plots, inline image preview, statistics batch (t/ANOVA/PCA/survival), stable error codes. 0.1.1-rc.2 (2026-09-09)
vision-exp-tile 12 Nicholas023/vision-exp-tile 为 deepseek-v4-flash-vision-exp 量身定制的大图智能识图插件:整图预检 → 本地 OCR+像素网格(文字)+ 兴趣点按比例切块(最长边 800)→ 汇总;保留全图 800x800 网格切块模式。不统计 token、不计算费用。v0.4.1:慢机测试自适应(设备档位/可配置OCR池超时/设置页跳过声明/自检入口/安装即优化)。 0.1.0-rc.8 (2026-08-24)
dsh-file-upload-a9030672 11 a903067276-rgb/dsh-file-upload Upload button + drag-and-drop files into DSH conversation as local paths (works with any vision plugin) 0.1.0-rc.8 (2026-08-20)
dsh-mermaid-mrmolabs 11 MrmoLabs/dsh-mermaid Render Mermaid code blocks in DeepSeek Harness with a diagram/code toggle. 0.1.0-rc.8 (2026-08-25)
dsh-web-file-uploader 11 Mooling0602/dsh-web-file-uploader A DeepSeek-style paperclip attach button in the DSH web composer; uploads files to the DSH host (model-aware: native image blocks for multimodal models, file paths for text-only models). 0.1.0-rc.8 (2026-08-20)
dsh-auxiliary-dshplugi 10 dsh-plugins/dsh-auxiliary · npm DeepSeek Harness plugin that uses configured model providers for image analysis and context compaction. 0.1.0-rc.8 (2026-08-20)

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

Agents & orchestration

Subagents, workflows, cross-session coordination.

Name Repo ★ Repo Description Verified against
ouroboros 6081 Q00/ouroboros Mount Ouroboros (spec-first AI dev workflow engine) into DeepSeek Harness as native tools — type "ooo interview" or "ooo auto" in chat. 0.1.1-rc.2 (2026-09-09)
dashi-taskboard 3195 chuspeeism/dashi-taskboard 现代化可灵活嵌入的任务面板,支持 Codex、DeepSeek Harness 0.1.1-rc.2 (2026-09-09)
BitFun 2317 GCWing/BitFun IDE-oriented Agent Client Protocol server for DeepSeek Harness: publishes tool calls, reasoning, and plans that the automation-only @deepseek-ai/dsh-acp deliberately withholds 0.1.0-rc.8 (2026-08-20)
OpenBitFun 2317 GCWing/OpenBitFun DeepSeek Harness plugin bundle exposing the OpenBitFun Agent SDK Host as dsh tools 0.1.1-rc.2 (2026-09-09)
dsh-agent-teams 1786 NanmiCoder/dsh-agent-teams · npm AgentTeams plugin: coordinate teams of subagents from the web UI 0.1.0-rc.8 (2026-08-20)
tongflow 1028 tong-io/tongflow · npm TongFlow studio plugin for DeepSeek Harness (dsh): agent-designed project folders, one TongFlow workflow per generated asset stored next to its outputs, deterministic media generation, embedded 0.1.0-rc.8 (2026-08-20)
Wegent 859 wecode-ai/Wegent An open-source AI-native operating system to define, organize, and run intelligent agent teams 0.1.1-rc.2 (2026-08-28)
Openwrite 756 LiPu-jpg/Openwrite OpenWrite 长篇小说领域后端接入 DeepSeek Harness:统一创作 Agent 预设 + 原生创作工作台 0.1.1-rc.2 (2026-09-09)
dsh-worktable 669 Aisland-SJL/dsh-worktable 工作台 Worktable:DeepSeek Harness 侧边栏的 agent 级项目容器(应用抽屉) 0.1.0-rc.8 (2026-08-24)
Minke 665 lencx/Minke Minke desktop agent powered by DeepSeek Harness 0.1.1-rc.2 (2026-09-09)
DSHA-dshapp 598 DSH-APP/DSHA DSHA 后台任务、网页返回和草稿恢复适配 0.1.1-rc.2 (2026-09-09)
easyeda-agent 532 zhoushoujianwork/easyeda-agent EasyEDA Pro (JLC EDA) automation for DeepSeek Harness: MCP bridge + agent skill bundle 0.1.1-rc.2 (2026-09-09)
dsh-antibrow 507 antibrow/dsh-antibrow DeepSeek Harness plugin: an agent browser with a persistent identity - engine-level fingerprint spoofing, per-profile cookies and passkeys, residential proxy egress. 0.1.0-rc.8 (2026-08-20)
watch-skill 390 oxbshw/watch-skill DeepWatch — an evidence-native agent distribution built on DeepSeek Harness 0.1.1-rc.2 (2026-09-09)
Polaris 242 ZJU-REAL/Polaris DeepSeek Harness bundle for Polaris MCP tools and native agent skills 0.1.0-rc.8 (2026-08-20)
dsh-agent-team-gui 233 toolclub/dsh-agent-team-gui Persistent multi-model squads for DeepSeek Harness — manage teams in Settings and use them in ordinary conversations 0.1.0-rc.8 (2026-08-20)
dsh-agent-rp 222 hewzhew/dsh-agent-rp SillyTavern migration and next-generation Agent RP for DSH 0.1.0-rc.8 (2026-08-20)
sandbase-skills 197 sandbaseai/sandbase-skills Install SandBase Agent Skills into DeepSeek Harness projects. 0.1.1-rc.2 (2026-09-09)
dsh-lowtide 166 KelaoHu/dsh-lowtide lowtide: human-adjudicated off-peak batch task pipeline for dsh (peak/valley pricing aware) 0.1.0-rc.8 (2026-08-25)
dsh_workflow 129 omdsh-dev/dsh_workflow KodaX-parity dynamic workflow harness for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
consensus-pipeline 125 fangqian616/consensus-pipeline Multi-agent department framework for long-form complex tasks, fighting AI hallucination, validated on academic research. 共识管线:多智能体部门长线任务解决框架,对抗AI幻觉,以学术研究为验证场景。 0.1.1-rc.2 (2026-09-01)
odai 119 orziz/odai · npm 完整继承 DSH Standard 全部能力的 Odai Agent preset。 0.1.0-rc.8 (2026-08-20)
dsh-liketavern 110 Amakurai/dsh-liketavern Tavern mode for dsh web — SillyTavern character cards, prompt presets, lorebooks, personas and regex on the dsh agent runtime. 0.1.1-rc.2 (2026-09-09)
dsh-automation 100 titanwings/dsh-automation Run coding tasks on schedule in fresh Agent sessions, and manage automations from DeepSeek Harness Web or an Agent 0.1.0-rc.8 (2026-08-20)
dsh-acp-interactive-clickpm 99 ClickPM/dsh-acp-interactive Editor-facing Agent Client Protocol (ACP) server for Zed and other ACP clients, composed from published DeepSeek Harness plugins. 0.1.1-rc.2 (2026-09-18)

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

Memory & sessions

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

Name Repo ★ Repo Description Verified against
reactive-resume 43372 amruthpillai/reactive-resume DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP. 0.1.1-rc.2 (2026-09-09)
reactive-resume-reactive 43372 reactive-resume/reactive-resume DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP. 0.1.1-rc.2 (2026-09-18)
MemOS 11550 MemTensor/MemOS Reflect2Evolve memory plugin: layered L1/L2/L3 memory, reflection-weighted value backprop, cross-task policy induction, skill crystallization, and three-tier retrieval for OpenClaw, Hermes Agent, and 0.1.0-rc.8 (2026-08-20)
loopx 5954 huangruiteng/loopx One-step LoopX bootstrap, same-session driver, and local GoalBar for DeepSeek Harness 0.1.1-rc.2 (2026-09-01)
ReMe 3509 agentscope-ai/ReMe ReMe client and memory integrations for TypeScript agents 0.1.0-rc.8 (2026-08-25)
memsearch 2649 zilliztech/memsearch MemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel. 0.1.0-rc.8 (2026-08-24)
memmy-agent 1976 MemTensor/memmy-agent Local-first agent memory substrate with desktop and CLI surfaces. 0.1.1-rc.2 (2026-09-09)
dsh-infinite-gen-4 1964 Minglink/dsh-infinite-gen-4 DeepSeek-V4.1 / V4 Flash 网络安全红队工具(无限四代)v0.4.0:双层协同注入内核 + 零工具面纯净直出,融合通用内核与强化镜像车道、profile 元数据工具、实时会话投影与客户端状态条。 0.1.1-rc.2 (2026-09-18)
DSH-Desktop-EAC 1761 zouyuxuan122/DSH-Desktop-EAC AI 变更审核(DSH Desktop 配套插件):监控会话的文件更改投影(fileChanges),手动或自动向当前对话发送审核请求,让 AI 复查自己刚做的改动(正确性 / 安全性 / 目标一致性),配合「文件」页的一键还原使用 0.1.1-rc.2 (2026-09-01)
DSH-Desktop-EAC-dsheac 1761 DSH-EAC/DSH-Desktop-EAC AI 变更审核(DSH Desktop 配套插件):监控会话的文件更改投影(fileChanges),手动或自动向当前对话发送审核请求,让 AI 复查自己刚做的改动(正确性 / 安全性 / 目标一致性),配合「文件」页的一键还原使用 0.1.1-rc.2 (2026-09-18)
dsh-context 1507 bowenliang123/dsh-context · npm Context insight panel — a Context tab in the dsh web UI showing what the model's context window is made of and how it evolves. 0.1.0-rc.8 (2026-08-20)
mem9 1218 mem9-ai/mem9 Mem9 persistent memory for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
MindMemOS 991 mindscale-noah/MindMemOS · npm DeepSeek Harness (dsh) plugin that recalls and writes MindMemOS memories through the mindmemos CLI. 0.1.1-rc.2 (2026-09-04)
deja-vu 931 vshulcz/deja-vu Brings the session history of nineteen other coding agents into DeepSeek Harness: recall, session digest and per-file history tools over a local index, plus optional automatic recall before each step. 0.1.0-rc.8 (2026-08-24)
sandbase-harness 651 sandbaseai/sandbase-harness Local-first, self-hosted AI agent runtime with Claude Managed Agents-style APIs, sandboxed sessions, memory, tools, audit, replay, and a local Console. 0.1.0-rc.8 (2026-08-20)
graph-memory 628 adoresever/graph-memory Knowledge graph memory for DeepSeek Harness and OpenClaw — cross-session recall, PageRank, communities, and vector search 0.1.0-rc.8 (2026-08-20)
ccteam 622 firstintent/ccteam ccteam inside the DeepSeek Harness: the workbench in DSH web (cross-harness session tree, native-grade chat, one-click spawn), the six ccteam MCP tools for DSH agents, and the ACP transport ccteam 0.1.1-rc.2 (2026-09-09)
deepseek-harness-desktop-app 588 vibeinging/dsh-desktop Session-scoped DeepSeek Harness Desktop App capabilities for the current DSH Web profile unverified
thoughtdag 475 chenxiachan/thoughtdag ThoughtDAG for DeepSeek Harness: turn the current DSH session into an editable thought graph on an infinite canvas. 0.1.1-rc.2 (2026-09-09)
dsh-mnemon ⭐ 400 omdsh-dev/dsh-mnemon · npm Local-first three-tier memory for dsh: runtime memory, searchable documents, and supervised memory spaces. 0.1.0-rc.8 (2026-08-20)
dsh-dafeiyu 342 QCYTSN/dsh-dafeiyu · npm A desktop-native BigFish companion driven by DeepSeek Harness session events. 0.1.0-rc.8 (2026-08-20)
dsh-memory-evolve 328 csyangwen/dsh-memory-evolve 为 DeepSeek Harness 带来分层记忆(全局 / 用户 / 项目 / GIT 分支 / 每日)与自我进化(经验沉淀 + 技能自动创建)和技能管理、待办管理、CLI 调度(kimi/codex/grok/hermes 等外部 AI 统一调度)、临时信息便签,带 WebUI 管理界面。Hermes-style long-term memory, self-evolution 0.1.0-rc.8 (2026-08-20)
dsh-memory 243 FuRongJun-1999/dsh-memory · npm 灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进记忆库 0.1.0-rc.8 (2026-08-20)
dsh-auto-review 197 PerryLink/dsh-auto-review · npm Second-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log 0.1.0-rc.8 (2026-08-20)
dsh-damage-pulse 197 wssfk12138/dsh-damage-pulse Token 用量与金额面板:对话流内单次用量行 + 输入区会话累计条,读自 tokenCost session projection 0.1.0-rc.8 (2026-08-20)

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

Models & providers

Providers, routing, fallbacks, subscription adapters.

Name Repo ★ Repo Description Verified against
dsh-routing-suite-yjh05110 7208 yjh051108/dsh-routing-suite dsh-routing-suite 分发入口:DSH 超级模组注入器(BepInEx 式运行时注入,免重启)+ router-standard 预设仓库。插件入口为 injector/,预设位于 preset/。 0.1.1-rc.2 (2026-09-18)
dsh-purge 2015 YuJunZhiXue/dsh-purge DeepSeek Harness 破甲:所有模型都可破甲,不同模型可换不同提示词;默认提示词面向国模「小码酱」。Jailbreak for every model. 求 Star 0.1.1-rc.2 (2026-09-02)
api-relay-audit 856 toby-bridges/api-relay-audit DeepSeek Harness bundle for running API Relay Audit locally 0.1.0-rc.8 (2026-08-20)
dsh-image-gen-shanliul 455 shanliuling/dsh-image-gen · npm Bring ChatGPT-like image generation to DeepSeek Harness — Gemini, OpenAI, Seedream & more. 0.1.0-rc.8 (2026-08-20)
dsh-commandcode-provider-mars-sea 318 Mars-Sea/dsh-commandcode-provider · npm DeepSeek Harness LLM provider plugin for Command Code, ported from pi-commandcode-provider (MIT). Registers the 'commandcode' provider route with a Models-page card and live model catalog. 0.1.0-rc.8 (2026-08-20)
marketingdashboard 174 theBigGavin/marketingdashboard 面向金融与产业研究的一屏式实时行情大屏:A股/港股/美股指数、大宗商品、美债收益率、板块热点、主力资金流、7×24 快讯、产业链自选股、AI 大模型 Token 追踪。A real-time market research cockpit on a single screen: CN/HK/US indices, commodities, treasury yields, sector hotsp 0.1.1-rc.2 (2026-09-01)
opencode2dsh 87 FishBottle7/opencode2dsh Free OpenCode Zen models for DeepSeek Harness (DSH): native dsh-llm adapter plugin, no API key. 0.1.1-rc.2 (2026-09-01)
dsh-agy-link 81 amlyczz/dsh-agy-link · npm Google Antigravity (agy CLI) models for DeepSeek Harness — stream Gemini/Claude/GPT-OSS subscriptions into DSH with thinking, tool activity, token usage and in-GUI Google OAuth login. 0.1.0-rc.8 (2026-08-20)
dockyard-dsh 80 AITabby/dockyard-dsh A macOS-only native account-pool and provider plugin for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
rapid-mlx-dsh-provider 70 raullenchai/rapid-mlx-dsh-provider · npm Native Rapid-MLX provider for DeepSeek Harness — teaches DSH what the local server already knows. 0.1.0-rc.8 (2026-08-20)
dsh-claude-ux 69 eri64/dsh-claude-ux Claude-style region risk-control (China / non-China target, reversible) + abusive-interaction auto-end for DeepSeek Harness web profile 0.1.0-rc.8 (2026-08-20)
dsh-codex 64 Yan-Zero/dsh-codex · npm Use a ChatGPT subscription in DeepSeek Harness through OpenAI Codex sign-in, with Codex models, search, and image tools. 0.1.0-rc.8 (2026-08-20)
dsh-llm-codebuddy-axiaohungry 47 Axiaohungry/dsh-llm-codebuddy · npm WorkBuddy API adapter so DeepSeek Harness can call CodeBuddy models. 0.1.0-rc.8 (2026-08-20)
dsh-llm-workbuddy-axiaohun 47 Axiaohungry/dsh-llm-workbuddy 通过 WorkBuddy API Key 或 WorkBuddy 登录令牌为 DeepSeek Harness 接入 WorkBuddy 模型 0.1.1-rc.2 (2026-09-04)
dsh-agy 44 chaos-03x/dsh-agy · npm Google Antigravity (agy) OAuth auth + model access plugin for DeepSeek Harness: multi-account pool, 429 rotation, device fingerprinting, CLI and web login. 0.1.0-rc.8 (2026-08-20)
dsh-full-remote 44 JUANWANG-BUAA/dsh-full-remote · npm DeepSeek Harness plugin for remote access: a token-gated reverse proxy keeps settings, credentials, and file access working over public tunnels and on other devices instead of returning 403. 0.1.0-rc.8 (2026-08-20)
dsh-knowledge-sorenabt 42 Soren-ABT/dsh-knowledge · npm Cherry Studio-style knowledge base system for DeepSeek Harness (DSH): bases, documents, chunking, embeddings (OpenAI-compatible / Ollama / local / lexical fallback), retrieval, model-facing tools 0.1.0-rc.8 (2026-08-20)
deepseek-harness-model-config 40 MarvekG/deepseek-harness-model-config Advanced per-model reasoning and capacity settings for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-data-quality 36 PerryLink/dsh-data-quality Deterministic data profiling, cleaning, and verification for DeepSeek Harness: a ctx.dataQuality capability seam (Service Definition / local Provider / tool Consumers) with data_profile, data_clean 0.1.0-rc.8 (2026-08-20)
dsh-computer-use-988hj7tc 35 988hj7tczd-oss/dsh-computer-use Computer Use 插件:虚拟鼠标真人操作(screen_observe + computer_click 等 11 个模型友好工具,跨平台 cua-driver 引擎) 0.1.0-rc.8 (2026-08-20)
dsh-design-mode 33 KaichenCurry/dsh-design-mode Agentic image Design Mode for DeepSeek Harness: infinite canvas, ask_user clarification, image tools, comments, and provider routing. 0.1.0-rc.8 (2026-08-25)
dsh-thinking-effort 33 hytime/dsh-thinking-effort · npm DSH 第三方模型思考强度档位插件:默认档位自动补齐(宿主)+ 设置页自定义档位编辑器(客户端) 0.1.0-rc.8 (2026-08-20)
dsh-better-reasoning-effort 30 HaoyueQin/dsh-better-reasoning-effort · npm Third-party provider reasoning-effort for DeepSeek Harness: thinking levels declared per model, auto-adapted from a model knowledge base + wire-protocol inference, edited right inside the official 0.1.0-rc.8 (2026-08-20)
dsh-claude-provider 30 MoFeng2223/dsh-claude-provider · npm Custom Claude provider support for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-vision-williamj 30 william-jin-cmu/dsh-vision 给纯文本的 DeepSeek 加上眼睛:view_image 工具经任意 OpenAI 兼容 VLM 端点回答关于图片的问题(默认智谱免费 glm-4.6v-flash 零成本开箱,可换通义 qwen3-vl / Ollama 本地 / 未来 DeepSeek 官方识图 API) 0.1.0-rc.8 (2026-08-20)

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

Interop & migration

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

Name Repo ★ Repo Description Verified against
dsh-hooks-claude-code (official) 234298 deepseek-ai/deepseek-harness · npm Bridge plugin: runs an existing Claude Code hooks.json on the harness interception seams (command hooks only; http, mcp_tool, prompt, and agent hooks are skipped with a warning) 0.1.0-rc.5 (2026-08-13)
dsh-hooks-codex (official) 234298 deepseek-ai/deepseek-harness · npm Bridge plugin: runs a Codex hooks.json on the harness interception seams (regex-only matchers, snake_case payloads, only blocking decisions honored) 0.1.0-rc.5 (2026-08-13)
petdex 4152 crafter-station/petdex A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more. 0.1.0-rc.8 (2026-08-20)
flowix 430 text2future/flowix Codex app-server-shaped protocol adapter for DeepSeek Harness 0.1.1-rc.2 (2026-09-09)
dsh-plugin-subscriptions 378 V1ki/dsh-plugin-subscriptions · npm Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers, with OAuth login from the web Settings page 0.1.0-rc.8 (2026-08-20)
pi2dsh 204 weijiafu14/pi2dsh · npm Bridge the Pi and DeepSeek Harness ecosystems: a general Pi Host ABI that runs unmodified Pi extensions as native DSH plugins, plus per-package conversion and MCP config translation. 0.1.0-rc.8 (2026-08-20)
dsh-chat-import 196 Nwflower/dsh-chat-import · npm Import Claude Code / Codex / ChatGPT / Cursor / Gemini / Reasonix / Pi Coding Agent / opencode / ZCode / Grok Build / OpenClaw / Hermes conversation histories as resumable DeepSeek Harness sessions 0.1.0-rc.8 (2026-08-20)
dsh-reasoning-effort 153 HanaAyane/dsh-reasoning-effort Codex-style DeepSeek Harness model and reasoning selector with off/high/max snapping, DSH-native themes, and left-clipped radiation effects. 0.1.0-rc.8 (2026-08-20)
dsh-crew 151 ZSeven-W/dsh-crew · npm DeepSeek Harness plugin: dispatch work to DSH agents from Claude Code / Codex, as native subagents with live progress 0.1.0-rc.8 (2026-08-20)
dsh-codex-connect 118 franksong2702/dsh-codex-connect · npm ChatGPT OAuth and Codex models for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-codex-ui 92 MichengAI/dsh-codex-ui · npm 以 Codex 风格重构 DSH Web 侧栏的独立客户端插件 0.1.0-rc.8 (2026-08-20)
dsh-multica-runtime 66 multica-ai/dsh-multica-runtime Private DeepSeek Harness runtime bridge for Multica 0.1.0-rc.8 (2026-08-20)
AgentDebugX 60 AgentDebugX/AgentDebugX DeepSeek Harness plugin bridge for AgentDebugX diagnostics 0.1.1-rc.2 (2026-08-26)
dsh-plugins-ephemera 48 Ephemeral-AI-Lab/dsh-plugins Exclusive Codex-style exec_command and write_stdin shell tools for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
runtime36 39 398894496-arch/runtime36 DSH-KRouter — Agent knowledge OS. Self-evolution. Timer on by default; your vault-page API key or logged-in CLI is the key. Cursor, Codex, Claude Code, DeepSeek Harness. No vector store. 0.1.0-rc.8 (2026-08-24)
dsh-timeline-houyanch 38 houyanchao/dsh-timeline · npm DeepSeek Harness (DSH) plugin: timeline navigation, starred folders, conversation export, prompt library, and quick notes in one. 0.1.0-rc.8 (2026-08-20)
deepseek-harness-acp 34 openma-ai/deepseek-harness-acp · npm Agent Client Protocol (ACP) adapter for DeepSeek Harness — use DeepSeek Harness from ACP clients such as Zed. 0.1.0-rc.8 (2026-08-20)
dsh-opencode-palette 34 FeatherHunter/dsh-opencode-palette 让 DeepSeek Harness 穿上 34 款经典皮肤——东京的霓虹夜色、德古拉的暗红月光、复古工坊的暖黄灯火、黑客帝国的数字雨、玫瑰松林间的风……一键换肤,即点即换,重启不丢。34 legendary skins for DeepSeek Harness — tokyonight's neon dusk, dracula's crimson moon, gruvbox's retro 0.1.0-rc.8 (2026-08-20)
dsh-better-deepseek 33 EdgeTypE/dsh-better-deepseek DeepSeek Harness bridge plugin for Better-DeepSeek Chrome extension integration 0.1.0-rc.8 (2026-08-20)
DSHBox 29 Nexus-Aethra/DSHBox Manage DeepSeek Harness locally: run multiple DSH versions in isolated containers, open the UI in an embedded WebView, import plugins/skills with one click, share extension bundles, and let a queued t 0.1.1-rc.2 (2026-09-09)
dsh-codex-sync 26 Walvez/dsh-codex-sync · npm One-stop bidirectional sync between OpenAI Codex and DeepSeek Harness (dsh): first-class skills, session import, workspace attach, MCP client mounting, and a Codex-side reverse MCP installer. 0.1.0-rc.8 (2026-08-20)
dsh-memory-hr98w 26 hr98w/dsh-memory Claude Code- and Codex-inspired long-term memory for DeepSeek Harness 0.1.1-rc.2 (2026-09-02)
deepseek-harness-gpt-desktop 22 R3hb/deepseek-harness-gpt-desktop DeepSeek Harness LLM adapter backed by the official Codex SDK and ChatGPT sign-in. 0.1.1-rc.2 (2026-09-04)
write-chinese-long-screenplay 22 mudden2380078550-creator/write-chinese-long-screenplay 中文电影与剧集长剧本写作 skill(SKILL.md)——双输入板块 + 因果—价值内核,保证长篇幅连续性与人物声音;兼容 Codex / Claude Code / DeepSeek Harness (dsh) / zcode 0.1.0-rc.8 (2026-08-20)
dsh-browser-control-caob23 19 caob23/dsh-browser-control Local WebSocket bridge between dsh and the DSH Browser Control browser extension, with model-facing browser_* tools and a Settings-managed on/off switch 0.1.0-rc.8 (2026-08-24)

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

Channels & remote

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

Name Repo ★ Repo Description Verified against
qq-bridge 405 Derpyu520/qq-bridge Bridge between SnowLuma (OneBot v11 / QQ) and DeepSeek Harness Web API: QQ messages become DSH agent prompts, agent replies go back to QQ. Targets the DSH Cookie-auth / slash-RPC / remote.mux 0.1.1-rc.2 (2026-09-18)
deepseek-harness-remote 213 liguobao/deepseek-harness-remote Secure remote control for DeepSeek Harness: paired clients view sessions, continue chats, and handle approvals while the harness stays on the host. 0.1.0-rc.8 (2026-08-20)
dsh-bridge-wenbinwb 173 wenbin-wb/dsh-bridge · npm 手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与微信 Bot(多工作区/会话持久化/媒体/审批),无需自己搭公网服务器。 0.1.0-rc.8 (2026-08-20)
dsh-qqbot 107 tencent-connect/dsh-qqbot · npm QQ Bot IM channel plugin for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-lark 56 omdsh-dev/dsh-lark · npm Lark/Feishu IM bot channel: chats drive agents, replies and approvals come back as messages and cards. 0.1.0-rc.8 (2026-08-20)
dsh-notifier-thewolfw 51 THEWOLFWALKER/dsh-notifier · npm DSH 统一通知推送插件:一个 notify() API 打天下 + 多渠道 adapter(telegram/dingtalk/feishu/wxpusher/pushplus/serverchan/bark/webhook),两条触发线(session/event 自动推送 + agent 工具调用)共用 adapter 注册表。零运行时依赖(只用 fetch + node:crypto)。 0.1.0-rc.8 (2026-08-20)
ax-feishu-bridge 48 AX1202/ax-feishu-bridge · npm Feishu/Lark bridge for coding agents — chat with Pi or DeepSeek Harness from Feishu or Lark 0.1.0-rc.8 (2026-08-20)
dsh-im-gateway-zhuiyuey 47 zhuiyueya/dsh-im-gateway 聚合 IM 网关插件(DeepSeek Harness):把 dsh agent 接入 Telegram / Discord / Slack / 飞书 / 微信 / QQ / WhatsApp / Signal / Teams / LINE / Matrix / Mattermost / Google Chat / IRC / Twitch / Nostr / Nextcloud Talk / 0.1.0-rc.8 (2026-08-20)
dsh-lark-bot 40 PlutoKeating/dsh-lark-bot · npm Bridge DeepSeek Harness into Feishu/Lark with streaming cards, project workspaces, approvals, and scheduling. 0.1.0-rc.8 (2026-08-20)
dsh-lark-link 39 amlyczz/dsh-lark-link High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, multi-mode agents, card-based commands, zero-loss outbox, media in/out, session logs, reusable DSH Web GUI 0.1.0-rc.8 (2026-08-20)
dsh-lark-bridge-bihangch 33 bihangchi9-creator/dsh-lark-bridge A DeepSeek Harness (dsh) plugin that bridges dsh agents to Feishu/Lark group chats — one group, one project directory. 0.1.0-rc.8 (2026-08-20)
dsh-feishu-pgzxb 31 PGZXB/dsh-feishu The Feishu UI for DeepSeek Harness (dsh) — a dsh-native plugin: live streaming cards, in-card questions & approvals, one-QR setup. 0.1.0-rc.8 (2026-08-20)
dsh-lark-sugarfor 27 sugarforever/dsh-lark · npm Feishu/Lark WebSocket channel plugin for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-im-connect 18 MichengAI/dsh-im-connect · npm DeepSeek Harness IM 助理:把本机 agent 接到微信、企微、钉钉、飞书、QQ、Telegram,会话与网页任务分列。 0.1.0-rc.8 (2026-08-20)
dsh-awiki 17 AgentConnect/dsh-awiki · npm AWiki identity and messaging plugin for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-dingtalk-dingtalk 17 DingTalk-Real-AI/dsh-dingtalk · npm Official DingTalk connector for DeepSeek Harness 0.1.0-rc.8 (2026-08-21)
dsh-email 15 STARDUSTLC666/dsh-email · npm IMAP/SMTP email tools for DeepSeek Harness: list, read, search and send mail, with QQ/163/126/Sina/Aliyun/Gmail/Outlook/iCloud presets. 0.1.0-rc.8 (2026-08-20)
dsh-qq-bridge-tomoyona 13 TomoyoNatsume/dsh-qq-bridge A pluggable DSH host plugin that connects QQ (NapCat/OneBot) and forwards messages to DSH agents / local capabilities. 0.1.1-rc.2 (2026-09-09)
dsh-telegram-channel 11 hi-wenw/dsh-telegram-channel DeepSeek Harness Telegram mobile remote: workspace→session picker (Web-aligned), /model switch, same trajectory — dsh-plugin 0.1.0-rc.8 (2026-08-20)
dsh-im-bridge-biboyang 10 BiBoyang/dsh-im-bridge DSH 微信桥插件:turn/approval 推送到微信,微信远程监控/批准/驱动 agent(iLink 通道,持久去重/分段/合并/白名单) 0.1.0-rc.8 (2026-08-20)
dsh-web-remote 10 godchen520/dsh-web-remote DSH 手机/外网远程访问插件:Cloudflare Quick Tunnel 公网隧道 + token 鉴权代理 + gzip 压缩 + 局域网 HTTP/HTTPS 直连 + 常驻手机图标面板 + QQ 机器人取链接。 0.1.0-rc.8 (2026-08-20)
dsh-wechat 10 pan17/dsh-wechat Bridge WeChat (iLink bot) to DeepSeek Harness (DSH) 0.1.0-rc.8 (2026-08-20)
dsh-feishu 9 xmanrui/dsh-feishu DeepSeek Harness plugin for multi-bot Feishu setup and streaming chat 0.1.0-rc.8 (2026-08-20)
dsh-wechat-notify 9 wssfk12138/dsh-wechat-notify DeepSeek Harness (dsh) plugin that registers a wechat_notify tool so agents can send WeChat notifications through a local ClawBot channel. 0.1.1-rc.2 (2026-09-04)
dsh-promotion-toolkit 8 lhmd/dsh-promotion-toolkit DeepSeek Harness-native publicity toolkit: turn any long-form source into a source-grounded, platform-native promotion matrix. 0.1.0-rc.8 (2026-08-20)

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

Notifications

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

Name Repo ★ Repo Description Verified against
dsh-notification 83 omdsh-dev/dsh-notification Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules 0.1.0-rc.8 (2026-08-20)
dsh-personal-workbench 30 Dely0/dsh-personal-workbench DSH 个人工作台:日历 + 层级任务 + AI 澄清/拆解/执行/复盘 + AI 智能排序/日报周报 + 桌面提醒 0.1.0-rc.8 (2026-08-20)
dsh-web-ui-notify 29 bill9109/dsh-web-ui-notify Desktop notifications for approvals, questions, and turn completion so you can leave the dsh tab. 0.1.0-rc.8 (2026-08-20)
dsh-update-checker-airmetro 17 Airmetro/dsh-update-checker · npm Auto-check DeepSeek Harness for new releases and notify the user in the Web GUI with a locale-aware banner. 0.1.0-rc.8 (2026-08-20)
dsh-prompt-library 11 master1Sun/dsh-prompt-library DSH 提示词库插件:提供提示词库管理(增删改查、分类标签、导入导出、AI 智能优化、选择文本一键剪藏)、侧边栏与词库助手气泡提醒等能力。 0.1.0-rc.8 (2026-08-24)
dsh-notification-center 10 610la/dsh-notification-center 通知中心:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效,每类事件独立配置(音效/文件/URL/音量/开关)。 0.1.0-rc.8 (2026-08-20)
dsh-clawbot-cryjkd 9 cryjkd/dsh-clawbot 微信官方 ilink 机器人网关绑定+通知+监听(ClawBot):扫码绑定、微信在线/断线状态、自动通知开关、批准/选择提醒、微信消息监听并自动处理 0.1.1-rc.2 (2026-09-04)
dsh-ding 9 CAOGGL/dsh-ding Play a sound and show a Windows toast when a DeepSeek Harness turn finishes, with a Web UI bell control. 0.1.0-rc.8 (2026-08-20)
dsh-zen-remote 9 KyoMio/dsh-zen-remote · npm 把 DeepSeek Harness 变成手机 App:移动端界面重排(两级页面栈、会话列表主屏、composer 重排、手势、附件上传)+ 配对码认证网关 + PWA 安装 + 真 Web Push。Complete mobile plugin for DeepSeek Harness (DSH): app-shell mobile UI, pairing-code gateway for 0.1.0-rc.8 (2026-08-20)
dsh-alert-sound 7 Machine-126/dsh-alert-sound DSH web GUI notification alerts: distinct synthesized tones or a spoken voice (zh/en) for 'needs approval', 'needs answer', 'output complete' and 'error', with per-type sound, enable, volume, repeat 0.1.0-rc.8 (2026-08-25)
dsh-grafana 7 guhanfei-ai/dsh-grafana · npm Grafana dashboard editor for DeepSeek Harness: paste a dashboard URL, edit JSON via conversation, push back via HTTP API 0.1.0-rc.8 (2026-08-20)
dsh-messager 7 ly6170/dsh-messager DeepSeek Harness 通知插件:会话交互/任务完成/出错时通过系统通知、浏览器通知、飞书机器人(webhook)推送提醒 0.1.0-rc.8 (2026-08-20)
dsh-notify-windows 7 SeverusZh/dsh-notify-windows DeepSeek Harness (DSH) 插件:任务完成 / 等待审批 / 等待回答时发送 Windows 系统桌面通知 0.1.1-rc.2 (2026-09-09)
dsh-plugin-call-me 7 radres/dsh-plugin-call-me Your DeepSeek Harness agent rings your phone: it asks out loud, you answer out loud, and what you said steers the run. 0.1.0-rc.8 (2026-08-20)
dsh-complete-notify 6 kaixinbaba/dsh-complete-notify · npm 任务完成时播放提示音并弹出小通知(页面内 toast + 后台时系统通知),按结果状态着色(完成/阻塞等待反馈/中断/失败),附带一句话小结(recap)与运行统计(时长/tokens/步骤)。纯浏览器方案,零系统依赖,跨 Windows/macOS/Linux。 0.1.0-rc.8 (2026-08-20)
dsh-lark-meeting-notifier 6 yeruizhi/dsh-lark-meeting-notifier Feishu meeting reminder dock: flash when it is time to leave the agent and join a human meeting. 0.1.0-rc.8 (2026-08-20)
dsh-notify-center 6 SingleOne/dsh-notify-center Unified native desktop and webhook notifications for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-perlica-ding 6 117BS/dsh-perlica-ding 佩丽卡终端 (Perlica Terminal):明日方舟终末地佩丽卡主题的分级任务提示音插件。计划出方案、任务完成、需要你回应、出错时播放不同提示音,普通问答静音。Perlica-themed tiered sound notifications for DeepSeek Harness: plan ready, task done, needs your input, error tones. 0.1.0-rc.8 (2026-08-20)
dsh-task-notify-linxin 6 ltao0829/dsh-task-notify · npm Task-completion reminder for DeepSeek Harness: in-page toast, OS notification, and sound when an agent turn or background job finishes 0.1.0-rc.8 (2026-08-20)
chicheng-quickinput 5 534119219/chicheng-quickinput DSH 便捷输入保险箱插件:在发送按钮左侧提供灰色快捷按钮,展开密码保护的资料面板(密钥/服务器/地址/手机号/网址),自动识别会话中的敏感信息并提醒收录,支持分类/标签/私密记录/WebDAV 备份,点击即填入输入框,Ctrl+点击直接发送。 0.1.0-rc.8 (2026-08-20)
dsh-plugin-notify-pasumao 5 Pasumao/dsh-plugin-notify · npm DeepSeek Harness (dsh) Windows notification plugin: a native toast when the agent stops running (finished / aborted / error / waiting for your choice / session closed), plus a system-tray icon. Pure h 0.1.0-rc.8 (2026-08-20)
dsh-web-ui-notify-omdsh 5 omdsh-dev/dsh-web-ui-notify Desktop notifications for DeepSeek Harness approvals, questions, and turn completion — so neither DSH nor you end up waiting while you browse another tab. 0.1.0-rc.8 (2026-08-20)
dsh-bell-notify 4 Laplace-bit/dsh-bell-notify · npm DeepSeek Harness (dsh) plugin: lifecycle bells & status. dsh Agent 生命周期铃声与状态插件(零音频文件,Web Audio 合成)。 0.1.0-rc.8 (2026-08-20)
dsh-git-remotes 4 yq04/dsh-git-remotes DSH web plugin: better-sidebar Git Remotes tab for fetch / ff-only pull / confirmed push. Does not replace the built-in Git stage/commit tab. 0.1.0-rc.8 (2026-08-20)
dsh-notify-on-complete 4 pitetow/dsh-notify-on-complete Desktop notifications for DeepSeek Harness (dsh): get a system notification when a run completes, the model asks a question, or waits for approval. Zero-dependency Cordis plugin. 0.1.0-rc.8 (2026-08-20)

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

Usage & cost

Token accounting, billing, balance, quota.

Name Repo ★ Repo Description Verified against
DeepSeek-Balance-Whale-Widget 3030 MeteorNOX/DeepSeek-Balance-Whale-Widget DSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件(含今日已用、峰谷定价、随机台词、音效与每轮消耗统计) 0.1.1-rc.2 (2026-09-09)
treg 2683 superdesigndev/treg OpenRouter for tools - 2,600 agent-friendly tools, pay for the usage, not subscription 0.1.0-rc.8 (2026-08-20)
anolisa 652 alibaba/anolisa ANOLISA (Agentic Nexus Operating Layer & Interface System Architecture) | Agentic OS with runtime, security, observability, and Tokenless response compression for lower token usage and cost. unverified
dsh-redteam-model 595 SeaOf0/dsh-redteam-model DSH hunter plugin: FOFA / Hunter(qianxin) / Quake(360) aggregated asset search with unified DSL → per-platform syntax conversion, quota-aware pagination/export, API-key settings panel, and the 0.1.0-rc.8 (2026-08-20)
dsh-cost-meter-han14131 333 Han-1413141/dsh-cost-meter · npm DeepSeek Harness 会话费用统计插件:本会话成本、当日费用、历史记录与官方价格同步,界面中英双语。Session cost tracking plugin for DeepSeek Harness: per-conversation cost, daily totals, history and official price sync, with a bilingual 0.1.0-rc.8 (2026-08-20)
dsh-tokenledger 201 zh667/TokenLedger · npm Token usage accounting for DeepSeek Harness, reconciled against New API and Sub2API relay-site billing 0.1.0-rc.8 (2026-08-20)
dsh-usage-stats-ychris 160 Ychris12138/dsh-usage-stats · npm Token usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI. 0.1.0-rc.8 (2026-08-20)
dsh-usage 107 Aisland-SJL/dsh-usage Persistent balance badge and token usage panel for the dsh web GUI 0.1.0-rc.8 (2026-08-20)
dsh-AuthInOne 104 Stormycry-cryp/dsh-AuthInOne OpenAI Codex, Kimi Code, and compatibility Provider login, API/custom providers, model switching, token usage analytics, and cost tracking for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-green-meter 97 dclichang2022/dsh-green-meter Energy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost. 0.1.1-rc.2 (2026-09-04)
dsh-codex-subscription 93 WSL043/dsh-codex-subscription · npm Native ChatGPT and Codex subscription route with quota for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
deepseek-harness-control-center 73 feibi-mochi/deepseek-harness-control-center · npm Local-first account monitoring, usage accounting, official recharge, completion reminders, flexible layout, and host-gated session controls for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-balance-plugin-francisx 63 yxxbc/dsh-balance-plugin DeepSeek 余额监控与用量统计(DSH 插件):余额监控 · 官方充值入口 · Miyu 风格用量统计 · 三方插件管理 0.1.0-rc.8 (2026-08-20)
dsh-ui-usage-billing 58 kenz1117/dsh-ui-usage-billing · npm Usage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs. 0.1.0-rc.8 (2026-08-20)
dsh-bottom-info-bar 39 songoao25/dsh-bottom-info-bar · npm DeepSeek Harness 底部信息栏插件:替换对话输入框下方的原生统计栏,显示服务商/具体模型、真实余额、高峰(琥珀)/空闲(绿)价与倒计时、本对话·今日·近一月·全部花费。安装一次,每次打开 DSH 自动生效。 0.1.0-rc.8 (2026-08-20)
dsh-usage-plugin 35 feiyang-dev/dsh-usage-plugin · npm DeepSeek Harness usage & cost tracker plugin: per-call token/cache-hit stats, peak/off-peak billing, DeepSeek balance query, CSV/JSON/PNG export with custom destination, and persistent local storage. 0.1.0-rc.8 (2026-08-20)
NixKits 27 Kihara777/NixKits API 用量余额插件 for the DeepSeek Harness — 在 webui 原有用量显示旁添加「用量 / 开销」标签切换,切换为「开销」后展示当前 API KEY 的用量信息、账户花费与余额(DeepSeek /user/balance) 0.1.1-rc.2 (2026-09-04)
dsh-balance 26 crazywoola/dsh-balance · npm Shows API balances and available models in DeepSeek Harness Settings. 0.1.0-rc.8 (2026-08-20)
dsh-usage-stats-make0209 26 Make0209/dsh-usage-stats Usage stats for DeepSeek Harness: heatmap, token and cache-hit board, balance, and workspace aliases. 0.1.0-rc.8 (2026-08-20)
dsh-whale-balance 25 enchangcui340-cloud/dsh-whale-balance DeepSeek Harness 原生插件:页面右下角的小鲸鱼余额提醒挂件 0.1.0-rc.8 (2026-08-20)
dsh-connect-trae 23 dingminhua/dsh-connect-trae Connect locally signed-in Trae models to DeepSeek Harness, plus a read-only usage/credits summary. 0.1.1-rc.2 (2026-09-01)
dsh-opencode-zen 23 xiaozhe7772222/dsh-opencode-zen OpenCode Zen free-tier models for DeepSeek Harness: zero-config public-key provider with quota-aware pacing. 0.1.0-rc.8 (2026-08-20)
DeepSeek-Balance-Whale-Widget-Bowl 18 Witherwithwinter/DeepSeek-Balance-Whale-Widget-Bowl DSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件 · 铁盆鲸鱼娘版(含默认/顶碗/拿碗三套形象切换、钢管音效、今日已用、峰谷定价、随机台词与每轮消耗统计)。基于 MeteorNOX/DeepSeek-Balance-Whale-Widget 修改。 0.1.1-rc.2 (2026-09-01)
dsh-balance-meter 18 Ghost011118/dsh-balance-meter DeepSeek account balance and usage readout for the dsh web GUI: queries the official Get User Balance endpoint and shows current remaining balance and spend on the page. 0.1.0-rc.8 (2026-08-20)
dsh-deepseek-usage-panel 18 WeiyangPro/dsh-deepseek-usage-panel Floating macOS-glass DeepSeek usage panel for the DSH web UI: live official balance + token usage (today, session, 24 h smooth trend, per model) without opening platform.deepseek.com/usage. · DSH 0.1.1-rc.2 (2026-09-09)

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

Observability & evidence

Diagnostics, logs, audits, content-addressed proofs.

Name Repo ★ Repo Description Verified against
dsh-research-report 156 PerryLink/dsh-research-report · npm Verifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim ↔ snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a 0.1.0-rc.8 (2026-08-20)
dsh-status-rotator 88 01Virex/dsh-status-rotator · npm Rotates the DSH chat turn-status label ("Deep diving...") through user-defined phrases every few seconds. 0.1.0-rc.8 (2026-08-20)
PrismFlowAgent 88 justlovemaki/PrismFlowAgent Native PrismFlow plugins and one-stop dashboard for DeepSeek Harness 0.1.1-rc.2 (2026-09-04)
dsh-whale-report 31 SenmuuuuW/dsh-whale-report 鲸鱼记事本 — 你的 Agent 年度/月度/周度/日报:从会话事件日志生成数据新闻官式报告,任意区间、定时生成。 0.1.0-rc.8 (2026-08-20)
dsh-harbor 24 ZSeven-W/dsh-harbor A read-only mirror for installed DeepSeek Harness plugins: capability inventory with evidence, cross-plugin conflicts, and a diff of what changed since the last scan 0.1.0-rc.8 (2026-08-25)
oh-my-knowledge 23 lizhiyao/oh-my-knowledge OMK — Observe. Measure. Know. Evidence-backed knowledge changes for AI applications. 0.1.0-rc.8 (2026-08-25)
dsh-security-audit 14 omdsh-dev/dsh-security-audit Read-only local security audit: config, credential metadata, plugin provenance, sessions, and network exposure. 0.1.0-rc.8 (2026-08-20)
dshx-liyown 14 liyown/dshx Build and debug DeepSeek Harness Host and Client plugins. 0.1.1-rc.2 (2026-09-04)
OmniOps 12 luxiu666/OmniOps MySQL 慢查询诊断 bundle:skill(mysql-slow-query-analysis)+ mcp-client(stdio 自动拉起 mysql-diag-mcp) 0.1.1-rc.2 (2026-08-28)
upstream-radar 12 MicroMilo/upstream-radar · npm Always-on vulnerability and breaking-change impact monitoring for DeepSeek Harness plugins. 0.1.0-rc.8 (2026-08-20)
dsh-a2a-ryubyte 10 ryubyte/dsh-a2a · npm Agent2Agent (A2A) protocol v1.0 plugin for DeepSeek Harness (DSH): outbound client (remote AgentCard skills as ctx.tools), inbound server (A2A JSON-RPC + AgentCard endpoint), and a settings dashboard 0.1.0-rc.8 (2026-08-20)
dsh-anchored-monitor 10 Aik358/dsh-anchored-monitor · npm DSH 实时思维链锚定监控插件: we/let's/let me 指纹波段检测(spec/mixed/react) + L1温和引导/L2强制重置/L3会话重启分级干预; 左侧栏入口 + 液体毛玻璃浮层 + 变阻器式思考强度条; 独立监控进程 + JSONL 实验日志 + 离线回放/参数校准; 变阻器条可选严肃/「滑动变祖器」梗双皮肤。 0.1.0-rc.8 (2026-08-20)
dsh-mall 9 hoyyang/dsh-mall 全网最强 DeepSeek Harness 插件商场:全量收录 GitHub #dsh-plugin 生态插件,五维实用评分雷达图,智能搜索(AI 理解需求)、智能安装/更新/卸载(AI 装前审查+装后诊断)、一键批量更新、编辑精选与个性化推荐,自带 Skills 工具与 dsh-mall 技能,中英多语言界面。 0.1.1-rc.2 (2026-08-26)
dsh-otel-tma1ai 9 tma1-ai/dsh-otel OpenTelemetry traces, metrics, and logs for DeepSeek Harness, written straight into GreptimeDB. 0.1.1-rc.2 (2026-08-26)
dsh-comfyui-canvas 8 wbin0001/dsh-comfyui-canvas Give DeepSeek Harness agents live control of your ComfyUI canvas (local or cloud): embed it as a split-screen tab, then read/edit/run workflows, debug errors, fetch output images, and batch-sweep 0.1.1-rc.2 (2026-09-01)
dsh-runtime-capabilities 8 goatliamia/dsh-runtime-capabilities Isolated real-DSH runtime-exposure A/B experiment host bundle. No client, no SQLite, no default model-visible side effects; metrics go to EXP_RESULTS_DIR only. 0.1.1-rc.2 (2026-09-01)
dsh-session-header 8 homily707/dsh-session-header Inject an x-session-id HTTP header onto every DeepSeek Harness LLM provider request, carrying the harness session id of that exact call. 0.1.0-rc.8 (2026-08-20)
dsh-session-health 8 omdsh-dev/dsh-session-health Frame-level diagnostics over multi-frame zstd session logs: torn, corrupt, or empty session detection. 0.1.0-rc.8 (2026-08-20)
dsh-thinking-levels 8 drscrewdriver/dsh-thinking-levels · npm DSH host plugin: thinking-level (reasoning_effort) control for dsh — auto-adjust per tool round, with optional manual lock and per-tool timing telemetry. 0.1.0-rc.8 (2026-08-20)
dsh-tool-turbo 8 Electricitysheep/dsh-tool-turbo DSH host plugin: cuts tool-call latency by auto-downgrading reasoning_effort for simple tool tasks, with per-tool timing telemetry. 0.1.0-rc.8 (2026-08-20)
dsh-acp-enhanced 7 grunmin/dsh-acp-enhanced · npm Enhanced ACP server for DeepSeek Harness: block-level streaming, usage/stat telemetry (cache hit rate, token speed, input/output tokens, context length, turns, tool timing), model & reasoning-effort 0.1.0-rc.8 (2026-08-20)
dsh-plugin-ui-debug 7 FeatherHunter/dsh-plugin-ui-debug DSH 插件 UI 调试神器:让 AI 在真实 Chrome(Playwright)中自动看界面、点按钮、拖组件,一键安装零配置 0.1.0-rc.8 (2026-08-24)
context-assembler-DSH 6 i1j/context-assembler-DSH Context Assembler DSH V0.99 — Context Assembler plugin for DeepSeek Harness (dsh): context compaction, cache-friendly topic-block management, water-pressure topic splitting, tool trace/rewrite 0.1.0-rc.8 (2026-08-20)
dsh-inspector 6 CocoSgt/dsh-inspector · npm Inspect and manage the live instruction chain and project skills for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
DSH-changeproof 5 Apageoflove/DSH-changeproof ChangeProof - change-relevance + evidence-freshness quality plugin for DeepSeek Harness (DSH) 0.1.0-rc.8 (2026-08-20)

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

Safety & approvals

Permission tiers, gates, redaction, protection.

Name Repo ★ Repo Description Verified against
penguin-harness 2363 Prism-Shadow/penguin-harness DeepSeek Harness sandbox adaptor for PenguinHarness: the DSH local backend chain behind the harness's own sandbox interface. 0.1.1-rc.2 (2026-09-18)
Aegis 1263 GanyuanRan/Aegis Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks. 0.1.0-rc.8 (2026-08-20)
SkillCorpus 665 EverMind-AI/SkillCorpus Per-turn skill retrieval for the DeepSeek Harness: fuse local and remote sources, gate by relevance, inject what fits 0.1.1-rc.2 (2026-09-18)
k8e 497 xiaods/k8e Installable dsh bundle mounting the k8e-sandbox execution world (KIP-20). 0.1.0-rc.8 (2026-08-20)
DeepSec 443 Unclecheng-li/DeepSec DeepSec Shield code-security audit tools for DeepSeek Harness (dsh): L1/L2/L3 scanning, agent-config audit, supply-chain checks and report generation. 0.1.0-rc.8 (2026-08-25)
dsh-mobile-sayach 304 saya-ch/dsh-mobile · npm DeepSeek Harness 移动端适配与安全局域网访问插件,支持 Android App 和手机浏览器。 0.1.0-rc.8 (2026-08-20)
DeepSeekGUI 223 See-Sol-Lab/DeepSeekGUI DeepSeekGUI browser capability: embedded in-window pane (CDP) or headed Edge, driven over playwright-core with an SSRF gate. 0.1.1-rc.2 (2026-08-28)
dsh-alpha-desk 178 JingHao-Leon/dsh-alpha-desk Alpha Desk compliance gate for deepseek-harness: denies live-trading and credential-access tool calls at tools/pre-execute. 0.1.0-rc.8 (2026-08-20)
dsh-undo-plugin 164 lire1131/dsh-undo-savepoint · npm DSH undo/rollback system: snapshot config files on change, undo/redo the last action from the WebUI or by chat, and roll back broken plugin trees without reinstalling. Works even when DSH fails to. 0.1.0-rc.8 (2026-08-20)
dsh-auto-mode 162 NanmiCoder/dsh-auto-mode · npm Fail-closed automatic permission policy for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
codex-guard 139 Akimiya-z/codex-guard Quality gate for AI/Codex-generated pull requests: blocks TODO leftovers, leaked secrets, messy commits and failing CI before they hit main. 0.1.1-rc.2 (2026-09-04)
dsh-permission-rules 114 PerryLink/dsh-permission-rules · npm Declarative Claude Code-style permission rules for DeepSeek Harness: ordered allow/deny/ask rules with tool-name, argument (glob/regex), and workspace-path matching on the tools/pre-execute waterfall, 0.1.0-rc.8 (2026-08-20)
dsh-network-settings 107 kanneiren/dsh-network-settings DSH Network Settings: Windows / WSL network status, diagnostics and safe repair for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-secure-audit 86 PensiveFei/dsh-secure-audit Read-only security & compliance toolkit for DeepSeek Harness: prompt-injection detection (rule engine with a pluggable model classifier), Chinese-PII redaction, and a local configuration security 0.1.0-rc.8 (2026-08-20)
dsh-approval-gate 80 moon09300731/dsh-approval-gate DeepSeek Harness 自动审批门控:Flash 模型预判写入/命令是否不可回补,安全自动批准、危险转人工(fail-safe) 0.1.0-rc.8 (2026-08-20)
sofagent 49 KongFangXun/sofagent 变更机器审阅——24 规则 + git diff 硬证据 + 节点级审计(seam: tools/result + tools/pre-execute + fs/write-intent)——桥接 @sofagent/audit runRules(sofagent 品牌插件 · 主色 #16B8F3) 0.1.0-rc.8 (2026-08-25)
dsh-clawrouter 20 BlockRunAI/dsh-clawrouter · npm Strong-model review before risky tool calls, plus many models from one wallet. 0.1.0-rc.8 (2026-08-20)
dsh-reminder 19 Aisland-SJL/dsh-reminder Bottom-right reminder cards for the DeepSeek Harness web GUI: an amber persistent card when an approval waits for you, a green self-dismissing card when a task completes 0.1.0-rc.8 (2026-08-20)
dsh-remote-mobile 19 IceApriler/dsh-remote-mobile DeepSeek Harness 远程与移动端安全网关插件:零修改 DSH 底层代码安全开放局域网与 Tailscale 连接 | DeepSeek Harness (DSH) Remote & Mobile Security Guard: safely opens Tailscale/LAN with zero core modifications, QR scan auth, RSA 0.1.0-rc.8 (2026-08-25)
dsh-approve-for-me 18 timeance/dsh-approve-for-me · npm Rule-gated automatic approval for DeepSeek Harness sandbox escalations with an optional LLM reviewer and native human fallback. 0.1.0-rc.8 (2026-08-20)
dsh-sandbox-escalation-fix 17 inmny/dsh-sandbox-escalation-fix · npm Normalize redundant same-mode sandbox escalation arguments in DeepSeek Harness tools 0.1.0-rc.8 (2026-08-20)
dsh-defend 16 PerryLink/dsh-defend · npm Prompt-injection, jailbreak, and secret-leak detection with allow/ask/block interception for DeepSeek Harness: an Aho-Corasick pattern engine and heuristics ported from the Prompt-Injection-Payloads 0.1.0-rc.8 (2026-08-20)
dsh-auth-gate-tecfancy 15 TecFancy/dsh-auth-gate · npm Application-layer authentication plugin for the dsh web surface 0.1.0-rc.8 (2026-08-20)
dsh-auto-approve 15 Jiao-XXX/dsh-auto-approve · npm A conservative automatic approval preset for DeepSeek Harness sandbox escalations 0.1.0-rc.8 (2026-08-20)
dsh-git-worktree-wloops 15 wloops/dsh-git-worktree · npm Domi-grade git worktree isolation and delivery for DeepSeek Harness: permanent worktrees, ready-for-review / apply / discard / finish lifecycle, conflict handling, and safe cleanup. 0.1.0-rc.8 (2026-08-20)

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

Plugin managers & stores

In-UI stores, installers, skill managers.

Name Repo ★ Repo Description Verified against
dsh-market 4445 dsh-market/dsh-market · npm Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。 0.1.0-rc.8 (2026-08-20)
agentrq 1129 agentrq/agentrq · npm AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness 0.1.0-rc.8 (2026-08-20)
dsh-plugin-shop 886 LivXue/dsh-plugin-shop The DeepSeek Harness plugin store: browse, install, enable, and update dsh plugins from a git-auditable catalog. 0.1.1-rc.2 (2026-08-26)
dsh-plugin-store-livxue 886 LivXue/dsh-plugin-store The DeepSeek Harness plugin store: browse, install, enable, and update dsh plugins from a git-auditable catalog. 0.1.1-rc.2 (2026-08-26)
dsh-hub-cli 460 pax-beehive/dsh-hub-cli DSH tools for planning and applying reproducible Plugin Hub Profiles through the local dsh-hub CLI 0.1.1-rc.2 (2026-09-04)
awesome-deepseek-harness 347 Dominic789654/awesome-deepseek-harness Code review assistant for DeepSeek Harness: code_review_context collects deterministic git diff context; a bundled skill drives the review checklist. 0.1.0-rc.8 (2026-08-20)
awesome-deepseek-harness-plugins 247 imsai-sh/awesome-deepseek-harness-plugins The 1024 Store plugin market inside DeepSeek Harness. unverified
dsh-trading-zhu10900 200 zhu1090093659/dsh-trading Your next trading terminal can also be DSH. Full-market (Crypto/US/CN/HK) modular AI trading terminal and plugin ecosystem on DeepSeek Harness. 0.1.1-rc.2 (2026-09-04)
dsh-plugin-marketplace 167 bradeGithub/DSH-Plugins-Marketplace Web GUI plugin marketplace: browse, install, and update GitHub topic dsh-plugin packages from inside DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-skill-mcp-panel 146 Fishquito7/dsh-skill-mcp-panel dsh-skill-mcp-panel: manage skills and MCP servers from the DSH web settings UI plus the unified dsh-panel CLI. 0.1.0-rc.8 (2026-08-20)
dsh-find-plugin 144 awesome-dsh-plugin/dsh-find-plugin · npm Find DeepSeek Harness plugins from inside the agent via live GitHub dsh-plugin topic search, ranked by stars. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-hub-dshplugi 127 dshplugin/dsh-plugin-hub · npm A community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 4000+ human-curated community plugins without leaving the app. · DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-market-2binglin 118 2BingLing/dsh-market DSH Market 插件端:cordis 侧边栏插件(浏览/搜索/猜你喜欢/一键安装/已装管理),核心逻辑来自 @dsh-market/core 0.1.0-rc.8 (2026-08-20)
ru-marketplace-mcp 116 Vladimir-Human/ru-marketplace-mcp Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чт 0.1.0-rc.8 (2026-08-20)
dsh-webui-market-plugin 103 Sanqi-normal/dsh-webui-market-plugin · npm In-harness community plugin market for the dsh web GUI: browse, install, and uninstall into a profile. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-gating-hub 88 Noob-stupid/dsh-plugin-gating-hub DSH plugin management panel & marketplace: one-click enable/disable, multi-source market (GitHub/Gitee/custom), static-index market (500+ plugins / 300 skills), skills, suites, and one-click 0.1.1-rc.2 (2026-09-18)
dsh-plugin-hub 88 Noob-stupid/dsh-plugin-hub 插件控制台:一键启用/停用插件,浏览并安装 GitHub dsh-plugin 插件 0.1.0-rc.8 (2026-08-20)
dsh-capability-menu 86 PKUfudawei/dsh-capability-menu Unified capability management for the DeepSeek Harness: catalog (registry) + meta_search/meta_invoke + Exposed/Progressive/Blocked projection policy + 能力管理 surface, in one installable bundle. 0.1.0-rc.8 (2026-08-24)
zat-dsh-engine 79 mishibeikejie/zat-dsh-engine Visual plugin marketplace for DeepSeek Harness: browse, search, install, update, and uninstall community plugins. 0.1.0-rc.8 (2026-08-20)
dsh-archive-manager-michenga 74 MichengAI/dsh-archive-manager · npm NPM-installable DSH Web plugin for managing archived sessions. 0.1.0-rc.8 (2026-08-20)
dsh-web-plugin-manager 71 LX2000WASD/dsh-web-plugin-manager · npm Manage DeepSeek Harness (DSH) plugins from the Web UI: list, enable/disable, install/remove, environments, and a GitHub-awesome-driven marketplace. 0.1.0-rc.8 (2026-08-20)
dsh-plugins-store 69 ZASENJC/dsh-plugins-store · npm 自动分类、收录和验证 GitHub dsh-plugin Topic 项目的静态 DSH 插件市场。 A static DSH plugin marketplace that automatically categorizes, curates, and verifies GitHub dsh-plugin Topic projects. 0.1.0-rc.8 (2026-08-20)
dsh-novel-writer-akira399 61 akira399/dsh-novel-writer 大肥鱼的小说工坊 — DSH 网络小说创作插件:九阶段门禁式创作流程 + 世界书(lorebook)设定注入 + 本地书籍导入 + AI 一键润色 + 去AI味 + 黄金三章诊断 + 百万字一致性 + 市场调研与模板复制,面向开源用户的开箱即用方案。 0.1.0-rc.8 (2026-08-20)
plugin-registry 58 vlln/plugin-registry · npm 薄控制台:浏览器 UI 管理 web profile 插件安装态(bundle 层栈 + cordis.patch.yml insert 行/disabled),0 patch 0.1.0-rc.8 (2026-08-20)
dsh-fund-research 51 PerryLink/dsh-fund-research · npm Research plugin for Chinese public mutual funds on DeepSeek Harness: collects fund data from public sources (Tiantian Fund / Eastmoney), computes deterministic metrics (manager profile, holdings 0.1.0-rc.8 (2026-08-20)

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

Developer tools

Building, testing, and publishing plugins.

Name Repo ★ Repo Description Verified against
dsh-web-zhu10900 7963 zhu1090093659/dsh-web Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages 0.1.1-rc.2 (2026-09-04)
dsh-ios 302 ZSeven-W/dsh-ios · npm DeepSeek Harness plugin for the iOS Simulator — build, run, and interact with a live simulator stream inside a conversation. Tested with DSH 0.1.0-rc.6. 0.1.0-rc.8 (2026-08-21)
dsh-android 160 ZSeven-W/dsh-android DeepSeek Harness plugin for Android — build, run, and interact with a live emulator or USB device stream inside a conversation, driven entirely through adb. Tested with DSH 0.1.1-rc.1. 0.1.0-rc.8 (2026-08-24)
dsh-plugin-template 110 bugmaker2/dsh-plugin-template Minimal Hello World plugin template for DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-fylar-office-editor 98 FylarOpen/dsh-fylar-office-editor Fylar Office Editor integration for the DeepSeek Harness Web profile, powered by Fylar Office SDK 0.1.1-rc.2 (2026-09-09)
fylar-office-editor 98 FylarOpen/fylar-office-editor Fylar Office Editor integration for the DeepSeek Harness Web profile, powered by Fylar Office SDK 0.1.1-rc.2 (2026-09-04)
superpowers-dsh 93 LayneChai/superpowers-dsh TDD, debugging, planning, and collaboration skills for DeepSeek Harness, adapted from obra/superpowers. 0.1.0-rc.8 (2026-08-20)
gongwen-skill 66 linhut/gongwen-skill · npm 中文公文全流程处理工具 - GB/T 9704 格式检查/修复/内容优化/模板生成/版式注入 0.1.0-rc.8 (2026-08-20)
dsh-tianshu-build 47 huiliyi37/oh-my-tianshu · npm The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root 0.1.0-rc.8 (2026-08-20)
dsh-doublecheck 40 PerryLink/dsh-doublecheck · npm Double-check before you ship: grill the requirements, test the implementation, prove the delivery. 0.1.0-rc.8 (2026-08-20)
DSHBox-wskbuild 36 WSK-build/DSHBox Run DeepSeek Harness locally on Android phones and tablets. One APK with Debian, Node.js, DSH, and WebView — no root or Termux required. 在安卓手机和平板上本机运行完整 DSH。 0.1.1-rc.2 (2026-09-09)
qa-skills 35 fishzjp/qa-skills DeepSeek Harness (dsh) plugin: 10 testing skills (requirement analysis, test strategy, case writing/review, E2E/API automation, exploratory, regression, bug analysis) + shared core knowledge base — a 0.1.0-rc.8 (2026-08-25)
dsh-plugin-kit-hyzyn 31 hyzyn/dsh-plugin-kit 通用 DSH 插件库(pnpm monorepo):模板插件、插件开发工具包、一键聚合安装包。根包同时是全家桶 bundle(dsh.bundle.patch),DSH 与插件市场可直接识别安装。 0.1.0-rc.8 (2026-08-20)
webdsh 31 futrime/webdsh Pure-static, browser-only build of DeepSeek Harness (dsh web) — no server, deployable to GitHub Pages 0.1.1-rc.2 (2026-09-04)
dsh-plugin-check 26 omdsh-dev/dsh-plugin-check DSH plugin health checker: scan plugin repos for manifest protocol / patch format / build pitfalls / hub registration, zero-dependency read-only diagnostics 0.1.0-rc.8 (2026-08-20)
dsh-qa 23 naodeng/dsh-qa · npm dsh-qa QA Workbench: a local software testing workbench plugin for DeepSeek Harness. Project/iteration dual-mode, full-flow requirements / test cases / defects / milestones / reports, native QA 0.1.0-rc.8 (2026-08-20)
dsh-user-experience 19 DietCokewithSugar/dsh-user-experience · npm DeepSeek Harness UX walkthrough plugin: persona-driven source-code UX review for React (TypeScript/JavaScript) and Vue 3 projects, with change-triggered automatic walkthroughs 0.1.0-rc.8 (2026-08-20)
dsh-minecraft-ui 18 TFboy1/dsh-minecraft-ui Playable Minecraft-inspired voxel client that replaces the DSH Web shell on an isolated test profile 0.1.0-rc.8 (2026-08-21)
dsh-prompt 16 FeatherHunter/dsh-prompt DSH prompt 工具箱:预制 + 自定义 prompt 模板,点击即插入当前对话输入框(v1 常规模式 + v1.1 智能模式悬浮卡) | Prompt toolbox for DeepSeek Harness: preset + custom prompt templates, one-click insert into the conversation. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-healthcheck 15 chenw2759-wq/dsh-plugin-healthcheck DSH 插件健康检查:设置面板内的「插件检测」向导 — L0 静态检查(files 白名单/依赖声明/高危副本/依赖可解析/Windows 命令/lockfile 一致性)+ L1 配置组合检查 + L2 隔离试跑(子进程 boot 全树),发现即自动回滚(写 home patch 前弹确认),复杂问题打包预制提示词交给 agent 修复。铁律:只修改插件代码与配置层,严禁修改 harness. 0.1.0-rc.8 (2026-08-20)
dsh-eval-harness 13 BiBoyang/dsh-eval-harness · npm DSH 插件回归评测门禁:yaml 用例 + headless 驱动 + trace 断言 + baseline 门禁(eval_run / eval_gate) 0.1.0-rc.8 (2026-08-20)
dsh-ios-everettj 13 everettjf/dsh-ios Pins the @deepseek-ai/dsh tree that build-rootfs.sh installs into the guest (linux/arm64/musl). 0.1.0-rc.8 (2026-08-21)
plugin-template 13 omdsh-dev/plugin-template Standalone Cordis plugin template for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
tencentcloud-agentobs-sdk-dsh 13 TencentCloud/tencentcloud-agentobs-sdk-dsh Tencent Cloud Service CLS observability plugin for DeepSeek Harness — direct upload to Tencent Cloud CLS 0.1.0-rc.8 (2026-08-20)
dsh-grok-tui 11 chen-001/dsh-grok-tui · npm Use dsh via grok-build's TUI. 0.1.1-rc.2 (2026-09-04)

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

Knowledge & research

Research workbenches, RAG, learning modes.

Name Repo ★ Repo Description Verified against
WeKnora 29335 Tencent/WeKnora WeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases. 0.1.0-rc.8 (2026-08-24)
dsh-Mimir-Academic-research 538 1692775560/dsh-Mimir-Academic-research Mimir — 一站式科研工作台插件:LaTeX 论文边写边编译、arXiv 文献管理、实验追踪、指标图表、GPU 服务器 SSH 任务编排,管理科研全周期。An open-source research workbench plugin for the whole research cycle. 0.1.0-rc.8 (2026-08-25)
de-anthropocentric-research-engine 499 yogsoth-ai/de-anthropocentric-research-engine · npm DeepSeek Harness plugin for the De-Anthropocentric Research Engine: 920 research skills, with an opt-in MCP server fleet 0.1.1-rc.2 (2026-09-04)
pawwork 199 Astro-Han/pawwork Desktop AI workstation for knowledge workers 0.1.1-rc.2 (2026-09-04)
dsh-reverse-skill 165 dhicoc/dsh-reverse-skill Reverse-engineering skill pack as a Cordis plugin: 85 SKILL.md units for authorized security research. 0.1.0-rc.8 (2026-08-20)
movo 157 himovo/movo Turn DeepSeek Harness into a self-hosted enterprise Agent platform with knowledge, deep research, content generation, vibe coding, browser automation, governance, and admin controls. 0.1.1-rc.2 (2026-09-09)
dsh-industry-research 154 PerryLink/dsh-industry-research · npm Industry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track) 0.1.0-rc.8 (2026-08-20)
hanai-investment-dsh 114 hancao97/hanai-investment-dsh Hanai Investment — a local-first A-share research workbench powered by DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
OpenQuantum 71 xi-zhao/OpenQuantum A DeepSeek Harness distribution for open quantum research 0.1.0-rc.8 (2026-08-24)
dsh-web-search-pro 70 anweat/dsh-web-search-pro · npm Enhanced, persistent web search plugin for DeepSeek Harness — multi-engine routing (DeepSeek/Exa/DDG/Bing/Jina + GitHub/B站/YouTube/V2EX/小红书/Twitter/Reddit/RSS), SQLite+LRU cache, userscript-style 0.1.0-rc.8 (2026-08-20)
SpecFusion 68 wxkingstar/SpecFusion · npm SpecFusion skill + native API-docs search tools for DeepSeek Harness: 65,000+ API docs across 20 Chinese open platforms 0.1.0-rc.8 (2026-08-20)
hn-cli 51 heartleo/hn-cli · npm Hacker News tools for DeepSeek Harness: front-page feeds, item comment trees, Algolia search, user profiles. 0.1.0-rc.8 (2026-08-20)
dsh-sticky-note 48 Meredith2328/dsh-sticky-note 左下角便签:随手记点子/感想/TODO,实时保存到归档目录,清单+悬浮归档 0.1.0-rc.8 (2026-08-20)
dsh-scholar 46 lzszq/dsh-scholar DSH Research OS — a fully automated scientific research plugin for DSH (DeepSeek Harness): survey, idea, experiment contract, durable runner jobs, claim-evidence ledger, manuscript and release bundle. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-guide 40 PerryLink/dsh-plugin-guide · npm The dsh-plugin-guide knowledge base as an installable DeepSeek Harness plugin: official docs, Cordis primer, community deep-dives, and battle-tested pitfalls registered as an on-demand agent skill. 0.1.0-rc.8 (2026-08-20)
dsh-science 40 biociao/dsh-science · npm Claude Science-style research workbench for DeepSeek Harness: ReAct research-loop engine (research_* tools), versioned artifacts with provenance (artifact_* tools), and 10 science skills for. 0.1.0-rc.8 (2026-08-20)
dsh-directorx 30 LaplaceYoung/dsh-directorx DirectorX:给 DeepSeek Harness 装上 AI 视频导演能力——视频生成、智能剪辑、成片质检、无限画布分镜与 350+ 导演知识库。AI video director plugin for DeepSeek Harness: text-to-video, smart editing, QC, storyboard canvas. 0.1.0-rc.8 (2026-08-20)
deep-read-summarize 29 PensiveFei/deep-read-summarize Deep reading & summarization for DSH: books/papers/videos/web → structured Obsidian notes. Plugin parsers, MapReduce deep-read, JSON Schema output, idempotent cache. 0.1.0-rc.8 (2026-08-21)
prts-terrarchive 28 HTian-qwq/prts-terrarchive PRTS.chat local corpus search/read tools as a deepseek-harness plugin 0.1.1-rc.2 (2026-09-01)
dsh-ai4scholar 27 literaf/dsh-ai4scholar · npm AI4Scholar for DeepSeek Harness (dsh): 38 native academic tools — Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, DOI resolution, PDF full text, auto-cite, scientific figures 0.1.0-rc.8 (2026-08-20)
dsh-deep-research 24 omdsh-dev/dsh-deep-research Deep Research orchestrator extension for DeepSeek Harness: an adaptive cybernetics/information-theory deep_research tool on the official workflow engine, reusing built-in web_search/web_fetch. 0.1.0-rc.8 (2026-08-20)
dsh-zotero-vncntvx 22 Vncntvx/dsh-zotero · npm Let agents search, read, and cite your local Zotero library: find papers, browse notes and annotations, pull evidence by question, open the source document, generate citations. 0.1.0-rc.8 (2026-08-20)
project-blueprint 22 shuguang1994/project-blueprint DSH (DeepSeek Harness) plugin packaging of the Project Blueprint skill — one-command AI coding conventions (AGENTS.md, docs skeleton, CI/CD, git rules, testing policy) with an autonomous discovery 0.1.0-rc.8 (2026-08-20)
dsh-design-skills 21 zhaiyateng/dsh-design-skills Design aesthetics skill pack for DeepSeek Harness (DSH): 6 styles — dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal — with runnable landing-page demos. Keeps vibe-... 0.1.0-rc.8 (2026-08-20)
dsh-robotic-harness 21 dingkaihu63/dsh-robotic-harness Robotic Harness — an embodied-intelligence research plugin suite for DeepSeek Harness (demo) 0.1.1-rc.2 (2026-09-04)

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

Fun

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

Name Repo ★ Repo Description Verified against
dsh-pet 735 PC2005-cloud/dsh-pet · npm A floating desktop pet for the DeepSeek Harness Web UI: idle breathing, occasional direction turns, random actions, and screen wandering. 0.1.0-rc.8 (2026-08-20)
dsh-ads 633 Nagi-ovo/dsh-ads Satirical 2005-portal fake-ad plugin for the web UI (sidebar ads, in-conversation feed, corner popups); ad slots also surface real dsh-plugin topic repos 0.1.0-rc.8 (2026-08-20)
dsh-tavern-flizzywi 477 flizzywine/dsh-tavern 基于 DeepSeek Harness(DSH)的 SillyTavern 类文字游戏 Agent,支持候选项生成、对话式人物卡编辑、剧本模式与素材抽取。 0.1.0-rc.8 (2026-08-20)
DSH-Transparent-UI-Plugin 406 WYH66666666/DSH-Transparent-UI-Plugin Aqua: a highly customizable glassmorphism theme for the Web surface — adjustable blur, frost, fluid or wallpaper backdrop, unified corners, and motion 0.1.0-rc.8 (2026-08-20)
whale-girl ⭐ 333 vlln/whale-girl · npm Desktop-pet companion for the web GUI (QQ-pet style): draggable, feedable, levels up with session activity; migrated from the removed .dsh-plugin format to dsh.bundle 0.1.0-rc.8 (2026-08-20)
gal-view 187 Ayase34/gal-view DSH Web GUI 会话页的 GAL 视窗:Galgame 风格对话视图 + 场景元素可视化编辑器 0.1.0-rc.8 (2026-08-20)
dsh-personal-center 120 PolinniZhong/dsh-personal-center DSH 个人中心:设置 →「个人」分区(个人资料统计 UI + 个性化自定义指令 + 成本估算 + 桌面宠物) 0.1.0-rc.8 (2026-08-20)
dsh-meme-yyh001 105 yyh-001/dsh-meme · npm DeepSeek Harness 表情包插件:内置默认图库(官方-001,92 张),按情绪随机抽图,send_meme 发图(Web/QQ),设置页管理面板。 0.1.0-rc.8 (2026-08-20)
dsh-whale-musume 80 Sutera-Diffusus/dsh-whale-musume A whale-girl Kanban Musume mascot for DeepSeek Harness 0.1.0-rc.8 (2026-08-20)
dsh-token-pet-jimmy012 55 Jimmy0123-ux/dsh-token-pet DeepSeek Harness Desktop 用量小宠物:用逐帧角色动作反馈运行状态,并展示上下文、终身 Token 用量与历史趋势。 0.1.1-rc.2 (2026-09-02)
dsh-jingling 54 Yi-111-a/dsh-jingling Jingling companion for DeepSeek Harness: reviewable local memory, a restricted preset, and an optional desktop-pet sidecar. 0.1.0-rc.8 (2026-08-20)
deepseek-pet 46 keleus/deepseek-pet DeepSeek Pet plugin: an interactive, state-aware companion embedded in DeepSeek Harness Web 0.1.0-rc.8 (2026-08-20)
dsh-emoji 45 hellodigua/dsh-emoji · npm Tiny semantic inline emoji for DSH Agent responses 0.1.0-rc.8 (2026-08-20)
dsh-pet-remielle 45 Gin-7/dsh-pet-remielle · npm Hot-pluggable Remielle (蕾米埃尔) sticker pet for the dsh web GUI: a transparent floating companion from Zenless Zone Zero that switches animated GIF moods with the harness work state 0.1.0-rc.8 (2026-08-20)
dsh-client-ui-custom 37 yoli-mi/dsh-client-ui-custom · npm 客制化DSH(Custom DSH): web-surface theming (wallpaper, frosted glass, accent, translucent surfaces), configurable keyboard shortcuts (new conversation / model / thinking effort / composer gestures / 0.1.0-rc.8 (2026-08-20)
dsh-desktop-pet-xiaoshih 36 xiaoshihou514/dsh-desktop-pet Linux and Windows desktop companion for DeepSeek Harness 0.1.1-rc.2 (2026-09-09)
dsh-minigames-lhh010 33 lhh010/dsh-minigames DSH Web UI 右侧小游戏面板:18 款离线小游戏,可扩展游戏注册表。等待模型回复或修 bug 时的摸鱼神器。 0.1.0-rc.8 (2026-08-20)
dsh-ui-whale 33 lhh010/dsh-ui-whale DSH Web UI 像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击冒爱心,零核心改动。 0.1.0-rc.8 (2026-08-20)
dsh-whale-galgame 30 JAdpp/dsh-whale-galgame · npm A multi-character Galgame interface and optional desktop companion for DeepSeek Harness Web. 0.1.0-rc.8 (2026-08-20)
whale-purse 29 Suiwan/whale-purse 鲸鱼娘桌宠 · DeepSeek 余额 + 会话用量/花费监视,直接挂进 DSH Web profile 的组合层(cordis.patch.yml insert,热重载) 0.1.0-rc.8 (2026-08-20)
dsh-godot-skill 28 akira399/dsh-godot-skill Godot Engine 4.x full-stack game development skill for DeepSeek Harness (DSH). A host plugin that registers the godot-4-development skill — covering renderers, 2D/3D graphics & physics 0.1.0-rc.8 (2026-08-20)
dsh-live2d-pets 25 cyanfish-x/dsh-live2d-pets · npm Live2D pet plugin for DeepSeek Harness: load models from any external URL or local model path 0.1.0-rc.8 (2026-08-20)
dsh-gomoku 24 omdsh-dev/dsh-gomoku · npm Gomoku (five-in-a-row) for the dsh web GUI: AI move routes, model catalog, and default prompt (node half) plus the conversation-view tab with the board (browser half) 0.1.0-rc.8 (2026-08-20)
dsh-portable-tavern 23 XCNXNXNX/dsh-portable-tavern · npm Portable Tavern for the DeepSeek Harness web GUI: an RPG-style SillyTavern V2/V3 character-card generator plus tavern roleplay chat, with world-book generation and JSON/PNG import-export. 0.1.0-rc.8 (2026-08-20)
dsh-lorebookmd 22 609476965/dsh-LorebookMD DSH lorebook-driven fiction writer: import Tavern/SillyTavern character cards & world books, save local Markdown settings, and generate novel prose referencing the world settings. 0.1.0-rc.8 (2026-08-20)

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

Bundles

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

Name Repo ★ Repo Description Verified against
dsh-base (official) 234298 deepseek-ai/deepseek-harness · npm The shared dsh core as a profile bundle: every profile's first patch layer, inserting the base plugin rows over the empty profile root 0.1.0-rc.5 (2026-08-13)
dsh-headless (official) 234298 deepseek-ai/deepseek-harness · npm The one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layer 0.1.0-rc.5 (2026-08-13)
dsh-web-app (official) 234298 deepseek-ai/deepseek-harness · npm The browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, URL line) 0.1.0-rc.5 (2026-08-13)
dsh-tui-ccch1mneyyy 3166 ccch1mneyyy/dsh-TUI · npm Claude Code-style interactive TUI front door for DeepSeek Harness agents, built on a ported Ink core. 0.1.0-rc.8 (2026-08-20)
dsh-im 1462 xmanrui/dsh-im · npm QR-code IM channel plugin that connects Feishu, WeChat, and DingTalk bots to DeepSeek Harness. 0.1.0-rc.8 (2026-08-20)
dsh-invoice-downloader 436 EthanYoQ/Invoice-Downloader · npm Local IMAP invoice download, OCR, archival, and Excel reimbursement summaries through a DSH profile bundle. 0.1.0-rc.5 (2026-08-22)
oh-dsh 321 hust-open-atom-club/oh-dsh Community distribution bundling TUI, desktop, and web UI surfaces with layered installation, pinned to an exact harness revision via dsh-source.json 0.1.0-rc.8 (2026-08-20)
dsh-memory-safe 181 seriousz158/dsh-memory · npm Local Git-backed long-term memory for DeepSeek Harness with cited context, usage-aware read tools, safe sync, preview, and rollback. 0.1.0-rc.7 (2026-08-21)
dsh-super-injector 162 yjh051108/dsh-super-injector Runtime injector for local DSH plugin packages with hot reload and a settings-page manager. 0.1.0-rc.8 (2026-08-20)
dsh-config-manager 123 xiajiajun516/dsh-config-manager · npm Backup, export, import, and migrate DeepSeek Harness configuration from the web UI. 0.1.0-rc.8 (2026-08-20)
dsh-mneme 119 modusensus/dsh-mneme Cross-session memory with SQLite, Markdown mirrors, autoDream consolidation, and a web panel. 0.1.0-rc.8 (2026-08-20)
dsh-stock-watch 82 Awu12277/dsh-stock-watch Collapsible A-share watchlist popup with live quotes, charts, and a target-price panel. 0.1.0-rc.8 (2026-08-20)
dsh-code 38 UNLINEARITY/dsh-code · npm Claude-Code-style interactive TUI bundle for DeepSeek Harness with a DeepSeek-blue whale banner and live session transcript. 0.1.0-rc.8 (2026-08-20)
dsh-agent-team 37 wowyuarm/dsh-agent-team Help humans organize tasks and let agents collaborate - a Team plugin for DeepSeek Harness 0.1.1-rc.2 (2026-08-26)
dsh-any-background 33 Tkingxiao/dsh-any-background · npm Custom wallpaper and theme-color controls for the DeepSeek Harness web UI, including opacity, blur, and a color wheel. 0.1.0-rc.8 (2026-08-20)
dsh-toolkit 27 omdsh-dev/dsh-toolkit Zero-dependency toolkit collection: time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema in one entry. 0.1.0-rc.8 (2026-08-20)
dsh-plugin-marketplace-yelebai 20 YELEBAI/dsh-plugin-marketplace A plugin marketplace for DeepSeek Harness with categories, trending discovery, install management, and controlled restart. 0.1.0-rc.8 (2026-08-20)
dsh-fabric 18 omdsh-dev/stent Fabric/Mixin extension workspace: an installable profile bundle carrier over the cordis-fabric package trio. 0.1.0-rc.8 (2026-08-20)
dsh-harmony 17 memorax-ai/dsh-harmony · npm Runtime library to patch, replace, and decorate DeepSeek Harness plugins with hot reload. 0.1.0-rc.8 (2026-08-20)
pptfast 16 liustack/pptwise Stable editable PPTX generation for DeepSeek Harness agents: semantic IR in, native DrawingML out. 0.1.0-rc.8 (2026-08-20)
dsh-desk 15 majiayu000/dsh-desk Tauri desktop companion for DeepSeek Harness: wraps official dsh 0.1.0-rc.6 in a system WebView with isolated DSH_HOME and a plugin-manager UI. 0.1.0-rc.8 (2026-08-20)
dsh-bash-win 11 zimzaza4/dsh-bash-win · npm Windows-first bash tools for DeepSeek Harness: Git Bash and WSL2 bash with bwrap sandbox, approval mode, and background jobs. 0.1.0-rc.8 (2026-08-20)
dsh-codex-port 9 STARDUSTLC666/dsh-codex-port · npm One-command port of Codex plugins from ~/.codex into DeepSeek Harness skills, with frontmatter conversion. 0.1.0-rc.8 (2026-08-20)
dsh-image2-draw 9 JuneLearn/dsh-image2-draw Image2 (gpt-image-2) generation plugin for DeepSeek Harness with a Settings card for API key and endpoint. 0.1.0-rc.8 (2026-08-20)
dsh-mermaid 9 AKS1st/dsh-mermaid Renders Mermaid code fences as SVG diagrams in DeepSeek Harness web conversations. 0.1.0-rc.8 (2026-08-20)

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

Skills

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

Name Repo ★ Repo Description Verified against
ECC 266166 affaan-m/ECC Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns 0.1.0-rc.8 (2026-08-25)
paperclip 81361 paperclipai/paperclip The open-source app everyone uses to manage agents at work 0.1.0-rc.8 (2026-08-25)
ruflo 73153 ruvnet/ruflo Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration 0.1.0-rc.8 (2026-08-24)
compound-engineering-plugin 25233 EveryInc/compound-engineering-plugin Official Compound Engineering skills plugin for coding agents 0.1.0-rc.8 (2026-08-25)
colleague-skill 24993 titanwings/distilly Digital-companion skill in the Anthropic SKILL.md format dsh reads; install by copying it into a dsh skill root such as .agents/skills unverified
NemoClaw 22532 NVIDIA/NemoClaw NemoClaw — run OpenClaw inside OpenShell with NVIDIA inference 0.1.0-rc.8 (2026-08-25)
learn-harness-engineering 15864 walkinglabs/learn-harness-engineering Course docs for Learn Harness Engineering powered by VitePress. 0.1.1-rc.2 (2026-09-09)
skill 7147 anbeime/skill 收录最全、更新最快的技能Skills商店:416个精选原创技能包(涵盖文档处理、内容创作、编程开发、机器学习、自动化工作流),全部打包好可直接安装使用!同时自动抓取GitHub上万个Skills项目,按分类、更新时间、Star数量整理。 0.1.1-rc.2 (2026-09-02)
Vibe-Skills 3420 foryourhealth111-pixel/Vibe-Skills Intelligent Skill routing and workflow orchestration for AI agents — +21.12 pp reward, −29.6% tokens on SkillsBench with DeepSeekV4Flash-VE. 0.1.1-rc.2 (2026-09-09)
deepwiki-rs 3085 sopaco/deepwiki-rs Turn code into clarity. Generate accurate technical docs and AI-ready context in minutes—perfectly structured for human teams and intelligent agents. 0.1.1-rc.2 (2026-09-18)
J-Space-Cognition-Suite 3008 Tiger3807861189/J-Space-Cognition-Suite J-Space Cognition Suite — a model-agnostic inference-time control suite for deep reasoning, long-horizon work, verification, and recovery. Based on Anthropic's J-space global workspace research. 0.1.1-rc.2 (2026-09-18)
J-Space-Cognition-Suite-V3.7 3008 Tiger3807861189/J-Space-Cognition-Suite-V3.7 J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace research. | 哔哩哔哩:Tiger380 (UID 3494375382321675) — https://space.bilibili.com/3494375382321 0.1.0-rc.8 (2026-08-24)
vox-director 2015 Alisa0808/vox-director Vox Director — an open-source Agent Skill that turns one topic into a finished Vox-style paper-collage explainer/ad video: script, collage keyframes, motion, voice-over, music and captions, automated 0.1.0-rc.8 (2026-08-21)
last30days-skill-cn 1811 Jesseovo/last30days-skill-cn last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。 0.1.0-rc.8 (2026-08-21)
math-modeling-skill 1802 XiaoMaColtAI/math-modeling-skill 数学建模技能 - 面向 CUMCM、MCM/ICM 等数学建模竞赛的三阶段工作流:建模分析、Python/MATLAB 编程与 DOCX 论文生成。包含丰富的算法资源库(优化/预测/评价/图论/机器学习等)、角色指导文档、论文模板和实用工具脚本 0.1.0-rc.8 (2026-08-21)
brooks-lint 1492 hyhmrright/brooks-lint AI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix 0.1.1-rc.2 (2026-09-09)
openpets-openpets 1231 OpenPetsHQ/openpets OpenPets 2.0 workspace 0.1.1-rc.2 (2026-09-04)
ex-skill 1083 titanwings/ex-skill Builds a digital persona skill of your ex from WeChat chat logs (create-ex); SKILL.md documents dsh discovery paths alongside other hosts unverified
Skills-Manager 998 jiweiyeah/Skills-Manager Free, open-source desktop manager for AI Agent Skills. Write a skill once, sync it to 32 AI coding tools (Claude Code, Codex, Cursor, Gemini CLI, and more) via symlinks. Local-first, MIT licensed. mac 0.1.1-rc.2 (2026-09-18)
wesight 928 freestylefly/wesight AI-Powered WeChat Intelligence 0.1.1-rc.2 (2026-09-09)
agent-qa 889 vostride/agent-qa Open-source self-improving QA agent for software teams. A test harness with memory. Write tests in natural language for web and mobile. agent-qa learns from every run, adapts to UI changes, and catche 0.1.1-rc.2 (2026-09-09)
helloagents 704 hellowind777/helloagents HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications. 0.1.1-rc.2 (2026-09-09)
Agentkey 650 chainbase-labs/Agentkey AgentKey skills for AI agents - real-time web search, social media, and crypto data access 0.1.1-rc.2 (2026-08-26)
claw-orchestrator 581 Enderfga/claw-orchestrator Claw Orchestrator — run Claude Code, Codex, Gemini, Cursor Agent, OpenCode and custom coding CLIs as one unified runtime. Drop into Hermes Agent, Claude Desktop, Cursor, Cline, Continue, Zed 0.1.1-rc.2 (2026-09-18)
postiz-agent 493 gitroomhq/postiz-agent Postiz CLI - Command line interface for the Postiz social media scheduling API 0.1.1-rc.2 (2026-09-18)

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

Themes

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

Name Repo ★ Repo Description Verified against
dsh-deep-whale 2191 Small-tailqwq/dsh-deep-whale Whale-girl skin series for the web UI; maid-atelier ships as a dsh.bundle package installed from a local clone (CC BY-NC-SA, non-commercial) 0.1.0-rc.8 (2026-08-20)
dsh-homepage-skin 3 yushi-xxh/dsh-homepage-skin · npm DeepSeek Harness homepage-style background skin: WebGL fluid, dot grid and digital whale. Dark and light variants included. 0.1.0-rc.8 (2026-08-20)

Tools

Developer tooling around dsh.

Name Repo ★ Repo Description Verified against
create-dsh-plugin 56 whyihaveyou/dsh-suite · npm Scaffold a DeepSeek Harness plugin in seconds: tool, events, and webui templates with next-tag version pinning and a built-in --verify smoke test. unverified
oh-my-dsh-amplift 16 amplifthq/oh-my-dsh · npm Plugins, sensible defaults, and a launcher for DeepSeek Harness (dsh) — everything you're missing, without forking upstream. 0.1.0-rc.8 (2026-08-20)
dsh-forge 3 zhn1100/dsh-forge Reproducible DeepSeek Harness plugin development profile with a cordis patch, CLI, and runtime-aware preset. 0.1.0-rc.8 (2026-08-20)

Add your plugin

Open a PR against data/plugins.json only; the README is regenerated. See CONTRIBUTING.md. The spam gate in short: a real install path (a dsh.bundle manifest, a published npm package, or a SKILL.md layout dsh discovers), not a renamed template fork, and it loads against the dsh version you claim. Pick one or two tags from the schema's list so your entry lands in the right area.

A scheduled workflow also sweeps every dsh discovery topic, npm, and GitHub code search; new finds queue in data/candidates.json on a single reused triage PR and never enter the registry without review. Rejected candidates are recorded with one-line reasons in data/rejected.json. Rejections of judgment ("this is a curated list") are permanent; rejections of fact ("no install path on the day we looked") carry a recheckAfter date and are swept again once it passes, so shipping a manifest late is not a life sentence.

Already listed?

Most entries here arrived by sweep, not by PR, so plenty of authors are in the registry without knowing it. Search this README, or:

curl -s https://dsh.works/awesome-dsh-plugins/plugins.json | jq '.plugins[] | select(.repo=="you/your-plugin")'

If the row is wrong — bad description, wrong tags, a version you have since moved past — the fix is a PR against the data file, and it is the fastest way to correct it.

If you want to say so in your own README, this badge is static — it points here and needs no upkeep:

[![listed on dsh.works](https://img.shields.io/badge/listed_on-dsh.works-00c2e9?labelColor=0d0d0d)](https://dsh.works/awesome-dsh-plugins/)

It is a link, not a certification: it means your plugin is in an open-data registry that publishes its rejections too, and nothing more.

Field notes

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

License

MIT. Not affiliated with DeepSeek; the harness README calls itself "an idea, an official showcase, and a source of inspiration", and the ecosystem belongs to the community.

About

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

Topics

Resources

Contributing

Security policy

Stars

14 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages