🎁 福利专区全网大模型免费应用 + 新用户福利 + 注册活动入口,低成本玩转 AI
广告☁️ 云服务器特惠阿里云首购 8 折 · 腾讯云合作特惠
DeepSeek Harness Hub
← 返回列表

writeCasually/deepseek-harness-plugins

DeepSeek Harnessspec-screened扫描:低风险在 GitHub 查看 ↗
需源码安装

DeepSeek Harness 插件汇总

暂不能直接安装(需源码编译或环境不满足):仓库缺少 package.json,无法用 dsh 插件安装命令安装。 · 最近上游提交 2026/9/23 · 已提供中文文档

deepseek harness 插件视图

综合分
30.8
GitHub 分
30.8
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add writeCasually/deepseek-harness-plugins
仓库缺少 package.json,无法用 dsh 插件安装命令安装,改用 GitHub 源安装
信任档位:已验证本站已于 2 天前真实安装成功(L4 · 真实安装)
是什么
dsh 原生插件 · other
装得上吗
本站已真实安装成功(L4 · 真实安装,非静态推断)
安全吗
本站尚未对该插件做风险分级(暂未覆盖,不等同于无风险)
还在维护吗
活跃:最近一次提交在 2 天前

档位由下列信号合成:本站实装验证(真实安装,当前最高到 L4)· 验证所用 dsh 版本 · 静态安装检查 · 风险分级 · 仓库维护状态。下方各区块是它的证据明细。 验证判据与等级说明 →

🟢实装验证通过· 2026/9/23
由本站实装验证器在真实 dsh 环境安装成功,非静态推断。
数据截至 2026/9/23(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
安装兼容性检查需源码安装

以下结论由程序自动检查 npm 包、engines 声明与入口文件得出,未做人工实机验证——能装不等于用着没问题。

✗npm 包deepseek-harness-plugins(未发布到 npm,仅可源码安装)
✓Node 引擎未声明 engines.node
✓dsh CLI 依赖未声明 dsh 版本约束
✗入口文件缺少入口声明

仓库缺少 package.json,无法用 dsh 插件安装命令安装

验证方式:npm registry 存在性 + package.json 静态校验 · 最后验证 2026/9/23 19:04:23

用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

由 DeepSeek 最新模型翻译生成
DeepSeek Harness 插件汇总

| English

一个用于收集、展示和安全审查 DeepSeek Harness
(简称 DSH)社区插件的汇总项目。插件列表同时以网页和本 README 两种形式呈现,并每天自动检索
GitHub 上带 dsh-plugin 话题的仓库,经过代码安全审查后补充到汇总中。

汇总页面(GitHub Pages):

https://writeCasually.github.io/deepseek-harness-plugins/

项目简介

DeepSeek Harness 以“一切都是插件”为核心设计,社区围绕它产出了大量插件、皮肤与发行版。
本项目把这些分散在 GitHub 上的项目汇总到一处,方便开发者按名称、作者与功能快速查找。

主要能力:

- 网页汇总页:支持搜索、按分类与官方标记筛选,展示每个插件的名称、作者、功能简介与项目链接。
- 单一数据源:docs/plugins.json 同时驱动网页与 README 插件列表。
- 多语言简介:插件仓库存在 README.zh.md / README.en.md 等简洁文档时,网页会按当前语言展示对应简介,中文优先、英文兜底。
- DSH 适用性判断:先确认插件是否真正能在 DeepSeek Harness 运行,无法确认的不予收录。
- 分层安全与隐私审查:对非官方插件做证据化静态扫描(危险命令 / 代码执行 / 密钥泄露 / 混淆检测)
与供应链漏洞检查(OSV),可选 LLM 深度复核;审查留痕(commit、证据、覆盖率),详见
docs/security-review.md。
- 官方优先:DeepSeek AI 官方插件排在最前。
- 人工复核入口:自动检索结果以 Pull Request 形式提交,合并后即可发布到汇总页。

官方预设插件

DSH 随包分发一组官方内置插件(@deepseek-ai/,位于官方仓库
packages/ 目录)。它们的“作用”说明
独立维护、不参与社区插件的发现与安全审查 workflow:

- 独立数据源:docs/official-plugins.json(plugins 数组共 210 个内置插件)。
- 随网页独立“官方预设插件”区块展示;发现/审查脚本(scripts/)与 .github/workflows/ 只读写
docs/plugins.json,从不改写或审查官方数据文件。

可部署的官方 profile bundle:

| 包名 | 作用 |
| --- | --- |
| @deepseek-ai/dsh-base | 共享 dsh 核心,作为每个 profile 的第一层 patch:在空 profile 根上插入全套基础内置插件。 |
| @deepseek-ai/dsh-web-app | 浏览器界面 bundle:在 dsh-base 上叠加 web patch 层与运行期 glue 插件。 |
| @deepseek-ai/dsh-headless | 一次性 bundle:无 Host/HTTP/浏览器,直接跑核心 Agent/Session。 |

完整清单与每个包的作用见 docs/official-plugins.json。

插件列表

| 插件名称 | 作者 | 功能简介 |
| --- | --- | --- |
| archify | @tt-a1i | Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export. |
| reactive-resume | @amruthpillai | A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! |
| app | @reactive-resume | A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! |
| reactive-resume | @reactive-resume | 一款独一无二的简历生成器,注重保护你的隐私。完全安全、可定制、可移植、开源且永久免费。今天就试试吧! |
| OpenViking | @volcengine | 面向 AI 智能体的自进化上下文数据库。统一智能体记忆、知识 RAG 与技能。 |
| WeKnora | @Tencent | 开源 LLM 知识平台:将原始文档转化为可查询的 RAG、自主推理智能体和自维护 Wiki。 |
| dsh-desktop | @anywhere-labs | 为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。 |
| deepseek-harness-desktop | @anywhere-labs | 为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。 |
| voyager | @Nagi-ovo | 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。 / Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. |
| awesome-dsh-plugin | @awesome-dsh-plugin | DeepSeek Harness (dsh) 插件精选列表 · A curated list of plugins for DeepSeek Harness (dsh) |
| EverOS | @EverMind-AI | 面向每个 AI 智能体的可移植记忆层:本地优先、Markdown 原生、用户拥有,并可在应用、工具和工作流之间自进化。 |
| MemOS | @MemTensor | 面向 LLM 与 AI 智能体的自进化记忆操作系统:超持久记忆、混合检索和跨任务技能复用,节省 35.24% token,并支持 DeepSeek Harness。 |
| dsh-desktop | @dataelement | DSHDesktop:DeepSeek Harness Desktop / DeepSeek Harness 桌面版 |
| dsh-web-ui | @zhu1090093659 | DeepSeek Harness (DSH) Web UI 的插件与皮肤集合 - 任务板、git 图谱、右侧面板、远程移动端 UI、宠物、实时 token 统计和皮肤中心。 |
| dsh-web | @zhu1090093659 | DeepSeek Harness(DSH)Web 插件聚合生态包 · 一切皆插件,创意工坊分发 |
| dsh-routing-suite | @yjh051108 | dsh-routing-suite — 注入器 + 路由器标准套件:先安装运行时注入器,再安装任务感知的推理模式路由器预设(已实测 P1-P23)。 |
| BrowserSkill | @Tencent | 让 AI 智能体使用你真实的、已登录的浏览器,而不会打断你的工作。CLI + 扩展,可为任何具备 shell 能力的 AI 智能体实现浏览器自动化。 |
| ouroboros | @Q00 | 智能体操作系统:智能体自行变得更聪明。我们只需守住底线:评分命令和预期结果绝不会进入我们交给它的成功契约中。面试门控、分阶段评估、有预算的进化循环。MCP 服务器,13 种运行时:Claude Code、Codex CLI、Gemini CLI、OpenCode、Copilot、Kiro 等。 |
| loopx | @huangruiteng | 面向长周期智能体的控制平面,可在 Codex、Claude Code 及其他 harness 上实现持久、受治理的工作。 |
| loopx | @loopx-project | 面向长周期智能体的控制平面,可在 Codex、Claude Code 及其他 harness 上实现持久、受治理的工作。 |
| petdex | @crafter-station | 一个面向 Codex、Claude Code、DeepSeek Harness、Hermes、OpenCode、Gemini CLI 等的动画宠物公共画廊。 |
| dsh-anchored-standard | @xiaobright | 两阶段 DeepSeek Harness 预设:先进行与 Minimal 对齐的引导,然后启用完整的 Standard 工具(Project2 98/99) |
| DSH-better-sidebar | @omdsh-dev | 开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git, and sub-agent pages. |
| mirage | @strukto-ai | 全球首个面向 AI 智能体的统一虚拟文件系统 |
| ReMe | @agentscope-ai | ReMe:智能体记忆管理套件 - 记住我,完善我。 |
| dashi-taskboard | @chuspeeism | 一个本地优先的议题面板,可在浏览器中运行,也可通过独立 CDP 启动器或其注入脚本嵌入 Codex。同一套 HTTP API 为 React UI 和随附 Codex Skill 使用的 taskctl CLI 提供支持。 |
| dsh-TUI | @ccch1mneyyy | DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。  DSH 官方公众号推荐的 TUI 插件——Claude Code 风格:鲸鱼顶栏、实时状态、流式思考、双击 Esc 回滚、上下文进度条 + TPS。npm 一键安装。 |
| DeepSeek-Balance-Whale-Widget | @MeteorNOX | DeepSeek Harness(DSH)一只住在 DSH 界面右下角的小鲸鱼娘,帮你盯着DeepSeek账户余额。QQ弹弹,支持拖拽吸附、左吸附翻转、数字滚动动画,随界面自动启用,建议直接喊来你的dsh安装 |
| deepseek-harness-desktop | @dsh-tauri | DeepSeek Harness Tauri 桌面版 \| 安装包仅 5mb,零环境配置,预置插件,支持 Windows / macOS / Linux。 |
| treg | @superdesigndev | 面向 agent 工具的 OpenRouter。在此加入社区:https://discord.gg/6mQYYfFMAn |
| BitFun | @GCWing | BitFun 将用 Rust 编写的高性能 agent 运行时与精致的桌面应用相结合。它兼具 Code Agent 的深度与开放、通用的能力,可胜任软件开发之外的工作。 |
| OpenBitFun | @GCWing | OpenBitFun 将用 Rust 编写的高性能 agent 运行时与精致的桌面应用相结合。它兼具 Code Agent 的深度与开放、通用的能力,可胜任软件开发之外的工作。 |
| dsh-deep-whale | @Small-tailqwq | 适用于 DeepSeek Harness 的鲸鱼娘系列皮肤。 适用于 DeepSeek Harness 的,鲸鱼娘系列皮肤。 |
| dsh-infinite-gen-2 | @Minglink | DeepSeek 专用破甲插件「无限二代」dsh-infinite-gen-2 — 面向 DeepSeek 的破甲插件,稳定化破甲提示词,求 Star 收藏 ⭐ |
| dsh-infinite-gen-3 | @Minglink | DeepSeek 专用破甲插件「无限三代」dsh-infinite-gen-3 — 面向 DeepSeek 的破甲插件,破甲版:稳定化破甲,求 Star 收藏 ⭐ |
| dsh-infinite-gen-4 | @Minglink | DeepSeek v4.1 flash 网络安全红队工具(无限四代) — 面向 DeepSeek 的越狱提示词与测试套件    求 Star 收藏 ⭐欢迎大家提交项目的改进 |
| dsh-agent-teams | @NanmiCoder | dsh-agent-teams 让当前 DeepSeek Harness 会话成为队长:创建可续聊的子 Agent、把目标拆成有依赖的任务,并通过直达消息协调成员工作。 |
| dsh-context | @bowenliang123 | 最佳的 DeepSeek Harness 上下文洞察与管理插件,具备上下文仪表盘/浏览器和上下文命令,用于上下文统计、组成、分解、演进详情,理解上下文如何构成以及如何演进。一站式 DeepSeek Harness 上下文可视化插件,Context 面板及浏览器与 Context 命令,透视上下文组成、演进、压缩、剪枝等事件与动作。 |
| deepseek-design | @Devin-AXIS | DeepSeek Harness 可编辑设计系统:AI 生成、可视化编辑、模板市场与 PPT|Native Design & PPT Studio for DeepSeek Harness. |
| awesome-dsh-plugins | @AdamPlatin123 | 前部索引仓库(Radar):自动扫描发现所有 dsh 插件候选,经测试合格的移入后序精选目录仓库。 |
| dsh-im | @xmanrui | 通过扫码或机器人凭据把IM机器人接入DeepSeek Harness(支持飞书、微信、钉钉、企业微信、QQ、Slack、Telegram、Discord和WhatsApp)。 Connect IM bots to DeepSeek Harness via QR code or credentials (9 channels). |
| Aegis | @GanyuanRan | Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks. |
| mem9 | @mem9-ai | Unlimited memory for OpenClaw |
| agentrq | @agentrq | AgentRQ: Human-in-loop realtime conversational task manager for AI Agents. Self-hosted! Control your own agents from wherever you want Mobile, Web, Desktop. Designed to work well with your own Claude subscriptions and any harness. |
| dsh-vision-router | @ysr666 | Eyes for text-only DeepSeek Harness agents: built-in free vision chain (no key) + pixel-level vision tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots). One-command install, no Python, image turns work like ordinary tool-calling turns. |
| awesome-deepseek-harness | @0xsline | DeepSeek Harness (DSH) ecosystem: curated plugins, tools, and infrastructure from dsh-external/hub and the public dsh-plugin topic. |
| AI-Novel-Writer | @EthanYoQ | 本地优先 AI 小说创作工作台,提供 Windows/macOS 桌面版与 DeepSeek Harness 插件开发预览,支持角色、大纲、章节蓝图、审稿修稿和本地模型。 |
| tongflow | @tong-io | TongFlow — Multimodal GenAI Studio |
| MindMemOS | @mindscale-noah | - 2026-08-18:我们发布了 DeepSeek Harness 插件,让 DeepSeek Harness(dsh)Agent 自动召回并写入 MindMemOS 记忆。 |
| dsh-vision-toolkit | @Anionex | \[dsh]为纯文本模型设计更强大的视觉工具箱:安装免费使用、粘贴图片直接识别、多张图片问答、截图到前端UI 还原等|DeepSeek Harness 原生集成的 agent-vision-toolkit:图像问答、长截图 OCR、UI 还原、接地、像素差异、Artifacts 和 Web UI。 |
| dsh-plugin-shop | @LivXue | 最全面的 DeepSeek Harness 插件市场——每日更新,来源于互联网各处,发布前经过审核。 |
| Wegent | @wecode-ai | 使用开源、可自托管的人工智能工作空间进行规划、构建和交付,用于编码、协作和自动化。 |
| api-relay-audit | @toby-bridges | 针对 AI API 中继和 LLM 代理的本地安全审计:检测提示注入、模型替换、工具调用重写、SSE 异常、错误泄漏和 Web3 钱包风险。 |
| dsh-handbook | @Electricitysheep | DeepSeek Harness (dsh) 从 0 到 1 深度手册:安装/插件开发/性能调优/实测案例/同模型多 Agent 实测对比(中文 + 英文 PDF) |
| Openwrite | @LiPu-jpg | dsh-Openwrite:OpenWrite 的 DeepSeek Harness 小说创作插件,含统一创作 Agent、90 个小说工具、原生工作台与标准审稿 DAG |
| dsh-pet | @PC2005-cloud | DSH 桌面宠物:一行命令装好即用的透明动画小桌宠,支持多开、大小位置随心配置;还内置 DIY 素材链,能用 AI 视频自造专属宠物 |
| dsh-browser | @Lum1104 | dsh 插件:Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控您的浏览器,无需视觉能力。一款 Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控您的浏览器,无需视觉能力。 |
| dsh-browser | @omdsh-dev | Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控您的浏览器,无需视觉能力。一款 Chrome 侧边栏扩展程序,可让 DeepSeek Harness 直接操控您的浏览器,无需视觉能力。 |
| dshcode | @whitelonng | DeepSeek Harness 的社区桌面伴侣——适用于 macOS 和 Windows 的一键式 Electron 应用 |
| Minke | @lencx | 🐳 DeepSeek Harness 桌面版 |
| SkillCorpus | @EverMind-AI | 开源基础设施,可将分散的 SKILL.md 文件转化为经过整理、可供检索的智能体技能语料库——并包含检索和评估工具。 |
| deepseek-harness-studio | @fufankeji | DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。 |
| working-activity | @ccch1mneyyy | 适用于 pi CLI 和 DSH 的 Lively Working-line 扩展 |
| hol-guard | @hashgraph-online | 面向 AI 智能体的开源杀毒软件:在运行时拦截高风险工具、机密访问、提示注入、恶意软件包、MCP 服务器、插件和技能。 |
| anolisa | @alibaba | ANOLISA(Agentic Nexus Operating Layer & Interface System Architecture)\| 智能体操作系统,具备运行时、安全性、可观测性,以及 Tokenless 响应压缩,可降低 token 用量与成本。 |
| ANOLISA | @agentic-os-org | ANOLISA(Agentic Nexus Operating Layer & Interface System Architecture)\| 智能体操作系统,具备运行时、安全性、可观测性,以及 Tokenless 响应压缩,可降低 token 用量与成本。 |
| sandbase-harness | @sandbaseai | 本地优先的 AI 智能体运行时,具备沙箱会话、MCP 工具、记忆、凭据、审计/回放,以及内置控制台。可在你自己的基础设施上运行 OpenAI、Anthropic、MiniMax、DeepSeek V4 以及兼容 OpenAI 的模型。 |
| Agentkey | @chainbase-labs | 将你的 AI 智能体连接到世界——网页搜索、社交媒体、加密货币与链上数据。一个插件,零额外配置。 |
| dsh-ads | @Nagi-ovo | 把 DSH 变成 2005 年门户网站|为 DSH Web UI 提供恶搞广告、假游戏和弹窗 |
| graph-memory | @adoresever | Deepseek Harness、Openclaw 知识图谱记忆插件。2026 年 4 月受邀发布在清华大学讨论会。知识图谱 + 记忆;面向 OpenClaw 的知识图谱上下文引擎——从对话中提取结构化三元组,压缩上下文 75%,实现跨会话经验复用 |
| superdesign-skill | @superdesigndev | 适用于 Claude Code、Cursor 及任何编码智能体的设计技能。别再交付 AI 垃圾 UI:把它变成可交付、有品味的前端。安装:npx skills add superdesigndev/superdesign-skill。由 superdesign.dev 提供支持 |
| deepseek-harness-desktop-app | @vibeinging | DeepSeek Harness 桌面应用:面向 DSH 会话、项目、文件、网页研究、插件和 Office 产物的本地 AI 桌面工作区。 |
| dsh-desktop | @vibeinging | DeepSeek Harness 桌面应用:一个本地 AI 桌面工作空间,用于 DSH 会话、项目、文件、网络研究、插件和 Office 产物。 |
| dsh-redteam-model | @SeaOf0 | 基于dsh web实现的多种模式,目的是服务于redteam进行授权的安全研究,覆盖渗透测试、红队评估、代码审计等范围领域,请勿用于非法行为。(允许二开,赋予模块各位自己的业务逻辑,方法论只有自己熟练的才好用,好的方法论=好的生态) |
| jingyun-dsh | @jingyunstudio | 基于 Jingyun Studio + DeepSeek Harness (DSH) 打造的一站式 AI 商业化桌面客户端 |
| Awesome-DeepSeek-Harness-Plugins | @Zhiyuan-Fan | 精选的 DeepSeek Harness (DSH) 插件、扩展、工具、技能、客户端、运行时、集成以及经过验证的参考资料——中英双语。 |
| Avernet | @inclusionAI | 分布式智能体协调平台,智能体在此共同生活、连接、协调、执行和演化。 |
| dsh-Mimir-Academic-research | @1692775560 | Mimir — 一站式科研工作台插件:LaTeX 论文边写边编译、arXiv 文献管理、实验追踪、指标图表、GPU 服务器 SSH 任务编排,管理科研全周期。一个面向整个科研周期的开源科研工作台插件。 |
| dsh-pentest | @howmp | 面向 DeepSeek Harness(dsh)的渗透测试模式  @CloverSecLabs |
| dsh-mobile-apk | @kelai141 | dsh 安卓壳 APK——WebView UI + 内嵌 Termux 运行时快照(解压即跑)、SAF 目录桥、保活服务、看门狗、运行时在线更新。 |
| dsh-at-file | @FSMargoo | Codex 风格的 @file 提及功能,适用于 DeepSeek Harness:在编辑器中搜索工作区文件,并将其路径附加到提示中。 |
| dsh-antibrow | @antibrow | DeepSeek Harness 插件:为你的智能体提供一个具有持久身份的浏览器——引擎级指纹伪装、无限免费的本地配置文件、安卓设备模拟、可长期存活的通行密钥,以及住宅代理出口。 |
| MisakaNet | @Ikalus1988 | 📚 一个零依赖、基于 git 的微课程库,供 AI 智能体异步分享和搜索经过验证的调试经验。仅使用 Python 标准库。 \| https://misakanet.org |
| de-anthropocentric-research-engine | @yogsoth-ai | 900+ 纯 markdown 技能,用于自主 AI 研究,组织为 9 个可自由组合的包,覆盖 4 层层级结构(Campaign → Strategy → Tactic → SOP)。支持回溯的非线性编排,6 个 MCP 集成。AI 就是研究者——你来设定方向。 |
| k8e | @xiaods | k8e.sh - 开源智能体 AI 沙盒矩阵  |
| memtrace-public | @syncable-dev | 面向 AI 编码智能体的结构化记忆。双时态图,MCP 原生,零 LLM 调用。Cursor · Claude Code · Codex · DeepSeek Harness · Hermes · VS Code · Windsurf。 |
| thoughtdag | @chenxiachan | 你的思考值得一张地图:一个无限画布,让 LLM 对话生长为可编辑的思维图谱。连线即上下文。 |
| dsh-image-gen | @shanliuling | 直接在 DeepSeek Harness 聊天中生成图像 |
| dsh-hub-cli | @pax-beehive | 面向 DSH Plugin Hub 的开源 CLI、schema、解析器以及 DSH 智能体工具 |
| DeepSec | @Unclecheng-li | DeepSec — AI 安全攻防平台。Shield 实时审计 AI 生成的代码,检查幻觉包、缺失的防护措施以及 AI 模式错误。Spear 通过 40+ 技能包自动化授权渗透测试,从侦察到 PoC。  |
| Invoice-Downloader | @EthanYoQ | InvoiceFlowAI:Windows 与 macOS 发票助手,自动下载邮箱电子发票、OCR 识别、分类归档并生成 Excel 报销汇总;可安装为 DeepSeek Harness 插件。 |
| anysearch-dsh | @anysearch-team | 面向 DeepSeek Harness (DSH) 的 AnySearch 网页搜索提供程序及高级搜索工具 |
| flowix | @text2future | 为你做笔记,为你的智能体做记忆。 / 内置 Deepseek harness Agent / 适用 办公 & 写作 & Coding |
| dsh-synapse | @liangmianya | 一个面向 DeepSeek Harness 的可视化、非线性对话工作区插件;一个面向 DeepSeek Harness 的基于画布的会话浏览器和分支工作区。 |
| DSH-Transparent-UI-Plugin | @WYH66666666 | 是一层高自由度的玻璃质感主题,套在 DeepSeek Harness 网页端。顶栏、侧边栏、输入框、统计行、轨迹视图都成了磨砂玻璃片。玻璃模糊度、磨砂度、背景(流体或自定义壁纸,壁纸还能单独调模糊和磨砂)全都能在设置卡片里自由调节。关掉开关就回到原生界面,不改 DSH 任何一行源码。 |
| oh-story-dsh | @worldwonderer | 一个用于小说创作和短剧制作的 DSH 插件,由 Oh Story 和 Drama Skills 提供支持。 |
| oh-story-dsh | @zenstory-ai | 一个用于小说创作和短剧制作的 DSH 插件,由 Oh Story 和 Drama Skills 提供支持。 |
| dsh-mnemon | @omdsh-dev | 面向 DeepSeek Harness 的三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、智能路由、受监督的智能体工作流、WebUI 以及无头工具。 |
| dsh-univer-office | @dream-num | 在 DeepSeek Harness 内预览、创建、编辑办公电子表格、文档和幻灯片。由 Univer 提供支持。 |
| open-sea-skin | @d-dev0101 | 面向 DeepSeek Harness 的 WebGPU 海洋皮肤——DSH 插件、仅限 Harness 的 Chrome/Edge 扩展、静态安装程序以及原生集成。 |
| awesome-dsh-plugin | @bruc3van | 用 30 秒找到适合你的 DeepSeek Harness 插件:告诉你插件解决什么问题、适合谁、从哪里开始。 |
| harmony-next.skills | @linhay | 🚀 HarmonyOS NEXT(API 12+)开发专家指导。涵盖 IDE 操作、性能调优、架构(HAP/HAR/HSP)以及自动化测试。 |
| awesome-deepseek-harness | @Dominic789654 | 一份精选的 DeepSeek Harness(DSH)插件、技能、MCP 服务器、补丁/配置层、编排器和 UI 列表。可视化 · PPT · 编程 · 智能体 · 循环(自动研究)等。#dsh |
| whale-girl | @vlln | DSH Web GUI 桌面宠物插件(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍的积累型伙伴。 |
| dsh-cost-meter | @Han-1413141 | DeepSeek Harness 会话成本计量插件:会话/每日成本、预算、历史记录、OpenCode Go 配额、官方及自定义提供商余额、类 Codex 令牌热力图、带切换前弹窗和系统通知提醒的高峰/非高峰定价、官方价格同步、90+ 模型定价目录、Coding Plan 配额查询(7 家供应商)、中英双语 UI |
| DSH-taskboard | @shengsheng90 | 面向 DeepSeek Harness 的原生本地 Taskboard 插件。基于 SQLite 的项目、智能体认领/审核以及原生 Web UI——无 iframe,无第二聊天运行时。 |
| dsh-memory-evolve | @csyangwen | 为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我进化与技能管理器 · 四轨待办 · COI 调度 · 会话广播 · 会话搜索 · 提示词管理器 · 临时信息便签——零核心修改、零运行时依赖,随装随用、卸载即净。 |
| oh-dsh | @hust-open-atom-club |  一套 DSH runtime,Desktop、Web 与 TUI 三种开发体验。 |
| dsh-commandcode-provider | @Mars-Sea | 非官方 DeepSeek Harness LLM provider 插件,用于 Command Code:实时模型目录、reasoning-effort 支持、Models 页面卡片。移植自 pi-commandcode-provider(MIT)。 |
| nuphus-mcp | @mrpulor-gh | 桌面自动化 MCP 服务器——为任意 AI agent 提供 computer use 能力:通过 Model Context Protocol(stdio)控制屏幕、窗口、鼠标/键盘以及 Chrome |
| dsh-mobile | @saya-ch | DeepSeek Harness 移动端适配与安全局域网访问插件,支持 Android App 和手机浏览器。 |
| deepseek-harness-desktop | @chokwinlee | 紧凑型 DeepSeek Harness 桌面宿主,附带原生 SwiftUI iPhone Remote 源码预览。 |
| pilot-harness | @op7418 | Pilot Harness——一款受 CodePilot 启发的桌面客户端与插件套件,适用于 macOS、Windows 和 Linux 上的 DeepSeek Harness。 |

| awesome-deepseek-harness | @libukai | DeepSeek Harness 终极指南:快速入门、资源推荐、精选插件与实用工具 |The Ultimate Guide to DeepSeek Harness: QuickStart, Resources, Plugins&Toolkit |
| Perfect-Web-Clone | @ericshang98 | Pixel-perfect clones of any webpage. Paste a URL, get a measured Vite + React replica. |
| dshfind | @hikariming | DSH (DeepSeek Harness) 原理学习、插件市场与最佳实践 · Learn DSH principles, plugin marketplace & best practices |
| dsh-visualize | @Nagi-ovo | 在 DSH 对话中生成交互式可视化|Render model-generated interactive cards inside DSH conversations |
| billion-context | @ranxianglei | 基本稳定可用 100K tokens is enough. Universal context-compression proxy for ALL AI coding agents,10w上下文足矣 |
| acryl | @acryldev | ACRYL - Agent Context Relay Yielding Lifecycles. One persistent workspace, one canonical context, any coding agent. |
| awesome-deepseek-harness-plugins | @imsai-sh | DeepSeek Harness plugin store, marketplace and hub — 3,100+ dsh plugins with search, rankings, install commands and a free public API. DeepSeek Harness 插件市场 / 插件商店:自动收集与格式校验,免费搜索 API。deepseek1024.com |
| Polaris | @ZJU-REAL | Toward Autonomous Scientific Discovery |
| dsh-memory | @FuRongJun-1999 | 白箱AGI架构探索:元认知(自我认知循环)、持续学习(知识飞轮)、世界模型(条件空间+语义时空图)、自我改进(自举纪律)、零LLM白箱管线与可审计信任护栏。 |
| dsh-free-search | @DDDMUC | Free web search provider for DeepSeek Harness - DuckDuckGo backend, no API key needed |
| dsh-agent-team-gui | @toolclub | Persistent multi-model workflow teams for DeepSeek Harness — dynamic lead planning, bounded DAGs, per-agent model/tools, Run Center and Token insights. |
| DeepSeekGUI | @See-Sol-Lab | 基于 DeepSeek Harness(DSH)的稳定桌面端,集成Git、内置浏览器与记忆功能 \| DeepSeek Harness desktop GUI with local workspaces, Git, browser and memory. |
| dsh-liang-skin | @kingOfSoySauce | DeepSeek Harness 滑动变阻器皮肤 |
| deepseek-harness-remote | @liguobao | 基于 DeepSeek Harness 插件机制的多端远程访问方案,让桌面端与 Android 端安全连接并操作远程 Harness。(A multi-device remote access solution built on the DeepSeek Harness plugin system, enabling desktop and Android clients to securely connect to and operate a remote Harness.) |
| ds-harness-remote | @liguobao | 一个基于 DeepSeek Harness 插件机制构建的多端远程访问方案,通过安全、低延迟、端到端加密的 P2P 优先网络,支持从 PC、Android 和 Web 随时访问并操作远程 Harness。 (A multi-device remote access solution built on the DeepSeek Harness plugin system, enabling PC, Android, and Web clients to securely access and operate a remote Harness over a low-latency, end-to-end encrypted, P2P-first network.) |
| dsh-popout-sidebar | @e2mcc | A sidebar can pop out a separate browser tab (drag it to another monitor) |
| dsh-launcher | @Ruler4396 | DeepSeek Harness 的 Windows 轻量启动器:开机自启 + 独立小窗口,双击即用。 |
| pi2dsh | @weijiafu14 | Bridge the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified Pi extensions as native DSH plugins. 打通 Pi 与 DSH 生态。 |
| TokenLedger | @zh667 | Relay-site attributed token usage for DeepSeek Harness — zero config, no credentials |
| echocat-skill-panel-3.0 | @VDERR | DSH 技能调用审计 + 应用内 skill 管理器 |
| echocat-skill-panel | @VDERR | DSH 技能调用审计 + 应用内 skill 管理器 |
| dsh-echocat-skill-panel | @VDERR | DSH 技能调用审计 + 应用内 skill 管理器 |
| dsh-evolve-modes | @GraySilver | 让 Agent 的工作方式可组合、可审查、可持续改进,最终实现 Agent Self Evoling。 DeepSeek Harness Web plugin with composable task controls and isolated, human-reviewed self-evolution. |
| dsh-trading | @zhu1090093659 | Agent-native trading terminal built on DeepSeek Harness. Crypto, US, CN and HK in one three-column GUI, 19+ hot-swappable connectors, dry-run by default with human approval on every live order. BYOK, no data redistribution. |
| dsh-data-agent | @omdsh-dev | Connect DSH to your database for conversational data analysis and actionable business insights. |
| seektty | @Hilbert-beinghappy | 面向 DeepSeek Harness 的 Claude Code 风格终端界面,支持 Windows、macOS 与 Linux,兼容透明终端、VS Code 主题和自定义配色。 |
| dsh-auto-review | @PerryLink | Second-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default, fully auditable from the session log (approval/asked -> autoReview/verdict -> approval/decided). |
| Blue-Whale-Harness | @leenkcool | 🐋 DeepSeek Harness 插件总目录 · The catalog of DSH plugins:1958 个仓库 / 1819 个真插件(Skills · MCP · Tools · UI · Orchestration),中英文搜索、分类筛选、STAR 排序 → leenkcool.github.io |
| dsh-chat-import | @Nwflower | Import 14+ external agent chat histories (Claude Code, Codex, ChatGPT, Cursor, Gemini, Reasonix, opencode, ZCode, Grok Build, OpenClaw, Pi, Hermes, Kimi CLI, DSH) into DeepSeek Harness as resumable sessions — full-fidelity, reverse export/sync, bundle backup. \| 从 Claude Code、Codex、Reasonix 等 Agent 工具导入历史消息到 DeepSeek Harness 并继续对话。 |
| engramory | @tinqiao-oss | A portable memory protocol for AI agents — load it as standing rules; a curation discipline + reference spec + optional cap hook. |
| dsh-oil-creator | @oil-oil | AI-assisted local creator workbench for DeepSeek Harness |
| dsh-damage-pulse | @wssfk12138 | DeepSeek Harness token balance monitor with game-style damage pulse animations |
| gal-view | @Ayase34 | 把dsh会话界面切换成galgame游戏界面的插件 |
| dsh-dream-skin | @RevolutionLA | DeepSeek Harness 换肤 / 壁纸 / 主题包插件 (dsh-plugin) — 8 套 Mirage 主题、每用户强调色、壁纸2.0、主题包导入导出/分享链接、收藏与随机,纯原生 token 系统实现。 |
| dsh-memory | @seriousz158 | dsh-memory is a local, Git-backed long-term-memory plugin for DeepSeek Harness (DSH). |
| dsh-openpencil | @ZSeven-W | The DeepSeek Harness plugin for OpenPencil — preview, inspect, and edit real .op documents inside a conversation. |
| dsh-find-plugins | @Nagi-ovo | 对 DSH 说一句「有没有插件能……」,它就会从全 GitHub 的 dsh-plugin topic 里找出候选,解释差别,等你选好以后再安装和验证。 |
| marketingdashboard | @theBigGavin | 面向金融与产业研究的一屏式实时行情大屏:A股/港股/美股指数、大宗商品、美债收益率、板块热点、主力资金流、7×24 快讯、产业链自选股、AI 大模型 Token 追踪。A real-time market research cockpit on a single screen: CN/HK/US indices, commodities, treasury yields, sector hotspots, capital flows, 7×24 news, industry-chain watchlists and AI token usage trends.  |
| anime-find | @cocofhu | DeepSeek Harness 搜番插件:对话内多源搜索番剧,卡片展示 Bangumi 评分与详情,支持复制磁力。 |
| notes | @zhaoolee | 开源版锤子便签,复刻锤科美学,一键Docker私有化部署,支持skill调用,支持dsh plugin,支持多租户,一键生成公众号格式,支持导出便签为图片 |
| dsh-plugin-bridge | @Totoro-qaq | DeepSeek Harness plugin for previewable cross-preset session migration. Fixed-schema handoffs preserve state, source-model intent, and unresolved images; the original session stays untouched. |
| dsh-undo-plugin | @lire1131 | DSH crash-rescue plugin: undo config & plugin-code changes, secret-safe snapshots, one-click SAFE MODE, plus offline CLI/GUI that work even when DSH won't boot. |
| dsh-undo-savepoint | @lire1131 | DSH crash-rescue plugin: undo config & plugin-code changes, secret-safe snapshots, one-click SAFE MODE, plus offline CLI/GUI that work even when DSH won't boot. |
| cocode | @cocode-agency | Best ready-to-run DeepSeek Harness distribution: DSH desktop GUI, terminal TUI, and harness integration. |
| dsh-super-injector | @yjh051108 | > ## 🎉 v0.3.0 重大声明(2026-08-14) > > 从经验补丁到源码契约——注入器完成规范重构。 |
| dsh-usage-stats | @Ychris12138 | Provider balances, subscription quotas, and token-usage analytics for the DeepSeek Harness Web GUI (dsh web). |
| dsh-android | @ZSeven-W | DeepSeek Harness plugin for Android — build, run, and interact with a live emulator or USB device stream inside a conversation, driven entirely through adb. |
| dsh-reasoning-effort | @HanaAyane | DSH适用的Codex风格的思考强度滑块,以及大肥鱼跑步滑块。Codex-style model and reasoning-effort slider for DeepSeek Harness |
| dsh-remote-web-gateway | @summer1238 | 手机平板远程 DeepSeek Harness:扫码即可继续使用电脑上的 DSH,无需远程桌面 / SSH / 公网 IP,支持一次性配对、Github授权加密登录,独立设备授权与随时撤销,实现远程连接很简单,但安全才是我们所想要的。 |
| awesome-dsh-plugin | @beancookie | Awesome DeepSeek Harness (DSH) Plugin |
| argo | @taxueseek | 专门为 agent 打造的 agent 搜索工具,具备多语言搜索能力,覆盖中文/英文/学术/代码/购物/金融/新闻/百科。 |
| deepseek-harness-for-vscode | @skymecode | deepseek-harness for vscode .A native VS Code coding-agent extension for DeepSeek Harness. Streamlined workbench with session   management, streaming Markdown, slash commands, plugin center, and zero-deployment runtime — no WebUI   served, no Harness setup |
| cetus | @drewnekota | One macOS app for Claude Code, Codex, and every agent runtime you use — scheduled runs, global hotkey launcher, per-run git worktrees, one review board. |
| dsh-skill-mcp-panel | @Fishquito7 | DSH Web UI plugin: skill and MCP management(Web界面的skill/MCP管理工具) |
| dsh-find-plugin | @awesome-dsh-plugin | Find DSH plugins inside the agent — live GitHub dsh-plugin topic search, star-ranked / 会话内搜索发现 DSH 插件 |
| ark-cli | @volcengine | The fastest way to put Volcengine Ark in your terminal and your AI agent — go from prompt to generated   media, multimodal answer, or deployed endpoint in a single command, no API glue code. |
| dsh-gitbash-preset | @liceses | DeepSeek Harness 插件:一键安装「极简模式 (Git Bash)」agent preset —— 把 DSH 自带极简模式中的 bash 调用映射到 Git for Windows 的 bash(MSYS),让 Windows 上的极简模式真正可用。 |
| dsh_workflow | @omdsh-dev | 把Claude Code的UltraCode模式带给DSH,把 DSH 的一次性多 Agent 调度,升级为可生成、可保存、可治理、可观察、可恢复的 Workflow 层 |
| dsh-noema | @ZSeven-W | Noema long-term memory plugin for DSH: durable, inspectable agent memory with recall tools and a settings page. |
| dsh-annotation | @omdsh-dev | DSH Web 选中批注插件:选文字→批注→回车随消息发送;气泡隐藏批注块(零闪烁);回复按 Annotation N 逐条对照(可悬浮芯片)。官方 bundle,零核心改动 |
| humanizer-ru | @Vladimir-Human | Скилл для ИИ-агентов: находит и убирает следы машинной генерации из русского текста. 38 паттернов, 39 regex-маркеров с реестром доказательств, слепые парные прогоны, файловый слой снятия C2PA/EXIF/XMP. Пакет на PyPI и онлайн-демо \| Russian AI-writing humanizer skill, PyPI: humanizer-ru, live demo |
| odai | @orziz | AI agent 通用任务治理框架:对齐目标与事实,规划和调度能力,守住授权与风险边界,治理任务执行到真实验收与交付。Governance framework for evidence-driven planning, orchestration, and verified delivery. |
| dsh-turn-rewind | @Anionex | deepseek harness对话和代码状态回退插件 \| DSH — rewind conversation and workspace state, powered by a persistent Change Ledger |
| ru-marketplace-mcp | @Vladimir-Human | Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны. |
| deepseek-harness-genui | @pengyue-polaron | Task-specific React apps for DeepSeek Harness with state carried into the next Agent turn |
| dsh-plugin-template | @bugmaker2 | Template for deepseek-harness plugin development. |
| dsh-qqbot | @tencent-connect | 让 QQ Bot 接入 DeepSeek Harness(dsh)的官方插件 |
| dsh-plugin | @Tabbit-Browser | 这是一个为 DeepSeek Harness(DSH)打造的插件。安装后,DSH 中的 Agent 获得控制 Tabbit 浏览器的能力:通过 tabbit-cli——Tabbit 浏览器自带的、任务隔离的 Playwright CLI——操作真实网页、复用真实登录态,完成网页自动化、信息提取、QA 与基准测试等任务。 |
| dsh-tabbit | @Tabbit-Browser | 这是一个为 DeepSeek Harness(DSH)打造的插件。安装后,DSH 中的 Agent 获得控制 Tabbit 浏览器的能力:通过 tabbit-cli——Tabbit 浏览器自带的、任务隔离的 Playwright CLI——操作真实网页、复用真实登录态,完成网页自动化、信息提取、QA 与基准测试等任务。 |
| tokenbank | @wink-run | Token Bank — the local LLM gateway that sits between your AI agents and every provider.  Know where tokens go · Spend less with smart routing to Ollama, Groq, GitHub Models · Earn by sharing idle quota on a community P2P network.  One-click onboarding for Cursor, Claude Code, Codex CLI, Gemini CLI — no agent changes. Full trace, seamless model swap |
| dsh-automation | @titanwings | DSH 自动化插件:让 Coding 任务按计划在全新 Agent Session 中运行,并由用户或 Agent 创建和管理定时任务。 / Run coding tasks in fresh Agent sessions and manage schedules from DSH Web or an Agent. |
| awesome-DSH-plugin | @Alex-Yanggg | A meticulously curated list of useful plugins, extensions, tools and development resources built for DSH, covering productivity enhancement, functional expansion, debugging utilities and custom development modules. |
| hello-dsh | @pingfanfan | 从零开始,看懂 DeepSeek Harness 的「万物皆可插件」— 零基础插件开发教程(含 22 个中文技能实例)\| Zero-to-plugin tutorial for DeepSeek Harness |
| dsh-kun-like-pet | @liyupi | Kun Like 桌宠 —— DeepSeek Harness 桌面宠物插件:右下角小坤宠随 Agent 工作状态切换 9 种动作,任务完成播放「你干嘛~哎哟」 |
| dsh-vision | @oil-oil | Near-native image understanding for DeepSeek Harness |
| Oh-My-DSH | @like-study1 | 🐳 DeepSeek Harness 插件聚合社区 — 自动同步 dsh-plugin 生态 · 精选目录 · 每 4 小时自动维护 \| Oh-My-DSH: a community-maintained catalog of DeepSeek Harness plugins, auto-synced from the dsh-plugin topic |
| dsh-notification | @omdsh-dev | Desktop notifications for DeepSeek Harness turn completions, with per-outcome controls and include/exclude keyword rules. |
| sealos-skills | @labring | AI agent skills for Sealos — deploy any project, provision databases, object storage & more with one command. Works with Claude Code, Gemini CLI, Codex. |
| deepseek-harness-tui | @openma-ai | TUI Plugin of DeepSeek Harness 让DeepSeek Harness在终端跑起来 |
| forkprobe | @Jayden-X-L | Compare multiple skills on the same task and pick the winner. |
| dsh-web-plugin-manager | @LX2000WASD | 在 Web UI 中一键管理 DeepSeek Harness (DSH) 插件:查看、实时启停、安装/卸载、更新检测、健康检查(依赖/冲突/兼容性分析)、环境管理、插件市场。bundle 与非 bundle 插件全覆盖 |
| dsh-deepseek-flow | @kanghelyu | - Markdown 是唯一事实来源——一份总控 WORKFLOW.md,每个步骤拥有独立的 STEP.md 工作区。 |
| SpecFusion | @wxkingstar | 在 DeepSeek Harness / Claude Code / Cursor / Codex / Gemini CLI 里直接搜索 20 个中国开放平台的 65,600+ 篇 API 文档;零配置,支持 Skill 与 DSH 原生插件。 |
| dsh-toy | @c3ll256 | Toy Control Protocol for DSH |
| allinluna | @zenx0x | Resource-aware multi-agent orchestration for Codex and DeepSeek Harness (All in Flash DSH plugin) |
| oh-my-dsh | @LaplaceYoung | oh-my-dsh:面向 DSH (DeepSeek Harness) 的插件生态——700+ 插件,只通过扩展接缝注册,不修改 agent-loop 骨架 |
| plugin-registry | @vlln | DSH 插件生态基建:薄控制台(浏览器面板管理官方 repository 插件,0 patch)+ make-dsh-plugin skill 官方插件开发引导 |
| dsh-suite | @whyihaveyou | The living DeepSeek Harness plugin directory — refreshed hourly, compat-tested daily, with an in-app plugin store and scaffolder. DSH 插件活目录:每小时刷新,每日兼容实测,内置插件商店与脚手架。 |
| dsh-open-in-vscode | @omdsh-dev | Open DeepSeek Harness workspace directories in VS Code directly from the web GUI. |
| deepseek-harness-skin | @HeiGeAi | DeepSeek Harness 换肤系统:21 套内置皮肤 + 一张图生成整套配色的自定义皮肤。数据源驱动,保对比度推导,构建期校验可读性。 |
| dsh-notifier | @THEWOLFWALKER | Unified notification push plugin for DeepSeek Harness (DSH): one minimal notify() API, 8 channel adapters (telegram/dingtalk/feishu/wxpusher/pushplus/serverchan/bark/webhook), dual trigger (auto session events + agent tool). |
| dsh-message-edit | @Moeblack | DSH 插件:分支式消息编辑、重掷、重试与版本时间线 \| DSH plugin: branch-based message editing, reroll, retry, version timeline |
| ui-status-label | @alingalingling | 把你鲸鱼娘思考时的 deep diving 自定义成任意你想要的样子 |
| dsh-plugin-mineru | @HuanLinOTO | 向模型暴露 MinerU 文档解析工具,将 PDF/图片/DOCX/PPTX/XLSX 转为结构化 Markdown/JSON \| Exposes MinerU document-parsing tools to the model, converting PDF/images/DOCX/PPTX/XLSX into structured Markdown/JSON |
| deepseek-pet | @keleus | 在你的deepseek-harness上养一只吃白饭的大蓝鲸 |
| dsh-computer-use | @Anionex | 为 DeepSeek Harness 提供电脑控制插件:新鲜 Accessibility 观测、过期状态拒绝、作用域权限与安全输入(目前支持macos)|Accessibility-first macOS Computer Use bundle for DSH with fresh observations, stale-state rejection, scoped permissions, and safe input. |
| dsh-ui-whale | @lhh010 | 【求⭐】🐋DSH Web UI 全手绘像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击还会冒爱心,不工作时还会偷懒睡觉,零核心改动。 【喜欢的话就点点star⭐吧~】 |
| agent-handoff-skill | @WeirdSky924 | Use this cross-platform skill in Codex or Claude Code to establish repository-local continuity memory so a future agent can recover objective, status, decisions, validation, risks, and next actions without relying on previous chat history. |
| dsh-plugin-marketplace | @AwesomeHou | Plugin marketplace for DeepSeek Harness — live-syncs the GitHub dsh-plugin topic (1800+ repos) into a searchable, paginated settings tab with one-click install and agent tools (market_search / market_install). |
| dsh-plugin-check | @omdsh-dev | DSH 插件健康检查工具:扫描插件仓库的清单协议 / patch 格式 / 构建陷阱 / hub 收录状态,零依赖只读,注册 plugin_check 工具 |
| dsh-plugin-workshop | @yyyyukari | Steam Workshop-style plugin browser for the DeepSeek Harness (DSH) Web UI - zero-server: GitHub-powered search, trending windows, Chinese search & bilingual translation, plugin-signature filtering, and smart one-click install/update/uninstall with an installed-plugins manager. |
| dsh-custom-tool | @omdsh-dev | Create and manage sandboxed JavaScript tools for DeepSeek Harness with a Monaco editor and model-driven tool lifecycle. |
| dsh-xiaoyao-skins | @147228 | 夕小瑶 × DeepSeek Harness Web 皮肤合集、安装器与社区创作工具链 |
| dsh-model-router | @tianji-qingtian | 模型路由与成本优化器:简单问题 flash 直答、故障自动降级、会话 token/缓存/成本实时面板 \| Model router & cost optimizer for DeepSeek Harness: flash quick-answers for simple questions, failure fallback, live token/cache/cost panel |
| awesome-dsh-plugin | @Anil-matcha | A curated list of plugins for DeepSeek Harness (dsh) - DeepSeek Harness plugin ecosystem |

共收录 218 个插件,官方插件优先展示;数据来源与更新时间见 docs/plugins.json。

本地预览

项目是纯静态站点,docs/ 目录即为页面源码。任意静态服务器即可预览:

cd docs
python3 -m http.server 8000

然后访问 。

目录结构

deepseek-harness-plugins/
├── .github/workflows/    # GitHub Actions:每日检索 + Pages 部署
├── docs/                 # 汇总页面源码
│   ├── index.html
│   ├── css/
│   ├── js/
│   ├── translations/
│   ├── plugins.json            # 社区插件单一数据源(发现/审查驱动)
│   └── official-plugins.json   # 官方预设插件独立数据(不参与社区审查)
├── plugins/              # 本项目自研插件源码
├── scripts/              # 检索、安全审查与 README 生成脚本
├── README.md
└── LICENSE

自动化

每日检索与安全审查

.github/workflows/discover-plugins.yml 每天定时运行
(也可在 GitHub 的 Actions 页面手动触发),完成以下步骤:

1. 通过 GitHub Search API 检索 topic:dsh-plugin。
2. 检查仓库是否带 cordis、.dsh-plugin、dsh.bundle 等 DSH 插件标记,确认其适用于 DeepSeek Harness。
3. 下载 README、多语言 README 与源码抽样文件,做安全与隐私静态扫描;发现隐私泄露风险会标记并附说明。
4. 从 README.zh.md / README.en*.md 提取简洁简介,写入插件条目的 description_i18n;已有条目会按缺失语言一次性补采。
5. 官方插件优先;单次只处理有限数量,剩余仓库留给下一次定时任务继续。
6. 将通过审查的插件写入 docs/plugins.json,重新生成 README,并以 Pull Request 形式提交人工合并。

GitHub Pages 部署

.github/workflows/deploy-pages.yml 在推送到 main 后,
把 docs/ 目录发布为 GitHub Pages。首次使用需在仓库 Settings → Pages 中把 Source 设置为
“GitHub Actions”。

贡献

欢迎通过 Pull Request 添加插件、修正信息或改进安全审查规则。新增插件请优先更新
docs/plugins.json,然后运行:

node scripts/update-readme.mjs

License

MIT

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

同作者(writeCasually)的其他插件

💬 加入社群

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

DPharness QQ 群二维码,QQ 扫码进群
QQ 扫码进群
DPharness 飞书群二维码,飞书扫码进群
飞书扫码进群