DSH Plugins Marketplace

DSH Plugins

Plugins

/

awesome-deepseek-harness-plugins

v

awesome-deepseek-harness-plugins

Discovered9

A curated list of plugins, tools, skins, and extensions for DeepSeek Harness (DSH).

Awesome DeepSeek Harness Plugins

中文导读:这是 DeepSeek Harness(DSH)生态的插件精选列表,英文为主维护,中文说明见各章节标题下方。想直接上手的高星插件评测请看 Hands-on Notes

A curated list of plugins, tools, skins, bridges, and extensions for 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 (regenerated daily by update.yml).

生态入口 / Ecosystem:想找插件不想翻列表?去 WhaleHub —— 基于本列表每日同步的可视化插件市场(搜索 / 分类 / 一键复制安装命令,还能装进 DSH Web 里点一下直装)。想零配置上手 DSH?试 DeepSeek Harness Desktop —— 自包含 macOS APP(内置 Node + dsh + Paseo),拖进「应用程序」即用。

Contents

How to install a plugin

中文:DSH 把插件当作 Cordis bundle 加载,最常用的两条路:npm 包用 dsh plugin add <npm-package>,仓库托管(.dsh-plugin 形态)用 github:<owner>/<repo> 形式。

DSH loads plugins as Cordis bundles. Two common paths:

# npm-scoped plugin (recommended)
dsh plugin add <npm-package>

# repo-hosted plugin (the .dsh-plugin format)
# add to your profile's cordis.yml, or via the CLI patch layer:
# github:<owner>/<repo>#<ref>&path:/.dsh-plugin

Start the Web UI and manage models/workspaces there:

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 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 (★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 (★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 (★56) — "Whale-girl" skin series (maid-atelier), CC BY-NC-SA 4.0.

  • 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 (★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 (★61) — Tongue-in-cheek 2005-style Chinese-site ads in the sidebar / chat feed / popups.

  • alingalingling/ui-status-label (★18) — Customize the "deep diving" thinking-status label however you like.

  • omdsh-dev/dsh-genui (★9) — GenUI: interactive components (layout, charts, mermaid, 3D) rendered inline via the dsh-ui fence.

  • vlln/whale-girl (★10) — Desktop-pet plugin (QQ-pet style): draggable, feedable, accumulative companion.

  • Nagi-ovo/dsh-visualize (★15) — Generative UI: the model draws interactive HTML cards straight into the chat stream.

  • ZSeven-W/dsh-openpencil (★19) — OpenPencil design preview & editing plugin.

  • omdsh-dev/dsh-annotation (★9) — Select text → annotate → send as a message; bubble-hidden annotation blocks.

  • Anionex/dsh-computer-use (★6) — Computer-use plugin for DSH.

  • 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 (★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.

  • Iambatman1928/dsh-xingye (★0) — Turns a DeepSeek Harness session into a local chat agent: characters and personas, several archive threads per character, an undoable/rewindable local transcript, and an event book.

Terminal & Desktop

中文:把 DSH 从网页端带到终端、桌面,或做成独立 App / 启动器。

  • 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 (★53) — DSH terminal UI.

  • chen-001/dsh-grok-tui (★5) — Grok-style TUI.

  • 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 (★9) — Lightweight Windows launcher: silent logon autostart + a minimal WebView2 window instead of a full browser.

  • bitterSmilezzz/dsh-mac-desktop (★1) — macOS desktop wrapper.

  • hanelalo/browser-bridge (★17) — Let your agent drive your real browser window like you would.

  • Lum1104/dsh-browser (★16) — Chrome sidebar extension so DSH operates your browser directly, no vision needed.

  • whiteguo233/dsh-openbiliclaw (★4) — Bilibili integration for DSH.

  • 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 (★1) — DSH WSL presets: minimal-wsl + code-wsl with WSL Linux bash + bwrap sandbox and anchored bootstrap.

Vision & Multimodal

中文:让纯文本模型也能"看图":图像问答、长截图 OCR、UI 还原、像素比对等。

Tools & Editor UX

  • 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 (★21) — Codex-style @file mentions: search workspace files in the composer and attach their contents to prompts.
  • omdsh-dev/dsh-custom-tool (★17) — Create & manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle.
  • Moeblack/dsh-message-edit (★9) — Branch-based message editing, reroll, retry, version timeline.
  • Anionex/dsh-turn-rewind (★16) — Rewind conversation + workspace state via a persistent Change Ledger.
  • Electricitysheep/dsh-tool-turbo (★1) — Tool turbo.
  • LingLambda/dsh-undo (★1) — Undo support.
  • fakechris/dsh-track (★1) — Tracking helper.
  • omdsh-dev/dsh-plugin-skills (★1) — Skills plugin.
  • leechen298/Code2Skill (★4) — Generates Function, MCP, Agent Skill, and offline test packages from existing code as an installable DSH bundle.
  • omdsh-dev/dsh-mnemon (★1) — Mnemonics plugin.
  • ArtificialNotImbecile/dsh-context-taxonomy — Context taxonomy.
  • 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 (★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.
  • weibaohui/dsh-file-share (★1) — Session workspace file manager: adds a "Files" tab to the conversation area to browse the current session workspace directory tree and manage it in place (upload, download, mkdir, rename, delete, search), with files mentionable into the composer for the agent to process.

Agent orchestration & Workflow

中文:多 Agent 团队、可治理的工作流、会话蒸馏等"把一次性调度变成工程资产"的编排类插件。

  • NanmiCoder/dsh-agent-teams (★30) — AgentTeams plugin for DSH.
  • 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 (★38) — Skill-driven Harness / Loop Engineering Workflow Agent Plugin.
  • LoserFox/distill (★11) — Automatic conversation distillation: background subagent reflection + skill create/update.
  • titanwings/dsh-plannotator (★1) — Plan annotator.
  • yyh-001/dsh-companion (★2) — Companion plugin.
  • vibeinging/dsh-work (★2) — Work plugin.
  • omdsh-dev/dsh-gomoku (★5) — Gomoku game plugin.
  • 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 (⭐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 (⭐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,共 207 个 skill 型插件(skills/<name>/SKILL.mdctx.skills 注册),覆盖 12 大分类:工程方法论 / API & 架构 / 前端 & UI / 后端 & DevOps / AI & ML / 安全 & 合规 / 写作 & 沟通 / 测试 / 数据 & 分析 / 产品 & 设计 / 效率 & 工具 / 生活 & 趣味。仓库带 dsh-plugin topic,可按需单独安装任意插件:

  • 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/<name>.

  • 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 (★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 (★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 (★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 (★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-<name> without consuming model directory tokens.

  • 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 (★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.

  • weibaohui/dsh-process (★1) — Process management: brings ntd-style processes (multi-stage, multi-step agent workflow templates) into the dsh web UI — browse, edit, validate, import/export and AI-generate processes; the built-in library is read-only while the personal library is writable with live file sync, and agents read the library through process_* tools and advance work stage by stage.

Integrations & Bridges

中文:把 DSH 接到 VS Code、桌面通知、或其它 Agent(Claude / Codex / Pi / OpenCode)的桥接类插件。

  • 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 (★28) — Open workspace directories in VS Code directly from the web GUI.

  • omdsh-dev/dsh-notification (★19) — Desktop notifications for turn completions, with per-outcome controls and include/exclude keyword rules.

  • Nagi-ovo/dsh-find-plugins (★12) — In-app plugin finder.

  • YYTbit/dsh-plugin-claude-bridge — Bridge to Claude.

  • YYTbit/dsh-plugin-codex-bridge — Bridge to Codex.

  • YYTbit/dsh-plugin-pi-bridge — Bridge to Pi.

  • YYTbit/dsh-plugin-opencode-bridge — Bridge to OpenCode.

  • busabase/busabase-dsh-plugin (★5) — Connects DSH to a local or cloud Busabase knowledge base and database: search approved knowledge and propose structured-data changes for human review. Install: dsh plugin --profile web add @busabase/dsh-plugin.

  • bobleer/deepseek-harness-plugin-mcp — MCP plugin.

  • 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 (★1) — OpenAI Codex auth.

  • 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 (★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 (★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 — 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 (★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 (★54) — Import Claude Code / Codex / ChatGPT / Cursor chat histories as resumable DeepSeek Harness sessions.

  • 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 会话。

  • weibaohui/dsh-webdav-server (★1) — WebDAV server: turns a shared directory into a WebDAV service that Windows, macOS and Linux can mount as a local disk, with token authentication, optional read-only mode, configurable directory/port/token, and per-platform mounting guides built into the settings page.

  • weibaohui/dsh-git-server (★1) — Git server: embeds ts-gogs (a TypeScript reimplementation of Gogs) and serves a full Git service on its own port — HTTP clone/push, web UI, issues/PRs/wiki — reusing user-management credentials, start/stop from the settings page.

  • weibaohui/dsh-sync (★3) — Multi-machine sync: keeps multiple dsh replicas consistent through one private GitCode repository — skills, sessions, settings and plugin manifests each with an independent switch; changes go through branch, PR and merge, remote-only additions are pulled back before every push so nothing is deleted, and an AI smart-align step semantically merges files both sides changed (plus one-click conflict resolution); private repos enforced, pull never overwrites local edits.

Sidebar, Workspace & Ecosystem

中文:侧边栏工作台、oh-my-dsh 这类"插件库"、插件脚手架与注册表等生态基础设施。

  • omdsh-dev/DSH-better-sidebar (★66) — Full workbench sidebar with third-party tab registration: file render/edit, terminal, Git, subagent.
  • 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 (★12) — Plugin ecosystem: 700+ plugins wired only through extension seams, no agent-loop changes.
  • kingjly/dsh-plugin-builder (★1) — Plugin builder scaffolding.
  • vlln/plugin-registry (★6) — Plugin registry.
  • DeKrych/Dshell-plugins (★27) — Dshell plugin collection.
  • HackSing/dsh-plugins / Yihong89/dsh-plugins — Plugin collections.
  • coppynight/dsh-doctor (★2) — Diagnostics / doctor.
  • yyh-001/dsh-expression (★1) — Expression plugin.
  • Chinesezjc/dsh-interconnect (★8) — Cross-instance message/event handoff.
  • 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 (★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.
  • weibaohui/dsh-fde-tools (★0) — FDE toolbox bundle: installing this one plugin pulls in a curated set of common dsh plugins (git server, WebDAV mount, knowledge base, scheduled tasks, auto-resume, UI tweaks, auto-retrospection, file manager, smart titles, task board, plugin market, context trimmer, IM bridge, sidebar enhancements), with a panel showing install status and one-click gap-filling.
  • weibaohui/dsh-kb (★1) — Team knowledge base for offline knowledge sharing (FDE box scenario): browse, full-text search and refinement entry points; raw material is queued automatically and distilled into wiki pages by a serial bot session (Karpathy LLM Wiki pattern: immutable raw, two-step refinement, log stream, monthly lint).

Fun & Misc

中文:合影墙、音乐、框架类实验等"好玩 / 杂项"插件。

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.yamlallowBuilds 再重跑。验证是否挂上可用 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.2dsh plugin --profile web add dsh-better-sidebar@0.10.2,装完重启 DSH 并硬刷新 (Cmd/Ctrl+Shift+R)。嫌麻烦可 curl -fsSL <repo>/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.gitdsh 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/<gap-id>/ 组织,每个都是独立 DSH 插件。 pnpm install && pnpm test 跑全部;单个插件 cd plugins/<gap-id> && 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/<gap-id>/. 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:

Contributing

中文:两种方式让插件被收录,二选一即可——

通道 A · 零维护(推荐):直接给你的 GitHub 仓库打上 dsh-plugin 话题。 PLUGINS.mdupdate.yml 每天从 该话题自动抓取刷新,无需提 PR,约 24 小时内就会出现在快照里。

通道 B · 进精选列表:想进上面人工分类的精选 README?提一个 PR,把它加到合适的 分类(附一句话描述与当时的 star 数)。这个 PR 会被 review-pr.yml 按规则自动审核

  • ✅ 只能改 README.md(不能顺手改其他文件);
  • ✅ 新增的每个仓库必须公开存在;
  • ✅ 必须明显是 DSH 插件——要么带 dsh-plugin 话题,要么名称/描述里出现 DeepSeek Harness / DSH / Cordis / 外挂 / 插件 等字样;
  • ✅ 不能与已有条目重复;
  • ⚠️ dsh plugin add <pkg> 安装命令需格式正确。

全部通过会打 auto-approved 标签并自动合并;不通过会打 changes-requested 并指出原因,改完重推即可。维护者仍可随时人工覆盖。

完整规则见 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 is fetched daily from that topic by 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:

  • ✅ 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 <pkg> 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.

License

The list content is released under CC0 1.0. Individual plugins keep their own licenses (mostly MIT, some CC BY-NC-SA for skins).

Comments

Loading…

Similar plugins

dsh-plugin-greet

by 0lidaxiang

DeepSeek Harness is a plugin-based system for building AI agents. Everything, from tools and models to the web UI, can be added or replaced as a plugin.

Manifest valid

4

210/wk

MIT

JavaScript

Sep 9, 2026

dsh plugin --profile web add dsh-plugin-greet

by aaravarr

DeepSeek Harness (DSH) plugin — a subagent_with_model tool plus a live multi-panel subagent viewer.

Manifest valid

3

42/wk

MIT

JavaScript

Aug 20, 2026

dsh plugin --profile web add @aaravarr/dsh-subagent-max

by DshMarketPlace

Browse and install DSH plugins from inside DeepSeek Harness. /store, a settings tab, and agent tools — bilingual.

Tools & CapabilitiesManifest valid

6

MIT

JavaScript

Aug 28, 2026

dsh plugin --profile web add dshmarketplace-plugin

by haveanote06

Plugin advisor for DeepSeek Harness: senses a need, checks installed plugins first, searches the dsh-plugin ecosystem with multi-signal quality scoring, and installs the best pick after confirmation.

Manifest valid

0

MIT

TypeScript

Aug 17, 2026

dsh plugin --profile web add dsh-plugin-advisor

by bobby-sheng

Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.

Manifest valid

0

MIT

JavaScript

Aug 19, 2026

dsh plugin --profile web add dshget-plugin

by jwilson411

A minimal, tested template for DeepSeek Harness plugins.

Manifest valid

0

MIT

JavaScript

Sep 1, 2026

dsh plugin --profile web add dsh-plugin-kit