← 返回列表
需源码安装
按功能分类检索 81 个可安装插件,快速找到所需
暂不能直接安装(需源码编译或环境不满足):仓库缺少 package.json,无法用 dsh 插件安装命令安装。 · 最近上游提交 2026/9/14 · 已提供中文文档
DSH 插件目录:80 多个经过验证的 DeepSeek Harness 插件,按功能分类整理。
综合分
39.3
GitHub 分
39.3
用户评分
—
★ Stars
1
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add ZeroPointRepo/awesome-dsh-plugins仓库缺少 package.json,无法用 dsh 插件安装命令安装,改用 GitHub 源安装
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
安装兼容性检查需源码安装
以下结论由程序自动检查 npm 包、engines 声明与入口文件得出,未做人工实机验证——能装不等于用着没问题。
✗npm 包awesome-dsh-plugins(未发布到 npm,仅可源码安装)
✓Node 引擎未声明 engines.node
✓dsh CLI 依赖未声明 dsh 版本约束
✗入口文件缺少入口声明
仓库缺少 package.json,无法用 dsh 插件安装命令安装
验证方式:npm registry 存在性 + package.json 静态校验 · 最后验证 2026/9/17 16:26:41
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
Awesome DSH Plugins
81 个 DeepSeek Harness (dsh) 插件,按每个插件为你做的事情来组织。
DeepSeek Harness(dsh)是 DeepSeek 的
开源 agent harness,建立在一个信念之上:一切皆插件。本列表收录了那些确实能安装的插件,
按它们为你完成的工作来排序,而不是按字母顺序。
按功能查找 DSH 插件
| 我想要 | 去哪里 |
| --- | --- |
| 视觉与 OCR:我的模型读不了我刚粘贴的截图 | 看与理解 |
| 带引用的网页搜索:查点东西并带着来源回来 | 搜索网页 |
| 跨会话记忆:不用每天早上重新解释项目 | 在会话之间记住 |
| 更好的 Web UI:任务看板、侧边栏工作台、上下文面板、全屏 TUI | 重塑界面 |
| 主题、皮肤和桌面宠物:让它看起来像我自己的 | 让它属于你 |
| 更快的编码循环:@file 提及、diff 卡片、权限规则、撤销 | 提升编码工作流 |
| 多 agent 团队:把一个大任务同时交给多个 agent | 运行一个 agent 团队 |
| Office、PDF 和电子表格文件:在聊天中读取真实文档 | 浏览文件与数据 |
| 落地前的代码审查:agent 一写出来就能看到 diff | Git 与代码审查 |
| 通知:运行结束时在桌面、Telegram 或飞书上收到提醒 | 通知与消息 |
| 远程和移动访问:从我的手机驱动我桌上的 DSH | 远程访问和移动端 |
| Token 和成本追踪:了解一次会话的实际花费 | 用量、成本和账户追踪 |
| 插件市场:无需离开应用即可浏览和安装 | 查找和管理插件 |
| 另一个模型提供商:我已经付费的订阅,或本地模型 | 提供商和订阅 |
| 护栏和审计:审批规则,以及智能体所做操作的日志 | 安全和保障 |
| 实时数据 API:转录文本、房产数据、聊天中的真实数字 | 实时数据 API |
| 机器人、交易、渗透测试、HarmonyOS:专业领域的东西 | 特定领域 |
| 我的第一个插件,30 秒搞定 | 我该从哪里开始? |
| 一套能协同工作的组合,而不是一次一个插件 | 入门组合 |
| 上次以来新增的内容 | 最近添加 |
- 完整目录: 此列表解析出的所有 DSH 插件(222 个)都在 CATALOG.md 中
- 机器可读: 相同的数据行位于 catalog.csv 和 plugins.json 中,如果你将 DSHM_REGISTRY_URL 指向其原始 URL,dsh-market 会读取它们
整份列表尽在一张图上
mindmap
root((Awesome DSH Plugins · 81))
Reshape the interface · 10
Boost coding workflow · 7
Domain specific · 7
Find and manage plugins · 6
Browse files and data · 5
Notifications and messaging · 5
Remember between sessions · 5
Make it yours · 4
Providers and subscriptions · 4
Remote access and mobile · 4
Run a team of agents · 4
Search the web · 4
See and understand · 4
Usage, cost, and account tracking · 4
Git and code review · 3
Security and safety · 3
Live data APIs · 2
⭐ 精选插件
准确了解你的上下文窗口由什么构成,使用 bowenliang123 的 dsh-context。一个用于展示组成、细分和压缩事件的仪表盘,让你能看到是哪个插件或文件吃掉了预算,而不是事后猜测。本周本目录中增长最快的插件,七天内增长了约一半。980★,Apache-2.0。
dsh plugin --profile web add dsh-context
上周的精选 modlens 仍留在“查看和理解”中。
🚀 我该从哪里开始?
1. 运行 DSH。 你需要 Node.js。别的都不需要。
npx @deepseek-ai/dsh web
这会在 http://127.0.0.1:3080 提供 Web UI。
2. 安装一个插件。 下面几乎每个条目都遵循相同的格式:
dsh plugin --profile web add
--profile web 针对的是 dsh web 背后的组合,对于本列表中的大多数情况来说,这是正确的选择。安装后请重启 dsh web。
3. 选择能解决你当前烦恼的插件。 不确定?如果你的模型仅支持文本,请从
modlens 开始;如果你更愿意在应用内浏览,请从 dsh-market 开始。
dsh 处于开发者预览阶段,并明确表示会有破坏兼容性的变更。在本列表涉及的地方请固定版本。
🎒 入门组合
- 视觉、网页搜索和记忆:modlens 读取你粘贴的内容,modsearch 去查找信息,dsh-mnemon 在会话之间保留这两者。
dsh plugin --profile web add @liustack/modlens@3.25.4
dsh plugin --profile web add @liustack/modsearch@5.10.0
dsh plugin --profile web add dsh-mnemon
- 可恢复的多智能体团队:dsh-agent-teams 将任务拆分给多个智能体,dsh_workflow 将运行保存为可再次启动的流水线,dsh-auto-mode 在例行调用时停止审批提示。
dsh plugin --profile web add @nanmicoder/dsh-agent-teams
dsh plugin --profile web add "github:dsh-external/dsh_workflow#main"
dsh plugin --profile web add @nanmicoder/dsh-auto-mode
- 代码审查和撤销:dsh-diff-viewer 将每次编辑显示为差异卡片,dsh-permission-rules 决定智能体可以触碰什么,dsh-turn-rewind 将聊天和代码一起回滚。
dsh plugin --profile web add "github:lehhair/dsh-diff-viewer"
dsh plugin --profile web add dsh-permission-rules
dsh plugin --profile web add @anionex/dsh-turn-rewind
- 你可以放手离开的长时运行:dsh-notification 在一轮结束时向桌面发送通知,dsh-pocket 将同一会话放到你的手机上。
dsh plugin --profile web add https://github.com/omdsh-dev/dsh-notification/archive/refs/tags/v0.1.4.tar.gz
dsh plugin --profile web add dsh-pocket -w
- Token 预算和上下文:dsh-context 显示是什么填满了窗口,dsh-cost-meter 显示相对于预算花费了多少。
dsh plugin --profile web add dsh-context
dsh plugin --profile web add dsh-cost-meter
🆕 最近添加
- dsh-codex-subscription 位于 Providers and subscriptions,添加于 2026-08-31
- dsh-composer-layout 位于 Reshape the interface,添加于 2026-08-31
- dsh-dictation 位于 Boost coding workflow,添加于 2026-08-31
- dsh-nested-followups 位于 Reshape the interface,添加于 2026-08-31
- dsh-qingagent 位于 Domain specific,添加于 2026-08-31
The catalog
See and understand
- 粘贴一张图片,获取结构化证据,使用 modlens,作者 liustack。为纯文本模型提供 OCR、布局和语义,而非猜测。3,959★,MIT。
Install
dsh plugin --profile web add @liustack/modlens@3.25.4
- 使用免费的、无需密钥的视觉路由以及像素工具,使用 dsh-vision-router,作者 ysr666。OCR、定位、裁剪、像素差异和截图。无需 API 密钥。1,100★,MIT。
Install
dsh plugin --profile web add dsh-vision-router
- 就粘贴的截图提问,使用 dsh-vision-toolkit,作者 Anionex。为纯文本模型提供图像问答、长截图 OCR 和 UI 转代码还原。880★,MIT。
Install
dsh plugin --profile web add @anionex/dsh-vision-toolkit
- 添加三模型视觉与图像生成故障转移链,使用 dsh-media-skills,作者 MJorgin。GLM-4V、Qwen3-VL 和 Gemini 故障转移,因此调用中断也绝不意味着失去视觉能力。19★,MIT。
Install
dsh plugin --profile web add github:MJorgin/dsh-media-skills
Search the web
- 向网络或 X 提问,获取结构化证据,使用 modsearch,作者 liustack。为没有原生网络访问能力的模型提供搜索、抓取和引用。477★,MIT。
Install
dsh plugin --profile web add @liustack/modsearch@5.10.0
- 添加多提供商网络搜索后端,使用 anysearch-dsh,作者 anysearch-team。一个搜索工具可在多个提供商之间路由,而不是将你锁定在一家。414★,MIT。
安装
dsh plugin --profile web add @anysearch/anysearch-dsh
- 通过 dsh-web-search-pro(作者 anweat)获得持久化、带缓存的多引擎搜索。SQLite 和 LRU 缓存加上真实页面渲染,因此重复查询不会重新抓取。64★,MIT。
安装
dsh plugin --profile web add dsh-web-search-pro
- 通过 dsh-surfing-plugin(作者 cyijun)接入 SearXNG 搜索和 Crawl4AI 抓取工具。可自托管的搜索和干净页面提取,无需供应商 API 密钥。15★,MIT。
安装
dsh plugin --profile web add dsh-surfing-plugin
跨会话记忆
- 通过 dsh-mnemon(作者 omdsh-dev)获得三层记忆控制平面。持久化运行时上下文、可搜索的项目文档,以及可插拔的长期记忆,全部集成在一个插件中。368★,MIT。
安装
dsh plugin --profile web add dsh-mnemon
- 通过 dsh-memento(作者 PerryLink)添加需要你的智能体请求许可才能使用的记忆。基于 SQLite 的分层、需审批、可审计的跨会话记忆。90★,Apache-2.0。
安装
dsh plugin --profile web add dsh-memento
- 通过 dsh-noema(作者 ZSeven-W)为你的智能体提供持久、可检查的长期记忆。召回工具加上设置页面,让你能确切看到它记住了什么。128★,MIT。
安装
dsh plugin --profile web add @zseven-w/dsh-noema@latest
- 通过 dsh-mneme(作者 modusensus)将记忆存储为你可以自行阅读和编辑的 Markdown。基于实体-属性-时间线的离线语义搜索,并带有每夜自我整合。96★,MIT。
安装
dsh plugin --profile web add @modusensus/dsh-mneme
- 通过 dsh-memory-evolve(作者 csyangwen)让你的智能体在会话之间编写和管理自己的技能。五轨记忆、git 分支感知,以及每轮结束时的自我审查。305★,MIT。
安装
dsh plugin --profile web add github:csyangwen/dsh-memory-evolve
重塑界面
- 添加任务看板、git 图谱和移动端远程 UI,使用 zhu1090093659 的 dsh-web。一个完整的 Web GUI 插件包,内含实时 token 统计和皮肤中心。7,541★,Apache-2.0。
安装
dsh plugin --profile web add @linxin666/dsh-web-all@latest
- 在 Claude Code 风格的终端 UI 中运行 DSH,使用 ccch1mneyyy 的 dsh-TUI。实时状态栏、流式思考展开、双击 Esc 回滚。3,024★,MIT。
安装
dsh plugin --profile dsh-tui add @deepseek-harness-tui/dsh-tui
- 在回复中内联获取交互式 UI 组件,使用 omdsh-dev 的 dsh-genui。图表、表单、测验、Mermaid 图和 3D 场景,并带有回到模型的事件循环。446★,MIT。
安装
dsh plugin --profile web add @changfenhuang/dsh-genui
- 将模型输出转化为可视化卡片,使用 Nagi-ovo 的 dsh-visualize。直接在对话中渲染交互式卡片。259★,BSD-3-Clause。
安装
dsh plugin --profile web add github:Nagi-ovo/dsh-visualize
- 获得一个其他插件可以注册进来的开放侧边栏基础,使用 omdsh-dev 的 DSH-better-sidebar。开箱即用,内置文件编辑器、终端、Git 和子代理页面。3,580★,MIT。
安装
dsh plugin --profile web add dsh-better-sidebar@latest
- 准确查看你的上下文窗口由什么组成,使用 bowenliang123 的 dsh-context。一个用于查看组成、分解和压缩事件的上下文仪表盘与浏览器。1,370★,Apache-2.0。
安装
dsh plugin --profile web add dsh-context
- 将对话作为分支画布来探索,使用 liangmianya 的 dsh-synapse。一个用于会话的可视化、非线性工作区,而不是一条长长的滚动。385★,MIT。
安装
dsh plugin --profile web add dsh-synapse
- 阅读会话的简化视图,使用 dingyi222666 的 dsh-focus-chat。将对话精简到最终输出,适合你只想要答案的时候。22★。
安装
- 通过 dsh-nested-followups(作者 sluminositys),可在任意深度从任意回答继续分支。 分叉规则会无限重复,没有插件定义的深度限制;每一层都是真实的只读会话,主任务保持不变,Tree View 会保留完整轨迹。49★,MIT。
安装
sh
dsh plugin --profile web add dsh-nested-followups
- 通过 dsh-composer-layout(作者 lavapapa),在阅读长回答的同时于旁边起草下一条详细提示词。 为 DSH Web 提供右侧 Composer,支持按会话放置、可调节宽度,并可响应式恢复为原生底部布局。3★,MIT。
安装
sh
dsh plugin --profile web add dsh-composer-layout@latest
打造属于你的风格
- 通过 dsh-catppuccin-theme(作者 NoNameLeGo),用 Catppuccin 配色为 DSH 换肤。 提供 Latte、Frappe、Macchiato 和 Mocha,一键切换,并可选玻璃质感效果。39★,MIT。
安装
sh
dsh plugin --profile web add @nonamelego/dsh-catppuccin
- 通过 dsh-pet(作者 PC2005-cloud),一行命令安装桌面宠物。 28 个透明动画开箱即用,也可使用内置素材流水线打造你自己的动画。626★,MIT。
安装
sh
dsh plugin --profile web add dsh-pet
- 通过 dsh-endfield-ui(作者 rison114514),用工业风同人外壳为 DSH 重新换装。 为 Web GUI 提供一整套替代 UI 外观,非官方,并已明确标注。60★。
安装
sh
dsh plugin --profile web add @rison/dsh-endfield-ui
- 通过 DSH-Transparent-UI-Plugin(作者 WYH66666666),将整个界面变为磨砂玻璃效果。 每个面板都可调节模糊和霜化效果,关闭开关即可立即恢复默认 UI。405★,MIT。
安装
sh
dsh plugin --profile web add dsh-client-ui-aqua
提升编码工作流
- 通过 dsh-at-file(作者 FSMargoo),搜索并附加工作区文件到提示词中。 在 Composer 中使用 Codex 风格的 @file 提及。511★,MIT。
安装
sh
dsh plugin --profile web add https://github.com/FSMargoo/dsh-at-file/archive/refs/tags/v0.7.0.tar.gz
- 在不自动发送的情况下,将语音输入到可编辑的撰写草稿中,使用 dsh-dictation,作者为 WSL043。支持本地多语言识别或 Codex Desktop 听写,最终控制权始终由用户掌握。0★,MIT。
安装
dsh plugin --profile web add dsh-dictation@0.1.0-beta.2
- 为工具编写声明式的允许、拒绝和询问规则,使用 dsh-permission-rules,作者为 PerryLink。Claude-Code 风格的规则,基于工具名称、参数和工作区路径进行匹配,并带有会话日志审计。114★,Apache-2.0。
安装
dsh plugin --profile web add dsh-permission-rules
- 为每次编辑获得更美观的差异卡片,使用 dsh-diff-viewer,作者为 lehhair。替换写入和编辑工具调用时默认的差异块。27★。
安装
dsh plugin --profile web add "github:lehhair/dsh-diff-viewer"
- 让常规工具调用无需每次都弹出提示即可运行,使用 dsh-auto-mode,作者为 NanmiCoder。以安全的自动权限取代反复批准同一条命令。156★,MIT。
安装
dsh plugin --profile web add @nanmicoder/dsh-auto-mode
- 将对话和工作区一起回滚,使用 dsh-turn-rewind,作者为 Anionex。持久化的变更账本可在撤销聊天状态的同时撤销代码状态。115★,BSD-3-Clause。
安装
dsh plugin --profile web add @anionex/dsh-turn-rewind
- 削减每次文件编辑的 token 成本,使用 dsh-better-edit,作者为 Rianico。基于哈希锚定的读取、编辑和撤销工具,避免重新发送整个文件。32★,MIT。
安装
dsh plugin --profile web add github:Rianico/dsh-better-edit
运行一支智能体团队
- 在一支智能体团队之间分派工作,使用 dsh-agent-teams,作者为 NanmiCoder。协调多智能体执行,而不是让一个模型串行完成所有事情。1,623★,MIT。
安装
dsh plugin --profile web add @nanmicoder/dsh-agent-teams
- 将一次性多智能体运行转变为可保存的工作流,使用 dsh_workflow,由 omdsh-dev 开发。生成、保存、治理并恢复多智能体流水线,而不必每次都从头开始。122★,MIT。
安装
sh
dsh plugin --profile web add "github:dsh-external/dsh_workflow#main"
- 使用真正的控制台运行持久的多模型团队,使用 dsh-agent-team-gui,由 toolclub 开发。动态主导规划、有界任务图,以及每个智能体的模型和工具设置。175★,MIT。
安装
sh
dsh plugin --profile web add -w github:toolclub/dsh-agent-team-gui
- 配置子智能体配置文件,而不是硬编码它们,使用 dsh-plugin-yet-another-subagent,由 HuanLinOTO 开发。一个带有 profile 参数的子智能体工具,外加 Web UI 中的实时子智能体树。15★。
安装
sh
dsh plugin --profile web add @huanlin/dsh-plugin-yet-another-subagent
浏览文件和数据
- 在聊天中生成、读取和编辑 Office 文件,使用 dsh-office,由 omdsh-dev 开发。电子表格、PDF 和演示文稿,无需离开对话。22★,Apache-2.0。
安装
sh
dsh plugin --profile web add @huiliyi37/dsh-office
- 内联预览和编辑电子表格、文档和幻灯片,使用 dsh-univer-office,由 dream-num 开发。在 DSH 内进行完整的办公文档编辑,由 Univer 提供支持。343★,Apache-2.0。
安装
sh
dsh plugin --profile web add dsh-univer-office
- 在侧边栏中获得真正的文件树,使用 dsh-file-explorer,由 joejojoking-cloud 开发。预览、带语法高亮的面板内编辑,以及 VS Code 交接。21★。
安装
sh
dsh plugin --profile web add dsh-file-explorer
- 将 PDF 和 Office 文件转换为干净的 Markdown,使用 dsh-plugin-mineru,由 HuanLinOTO 开发。将 MinerU 文档解析暴露为模型可直接调用的工具。48★。
安装
sh
dsh plugin --profile web add @huanlin/dsh-plugin-mineru
- 上传文件并让模型真正读取它,使用 dsh-files,作者是 taxueseek。彩色编辑器卡片,外加一个 read_document 工具,可嗅探 PDF、DOCX 和 XLSX 内容。36★。
安装
sh
dsh plugin --profile web add dsh-files
Git 与代码审查
- 在 DSH 内部原生运行代码审查机器人,使用 dsh-reviewer-bot,作者是 chaojixinren。跨平台,规则可插拔,审查可在本地重放。14★,MIT。
安装
sh
dsh plugin --profile web add @dshrb/bundle
- 一次安装即可获得浏览器自动化、MCP 服务器以及 GitHub 或 GitLab 审查,使用 reef,作者是 huey1in。五个模块,一个插件:自动化、MCP、审查,以及一个原生面板。20★,MIT。
安装
sh
dsh plugin --profile web add dsh-reef
- 在智能体生成 diff 的那一刻就进行审查,使用 dsh-file-review,作者是 left0ver。在编辑后立即查看文件中究竟改动了什么,然后再继续。40★,MIT。
安装
sh
dsh plugin --profile web add dsh-file-review
通知与消息
- 通过 Lark 或飞书聊天驱动 DSH 智能体,使用 dsh-lark,作者是 omdsh-dev。工具审批和计划审查会以卡片形式返回,供你点击。53★,BSD-3-Clause。
安装
sh
dsh plugin --profile web add dsh-lark-channel@latest
- 一次性将九个聊天平台连接到 DSH,使用 dsh-im,作者是 xmanrui。飞书、微信、钉钉、QQ、Slack、Telegram、Discord、WhatsApp 和企微,可通过二维码或凭据接入。1,299★,MIT。
安装
sh
dsh plugin --profile web add -w @xmanrui/dsh-im
- 使用腾讯自家的插件将 QQ 机器人接入 DSH,使用 dsh-qqbot,作者是 tencent-connect。QQ 机器人平台的官方连接器。96★,MIT。
安装
sh
dsh plugin --profile qqbot add @tencent-connect/dsh-qqbot
- 获得一个通知 API 和八个渠道适配器,使用 dsh-notifier,作者是 THEWOLFWALKER。Telegram、钉钉、飞书、WxPusher、PushPlus、ServerChan、Bark 以及普通 webhook,只需一次调用。103★,MIT。
安装
sh
dsh plugin --profile web add dsh-notifier
- 在一轮对话结束时收到桌面通知,使用 dsh-notification,作者为 omdsh-dev。按结果分类的控制和关键词规则决定实际会通知你什么。83★,MIT。
安装
dsh plugin --profile web add https://github.com/omdsh-dev/dsh-notification/archive/refs/tags/v0.1.4.tar.gz
远程访问与移动端
- 扫描二维码即可从手机访问你的桌面 DSH,使用 dsh-pocket,作者为 shaobeichen。通过局域网或公网实现实时镜像访问。1,115★,GPL-2.0。
安装
dsh plugin --profile web add dsh-pocket -w
- 完全无需服务器即可访问你的开发机,使用 dsh-tether,作者为 zexadev。通过 iroh 实现点对点连接,跨网络可用,无需租用中继。44★,MIT。
安装
dsh plugin --profile web add dsh-plugin-tether
- 获得一个可审计、令牌门控的远程网关,使用 dsh-full-remote,作者为 JUANWANG-BUAA。移动端二维码访问,支持按设备会话以及凭据和目录设置。40★,MIT。
安装
dsh plugin --profile web add dsh-full-remote
- 通过微信或 QQ 与你的本地 DSH 聊天,使用 dsh-bridge,作者为 wenbin-wb。多通道远程访问,无需公网服务器,包含流式输出和工作区切换。161★,MIT。
安装
dsh plugin --profile web add @wenbin_wb/dsh-bridge
用量、成本与账户追踪
- 对照预算追踪会话和每日成本,使用 dsh-cost-meter,作者为 Han-1413141。提供商余额、高峰与非高峰定价,以及包含 90 多个模型的定价目录,自动保持同步。295★,MIT。
安装
dsh plugin --profile web add dsh-cost-meter
- 在一个面板中查看提供商余额和配额消耗,使用 dsh-usage-stats,作者为 Ychris12138。面向 Web GUI 的 Token 用量分析,实时刷新。150★,MIT。
安装
dsh plugin --profile web add "github:Ychris12138/dsh-usage-stats"
- 零配置跟踪 token 使用量,使用 TokenLedger,作者 zh667。按中继站点归因使用量,无需凭据或配置文件。198★,MIT。
安装
sh
dsh plugin --profile web add "github:zh667/TokenLedger"
- 在会话标题栏查看实时模型价格,使用 dsh-client-pricing,作者 Miyazawai。高峰与非高峰价格徽章,随你切换模型而更新。16★,MIT。
安装
sh
dsh plugin --profile web add dsh-client-pricing
查找和管理插件
- 无需离开应用即可浏览和安装插件,使用 dsh-market,作者 dsh-market。在设置内即可搜索、按类别筛选、一键安装。3,860★,MIT。
安装
sh
dsh plugin --profile web add dshmarket
- 让你的 agent 帮你查找插件,使用 dsh-find-plugin,作者 awesome-dsh-plugin。按关键词搜索实时的 GitHub dsh-plugin 主题,按星标排名。136★,MIT。
安装
sh
dsh plugin --profile web add dsh-find-plugin
- 在发布前检查插件的 manifest,使用 dsh-plugin-check,作者 omdsh-dev。扫描 manifest 问题、补丁格式问题和构建陷阱。27★,MIT。
安装
sh
dsh plugin --profile web add github:omdsh-dev/dsh-plugin-check
- 像浏览 Steam 创意工坊一样浏览插件,使用 dsh-plugin-workshop,作者 yyyyukari。零服务器、由 GitHub 驱动的搜索,带热门时间窗口和一键安装。24★,MIT。
安装
sh
dsh plugin --profile web add "github:yyyyukari/dsh-plugin-workshop"
- 在安装任何东西之前获得安全网,使用 dsh-plugin-guard,作者 lxzy-7。安装前快照,外加一键或自动回滚,以防插件破坏你的启动。42★,MIT。
安装
sh
dsh plugin --profile web add github:lxzy-7/dsh-plugin-guard
- 从一个面板管理所有插件,使用 dsh-web-plugin-manager,作者 LX2000WASD。启用、禁用、安装、更新和健康检查,包含依赖和冲突分析。69★,MIT。
安装
sh
dsh plugin --profile web add dsh-web-plugin-manager@latest
提供商与订阅
- 将 ChatGPT、Claude 或 X Premium 订阅用作 DSH 提供商,使用 V1ki 开发的 dsh-plugin-subscriptions。在 Web UI 中进行 OAuth 登录,无需单独管理 API 密钥。342★,MIT。
安装
sh
dsh plugin --profile web add dsh-plugin-subscriptions
- 通过 OpenAI 自有的 Codex 登录方式使用你的 ChatGPT 订阅,使用 Yan-Zero 开发的 dsh-codex。无需 API 密钥,认证方式与官方 Codex CLI 相同。59★,Apache-2.0。
安装
sh
dsh plugin --profile web add dsh-codex
- 在 DSH 中使用 ChatGPT 或 Codex 订阅,无需 API 密钥或 Codex CLI,使用 WSL043 开发的 dsh-codex-subscription。通过 OAuth 登录,支持模型、配额、搜索和图像工具。66★,MIT。
安装
sh
dsh plugin --profile web add dsh-codex-subscription
- 将本地 MLX 模型作为原生提供商运行,使用 raullenchai 开发的 rapid-mlx-dsh-provider。DSH 直接从服务器读取模型信息,而无需手动编辑设置文件。70★,Apache-2.0。
安装
sh
dsh plugin --profile web add @raullenchai/dsh-provider
安全与防护
- 审计你的 API 中转站是否存在提示注入及更严重的问题,使用 toby-bridges 开发的 api-relay-audit。针对任意 LLM 代理进行本地离线扫描,检测模型替换、工具调用重写和错误泄露。833★,AGPL-3.0。
安装
sh
dsh plugin --profile web add github:toby-bridges/api-relay-audit#v2.4.0
- 让第二个模型审查审批请求,使用 PerryLink 开发的 dsh-auto-review。一个只读审查器返回允许或拒绝并附上理由,默认失败即关闭,完全可审计。168★,Apache-2.0。
安装
sh
dsh plugin --profile web add dsh-auto-review
- 审计你自己的 DSH 安装,使用 omdsh-dev 开发的 dsh-security-audit。一份只读的本地报告,涵盖配置、插件来源、会话和网络暴露情况。15★,MIT。
安装
sh
dsh plugin --profile web add github:omdsh-dev/dsh-security-audit
实时数据 API
- 使用 transcriptapi 搜索 YouTube 并提取字幕,由 ZeroPointRepo 提供。免费套餐,无需 Google API 密钥。
安装
sh
curl -O https://raw.githubusercontent.com/ZeroPointRepo/awesome-dsh-plugins/main/mcp-configs/transcriptapi.cordis.yml
TRANSCRIPTAPI_KEY=your-key dsh web --patch ./transcriptapi.cordis.yml
在 transcriptapi.com 获取密钥。
- 使用 zillapi 查询 Zillow 房产数据,由 ZeroPointRepo 提供。房源、估值和搜索,提供免费套餐。
安装
sh
curl -O https://raw.githubusercontent.com/ZeroPointRepo/awesome-dsh-plugins/main/mcp-configs/zillapi.cordis.yml
ZILLAPI_KEY=your-key dsh web --patch ./zillapi.cordis.yml
在 zillapi.com 获取密钥。
特定领域
- 获取 HarmonyOS NEXT 开发的专业指导,使用 harmony-next.skills,由 linhay 提供。IDE 工作流、API 参考、DevEco 和模拟器自动化。347★。
安装
sh
dsh plugin --profile demo add github:linhay/harmony-next.skills
- 通过对话驱动 Blender,使用 blender,由 CheshireJCat 提供。建模、重建、渲染、验证和导出工作流。26★,MIT。
安装
sh
dsh plugin --profile web add dsh-blender
- 从 DSH 运行具身智能研究,使用 dsh-robotic-harness,由 dingkaihu63 提供。机器人资产检查、MuJoCo 拾放仿真和可复现实验包。20★,MIT。
安装
sh
dsh plugin --profile rh-demo add ./packages/dsh-bundle
- 获取交易研究工作台,使用 dsh-trading,由 maddogfinance 提供。类型化市场数据层、确定性指标和交互式图表卡片。34★,MIT。
安装
sh
dsh plugin --profile trading add @dsh-trading/bundle
- 通过聊天部署项目并配置基础设施,使用 sealos-skills,由 labring 提供。在 Sealos 上使用数据库、对象存储和一键部署。78★。
安装
sh
dsh plugin --profile web add github:labring/sealos-skills
- 通过 dsh-pentest 将 DSH 切换到渗透测试模式,作者是 howmp。专为授权安全研究和测试工作流而构建。462★。
安装
sh
dsh plugin --profile web add https://github.com/howmp/dsh-pentest/releases/latest/download/dsh-pentest.tar.gz
- 在聊天中起草文档,并在每次编辑落地前进行审阅,使用 dsh-qingagent,作者是 void2anything。宣纸面板排版可渲染 mermaid、drawio、表格和 KaTeX。需要运行开源 QingAgent 桌面客户端。3★,Apache-2.0。
安装
sh
npx @deepseek-ai/dsh plugin --profile web add github:void2anything/dsh-qingagent
须知
每个条目是如何验证的
我们不会信任一次 README 就一劳永逸。此列表中的每个条目都经过同一套流水线,
而且每周都会重新运行,而不仅仅是在发布时。
mermaid
flowchart LR
A["Find a candidate\ndsh-plugin topic, other lists,\nour own reading"] --> B["Read ITS OWN docs\nfind the real dsh plugin add\ncommand, not a guess"]
B --> C["Resolve via GitHub API\ncatches renames + archives\nthat a 200 status hides"]
C --> D{"Command still\nin their README?\nnpm pin still current?"}
D -->|yes| E["Listed"]
D -->|no| F["Pulled or flagged\nnever silently kept"]
E --> G["Weekly re-check\nActions workflow, not memory"]
G --> D
该流水线是本仓库中一个真实的 GitHub Actions 工作流
(verify-installs.yml),而不是我们画完就忘的示意图。
它每周一运行,重新读取每个链接项目自己的 README,确认安装命令的
包规格仍然出现在其中,将任何 npm 固定版本与注册表的当前
发布版本进行核对,并根据该次运行的实际结果写入本页顶部的两个徽章。这两个
徽章都不是手动设置的声明:工作流每次运行都会覆盖 badges/verified.json,
而徽章只是显示该文件。
🛡️ 安全提示
这是一个精选列表,而非安全审计。安装插件会在你的
机器上以你自己的权限运行第三方代码。它可以读取你的文件、使用你的凭据并访问
网络。插件出现在这里意味着安装命令可用,且该项目在最近一次检查时真实且
活跃,并不意味着其代码已经过安全审查。在安装插件或将凭据交给它之前,
请阅读其源代码,就像对待任何软件包或浏览器
扩展一样。
发现某个插件看起来是恶意而不仅仅是损坏?请提交 issue 并明确说明,或者
如果插件自己的仓库启用了 GitHub 的私密漏洞报告功能,请使用该功能。
🤝 贡献
非常欢迎提交 PR,请参阅 CONTRIBUTING.md 了解格式和接受规则。
相关列表
- awesome-fx-skills:适用于 Vercel 的 fx 编码代理的技能、MCP 服务器和子代理,每条安装命令每周都会进行机器校验。
- awesome-cursor-plugins:来自官方市场的 Cursor 插件,每个插件都附有它还能运行于哪些其他代理,以及是否需要登录。
- awesome-ag-ui:AG-UI,一种将代理置于用户面前的协议,附有每个框架的能力矩阵。已有两人将 DSH 桥接至其中。
由 ZeroPointRepo 维护 · 列表内容采用
CC BY 4.0 许可 · 使用
crhq.ai 构建
非官方,由社区维护。与 DeepSeek 或 DeepSeek Harness 项目无关联,亦未获其认可。同作者(ZeroPointRepo)的其他插件
扫码进群