# Awesome DeepSeek Harness Plugins > **中文导读**:这是 DeepSeek Harness(DSH)生态的插件精选列表,英文为主维护,中文说明见各章节标题下方。想直接上手的高星插件评测请看 [Hands-on Notes](#hands-on-notes)。 A curated list of plugins, tools, skins, bridges, and extensions for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (DSH) — the open-source agent framework from DeepSeek, built on the motto **"Everything is a Plugin."** DSH launched its developer preview on **2026-08-13** (MIT license, Cordis-based). Within a day the community shipped a wave of plugins; this list tracks the notable ones and points to the rest. > Star counts are a launch-day snapshot (2026-08-13) and drift fast. For the > unmoderated, auto-refreshed index of every repo tagged `dsh-plugin`, see > [PLUGINS.md](PLUGINS.md) (regenerated daily by > [update.yml](.github/workflows/update.yml)). > **生态入口 / Ecosystem**:想找插件不想翻列表?去 **[WhaleHub](https://whalehub-dsh.vercel.app)** —— 基于本列表每日同步的可视化插件市场(搜索 / 分类 / 一键复制安装命令,还能装进 DSH Web 里点一下直装)。想零配置上手 DSH?试 **[DeepSeek Harness Desktop](https://dsh-desktop.vercel.app)** —— 自包含 macOS APP(内置 Node + dsh + Paseo),拖进「应用程序」即用。 ## Contents - [How to install a plugin](#how-to-install-a-plugin) - [Official built-in plugins](#official-built-in-plugins) - [Community plugins](#community-plugins) - [Web UI & Skins](#web-ui--skins) - [Terminal & Desktop](#terminal--desktop) - [Vision & Multimodal](#vision--multimodal) - [Tools & Editor UX](#tools--editor-ux) - [Agent orchestration & Workflow](#agent-orchestration--workflow) - [Integrations & Bridges](#integrations--bridges) - [Sidebar, Workspace & Ecosystem](#sidebar-workspace--ecosystem) - [Fun & Misc](#fun--misc) - [Hands-on Notes](#hands-on-notes) - [Other awesome lists (meta)](#other-awesome-lists-meta) - [Contributing](#contributing) - [License](#license) ## How to install a plugin **中文**:DSH 把插件当作 [Cordis](https://github.com/cordiverse/cordis) bundle 加载,最常用的两条路:npm 包用 `dsh plugin add `,仓库托管(`.dsh-plugin` 形态)用 `github:/` 形式。 DSH loads plugins as [Cordis](https://github.com/cordiverse/cordis) bundles. Two common paths: ```sh # npm-scoped plugin (recommended) dsh plugin add # repo-hosted plugin (the .dsh-plugin format) # add to your profile's cordis.yml, or via the CLI patch layer: # github:/#&path:/.dsh-plugin ``` Start the Web UI and manage models/workspaces there: ```sh dsh web # http://127.0.0.1:3080 ``` ## Official built-in plugins **中文**:框架本体在 `@deepseek-ai/dsh-*` 这个 npm scope 下自带约 50 个内部插件包,是所有社区插件的参考实现与"接缝"底座(llm / shell / fs / web / subagent / plan / sandbox / hooks / skill …)。 The framework itself ships ~50 internal plugin packages under the `@deepseek-ai/dsh-*` npm scope. They are the reference implementations and the building blocks every community plugin extends. Highlights: - **`deepseek-ai/deepseek-harness`** — the framework and all built-in packages. See [`packages/README`](https://github.com/deepseek-ai/deepseek-harness/blob/master/packages/README.md) for the full map: `llm` (model adapters), `shell`/`terminal`/`code-runtime` (execution), `fs`/`lsp` (files & language servers), `web` (search/fetch), `subagent` (delegation), `plan`, `sandbox`, `hooks`, `skill`, `compaction`, `extensions` (runtime self-modifying plugins), and the `web`/`cli` apps. Everything below is community-built and sits on top of these seams. ## Community plugins ### Web UI & Skins **中文**:给 DSH 网页界面换肤、加任务看板、宠物、移动端远程等"界面增强"类插件。 - [zhu1090093659/dsh-web-ui](https://github.com/zhu1090093659/dsh-web-ui) (★300) — Plugin & skin collection for the DSH Web UI: task board, git graph, right-side panel, remote mobile UI, pet, live token stats, skin center. - [bpc-oss/dsh-web-billing](https://github.com/bpc-oss/dsh-web-billing) (★9) — RMB/USD token billing for the DSH web: official-policy auto pricing (incl. peak/off-peak hours), per-message cost ledger, account balance, local-model savings tracking (¥/$ follows the UI language). - [Small-tailqwq/dsh-deep-whale](https://github.com/Small-tailqwq/dsh-deep-whale) (★56) — "Whale-girl" skin series (maid-atelier), CC BY-NC-SA 4.0. - [Tommy00748/dsh-theme-cyberpunk2077](https://github.com/Tommy00748/dsh-theme-cyberpunk2077) (★12) — Cyberpunk 2077 / Night City theme: NC yellow × neon cyan, CRT scanlines, Kiroshi hover lock-on, combat-state HUD, synthesized typewriter & message SFX, hidden easter eggs (relic / johnny). - [fengb3/dsh-theme-aurum](https://github.com/fengb3/dsh-theme-aurum) (★0) — Gilded "aurum" theme: oklch gold dual scheme, dot-matrix canvas, floating-card sidebar; full takeover of sessions / conversation / composer / tool cards with official registrations preserved (disable = stock UI back). Zero-build loader format. - [Nagi-ovo/dsh-ads](https://github.com/Nagi-ovo/dsh-ads) (★61) — Tongue-in-cheek 2005-style Chinese-site ads in the sidebar / chat feed / popups. - [alingalingling/ui-status-label](https://github.com/alingalingling/ui-status-label) (★18) — Customize the "deep diving" thinking-status label however you like. - [omdsh-dev/dsh-genui](https://github.com/omdsh-dev/dsh-genui) (★9) — GenUI: interactive components (layout, charts, mermaid, 3D) rendered inline via the `dsh-ui` fence. - [vlln/whale-girl](https://github.com/vlln/whale-girl) (★10) — Desktop-pet plugin (QQ-pet style): draggable, feedable, accumulative companion. - [Nagi-ovo/dsh-visualize](https://github.com/Nagi-ovo/dsh-visualize) (★15) — Generative UI: the model draws interactive HTML cards straight into the chat stream. - [ZSeven-W/dsh-openpencil](https://github.com/ZSeven-W/dsh-openpencil) (★19) — OpenPencil design preview & editing plugin. - [omdsh-dev/dsh-annotation](https://github.com/omdsh-dev/dsh-annotation) (★9) — Select text → annotate → send as a message; bubble-hidden annotation blocks. - [Anionex/dsh-computer-use](https://github.com/Anionex/dsh-computer-use) (★6) — Computer-use plugin for DSH. - [weibaohui/dsh-settings-ui](https://github.com/weibaohui/dsh-settings-ui) (★0) — Customizes the native DSH settings window: preset/custom sizes, fullscreen, background transparency, and theme/solid-color/image backgrounds, with a floating-ball quick access; saved in the local browser. - [weibaohui/user-management](https://github.com/weibaohui/user-management) (★0) — Login gate for the dsh web UI: unauthenticated visitors get a login/register page and the first registrant becomes admin; includes user and role management plus login and access audit logs. ### Terminal & Desktop **中文**:把 DSH 从网页端带到终端、桌面,或做成独立 App / 启动器。 - [ccch1mneyyy/dsh-cc-tui](https://github.com/ccch1mneyyy/dsh-cc-tui) (★96) — Claude Code-style full-screen TUI: pixel-whale top bar, live status row, streaming thoughts, double-Esc rollback, context bar + TPS meter. One-line npm install. - [huiliyi37/dsh-tianshu-tui](https://github.com/huiliyi37/dsh-tianshu-tui) (★53) — DSH terminal UI. - [chen-001/dsh-grok-tui](https://github.com/chen-001/dsh-grok-tui) (★5) — Grok-style TUI. - [hust-open-atom-club/oh-dsh-desktop](https://github.com/hust-open-atom-club/oh-dsh-desktop) (★46) — Extensible macOS workbench: native PTY, workspace tools, live bilingual plugins, isolated-preview plugin marketplace. - [Ruler4396/dsh-launcher](https://github.com/Ruler4396/dsh-launcher) (★9) — Lightweight Windows launcher: silent logon autostart + a minimal WebView2 window instead of a full browser. - [bitterSmilezzz/dsh-mac-desktop](https://github.com/bitterSmilezzz/dsh-mac-desktop) (★1) — macOS desktop wrapper. - [hanelalo/browser-bridge](https://github.com/hanelalo/browser-bridge) (★17) — Let your agent drive your real browser window like you would. - [Lum1104/dsh-browser](https://github.com/Lum1104/dsh-browser) (★16) — Chrome sidebar extension so DSH operates your browser directly, no vision needed. - [whiteguo233/dsh-openbiliclaw](https://github.com/whiteguo233/dsh-openbiliclaw) (★4) — Bilibili integration for DSH. - [vvlife/deepseek-harness-desktop](https://github.com/vvlife/deepseek-harness-desktop) — Self-contained macOS app: bundles the Node runtime + full dsh + full Paseo (daemon + Web UI + mobile pairing) into one APP — drag to Applications and go, zero pre-install. Mobile QR pairing, WhaleHub plugin marketplace, built-in HTML preview, one-click public deploy; isolated from any dsh/Paseo already on your machine. - [Zhuchen00123/dsh-wsl-modes](https://github.com/Zhuchen00123/dsh-wsl-modes) (★1) — DSH WSL presets: minimal-wsl + code-wsl with WSL Linux bash + bwrap sandbox and anchored bootstrap. ### Vision & Multimodal **中文**:让纯文本模型也能"看图":图像问答、长截图 OCR、UI 还原、像素比对等。 - [Anionex/dsh-vision-toolkit](https://github.com/Anionex/dsh-vision-toolkit) (★106) — Vision toolkit for text-only models: intent-aware image Q&A, long-screenshot OCR, UI restoration, grounding, pixel diff, Artifacts, Web UI. - [windyslime/DeepSee](https://github.com/windyslime/DeepSee) (★1) — DSH `0.1.0-rc.5` Web-profile vision integration: image turns go through a local DeepSee gateway with pluggable VLM backends while normal text routing stays in DSH. - [zhouwumu2-lab/dsh-vision-fix](https://github.com/zhouwumu2-lab/dsh-vision-fix) (★10) — Vision fix / repair helper. - [sjscy05/deepseek-harness-vision-plugin](https://github.com/sjscy05/deepseek-harness-vision-plugin) — Vision plugin for DSH. - [good-boy4069/Deepseek-omnimodal](https://github.com/good-boy4069/Deepseek-omnimodal) (★2) — Omnimodal support. - [YYTbit/dsh-plugin-vision-toolkit](https://github.com/YYTbit/dsh-plugin-vision-toolkit) — Vision-toolkit bridge. ### Tools & Editor UX - [Zhangbo-cn/dsh-voice-input-plugin](https://github.com/Zhangbo-cn/dsh-voice-input-plugin) (★6) — Composer mic for the Web UI: tap-to-monitor live transcription and hold-to-talk, with host Edge TTS reply reading that streams while the model generates, echo-pause during reading, and tap-to-stop. **中文**:编辑器体验增强、`@file` 引用、消息分支编辑、会话回滚等"好不好用全靠它"的小工具。 - [omdsh-dev/dsh-at-file](https://github.com/omdsh-dev/dsh-at-file) (★21) — Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts. - [omdsh-dev/dsh-custom-tool](https://github.com/omdsh-dev/dsh-custom-tool) (★17) — Create & manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle. - [Moeblack/dsh-message-edit](https://github.com/Moeblack/dsh-message-edit) (★9) — Branch-based message editing, reroll, retry, version timeline. - [Anionex/dsh-turn-rewind](https://github.com/Anionex/dsh-turn-rewind) (★16) — Rewind conversation + workspace state via a persistent Change Ledger. - [Electricitysheep/dsh-tool-turbo](https://github.com/Electricitysheep/dsh-tool-turbo) (★1) — Tool turbo. - [LingLambda/dsh-undo](https://github.com/LingLambda/dsh-undo) (★1) — Undo support. - [fakechris/dsh-track](https://github.com/fakechris/dsh-track) (★1) — Tracking helper. - [omdsh-dev/dsh-plugin-skills](https://github.com/omdsh-dev/dsh-plugin-skills) (★1) — Skills plugin. - [leechen298/Code2Skill](https://github.com/leechen298/Code2Skill) (★4) — Generates Function, MCP, Agent Skill, and offline test packages from existing code as an installable DSH bundle. - [omdsh-dev/dsh-mnemon](https://github.com/omdsh-dev/dsh-mnemon) (★1) — Mnemonics plugin. - [ArtificialNotImbecile/dsh-context-taxonomy](https://github.com/ArtificialNotImbecile/dsh-context-taxonomy) — Context taxonomy. - [delef/dsh-free-web-search](https://github.com/delef/dsh-free-web-search) (★0) — Free web search with 10 engines (Bing/DuckDuckGo/SearXNG/AnySearch free + Exa/Tavily/Keenable/Perplexity/DeepSeek paid), automatic fallback chain, time-filtered advanced search, platform search (GitHub/Reddit), web page fetching, LRU caching, and a settings UI. No API keys required. - [chidaic/dsh-light-memory](https://github.com/chidaic/dsh-light-memory) (★1) — Lightweight memory plugin: four Markdown files (USER/PROJECT/WORKLOG/CONVENTION) with append/distill actions, zero external parts, prefix-cache-friendly dual-layer injection; `dsh plugin --profile web add dsh-light-memory`. ### Agent orchestration & Workflow **中文**:多 Agent 团队、可治理的工作流、会话蒸馏等"把一次性调度变成工程资产"的编排类插件。 - [NanmiCoder/dsh-agent-teams](https://github.com/NanmiCoder/dsh-agent-teams) (★30) — AgentTeams plugin for DSH. - [icetomoyo/dsh_workflow](https://github.com/icetomoyo/dsh_workflow) (★29) — Brings Claude Code's UltraCode to DSH; turns one-shot multi-agent dispatch into a generatable / savable / governable / observable / recoverable Workflow layer. - [btspoony/mstar-harness](https://github.com/btspoony/mstar-harness) (★38) — Skill-driven Harness / Loop Engineering Workflow Agent Plugin. - [LoserFox/distill](https://github.com/LoserFox/distill) (★11) — Automatic conversation distillation: background subagent reflection + skill create/update. - [titanwings/dsh-plannotator](https://github.com/titanwings/dsh-plannotator) (★1) — Plan annotator. - [yyh-001/dsh-companion](https://github.com/yyh-001/dsh-companion) (★2) — Companion plugin. - [vibeinging/dsh-work](https://github.com/vibeinging/dsh-work) (★2) — Work plugin. - [omdsh-dev/dsh-gomoku](https://github.com/omdsh-dev/dsh-gomoku) (★5) — Gomoku game plugin. - [ZK-Andy/dsh-continual-evolve](https://github.com/ZK-Andy/dsh-continual-evolve) (★11) — Continual self-evolution: versioned, auditable, rollback-safe harness state (prompt notes, memories, skills, subagent specs) refined from session trajectories. - [bpc-oss/dsh-routed-subagent](https://github.com/bpc-oss/dsh-routed-subagent) (⭐0) — Run a one-shot subagent fully mounted on any agent preset from any session, with per-call model/provider override, model pre-check, and external CLI engines (codex / claude / codebuddy) with background jobs, live progress, kill, and continuable sessions. - [bpc-oss/dsh-fork-to-preset](https://github.com/bpc-oss/dsh-fork-to-preset) (⭐0) — Fork any session into a different agent preset from the conversation header: a preset picker creates a new child session mounted on the chosen preset, inheriting the source session's completed turns. **DSH skill bundles (satan9394) — 207 skills in one monorepo**:原 20 个中文 skill 包已扩展并统一合并进单一仓库 [satan9394/dsh-skills-bundle](https://github.com/satan9394/dsh-skills-bundle),共 207 个 skill 型插件(`skills//SKILL.md` 经 `ctx.skills` 注册),覆盖 12 大分类:工程方法论 / API & 架构 / 前端 & UI / 后端 & DevOps / AI & ML / 安全 & 合规 / 写作 & 沟通 / 测试 / 数据 & 分析 / 产品 & 设计 / 效率 & 工具 / 生活 & 趣味。仓库带 `dsh-plugin` topic,可按需单独安装任意插件: - [satan9394/dsh-skills-bundle](https://github.com/satan9394/dsh-skills-bundle) — 207 DSH skill plugins in one monorepo (12 categories); install any single plugin via `github:satan9394/dsh-skills-bundle#path:plugins/`. - [nortejiang-tech/dsh-req-miner](https://github.com/nortejiang-tech/dsh-req-miner) (★0) — Requirements-mining sidebar plugin: per-session floating interview window driven by a continuable subagent (decision tree + frontier questions), reads the bound session's workspace and recent context, one-click return of the summarized requirement prompt to the composer. Install: `github:nortejiang-tech/dsh-req-miner`. - [weibaohui/hermes-loop](https://github.com/weibaohui/hermes-loop) (★0) — Automatic post-conversation retrospective that distills useful experience into reusable skills for the skill library, with approval mode and skill-library governance (archive/restore). - [weibaohui/dsh-continue](https://github.com/weibaohui/dsh-continue) (★0) — Auto-resume for interrupted agent sessions: rules route by failure type (rate limit, quota, auth, context overflow, crashed orphan) into backoff retry, model switch, resume-after-compaction, or stop-loss notification, with a visual rule editor. - [weibaohui/dsh-tasks](https://github.com/weibaohui/dsh-tasks) (★0) — Scheduled tasks: run a prompt on cron schedules, each run opens a new agent session to do the work, with workspace binding, manual run, session auto-naming, and a fullscreen task management page. - [weibaohui/experts-management](https://github.com/weibaohui/experts-management) (★0) — Expert manager: manage ntd-format experts and expert teams (plugin.json + Agent MD + skill sets), browse and install from a built-in market of 50+ experts, and run tasks in an expert persona via `/expert-` without consuming model directory tokens. - [weibaohui/context-razor](https://github.com/weibaohui/context-razor) (★0) — Context trimmer: lists the current session's context entries with role, preview and ≈token estimate (cl100k), highlights over-threshold items, and removes selected entries exactly without LLM summarization. - [zuoyunlai/lunheng-article-pipeline-dsh](https://github.com/zuoyunlai/lunheng-article-pipeline-dsh) (★4) — Long-form writing pipeline skill bundle: 9 independent roles T1-T9 across 6 phases — parallel literature/data/case retrieval, triangular evidence verification, a 23-check M-gate, a G0-G14 audit, peer-review scoring with journal matching, 4 human checkpoints — shipping role cards, templates and 11 zero-dependency verification scripts. Install: `dsh plugin add lunheng-article-pipeline`. ### Integrations & Bridges **中文**:把 DSH 接到 VS Code、桌面通知、或其它 Agent(Claude / Codex / Pi / OpenCode)的桥接类插件。 - [PandaPolo/dsh-voice-call](https://github.com/PandaPolo/dsh-voice-call) (★1) — Agent-initiated voice calls: `offer_call` rings the human (接听/拒接/稍后再说), accepted calls synthesize and play locally via CrispASR + Qwen3-TTS (9 speakers, 2 Chinese dialects), rejected calls return the decision to the agent. - [omdsh-dev/dsh-open-in-vscode](https://github.com/omdsh-dev/dsh-open-in-vscode) (★28) — Open workspace directories in VS Code directly from the web GUI. - [omdsh-dev/dsh-notification](https://github.com/omdsh-dev/dsh-notification) (★19) — Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules. - [Nagi-ovo/dsh-find-plugins](https://github.com/Nagi-ovo/dsh-find-plugins) (★12) — In-app plugin finder. - [YYTbit/dsh-plugin-claude-bridge](https://github.com/YYTbit/dsh-plugin-claude-bridge) — Bridge to Claude. - [YYTbit/dsh-plugin-codex-bridge](https://github.com/YYTbit/dsh-plugin-codex-bridge) — Bridge to Codex. - [YYTbit/dsh-plugin-pi-bridge](https://github.com/YYTbit/dsh-plugin-pi-bridge) — Bridge to Pi. - [YYTbit/dsh-plugin-opencode-bridge](https://github.com/YYTbit/dsh-plugin-opencode-bridge) — Bridge to OpenCode. - [bobleer/deepseek-harness-plugin-mcp](https://github.com/bobleer/deepseek-harness-plugin-mcp) — MCP plugin. - [labmimors/dsh-mcp-lens](https://github.com/labmimors/dsh-mcp-lens) (★5) — Progressive-disclosure MCP gateway for DSH: search remote tools, inspect exact input schemas on demand, then call an explicit server/tool pair. - [yoke233/dsh-openai-codex-auth](https://github.com/yoke233/dsh-openai-codex-auth) (★1) — OpenAI Codex auth. - [vvlife/dsh-agnes-paseo](https://github.com/vvlife/dsh-agnes-paseo) — Agnes AI model gateway (OpenAI-compatible) for dsh, plus a zero-dependency ACP bridge that registers DeepSeek Harness as a Paseo provider. - [nickhelion/dsh-qwen-token-plan-cn-responses](https://github.com/nickhelion/dsh-plugins/tree/main/packages/qwen-token-plan-cn-responses) (★0) — Qwen Token Plan CN Personal Responses API provider: official model/tool catalog sync, server-side web/code/extraction/image tools, DSH local functions, and image input. - [nickhelion/dsh-serverchan-notify](https://github.com/nickhelion/dsh-plugins/tree/main/packages/serverchan-notify) (★0) — ServerChan3 (Server酱) push notifications when an agent turn finishes — title, model, project directory, git branch, status and a reply excerpt, with subagent filtering and fire-and-forget delivery. - [vvlife/dsh-paseo-mobile](https://github.com/vvlife/dsh-paseo-mobile) — Connect your phone to dsh via Paseo: one-command setup registers dsh as a Paseo provider (zero-dependency ACP bridge), then scan the pairing QR in the Paseo mobile app. Model-agnostic: follows your existing dsh model config; mirrors dsh web sessions to the phone with context-aware follow-ups. - [SwainGao/dsh-plugin-ai-bridge](https://github.com/SwainGao/dsh-plugin-ai-bridge) (★1) — Bridge to external AI models (Codex / Claude / GPT / OpenAI-compatible relays) for read-only second-opinion code review, adversarial review, task delegation with resume threads, and non-blocking background jobs. `dsh plugin add dsh-plugin-ai-bridge@0.1.3`. - [Nwflower/dsh-chat-import](https://github.com/Nwflower/dsh-chat-import) (★54) — Import Claude Code / Codex / ChatGPT / Cursor chat histories as resumable DeepSeek Harness sessions. - [zyfgood/dsh-feishu-bot](https://github.com/zyfgood/dsh-feishu-bot) — Bridge a Feishu/Lark bot into DSH over the official WebSocket long connection (no public callback URL): echo/llm/agent reply modes with live streaming, mid-task steer questions, /attach GUI-session takeover, and feishu_* outbound tools. 飞书机器人接入:长连接免公网回调、agent 流式回复、任务执行中提问、/attach 接管 GUI 会话。 ### Sidebar, Workspace & Ecosystem **中文**:侧边栏工作台、`oh-my-dsh` 这类"插件库"、插件脚手架与注册表等生态基础设施。 - [omdsh-dev/DSH-better-sidebar](https://github.com/omdsh-dev/DSH-better-sidebar) (★66) — Full workbench sidebar with third-party tab registration: file render/edit, terminal, Git, subagent. - [sandbaseai/dsh-plugin-store](https://github.com/sandbaseai/dsh-plugin-store) (★1) — Native Store for DSH Settings: live catalog search, tag filters, ranking, runtime-verified installation, and installed-plugin inventory. - [LaplaceYoung/oh-my-dsh](https://github.com/LaplaceYoung/oh-my-dsh) (★12) — Plugin ecosystem: 700+ plugins wired only through extension seams, no agent-loop changes. - [kingjly/dsh-plugin-builder](https://github.com/kingjly/dsh-plugin-builder) (★1) — Plugin builder scaffolding. - [vlln/plugin-registry](https://github.com/vlln/plugin-registry) (★6) — Plugin registry. - [DeKrych/Dshell-plugins](https://github.com/DeKrych/Dshell-plugins) (★27) — Dshell plugin collection. - [HackSing/dsh-plugins](https://github.com/HackSing/dsh-plugins) / [Yihong89/dsh-plugins](https://github.com/Yihong89/dsh-plugins) — Plugin collections. - [coppynight/dsh-doctor](https://github.com/coppynight/dsh-doctor) (★2) — Diagnostics / doctor. - [yyh-001/dsh-expression](https://github.com/yyh-001/dsh-expression) (★1) — Expression plugin. - [Chinesezjc/dsh-interconnect](https://github.com/Chinesezjc/dsh-interconnect) (★8) — Cross-instance message/event handoff. - [weibaohui/skills-management](https://github.com/weibaohui/skills-management) (★1) — Skill marketplace and manager: manage skills from all local coding agents (10+ executors, incl. Claude Code and Codex) in one page and import them into the DSH skill library; built-in market of 6600+ skills, per-skill token-overhead stats, and model visibility control. - [weibaohui/dsh-smart-title](https://github.com/weibaohui/dsh-smart-title) (★0) — Smart session titles for DSH: after each conversation turn an independent auxiliary LLM call summarizes the full user+assistant transcript into a title that follows the session's real topic instead of echoing the first message; the first message is titled instantly, failed built-in titles auto-retry on later turns, manual renames are never overwritten, and subagent/fork sessions are skipped. ### Fun & Misc **中文**:合影墙、音乐、框架类实验等"好玩 / 杂项"插件。 - [SenmuuuuW/dsh-group-photo](https://github.com/SenmuuuuW/dsh-group-photo) (★11) — Internal-test group-photo wall (GitHub OAuth, frozen allowlist). - [syy-shark/dsh-music-plugin](https://github.com/syy-shark/dsh-music-plugin) — Music plugin. - [unknowbug/RE-Framework](https://github.com/unknowbug/RE-Framework) (★5) / [unknowbug/anchorlaw](https://github.com/unknowbug/anchorlaw) (★4) — Frameworks. - [hxs996-beep/deepAct](https://github.com/hxs996-beep/deepAct) (★7) — deepAct. - [aga-j/dsh-mini-games](https://github.com/aga-j/dsh-mini-games) — Pure-frontend mini-game collection in the web details panel: guess-the-number, 2048, minesweeper (`dsh plugin --profile web add dsh-mini-games`). - [weibaohui/dsh-xiuxian](https://github.com/weibaohui/dsh-xiuxian) (★0) — Xianxia desktop pets tied to live agent sessions: pixel-style companions appear as subagents spawn (up to 3 on screen), with storage-bag collection, a right-click artifact menu, and Codex pet-format export. ## Hands-on Notes **中文 · 实战评测**:下面挑了 6 个有代表性的高星插件,按"怎么装 / 怎么用 / 坑点"写成可直接照着做的短评测(star 数为 2026-08-13 当晚撰写时数据)。涉及 `dsh-external/*` 私有仓库的,已标注需要读取权限。 **English · hands-on notes**: short, copy-pasteable reviews of six representative high-star plugins — install / use / gotchas. Star counts are from the night of 2026-08-13. Entries under `dsh-external/*` are private repos and need read access. ### dsh-web-ui — Web UI 全家桶(★311) **装**:npm 已发布到 `@linxin666` scope,推荐直接装聚合包: `dsh plugin --profile web add @linxin666/dsh-web-ui-all`;只要皮肤就装 `@linxin666/dsh-skins`。装完重启 `dsh web`,侧边栏即出现全部入口。 **用**:任务看板(支持 cron 定时让 DSH 会话自动执行,如每天升级 DSH / 周一生成周报)、 Git 图谱、右侧预览面板(Markdown/HTML/代码/diff/CSV/PDF/Office/图片)、鲸鱼娘宠物、 实时 TPS 与令牌统计、移动端远程控制、以及 SSH 远程运维(xterm 终端 / SFTP / 端口转发 / 集群并发执行)。 **坑**:首次安装若报 `ERR_PNPM_IGNORED_BUILDS`,按提示把 `cloudflared` / `ssh2` 等加入 profile 的 `pnpm-workspace.yaml` 的 `allowBuilds` 再重跑。验证是否挂上可用 `dsh --profile web --dump-config`。 *Install `@linxin666/dsh-web-ui-all` to get the whole bundle (task board, git graph, right panel, pet, live token stats, mobile remote, SSH ops). Add `@linxin666/dsh-skins` for skins only. Restart `dsh web` after install. If you hit `ERR_PNPM_IGNORED_BUILDS`, allowlist `cloudflared`/`ssh2` in the profile's `allowBuilds`.* ### dsh-cc-tui — Claude Code 风格全屏终端(★103) **装**:`dsh plugin --profile cc-tui add dsh-cc-tui`(会自动初始化 `cc-tui` profile),然后 `dsh --profile cc-tui` 启动;或仓库根目录 `sh install.sh` (Windows 用 `dsh-cc.cmd`,支持 `--resume` 恢复上次会话)。 **用**:像素鲸鱼顶栏 + 启动手绘动画、实时工作状态行(在跑哪个工具 / 思考文案)、 思考过程流式展开、双击 Esc 时间回溯(fork 重放历史消息)、底部蓝白上下文进度条 + TPS 仪表、复刻 CC 的 `/` 命令菜单(`/plan` `/goal` `/compact` `/review` 等全部走官方链路)。 **坑**:需要官方 `dsh` CLI 与 `pnpm`;纯插件挂载,卸载即完全还原。它**不消费审批流** (`/permissions` 仅说明现状);`/model` 实时切换走"会话 fork 续聊"而非原位换模型。 *A Claude-Code-style full-screen TUI: pixel-whale banner, live status row, streaming thinking, double-Esc rewind (fork + replay), context bar + TPS meter, and CC-style `/` commands that all ride DSH's official services. Pure Cordis mount — removing the plugin fully restores the host. No approval-flow UI yet.* ### DSH-better-sidebar — 侧边栏完整工作台(★71) **装**:npm 已发布 `dsh-better-sidebar@0.10.2`: `dsh plugin --profile web add dsh-better-sidebar@0.10.2`,装完重启 DSH 并硬刷新 (Cmd/Ctrl+Shift+R)。嫌麻烦可 `curl -fsSL /scripts/install.sh | bash`,脚本会 自动处理 `allowBuilds` 与旧挂载行。 **用**:右侧栏 + 底部面板双工作台——资源管理器(懒加载目录树、`@文件` 引用)、 CodeMirror 编辑预览(Office/PDF/HTML 沙箱 iframe)、内嵌浏览器(沙箱 iframe)、 xterm 真实终端(每会话最多 3 个)、Git 面板(真 diff + 暂存/提交)、后台任务页。 暴露 `ctx.betterSidebar` 服务,其它插件可注册侧边栏 Tab 与文件预览器。 **坑**:pnpm 11 的 `strict-dep-builds` 可能拦截 `node-pty` 构建,执行 `pnpm approve-builds --all` 再重跑;Git 面板无 push/pull/fetch; `.xlsx` 不保留单元格样式,Office 预览约 23MB 首次较慢。 *Right-sidebar + bottom-panel workbench: file explorer, CodeMirror editor with Office/PDF/HTML preview, sandboxed in-app browser, real xterm terminal, git panel, background-task view. Exposes `ctx.betterSidebar` so other plugins can register tabs/viewers. On pnpm 11 run `pnpm approve-builds --all` if node-pty's build is ignored. Git panel has no push/pull; Office preview is ~23MB on first load.* ### dsh-vision-toolkit — 让纯文本模型"看见"(★110,私有仓库) **装**:目前是 `dsh-external` 私有 GitHub release,需对该仓库的读取权限。 `git clone https://github.com/dsh-external/dsh-vision-toolkit.git` 后 `dsh plugin --profile web add "$PWD/dsh-vision-toolkit"`(Web 和 Headless 各加一次)。 Web 端进 **Settings → Vision Toolkit**,配一个 DSH Credential(如 `VISION_API_KEY`) 并点 **Test connection**。 **用**:会话里把图片放进 workspace 路径,调用 `/vision-tools` 激活,再让 Agent 用 `vision_glance`(图像问答)、`vision_ground`/`vision_detect`(定位框)、 `vision_crop`/`vision_trace`(裁剪/转 SVG)、`vision_pixel_diff`(像素比对)、 `vision_long_screenshot_ocr`(长截图 OCR)等 10 个工具。本地裁剪 / trace / 像素差 **不需要**视觉 API;远程识别需一个 OpenAI 兼容视觉端点(managed runtime 会自动装好 Python 3.11+ 环境)。 **坑**:私有仓库,没权限 `git clone` 会失败;远程工具需要配 Credential,否则只有本地 工具可用。 *Gives text-only DSH agents eyes via 10 structured vision tools (Q&A, grounding, OCR, pixel diff, UI restoration…). Private `dsh-external` repo — needs read access. Local crop/trace/diff need no vision API; remote recognition needs an OpenAI-compatible endpoint configured as a DSH Credential. Managed runtime auto-prepares Python 3.11+.* ### oh-my-dsh — 687 个插件的能力库(23 轮差距登记,5286 测试全绿) **定位**:从 opencode / oh-my-pi / Codex / Claude Code / pi / Goose 等对照,把有用能力 以 DSH 插件形态重写——**只走扩展接缝**(`ctx.effect()` / `ctx.on()` / `ctx.tools`), 不改 agent-loop、不引入热路径开销。已登记 23 轮差距、687 个插件。 **用**:仓库按 `plugins//` 组织,每个都是独立 DSH 插件。 `pnpm install && pnpm test` 跑全部;单个插件 `cd plugins/ && pnpm test`。 端到端验证(`e2e/run-e2e.sh`)需要 `DSH_HOME/.env` 里的 `DEEPSEEK_API_KEY`。 **坑**:这是插件"**源码库 / 能力库**",不是一条 `dsh plugin add` 就能装全家桶的聚合包; 要按需挑选具体插件单独安装。 *A capability library: 687 plugins rewritten from opencode / Claude Code / Codex / pi / Goose etc., all through DSH's extension seams (no agent-loop changes). 5286 tests green. It's a source/ability repo, not a one-line aggregate — pick and install individual plugins under `plugins//`. e2e needs `DEEPSEEK_API_KEY`.* ### dsh_workflow — 把多 Agent 调度升级成可治理 Workflow(★30,私有仓库) **装**:`dsh-external` 私有仓库, `dsh plugin --profile web add "github:dsh-external/dsh_workflow#main"`, `dsh --profile web --dump-config` 验证配置里出现 `dsh-external-workflow` 行后重启。 **用**:会话里 `/workflow list` 看内置/项目/个人 workflow;`/workflow parallel-investigation {"question":"…"}` 跑并行调研;`/workflow create 设计一个并行安全评审流程` 现场生成; `/workflow review --risk high --requirement "不得破坏公开 API" --wait` 跑受控评审。 支持命名/项目/个人 workflow、run graph、暂停/恢复/重跑/续跑、成本记录,以及 capability-only VM(QuickJS WASM)安全边界。 **坑**:需 Node >=22.19 且与 `compatibility.json` 一致的 DSH 快照;`github:` 安装需对该 私有仓库读取权限;`/workflow create` 形式**不接受** `--wait`,同步等待请用命名 workflow 的 `--wait`。同类多 Agent 主题另见 `dsh-agent-teams`。 *Upgrades one-shot multi-agent dispatch into a governable Workflow layer: named/project/personal workflows, run graph, pause/resume/rerun, cost records, and a QuickJS-WASM capability-only sandbox. Private `dsh-external` repo — `github:` install needs read access and Node >=22.19. `/workflow create` does not accept `--wait`; use it on named workflows. For teams of agents, see `dsh-agent-teams`.* ## Other awesome lists (meta) These are community "awesome" indexes for DSH — useful cross-references, some with daily compatibility tracking: - [AdamPlatin123/awesome-dsh-plugins](https://github.com/AdamPlatin123/awesome-dsh-plugins) (★187) — Directory with daily compatibility tracking. - [0xsline/awesome-deepseek-harness](https://github.com/0xsline/awesome-deepseek-harness) (★84) — Curated plugins/tools/infra from `dsh-external/hub` and the `dsh-plugin` topic. - [Alex-Yanggg/awesome-DSH-plugin](https://github.com/Alex-Yanggg/awesome-DSH-plugin) (★27) - [awesome-dsh-plugin/awesome-dsh-plugin](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin) (★19) - [bruc3van/awesome-dsh-plugin](https://github.com/bruc3van/awesome-dsh-plugin) (★8) - [walkinglabs/awesome-deepseek-harness-plugins](https://github.com/walkinglabs/awesome-deepseek-harness-plugins) (★1) - [satan9394/dsh-public](https://github.com/satan9394/dsh-public) (★0) — 统一精选目录:合并 awesome-deepseek-harness 与 awesome-deepseek-harness-plugins,跨源去重、剔除死链(3362 条)。A single deduplicated DSH curated list (plugins / skills / MCP / UI) merged from both awesome lists. ## Contributing **中文**:两种方式让插件被收录,二选一即可—— **通道 A · 零维护(推荐)**:直接给你的 GitHub 仓库打上 **`dsh-plugin`** 话题。 [PLUGINS.md](PLUGINS.md) 由 [update.yml](.github/workflows/update.yml) 每天从 该话题自动抓取刷新,**无需提 PR**,约 24 小时内就会出现在快照里。 **通道 B · 进精选列表**:想进上面人工分类的精选 README?提一个 PR,把它加到合适的 分类(附一句话描述与当时的 star 数)。这个 PR 会被 [review-pr.yml](.github/workflows/review-pr.yml) **按规则自动审核**: - ✅ 只能改 `README.md`(不能顺手改其他文件); - ✅ 新增的每个仓库必须公开存在; - ✅ 必须明显是 DSH 插件——要么带 `dsh-plugin` 话题,要么名称/描述里出现 DeepSeek Harness / DSH / Cordis / 外挂 / 插件 等字样; - ✅ 不能与已有条目重复; - ⚠️ `dsh plugin add ` 安装命令需格式正确。 全部通过会打 `auto-approved` 标签并**自动合并**;不通过会打 `changes-requested` 并指出原因,改完重推即可。维护者仍可随时人工覆盖。 完整规则见 [CONTRIBUTING.md](CONTRIBUTING.md)。 Found or built a plugin? Make it discoverable — pick either: **Channel A · Zero maintenance (recommended):** just add the **`dsh-plugin`** topic to your GitHub repo. [PLUGINS.md](PLUGINS.md) is fetched daily from that topic by [update.yml](.github/workflows/update.yml) — no PR needed; it appears in the snapshot within ~24h. **Channel B · Curated list:** want it in the categorized README above? Open a PR adding it to the right section (one-line description + star snapshot). The PR is **auto-reviewed by rules** via [review-pr.yml](.github/workflows/review-pr.yml): - ✅ Only `README.md` may be changed. - ✅ Every added repo must exist and be public. - ✅ Must be clearly DSH-related: carry the `dsh-plugin` topic, or mention DeepSeek Harness / DSH / Cordis / 外挂 / 插件 in name or description. - ✅ No duplicates of existing entries. - ⚠️ `dsh plugin add ` install commands must be well formed. All checks pass → auto-labeled `auto-approved` and **auto-merged**. Otherwise `changes-requested` with reasons; push a fix to re-run. A maintainer can still override at any time. Full rules: [CONTRIBUTING.md](CONTRIBUTING.md). ## License The list content is released under [CC0 1.0](LICENSE). Individual plugins keep their own licenses (mostly MIT, some CC BY-NC-SA for skins).