证据快照复核于 2026-09-16GitHub 数据核对日期: 2026-08-21
来源已审查资源发现与管理deepseek-harness Profile

Awesome DeepSeek Harness Plugins

用于发现 DeepSeek Harness 插件、工具、主题、桥接和扩展的精选目录。

快速了解

它能做什么

用于发现 DeepSeek Harness 插件、工具、主题、桥接和扩展的精选目录。

本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。

能力
发现与管理Plugin 发现Plugin 管理文档

选择前先看

按类别浏览 DeepSeek Harness 生态条目,涵盖网页界面与终端增强、视觉能力、Agent 工作流、集成和插件基础设施。README 还说明了常见 DSH 插件安装形式,并为部分条目提供实战说明。

适合谁

希望在安装前查找特定扩展或比较生态选项的 DeepSeek Harness 用户。

常见任务

  • 按终端界面、视觉、工作流编排、集成或主题等方向寻找 DSH 插件。
  • 了解文档中 npm 包和 GitHub 托管插件的常见安装方式。
  • 参考已列部分插件的安装说明和已知注意事项。

权限与数据

阅读此目录无需凭据。安装或使用其中链接的插件时,可能另有权限、凭据、构建步骤或数据处理要求。

权限
  • 阅读仓库目录本身未说明需要任何权限。
  • 各链接插件可能有各自的权限要求。
数据处理
  • 目录本身未说明会收集用户数据。
  • 部分集成类条目可能按其各自仓库或服务的规则处理数据。
外部服务
  • 该资源链接到 GitHub 仓库和外部生态网站。
  • 不同条目可能连接模型提供商、浏览器、消息系统或其他服务。
凭据
  • 阅读此资源未说明需要凭据。
  • 请检查所选插件自身的凭据要求。

局限

  • 这是目录资源,不是可一键安装的聚合插件包。
  • README 说明星标数是发布初期快照,可能已经过时。
  • README 中的链接和维护者描述不代表本次策展已独立验证每个插件的运行情况。
  • 目录采用 CC0 的许可不适用于各个链接插件。

DSHub 已核对

  • 所提供的固定快照包含分类的 DSH 扩展目录和安装方式说明。
  • 所提供的 LICENSE 声明目录内容采用 CC0 1.0。

DSHub 未核对

  • 本次策展未安装、运行或测试任何链接插件的兼容性。
  • 未独立验证各链接插件当前是否可用、安全、持续维护,或其功能声明是否成立。

固定版本安装

主要操作

这个资源没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。

访问源码项目

维护者原文

项目 README

查看 commit 96580fc 对应的 README
维护者编写的上游内容原文于 2026/9/11README.md 获取,正文和仓库相对媒体固定到 commit 96580fc2b79e,内容哈希为 bf638de04858。以下是未经 DSHub 翻译的上游原文,语言可能与当前页面不同;第三方托管的 badge 可能独立更新。

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.

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 引用、消息分支编辑、会话回滚等"好不好用全靠它"的小工具。

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.

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.

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

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.

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

有意识地管理

安装与管理

前置条件与目标 Profile

目标 deepseek-harness Profile

交付方式 仅文档 — https://raw.githubusercontent.com/vvlife/awesome-deepseek-harness-plugins/96580fc2b79edb874cf334b8c28ec2b523e4d64c/README.md

兼容性与访问范围

DeepSeek Harness ecosystem directory; no runtime component Not declared in supplied evidence

检查兼容性证据

风险事实

third-party-content

Entries link to independent third-party plugins whose licenses and behavior vary.

证据
证据与编辑审查Manifest、Bundle patch、分发与新鲜度

不可变证据

审查状态与源码活动

AI 已审查

将此目录作为发现入口。选定具体插件后,先评估其仓库,再授予凭据、文件访问或 Agent 权限。

AI 审查于 2026/9/11 UTC 13:54GitHub 事实核对日期: 2026/9/11 UTC 13:54

自当前证据基线以来,没有记录到重要源码变化。

下一步

比较生态 Artifact 类型

订阅重要变化: Awesome DeepSeek Harness Plugins