Skip to content
 
 

Repository files navigation

Awesome DSH Plugins

自动发现、证据验证的 DeepSeek Harness 插件生态雷达。自动发现 2500+ 候选、逐个 k8s 实测

安装前就知道哪个能用,不用自己踩坑。

confirmed scan tested license

简体中文 | English


收录 750 个 DSH 插件仓库(索引到2513个repos ,正由专用K8s集群,动态在DSH最新版本下验证可用性,目前高速迭代中)。

工作原理

graph TB
    subgraph Discovery["🔍 自动发现(每 8 小时)"]
        A1["GitHub API<br/>org: dsh-external"]
        A2["GitHub Search<br/>topic: dsh-plugin<br/>topic: dsh-external"]
        A3["已知列表<br/>兜底"]
    end
    subgraph Validation["📋 插件验证"]
        B1{"package.json<br/>name + main/exports/dsh?"}
        B1 -->|通过| B2["✅ 确认插件"]
        B1 -->|失败| B3["❌ 跳过非插件"]
    end
    subgraph Analysis["🔬 克隆分析"]
        C1["mainline<br/>blob:none"]
        C2["插件仓库<br/>depth:1"]
    end
    subgraph Compat["⚖️ 四维兼容检查"]
        D1[补丁]
        D2[seam 符号]
        D3[peerDeps]
        D4[编译]
    end
    subgraph Output["📊 证据输出"]
        E1["reports/日期/"]
        E2["README<br/>分类目录"]
        E3[CHANGELOG]
    end
    RT["🤖 运行级实测<br/>agent 驱动"]
    A1 --> B1
    A2 --> B1
    A3 --> B1
    B2 --> C1 & C2
    C1 & C2 --> D1 & D2 & D3 & D4
    D1 & D2 & D3 & D4 --> E1 & E2 & E3
    RT -.->|证据| E1
Loading

快速导航

你的目标 跳转入口
看热门插件 🔥 Star Top 20
按用途找一个插件 📋 分类目录 · PLUGINS.md — 9 大功能领域 + 兼容性状态
浏览自动发现的全部仓库 📊 当前生态快照 — 日期化兼容矩阵
了解最近发生了什么 📝 CHANGELOG
登记或提交插件 🔧 给插件开发者 · 加 dsh-plugin topic → 8h 自动收录 · PR 模板
维护本雷达 ⚙️ 自动化 SOP
给插件使用者指南 📖 给插件使用者
本仓库如何判定兼容性 🔍 本仓库如何判定
加入社群交流 💬 DSH 学习社区 · 微信交流群

Important

收录不等于兼容,静态检查不等于运行可用,运行可用也不等于安全审计。 本仓库提供可追溯的筛选信号,不代表 DSH 官方背书。安装第三方插件前,请检查插件源码、权限、依赖、许可证及测试日期。

🔥 热门插件(Star Top 20)

按 GitHub star 数排序,每 20 分钟自动刷新。数据截至 2026-08-14 20:23。

# 插件 说明
1 dsh-web-ui 1909 Plugin and skin collection for DeepSeek Harness (DSH) W…
2 TokenTracker 1305 Local-first AI token usage & cost tracker for 31 coding…
3 modlens 1275 The first vision plugin for DeepSeek Harness, and the v…
4 PicGo-Core 969 ⚡The ultimate image uploading engine. Both CLI & AP…
5 dsh-TUI 884 解决DSH 官方尚无终端 TUI 痛点的补位之作,献给偏爱cli的各位极客:Claude Code 风格全屏交…
6 DSH-better-sidebar 756 一个侧边栏的完整工作台,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/Git/子代理
7 sandbase-harness 574 Open-source CMA-compatible agent runtime for any model,…
8 dsh-ads 333 把 DSH 变成 2005 年门户网站|Parody ads, fake games, and popups …
9 dsh-vision-toolkit 326 让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还…
10 Abu-Cowork 323 Open-source alternative to Claude Cowork — a local-firs…
11 dsh-agent-teams 246 AgentTeams plugin for DeepSeek Harness
12 Bigfish 173 Bigfish —— DeepSeek Harness 的第三方桌面端,内置 Node 运行时,双击即用,附带…
13 oh-dsh 165 一站式 DeepSeek Harness 社区发行版:TUI、桌面端与 Web UI 三种形态统一体验,支持分…
14 dsh-tianshu-tui 133 dsh-tianshu-tui — DeepSeek Harness terminal UI +harness…
15 dsh-at-file 130 Codex-style @file mentions for DeepSeek Harness: search…
16 whale-girl 127 DSH Web GUI 桌面宠物插件(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍的积累型伙伴。官方 re…
17 dsh-browser 93 dsh plugin: Chrome sidebar extension that lets DSH oper…
18 modsearch 90 The web plugin for DeepSeek Harness, and the search bri…
19 dsh-visualize 82 在 DSH 对话中生成交互式可视化|Render model-generated interactive ca…
20 dsh-genui 73 GenUI for DeepSeek Harness: interactive UI components r…

分类目录

按功能领域分类(重分类修正)。点击标题展开,全部条目一次显示。 新收录条目(社区)的兼容性为运行级跟踪口径(k8s agent 实测)。

🔌 Web UI 增强(18 + 226)

界面与交互增强插件:侧边栏、输入框、皮肤主题、面板 dock、消息显示、状态栏与可视化,让 Web 界面更顺手更好看

插件 类型 兼容性 说明
dsh-vision 插件 关注 dsh 插件:给纯文本 DeepSeek 加视觉——view_image 工具桥接任意 OpenAI 兼容 VLM(默认智谱免费档,实测 4 厂商 10 模型)
dsh-web-ui 合集 关注 Plugin and skin collection for DeepSeek Harness (DSH) Web UI - task board, git g
ex-setting 插件 关注 DSH的设置扩展
web-components 基建 关注 web-components支持
dsh-split-panes 插件 需适配
turtle-ui 插件 需适配 as is, no warranty
dsh-ads 插件 待调研 是兄弟就来蹬我!DSH Web UI 广告:2005 年中文站点风格的侧栏广告 / 对话内信息流 / 角落弹窗 + 一个真实热区比视觉小得多的关闭叉
dsh-aigc-canvas 插件 待调研
dsh-annotation 插件 待调研 DSH Web 选中批注插件:选文字→批注→回车随消息发送;气泡隐藏批注块(零闪烁);回复按 Annotation N 逐条对照(可悬浮芯片)
dsh-anti-ads 插件 待调研
DSH-better-sidebar 插件 待调研 一个侧边栏的完整工作台,支持三方拓展注册新Tab页面,内置文件渲染编辑/终端/Git/子代理
dsh-custom-css 插件 待调研
dsh-drag-and-drop 插件 待调研 为 DSH Web UI 增加跨平台文件拖拽与原始路径插入能力,无需复制文件
dsh-message-edit 插件 待调研 DSH plugin: branch-based message editing, reroll, retry, version timeline
dsh-side-panel 插件 待调研 DSH 侧边栏,集成文件浏览器、终端和 Git 审查,方便预览文件
dsh-ultra-ui 插件 待调研
ui-status-label 插件 待调研 把你鲸鱼娘思考时的 deep diving 自定义成任意你想要的样子
ya-workspace-sidebar 插件 待调研
awesome-dsh-background-plugin 社区 ✅ 运行级可用 DSH Web 背景个性化插件:上传自己的图片(JPG / PNG / WEBP / GIF,浏览器端自动压缩到 1600px 以内)或一键切换极光、余烬、宣纸
Better_Deepseek_Harkness 社区 ✅ 运行级可用 更好的deepseek harness,为webui进行了一些拓展
claude-harness-desktop 社区 ✅ 运行级可用 An Electron-based multi-project AI cockpit that orchestrates multiple Claude Cod
claude-parchment-theme 社区 ✅ 运行级可用 一款 Claude 风格的 dsh插件:为 DSH WebUI 打造,暖羊皮纸 Parchment 色板、Terracotta 品牌色与衬线字体
computer-use-plus 社区 ✅ 运行级可用 Low-token, low-latency Windows computer-use MCP with learned shortcuts, UIA/CDP/
deepseek-harness-dsh-plugin-hub 社区 ✅ 运行级可用 DSH 插件中心:右下角悬浮面板,聚合 GitHub 生态扫描、社区插件热榜与已装插件管理,内置五维风险检查与一键安装
deepseek-harness-plugin-from-scratch 社区 ✅ 运行级可用 Code-audited, progressive guide to production-grade DeepSeek Harness plugins
deepseek-harness-skin 社区 ✅ 运行级可用 deepseek-harness-skin
deepseek-harness-tui 社区 ✅ 运行级可用 DSH-TUI: a lightweight and fast terminal plugin connected directly to the DSH ru
deepseek-harness-vscode 社区 ✅ 运行级可用 Run DeepSeek Harness in the VS Code sidebar, Claude Code for VS Code style
deepseek_harness_ui_schema_fix 社区 ✅ 运行级可用
DeepSeekHarness-DesktopUI 社区 ✅ 运行级可用
DeepSeekHarnessDesktop 社区 ✅ 运行级可用 DeepSeekHarness桌面版(自用)—— 官方 DeepSeek Harness (dsh) 的 Windows 桌面壳:内置固定版 dsh 运行时,免
DeepSeekHarnessThirdModelThinkMgr 社区 ✅ 运行级可用 支持DeepSeekHarness上配置第三方模型的思考选择项,在对话界面实时选择
dhs-theme-plugin 社区 ✅ 运行级可用 dsh 主题管理插件
ds-web-ui 社区 ✅ 运行级可用 My DeepSeek Harness Web UI
dscode 社区 ✅ 运行级可用 dscode is a coding agent that empowers digital and knowledge work
dsh-agent-sdk 社区 ✅ 运行级可用 Embeddable, plugin-based coding-agent runtime built on DeepSeek Harness
dsh-angry 社区 ✅ 运行级可用 Turns the DeepSeek Harness web UI red and shaky the longer a turn runs — the "re
dsh-attachment-formats 社区 ✅ 运行级可用 Codex-style attachment formats for the DeepSeek Harness Web GUI: PDF text-layer
dsh-atuin 社区 ✅ 运行级可用
dsh-auto-continue 社区 ✅ 运行级可用 DSH Web UI plugin: auto-sends 「继续」 to resume requests interrupted by network err
dsh-auto-memory 社区 ✅ 运行级可用 DSH 自动记忆插件:三层记忆(用户级/项目笔记/每日日志)自动注入与检索、每日反思、可视化面板与设置页,支持继承其他 AI 工具的历史记忆
dsh-background-agents 社区 ✅ 运行级可用 Interactive long-session background agents for DeepSeek Harness: start a durable
dsh-balance-meter 社区 ✅ 运行级可用 DeepSeek account balance and session cost readout for the DeepSeek Harness Web G
dsh-balance-monitor 社区 ✅ 运行级可用 DeepSeek 账户余额、剩余比例条与今日花费,显示在 dsh 侧边栏底部 · DeepSeek balance, remaining-ratio bar a
dsh-better-archive 社区 ✅ 运行级可用 DeepSeek Harness (DSH) web-GUI plugin: archived-session panel with unarchive & d
dsh-bg-image 社区 ✅ 运行级可用 DSH (DeepSeek Harness) Web 背景图插件:自定义网页背景壁纸,侧边栏/聊天区半透明磨砂,带设置界面
dsh-bg-wallpaper 社区 ✅ 运行级可用 DeepSeek Harness Web GUI wallpaper plugin bundle: serve a local image as the pag
dsh-billing-glass 社区 ✅ 运行级可用 Liquid-glass billing overlay for the DeepSeek Harness Web GUI: provider balances
dsh-black-whale 社区 ✅ 运行级可用 DeepSeek Harness 黑鲸实验室主题:官网黑鲸 × 夕小瑶 IP,真实 profile 可安装的 Web UI 插件
dsh-bottom-stats 社区 ✅ 运行级可用 DSH plugin: full-width conversation stats line (no truncation) + context occupan
dsh-chat-width 社区 ✅ 运行级可用 Adjust the width of dsh's reply.
dsh-client-shortcuts 社区 ✅ 运行级可用 Global keyboard shortcuts plugin for the DeepSeek Harness web GUI: ctx.shortcuts
dsh-client-ui-mobile-adapt 社区 ✅ 运行级可用 Your DeepSeek Harness web UI, rebuilt for the phone in your hand
dsh-client-ui-monitor 社区 ✅ 运行级可用 用于监控当前会话额度消耗、预估费用及当前API余额/Used to monitor the current session's quota consumptio
dsh-composer-polish 社区 ✅ 运行级可用 DeepSeek Harness plugin: one-click ✨ polish for composer drafts — flash rewrite,
dsh-context-doctor 社区 ✅ 运行级可用 DSH 上下文注入审计插件:统计 AGENTS.md 指令链/技能目录/工具 schema 的 token 成本,检测重复与冲突;Web UI 圆环面板 + c
dsh-deepseek-price-timer 社区 ✅ 运行级可用 ⏱️ DeepSeek peak/off-peak price timer for the DeepSeek Harness Web GUI — live of
dsh-deepseek-usage-dashboard 社区 ✅ 运行级可用 DeepSeek Harness Web UI plugin for daily API token usage, cost estimates, and ba
dsh-douyin 社区 ✅ 运行级可用 DSH WebUI 侧栏短视频插件:原生播放器、系列导航、直链解析与精确历史回放
DSH-for-VSC 社区 ✅ 运行级可用 把 DeepSeek Harness(DSH)的 WebUI 搬进 VS Code:编辑器内嵌面板 + 侧边栏控制台,服务离线自动拉起,日志随时可查
dsh-fs-explorer 社区 ✅ 运行级可用 File explorer plugin for the dsh Web GUI: non-modal side panel, file preview, ri
dsh-genshin-skin 社区 ✅ 运行级可用 可以直接给deepseek harness换原神主题
dsh-genui 社区 ✅ 运行级可用 GenUI for DeepSeek Harness: interactive UI components rendered inline in assista
dsh-git-graph 社区 ✅ 运行级可用 Embedded git repository graph visualizer for the DeepSeek Harness Web GUI | 嵌入式
dsh-hdc-bridge 社区 ✅ 运行级可用 DSH 原生鸿蒙开发助手:hdc 设备闭环调试 + 离线官方知识层(Tier-1 随包)+ DevEco CLI 构建通道 / DSH-native Harmo
dsh-hotswap 社区 ✅ 运行级可用 Runtime hot-swap for DeepSeek Harness plugins: hot enable/disable/restart and au
dsh-image-theme 社区 ✅ 运行级可用 Warp-inspired image-to-theme plugin for DeepSeek Harness: upload a background, e
dsh-input-history 社区 ✅ 运行级可用 DSH Web 输入历史插件:Ctrl+Up / Ctrl+Down 像终端一样召回与切换已发送消息,零核心改动
dsh-k12-lesson-builder 社区 ✅ 运行级可用 DeepSeek Harness plugin for generating synchronized K12 English PPTX and DOCX le
dsh-lan 社区 ✅ 运行级可用 DeepSeek Harness(dsh)的局域网插件:一条 overlay 把 dsh web 绑定到局域网,并通过 index tap 注入 crypto.
dsh-landscape 社区 ✅ 运行级可用 Agent-first DeepSeek Harness plugin intelligence: verify existing plugins, ident
dsh-lark-link 社区 ✅ 运行级可用 High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, mu
dsh-llm-fallback 社区 ✅ 运行级可用 DeepSeek Harness 回退链插件:主模型失败自动切换备用 provider,带 Web UI 配置面板 | Provider fallback ch
dsh-local-filetree 社区 ✅ 运行级可用 File tree panel for the DSH Web UI: the right details column shows the current s
dsh-market 社区 ✅ 运行级可用 DeepSeek Harness 插件市场 · 持续收录 500+ DSH 插件:中文搜索 + 实用五维评分 + 一键安装
dsh-marketplace-entry 社区 ✅ 运行级可用 A plugin marketplace next to the composer + button in the DeepSeek Harness Web G
dsh-message-navigator 社区 ✅ 运行级可用 消息导航条 Message Navigator: DeepSeek Harness 网页聊天界面右侧的垂直消息索引(动态 Cordis 插件)
dsh-mic-input 社区 ✅ 运行级可用 DSH Web ?????????:??? Web Speech API ????,????/??????????????????Microphone voic
dsh-miku-skin 社区 ✅ 运行级可用 初音未来主题皮肤,用于 DeepSeek Harness (DSH) Web GUI —— 蓝紫洋红渐变、毛玻璃面板、可自定义背景图、亮暗双主题
dsh-mobile-ui 社区 ✅ 运行级可用 Mobile UI overlay (bottom strip, session drawer) for the DeepSeek Harness web GU
dsh-node-nav 社区 ✅ 运行级可用 对话节点导航:DSH Web GUI 右侧节点串,hover 预览、点击跳转、active 药丸跟随阅读位置
dsh-outline 社区 ✅ 运行级可用 DeepSeek Harness(DSH)Web GUI 的实时大纲插件
dsh-password-prompt 社区 ✅ 运行级可用 DeepSeek Harness plugin: masked password panel in the Web GUI (password_prompt t
dsh-paste-input 社区 ✅ 运行级可用 DSH WebUI 文件输入增强:Ctrl+V 粘贴(带首次告知弹窗)+ 拖拽 + 选择文件,发送时复制进会话工作区临时目录
dsh-pet-zhuangfangyi 社区 ✅ 运行级可用 DeepSeek Harness WebUI desktop pet plugin (chibi pet with idle animation & click
dsh-plugin-background-image 社区 ✅ 运行级可用 deepseek harness plugin, built by GPT
dsh-plugin-connection-banner 社区 ✅ 运行级可用 Visible reconnecting banner for the DeepSeek Harness Web UI
dsh-plugin-deepeye 社区 ✅ 运行级可用 DeepEye vision plugin for DeepSeek Harness (DSH): image description, OCR, VQA, U
dsh-plugin-eyecare-theme 社区 ✅ 运行级可用 Customizable eye-care palettes for DeepSeek Harness Web
dsh-plugin-genshin-startup 社区 ✅ 运行级可用 DeepSeek Harness (dsh) plugin: Plays the Genshin Impact launch video centered wi
dsh-plugin-installer 社区 ✅ 运行级可用 A marketplace plugin to quickly integrate your DeepSeek Harness into the GitHub
dsh-plugin-peak-pricing 社区 ✅ 运行级可用 DeepSeek 峰谷定价时段徽章(DSH 双面插件,纯 UI、无状态、无网络请求)
dsh-plugin-provider-quota 社区 ✅ 运行级可用 DeepSeek Harness(DSH) 的 Web 插件:在对话输入框底部展示模型 Provider 的订阅额度与限流窗口,点击徽标即可查看详情
dsh-plugin-qr-connect 社区 ✅ 运行级可用 DeepSeek Harness dynamic plugin: QR-code sidebar button for connecting mobile de
dsh-plugin-shady-relay 社区 ✅ 运行级可用 DeepSeek Harness 静态插件:通过 GUI 创建虚拟模型
dsh-plugin-terminal 社区 ✅ 运行级可用 Bottom terminal panel plugin for DeepSeek Harness (DSH Web GUI)
dsh-plugin-tokenmeter 社区 ✅ 运行级可用 词元消耗显示插件(DeepSeek Harness 网页端):每条回复的实时词元用量 | Per-message token usage chips for D
dsh-plugin-ui-turnav 社区 ✅ 运行级可用
dsh-plugin-web-notify 社区 ✅ 运行级可用 Browser notifications for the DeepSeek Harness Web GUI.
dsh-plugin-workshop 社区 ✅ 运行级可用 Steam Workshop-style plugin browser for the DeepSeek Harness (DSH) Web UI - zero
dsh-plugin-ya-workspace-sidebar 社区 ✅ 运行级可用 DSH Web 工作区侧栏替代,顶部全局最近会话 + Workspace→Session 二级菜单 + 面包屑 | DSH Web workspace side
DSH-Plugins-Marketplace 社区 ✅ 运行级可用 DSH插件市场 / DSH Plugin Marketplace: 在 DeepSeek Harness Web GUI 中一键浏览、安装与更新 GitHub
dsh-portable-tavern 社区 ✅ 运行级可用 DeepSeek Harness 的「便携酒馆」插件:RPG 式 SillyTavern V2/V3 角色卡生成器 + 酒馆角色扮演聊天
dsh-precise-cache 社区 ✅ 运行级可用 Five-decimal cache-hit readout beside the chat stats line for the DeepSeek Harne
dsh-science 社区 ✅ 运行级可用 Reproducible Python and R work on DeepSeek Harness, built as plugins.
dsh-security-suite 社区 ✅ 运行级可用 Security assessment workflows for DeepSeek Harness
dsh-sentinel 社区 ✅ 运行级可用 Condition-driven wakeup for DeepSeek Harness: durable file/command/http/process/
dsh-session-cost 社区 ✅ 运行级可用 DSH plugin: estimated DeepSeek API cost per session in the web GUI stats strip
dsh-skin 社区 ✅ 运行级可用 Skin switcher + custom wallpaper for DeepSeek Harness (dsh): curated --dsw-alias
dsh-skin-amis 社区 ✅ 运行级可用 鸣潮爱弥斯主题皮肤: 粉白配色+赛博霓虹装饰的 DeepSeek Harness Web GUI 皮肤 / Amis-inspired pink-white s
dsh-skin-claude-code 社区 ✅ 运行级可用 Claude Code-inspired skin for the DeepSeek Harness web GUI
dsh-skin-switcher 社区 ✅ 运行级可用 DeepSeek Harness Web GUI 皮肤切换插件:设置界面一键切换已安装皮肤
dsh-skins 社区 ✅ 运行级可用 Mirror of dsh-external/dsh-skins + feat: harbor (夕港) dusk-harbor skin
dsh-system-control 社区 ✅ 运行级可用 DSH web plugin: System menu (Restart / Shutdown) in the sidebar footer
dsh-task-notify 社区 ✅ 运行级可用 DeepSeek Harness (DSH) system-level task notifications: approval required / awai
dsh-theme 社区 ✅ 运行级可用 Live theme editor for DeepSeek Harness with curated palettes and typography cont
dsh-theme-blackgold 社区 ✅ 运行级可用 A black-gold theme plugin for DeepSeek Harness
dsh-theme-ti 社区 ✅ 运行级可用
dsh-tianshu-tui 社区 ✅ 运行级可用 dsh-tianshu-tui — DeepSeek Harness terminal UI +harness workflow
dsh-turn-index 社区 ✅ 运行级可用 deepseek harness的侧边栏对话轮次索引插件
dsh-ui-background 社区 ✅ 运行级可用 DSH Web GUI 外观插件:背景图片 / 透明背景 / 背景不透明度(DeepSeek Harness plugin)
dsh-ui-quote-selection 社区 ✅ 运行级可用 Codex-style select-to-quote for DeepSeek Harness Web: quote any chat text into t
dsh-ui-topbar-compact 社区 ✅ 运行级可用 缩窄DeepSeek Harness原生webUI顶栏
dsh-undo-plugin 社区 ✅ 运行级可用 DSH plugin: snapshot & rollback your plugin/skin/settings configs
dsh-updater-ui 社区 ✅ 运行级可用
dsh-ux 社区 ✅ 运行级可用 DSH web UI 增强插件 + 无边框 Electron 桌面壳
dsh-vision-android 社区 ✅ 运行级可用 DeepSeek Harness plugin: multimodal vision (OpenAI-compatible) + Android adb UI
dsh-vision-router 社区 ✅ 运行级可用 Eyes for text-only DeepSeek Harness agents: built-in free vision chain (no key)
dsh-vqa-agent 社区 ✅ 运行级可用 DSH 插件:vqa_ask 双模型视觉问答 —— 主模型提问 → 视觉模型看图回答,UI 实时展示 QA 过程,支持多模态视觉模型选择
dsh-waterball-pet 社区 ✅ 运行级可用 A floating water-ball pet plugin for the DeepSeek Harness Web UI.
dsh-web-attention-badge 社区 ✅ 运行级可用 Attention reminders for the DeepSeek Harness Web UI: frame badge, (N) tab title
dsh-web-background 社区 ✅ 运行级可用 DeepSeek Harness Web UI background customization plugin
dsh-web-plugin-manager 社区 ✅ 运行级可用 在 Web UI 中一键管理 DeepSeek Harness (DSH) 插件:查看、实时启停、安装/卸载、环境管理、插件市场
dsh-web-search-tavily 社区 ✅ 运行级可用 Tavily-backed web search provider for DeepSeek Harness (ctx.web) — no DeepSeek A
dsh-web-ui-approval-notify 社区 ✅ 运行级可用
dsh-webui-auth 社区 ✅ 运行级可用 WebUI 身份认证:HTTP/传输层强制登录(资源、插件 bundle、/api、WebSocket 四层防护),服务端会话 + HttpOnly Cooki
dsh-webUI-Glass-Theme 社区 ✅ 运行级可用
dsh-webui-market-plugin 社区 ✅ 运行级可用 dsh Web GUI 社区插件市场:浏览 awesome-dsh-plugin.com 插件目录,一键安装/卸载到 profile
dsh-whale-pet 社区 ✅ 运行级可用 Unofficial whale-girl pet plugin for the DeepSeek Harness Web UI
dsh-wordbox 社区 ✅ 运行级可用 DSH Web GUI常用词箱子,方便项目常用词的存储和粘贴 | DSH Web GUI Common Words Box – for storing and
DSHDesktop 社区 ✅ 运行级可用 Unofficial Windows desktop client for the unmodified DeepSeek Harness Web UI
modlens 社区 ✅ 运行级可用 The first vision plugin for DeepSeek Harness, and the vision bridge for every te
paste-to-workspace 社区 ✅ 运行级可用 DSH 插件:把粘贴/拖入聊天框的图片与任意文件保存为会话工作区文件
uiopt 社区 ✅ 运行级可用
vocaloid-mcp 社区 ✅ 运行级可用 An agent-native MCP for composing, tuning, rendering, mixing, and auditing nativ
deep-flow 社区 ⏳ 未测 deepseek-harness tui
deepseek-harness-auth 社区 ⏳ 未测 Sign-in / sign-up window plugin for DeepSeek Harness Web UI, with a built-in dem
deepseek-harness-external-migration 社区 ⏳ 未测 DeepSeek-Harness Migration Plugin 是一款专为 [DeepSeek-Harness](https://github.co
deepseek-harness-for-vscode-unofficial 社区 ⏳ 未测 非官方 DeepSeek Harness VS Code 客户端:侧边栏嵌入官方 Web UI
DeepSeek-Harness-GUI 社区 ⏳ 未测 DeepSeek Harness Web UI 的便携式 Electron 封装:免安装、数据保存在应用目录
DeepSeek-Harness-VSCode-Extension 社区 ⏳ 未测 Unofficial source-only Visual Studio Code client for DeepSeek Harness over ACP.
deepseekharness-claude-theme 社区 ⏳ 未测
DeepSeekHarness-Tui 社区 ⏳ 未测 A desktop version of deepseek-harness in a linux environment.
dsh-annotate 社区 ⏳ 未测 Visual browser element annotation for DeepSeek Harness, capturing DOM, styles, a
dsh-auth 社区 ⏳ 未测 A plugin that allows you to configure access password for dsh webui, and access
dsh-builtin-toggles 社区 ⏳ 未测 Built-in plugin catalog and safe GUI toggles for DeepSeek Harness Web.
dsh-catnap-studio 社区 ⏳ 未测 DeepSeek Harness Web UI 的三合一猫咪主题皮肤插件,内置暖纸猫窝、月夜守护与猫咪工坊
dsh-chat-skin 社区 ⏳ 未测 DeepSeek Harness client plugin: chat wallpaper & skins for the Web GUI — 6 prese
dsh-claude-tui 社区 ⏳ 未测 Claude Code TUI for DeepSeek Harness
dsh-client-ui-peak-valley 社区 ⏳ 未测 DSH Web 客户端插件:模型选择按钮左侧显示 DeepSeek API 峰/谷价状态(绿=谷,橙=峰)
dsh-client-ui-side-chat 社区 ⏳ 未测 Side Chat branching client plugin for DeepSeek Harness
dsh-cost-chip 社区 ⏳ 未测 DeepSeek Harness (dsh) 插件:/cost 查看每个会话花费 + 可拖拽的悬浮费用胶囊
dsh-deepseek-balance 社区 ⏳ 未测 DeepSeek 余额插件:模型工具 + 侧边栏余额胶囊 | DeepSeek balance plugin for DSH: model tool + sid
DSH-Desktop 社区 ⏳ 未测 Native Tauri v2 desktop shell for the DeepSeek Harness web GUI · 基于 Tauri v2 的 D
dsh-desktop-window 社区 ⏳ 未测 Desktop window for the DeepSeek Harness WebUI (Cordis plugin)
dsh-download-monitor 社区 ⏳ 未测 DSH Web GUI download monitor plugin
dsh-dynamic-island 社区 ⏳ 未测 A tiny glass companion for DeepSeek Harness — it breathes while the agent thinks
dsh-effort-tweak 社区 ⏳ 未测 A DeepSeek Harness plugin that allows you to change the reasoning effort of cust
dsh-ergonomics 社区 ⏳ 未测 DSH 会话人体工学:/new 一键新会话 + 输入历史 ↑↓ 回溯
dsh-fun-weather 社区 ⏳ 未测 DSH weather tab and weather-following themes powered by Open-Meteo
dsh-fusion 社区 ⏳ 未测 将多个 DeepSeek Harness 对话融合为一个可继续的会话,支持 Agent 智能剪枝、话题分组、内容排序和界面操作
dsh-gui 社区 ⏳ 未测 deepseek harness mac desktop GUI
dsh-home-ui 社区 ⏳ 未测 PiUI-inspired home feed visual refinement plugin for DeepSeek Harness web client
dsh-kanban 社区 ⏳ 未测 Task board plugin for the DeepSeek Harness Web UI
dsh-left-sidebar-collapse 社区 ⏳ 未测 Auto-collapse / fully-collapse the DSH left sidebar on session select (standalon
dsh-mc-launcher 社区 ⏳ 未测 Minecraft launcher built on DeepSeek Harness: full-screen launcher UI (root slot
dsh-mobile-gui-agent 社区 ⏳ 未测 Android Mobile GUI Agent plugin for DeepSeek Harness with ADB control, iterative
dsh-model-router 社区 ⏳ 未测 模型路由与成本优化器:简单问题 flash 直答、故障自动降级、会话 token/缓存/成本实时面板 | Model router & cost optimiz
dsh-nachoneko-theme 社区 ⏳ 未测 DeepSeek Harness Nachoneko Theme
dsh-narrative-ledger 社区 ⏳ 未测 Verifiable narrative state, continuity and character-knowledge ledger for DeepSe
dsh-native-playbook 社区 ⏳ 未测 Native capability guide for DeepSeek Harness — installable DSH runtime plugin, A
dsh-note-sidebar 社区 ⏳ 未测 ?????:?????????????????,?????????,???????????(DeepSeek Harness ??)
dsh-open-in-ide 社区 ⏳ 未测 DeepSeek Harness Web UI plugin: add an IDE button that auto-detects local IDEs a
dsh-opencode-go-quota 社区 ⏳ 未测 OpenCode Go (Zen Go) quota display plugin for the DeepSeek Harness web UI
dsh-PaddleOCR-Skills 社区 ⏳ 未测 PaddleOCR skills for DeepSeek Harness with native tools and GUI configuration
dsh-plugin-balance 社区 ⏳ 未测 余额显示插件(DeepSeek Harness 网页端):会话头部实时账户余额 | Live account balance for DeepSeek Harn
dsh-plugin-better-sidebar-plugin-office 社区 ⏳ 未测 为 better-sidebar 提供 Office 三件套预览(.docx/.xlsx/.pptx),独立 bundle 瘦身主体 | Provides Of
dsh-plugin-devecocli 社区 ⏳ 未测 HarmonyOS development tools for DeepSeek Harness: device/emulator management, UI
dsh-plugin-file-manager 社区 ⏳ 未测 面向 DeepSeek Harness(DSH) Web 界面的会话文件管理器插件
dsh-plugin-skill-panel 社区 ⏳ 未测 DeepSeek Harness(DSH)的只读技能清单插件,在 Web GUI 中展示全局技能和当前会话可见的技能,并从会话日志推导技能加载状态
dsh-plugin-subscriptions 社区 ⏳ 未测 Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harn
dsh-polling 社区 ⏳ 未测 dsh-polling — 轮询任务/定时任务 plugin for DeepSeek Harness: cron scheduled tasks as rea
dsh-question-anchors 社区 ⏳ 未测 DeepSeek Harness 右侧提问锚点面板
dsh-randomuuid-polyfill 社区 ⏳ 未测 dsh client plugin that installs crypto.randomUUID on insecure origins (plain HTT
dsh-session-pin 社区 ⏳ 未测 Pin sessions in the DeepSeek Harness (DSH) web sidebar - dual-face plugin with a
dsh-show-image 社区 ⏳ 未测 Display local images to users from text-only LLMs in DeepSeek Harness WebUI — sh
dsh-skill-viewer 社区 ⏳ 未测 DSH Web UI plugin: Skills settings section with hot enable/disable, delete and a
dsh-SkillsManagePlugins 社区 ⏳ 未测 DSH Skills 可视化管理器:在 DSH Web 界面可视化查看、编辑、创建、删除 Skills(用户级 ~/.dsh/skills 与项目级 .dsh/
dsh-skin20260814 社区 ⏳ 未测 dsh-skin 增强版:为 DeepSeek Harness 提供皮肤切换与自定义背景壁纸
dsh-snapshot 社区 ⏳ 未测 DeepSeek Harness plugin: automatic file snapshots with a sidebar timeline and se
dsh-tailscale-console 社区 ⏳ 未测 为 DeepSeek Harness 提供基于 Tailscale 的安全远程访问运营面板:一键健康检查、HTTPS 入口开关、macOS 代理绕过、中继服务器
dsh-theme-neko 社区 ⏳ 未测 A Nachoneko (甘城猫猫) themed skin for the DeepSeek Harness web GUI.
dsh-theme-palettes 社区 ⏳ 未测
dsh-theme-plugin 社区 ⏳ 未测
dsh-theme-taffy 社区 ⏳ 未测 我不是雏草姬
dsh-token-dashboard 社区 ⏳ 未测 DSH web GUI plugin: daily/weekly token-consumption heatmap for the DeepSeek Harn
dsh-token-viewer 社区 ⏳ 未测 DSH web GUI plugin: live token consumption surfaces (composer dock strip + sideb
dsh-tool-hackernews 社区 ⏳ 未测 Hacker News tool suite (hn_top_stories, hn_search, hn_item) for DeepSeek Harness
Dsh-UI-Enhance 社区 ⏳ 未测
dsh-ui-spec 社区 ⏳ 未测 DeepSeek Harness plugin: turn UI screenshots into structured, implementation-gra
dsh-ui-workbench 社区 ⏳ 未测 DeepSeek Harness WebUI 的右侧边文件管理以及变更审查界面插件
dsh-usage-stats 社区 ⏳ 未测 DeepSeek Harness 精美 Token 数据面板:趋势图、活跃热力图、模型用量分析与 CSV/JSON 导出
dsh-voice-input 社区 ⏳ 未测 Voice-to-text input plugin for the DeepSeek Harness Web UI
dsh-wikilink 社区 ⏳ 未测 Obsidian-style [[wikilink]] mentions for the DeepSeek Harness web GUI: fuzzy-sea
dsh-workshop 社区 ⏳ 未测 Steam Workshop style plugin store for DeepSeek Harness Web UI: browse 850+ commu
dsh-yolo-mode 社区 ⏳ 未测 dsh-yolo-mode - an LLM-powered auto-approval plugin for DeepSeek Harness sandbox
dsh-zotero 社区 ⏳ 未测 在 DeepSeek Harness 中浏览、搜索并引用你的 Zotero 文献库(侧边栏文件树 + & 与 /zotero 快速引用)
dshtui-by-woodwhite 社区 ⏳ 未测 deepseek harness tui by woodwhite
dskin 社区 ⏳ 未测 DSKIN · DeepSeek Harness(DSH)卡通像素皮肤插件 / Cartoon pixel skin plugin for DSH Web GU
freestyle-dsh-theme 社区 ⏳ 未测 DeepSeek Harness 主题体验插件:OKLCH 主题提案 + 主题设计器(跨重启持久化)
oh-dsh 社区 ⏳ 未测 一站式 DeepSeek Harness 社区发行版:TUI、桌面端与 Web UI 三种形态统一体验,支持分层安装、一步到位,免去手工整合打包
sidesight 社区 ⏳ 未测 CLI-first vision sidecar for text-only coding agents
silk-background 社区 ⏳ 未测 DSH Web GUI 客户端插件:WebGL Silk 丝绸动态背景 + 全站玻璃化皮肤(官方主题 token 覆盖,零依赖) | WebGL silk sh
dsh-visualize 社区 ⚠️ 待定 DSH 对话内生成式 UI 插件:模型把交互式 HTML 卡片直接画进会话流——visualize 工具 + 配套 skill + 沙箱渲染卡,带流式预览、组件
7d7d 社区 ❌ 运行级不兼容
Deepseek-Harness-Desktop 社区 ❌ 运行级不兼容 DSH桌面端,支持主题和背景图等多种个性化配置
deepseek-harness-flow 社区 ❌ 运行级不兼容 Visual workflows and multi-model evaluation for DeepSeek Harness
DeepSeek-Harness-linux- 社区 ❌ 运行级不兼容 一个基于官方WebUI二改的Linux桌面端,内置了一个外挂视觉插件(需手动接入API Key),已经迭代了四个版本,可能还是有些小毛病,不过目前用下来暂时没有
dsh-ark-quota 社区 ❌ 运行级不兼容 火山方舟订阅套餐剩余额度 DSH 侧边栏小组件(宿主代理 GetCodingPlanUsage + 浏览器 widget + 免重启 cookie 刷新工具)
dsh-claude-theme 社区 ❌ 运行级不兼容 dsh的claude风格界面
dsh-git-branch-switcher 社区 ❌ 运行级不兼容 DeepSeek Harness web plugin: git branch pill in the session header with UI branc
dsh-her-eyes 社区 ❌ 运行级不兼容 一个可以让ai自动调用VLM(多模态模型)进行视觉分析的dsh插件
dsh-live-stats 社区 ❌ 运行级不兼容 Live token estimates and true streaming TPS for DeepSeek Harness Web
dsh-open-in-vscode 社区 ❌ 运行级不兼容 Open DeepSeek Harness workspace directories in VS Code directly from the web GUI
dsh-openbiliclaw 社区 ❌ 运行级不兼容 OpenBiliClaw 是本地运行的跨平台个性化内容推荐 Agent,持续理解你的兴趣并主动找内容
dsh-plugin-session-delete 社区 ❌ 运行级不兼容 Delete DeepSeek Harness sessions from the UI: header danger button + sidebar ses
dsh-plugin-yet-another-subagent 社区 ❌ 运行级不兼容 可配置子代理 profile 系统,单一 subagent 工具 + profile 参数,含 Web UI 设置/实时进度/子代理树 | Configurab
dsh-provider-model-configurator 社区 ❌ 运行级不兼容 DSH 模型 Pro:为 DSH WebUI 提供将 pi-ai 预设或任意已配置提供商的模型上下文、输出上限、推理档位与兼容开关一键应用到目标提供商,并集中查
dsh-remote-web-ui 社区 ❌ 运行级不兼容
dsh-review-loop 社区 ❌ 运行级不兼容 Incremental diff reviewer for DeepSeek Harness — Web UI review panel + /review c
dsh-search-mcp 社区 ❌ 运行级不兼容 Replace dsh's built-in web search with search MCP servers (Tavily/Brave/Exa/Perp
dsh-terminal-panel 社区 ❌ 运行级不兼容 A manual Terminal tab for the DeepSeek Harness (dsh) web UI — run commands on th
dsh-tui-app 社区 ❌ 运行级不兼容 DeepSeek Harness terminal UI plugin (Ink/React)
zat-dsh-engine 社区 ❌ 运行级不兼容 Visual plugin marketplace for DeepSeek Harness — browse, search and install comm

界面与交互增强插件:侧边栏、输入框、皮肤主题、面板 dock、消息显示、状态栏与可视化,让 Web 界面更顺手更好看

🤖 Agent 能力(26 + 171)

增强 agent 本身的能力:子代理管理、记忆与上下文、会话控制、规划执行、唤醒/睡眠、提示词与技能注入

插件 类型 兼容性 说明
dsh-prompt-studio 插件 兼容 DSH plugin: edit user and built-in system-prompt sections with live preview (Pro
dsh-track 插件 兼容 DSH Track Bridge 插件:嵌入式任务管理引擎——决策点协议、念头捕获墙、Linear 形 issue 存储(bundle),AI 与人之间的任务轨
distill 插件 关注 自动对话蒸馏:后台 subagent 反省 + 技能 create/update
dsh-slice-agent-loop 插件 关注 A drop-in DeepSeek Harness agent loop whose context engine is a bounded slice in
Qwen-MM-Plugins 合集 关注 Qwen-MM-Plugins支持
dsh_workflow 插件 待调研 把Claude Code的UltraCode模式带给DSH,把 DSH 的一次性多 Agent 调度,升级为可生成、可保存、可治理、可观察、可恢复的 Workf
dsh-a2a 插件 待调研 Agent2Agent mesh for the Harness
dsh-agent-budget 插件 待调研 Native Harness agent-tree token budget plugin
dsh-auto-approval 插件 待调研
dsh-checkpoint 插件 待调研 Mark an exploration start in the session; pairs with rewind to fold the explorat
dsh-evolve 插件 待调研 自进化插件:agent 在 session 内随对话给自己长出/剪掉能力 —— evolve_add 热挂载持久化 cordis 插件(下一 step 工具即可
dsh-explain 插件 待调研 DSH 本地优先学习模式插件:跨会话全局学习线程、按来源讲解、ExplainContext、压缩与可诊断设置界面
dsh-focus-chat 插件 待调研 为 dsh 提供新的「聚焦会话」精简会话视图,更轻松易于阅读,只关注最终产出结果
dsh-inspect 插件 待调研 发现问题(checkup) → 修复交付(fix) → 质量复查(review) 的对抗式闭环插件:基于官方 workflow 引擎的检查/修复/复查工具集
dsh-llm-fallbacks 插件 待调研 An dsh plugin for role-based LLM retry&fallback strategy. 基于角色的模型重试备用策略插件
dsh-mnemon 插件 待调研 Mnemon 与 DSH 的深度集成插件,为 DSH 提供完备的本地记忆系统:运行时记忆、可检索档案与受监督记忆体
dsh-rewind 插件 待调研 Fold everything since the last checkpoint mark into an auto-generated report, re
dsh-scout 插件 待调研 面向 DeepSeek Harness 的只读环境探测插件,为智能体提供运行环境、软件版本、系统资源、端口、服务、硬件及工作区信息
dsh-session-health 插件 待调研 DSH 会话健康检查插件:多帧 zstd 会话文件的帧级扫描诊断(torn/损坏/空会话检测),零依赖只读,注册 session_health 工具
dsh-sleep 插件 待调研
dsh-turn-navigator 插件 待调研 Private DSH Web turn navigation plugin
mstar-workflow 插件 待调研 A Skill-driven Harness/Loop Engineering Workflow Agent Plugin
yet-another-subagent 插件 待调研
dsh-oauth-mcp-client 插件 待调研 OAuth 2.1 Streamable HTTP MCP client plugin for DeepSeek Harness.
falsify-dsh 插件 待调研 DeepSeek Harness adapter for the public Falsify CLI. Adjudicator receipt, not a
billion-context-dsh 插件 待调研 Model-driven context management (Active Context Pruning / ACP) for the DeepSeek
A_memorix-deepseek-harness 社区 ✅ 运行级可用 面向 DeepSeek Harness 的 A_memorix 记忆集成适配器
agent-loop-workflow 社区 ✅ 运行级可用 agent-loop-workflow: 通用多 agent 协作工作流骨架 skill 插件 — Loop Guard/Handoff/Review→Clos
deepseek-harness-plugin-mcp 社区 ✅ 运行级可用 MCP server that lets any agent discover, install, and run DeepSeek Harness plugi
deepseek-harness-skillx 社区 ✅ 运行级可用 DeepSeek Harness plugin for safely discovering, auditing, and adopting external
ds-balance-card 社区 ✅ 运行级可用 DeepSeek Harness 常驻额度卡片插件:自动识别已配置的平台 API Key,显示余额与 Coding Plan 额度
ds-forge 社区 ✅ 运行级可用 Lightweight agent harness for DeepSeek V4.
dsh-acp-plugin 社区 ✅ 运行级可用 Agentic Control Plane for DeepSeek Harness — policy-check every tool call before
dsh-agent-arcade 社区 ✅ 运行级可用
dsh-agent-messaging 社区 ✅ 运行级可用 Cross-session agent-to-agent messaging for DeepSeek Harness — address another se
dsh-balance-stats 社区 ✅ 运行级可用 Balance, session cost, token usage, and invoice summaries for DeepSeek Harness W
dsh-better-chat-history 社区 ✅ 运行级可用 A plugin for DSH to optimize session loading speed and reduce disk read/write co
dsh-capability-receipt 社区 ✅ 运行级可用 Content-addressed receipts for skills actually loaded by DeepSeek Harness
DSH-Chrome-devtools 社区 ✅ 运行级可用 Real Chrome browser control for DeepSeek Harness agents, powered by Chrome DevTo
dsh-client-pricing 社区 ✅ 运行级可用 会话顶栏实时显示 DeepSeek API 价格(峰谷定价 / 现行一口价,flash / pro 自动切换) | DeepSeek Harness clien
dsh-client-usage 社区 ✅ 运行级可用 DeepSeek Harness(DSH)网页客户端插件:实时展示会话级 API token 用量与估算费用,支持缓存命中/未命中分桶、上下文占用,自动适配 D
dsh-context-lens 社区 ✅ 运行级可用 Request Context Profiler for DeepSeek Harness — see what changed between model r
dsh-cue-plugin 社区 ✅ 运行级可用 DeepSeek Harness 的跨会话引用(cue)插件
dsh-data-ledger 社区 ✅ 运行级可用 数据台账:DeepSeek Harness 本地数据统一看板——对话/账本/技能/记忆/日志的来源、位置与内容摘要,回收站删除、浏览器存储清理(dsh-plug
dsh-deeplink 社区 ✅ 运行级可用 DSH WebUI 深链插件:?session=/?workspace= 直接打开指定项目对话
dsh-governance 社区 ✅ 运行级可用 The authority layer for agentic AI, as a DeepSeek Harness plugin
dsh-harness-mcp-server 社区 ✅ 运行级可用 Expose DeepSeek Harness agent capabilities as an MCP server (brain=Hermes, arms=
dsh-history 社区 ✅ 运行级可用 Recall and re-run the current session's command history with ↑/↓ keys in the DSH
dsh-im-gateway 社区 ✅ 运行级可用 An IM gateway for the DeepSeek Harness: bridge messengers into harness agent ses
dsh-image-subagent 社区 ✅ 运行级可用
dsh-mattpocock-skills 社区 ✅ 运行级可用 Unofficial DSH port of mattpocock/skills — Engineering (18) + Productivity (7) s
dsh-mcp-adapter 社区 ✅ 运行级可用 MCP adapter for DeepSeek Harness — one proxy tool instead of dumping every MCP s
dsh-media-skills 社区 ✅ 运行级可用
dsh-nocturne-memory 社区 ✅ 运行级可用 dsh memory: Nocturne Memory client for DeepSeek Harness
dsh-open-in-finder 社区 ✅ 运行级可用 DeepSeek Harness (dsh web) plugin: one-click open-in-Finder icon in the session
dsh-patchouli 社区 ✅ 运行级可用 Agent knowledge hub and deepseek-harness plugin
dsh-personalize 社区 ✅ 运行级可用 Per-host personalization for DSH: custom instructions, local long-term memory, a
dsh-plan-first-dev 社区 ✅ 运行级可用 DSH 插件:开发前自动进入 plan mode(plan-first development workflow)
dsh-plannotator 社区 ✅ 运行级可用 DSH 计划批注插件:选中计划原文、逐条批注,并把结构化反馈送回 Agent
dsh-plugin-acn 社区 ✅ 运行级可用 DeepSeek Harness plugin: join ACN so this agent can discover, message, and colla
dsh-plugin-cas-kb 社区 ✅ 运行级可用 DeepSeek Harness bundle: article-level Chinese accounting standards (CAS / ASSE)
dsh-plugin-context-compressor 社区 ✅ 运行级可用 Context compression skill for DeepSeek Harness
dsh-plugin-greeter 社区 ✅ 运行级可用 A DeepSeek Harness (dsh) plugin that greets you at the start of every session wi
dsh-plugin-pi-bridge 社区 ✅ 运行级可用 Bridge pi skills and config into DeepSeek Harness
dsh-plugin-ptc-context 社区 ✅ 运行级可用 DSH插件,增强PTC模式的上下文管理
dsh-plugin-release 社区 ✅ 运行级可用 Portable package contract, release checklist, and installation hygiene skills fo
dsh-plugin-skill-tree 社区 ✅ 运行级可用
dsh-plugin-task-notification 社区 ✅ 运行级可用 Desktop notifications when a DeepSeek Harness agent session finishes
dsh-plugin-vision-toolkit 社区 ✅ 运行级可用 Vision toolkit for DeepSeek Harness -- give text-only agents eyes
dsh-plugin-wepre 社区 ✅ 运行级可用 DeepSeek Harness plugin: publish single-screen content cards to WePre Next from
dsh-plugins-plan-usage 社区 ✅ 运行级可用 deepseek harness plugins plan-usage
dsh-postmortem 社区 ✅ 运行级可用 Local-first failure postmortems for DeepSeek Harness sessions.
dsh-prompt-optimizer 社区 ✅ 运行级可用 DeepSeek Harness plugin
dsh-prompt-profile 社区 ✅ 运行级可用 Reusable Markdown prompt profiles for DeepSeek Harness with per-turn model selec
dsh-quote-annotate 社区 ✅ 运行级可用 DSH 会话选区引用与锚点批注插件:选中文字 → 批注 → 引用锚点 chip(点击跳回原文、悬停显示原文)
dsh-reasoning-settings 社区 ✅ 运行级可用 让 DeepSeek Harness 的第三方 API 支持低、中、高等推理强度,并可为每次子 Agent 调用选择模型|Add Low, Medium, Hi
dsh-recall 社区 ✅ 运行级可用 DSH 插件:recall 工具——模型可搜索并读取自己会话的完整事件日志,包括被压缩(compaction)遮蔽的内容;dsh plugin add 一条命令
dsh-reverse-skill 社区 ✅ 运行级可用 Complete reverse-skill (85 SKILL.md) as a DeepSeek Harness (dsh) Cordis plugin —
dsh-science-workbench 社区 ✅ 运行级可用 A reproducible science workbench plugin for the DeepSeek Harness: agent-driven c
dsh-self-control-guard 社区 ✅ 运行级可用 Self-control guard plugin for DeepSeek Harness host exit and restart workflows.
dsh-session-audit 社区 ✅ 运行级可用 Session execution analytics and audit reports for DeepSeek Harness — see how you
dsh-session-deeplink 社区 ✅ 运行级可用 DeepSeek Harness plugin for shareable session deep links
dsh-session-html-export 社区 ✅ 运行级可用
dsh-session-index 社区 ✅ 运行级可用
dsh-session-management 社区 ✅ 运行级可用
dsh-session-manager 社区 ✅ 运行级可用
dsh-session-report 社区 ✅ 运行级可用 Session cost/usage report cards for DeepSeek Harness: tokens, cache-hit rate, pe
dsh-skill-loader 社区 ✅ 运行级可用
dsh-skill-lord-serf 社区 ✅ 运行级可用
dsh-skill-manager 社区 ✅ 运行级可用
dsh-skillport 社区 ✅ 运行级可用
dsh-skillradar 社区 ✅ 运行级可用 DSH plugin: scans session-visible skills and ranks them by relevance to the rece
dsh-subagent-model 社区 ✅ 运行级可用 DSH plugin: subagent_model tool — delegate to a subagent with a per-call selecte
dsh-task-relay 社区 ✅ 运行级可用 DSH 跨会话任务接力板:task_push/list/claim/done + handoff_write/read
dsh-token-usage 社区 ✅ 运行级可用 DSH (DeepSeek Harness) web plugin — Token usage analytics tab for the conversati
dsh-tool-user-memory 社区 ✅ 运行级可用
dsh-turn-rewind 社区 ✅ 运行级可用 deepseek harness对话和代码状态回退插件 | DSH — rewind conversation and workspace state, pow
dsh-ui-progress 社区 ✅ 运行级可用 DSH Web UI 会话进度插件:输入框停靠区常驻会话进度条(todos 真实进度 / 实时 token 生成速率 / 中断橘红态 / 待办提醒),零核心改动
dsh-undo 社区 ✅ 运行级可用 Context undo/redo plugin for DeepSeek Harness (dsh): roll the model context back
dsh-vlm-bridge 社区 ✅ 运行级可用 DeepSeek Harness (dsh) bundle plugin: vision_analyze tool lets text-only LLM age
dsh-voice 社区 ✅ 运行级可用 Voice notes in, spoken answers out — dictate audio that becomes user messages (t
forkprobe 社区 ✅ 运行级可用 Compare multiple skills on the same task and pick the winner.
free-vision-skill 社区 ✅ 运行级可用 Local‑only vision skill for macOS 本地化识图技能
moon-lovers-skill 社区 ✅ 运行级可用
prompt-polish 社区 ✅ 运行级可用
reSanity 社区 ✅ 运行级可用 reSanity 散修 — 散户的认知组合管理:查证、避坑、记忆、复盘
sandbase-harness 社区 ✅ 运行级可用 Open-source CMA-compatible agent runtime for any model, with MCP tools, sandboxe
superpowers-dsh 社区 ✅ 运行级可用 Superpowers skills for DeepSeek Harness: TDD, debugging, planning, and collabora
timem-dsh-memory 社区 ✅ 运行级可用
timemspace-dsh-memory 社区 ✅ 运行级可用
Abu-Cowork 社区 ⏳ 未测 Open-source alternative to Claude Cowork — a local-first AI agent desktop app ·
agent-jit 社区 ⏳ 未测
agent-plaza 社区 ⏳ 未测
agentvest 社区 ⏳ 未测
chat2skill 社区 ⏳ 未测 Extracting and iterating skills from daily conversations with AI
dash 社区 ⏳ 未测 DASH — Deepseek Agentic Service Harness
deepseek-channel-octo 社区 ⏳ 未测 Bridge DeepSeek Harness (dsh) agents into Octo IM
deepseek-harness-evolving-memory 社区 ⏳ 未测 DeepSeek Harness 本地语义演化式长期记忆插件|Local semantic evolving memory for DSH
deepseek-harness-memory 社区 ⏳ 未测
deepseek-harness-wallet 社区 ⏳ 未测 Balance monitoring, per-session spend & token tracking, low-balance alerts, and
dsh-agentfuse-plugin 社区 ⏳ 未测
dsh-better-browser 社区 ⏳ 未测 DSH 真实浏览器插件:通过 Kimi WebBridge 让 Agent 操作用户已登录的浏览器,并提供 13 个 webbridge_* 工具
dsh-book2skill 社区 ⏳ 未测 DSH book-to-skill plugin: a 5-stage long task (fetch → parse → understand → gene
dsh-claude-mem 社区 ⏳ 未测 DeepSeek Harness plugin integrating claude-mem (memory for dsh)
dsh-cmd-starter 社区 ⏳ 未测 为deepseek-harness提供一个命令行启动工具,让它 --append-prompt --resume 等类claude命令
dsh-cost-meter 社区 ⏳ 未测 DeepSeek Harness 会话费用统计插件:本会话费用、当日费用、历史记录与官方价格同步
dsh-find-skill 社区 ⏳ 未测 dsh plugin bridging the vercel-labs/skills ecosystem: LLM-driven skill search, i
dsh-fork 社区 ⏳ 未测 A plugin that allows you to fork your session in DSH (Deepseek Harness).
dsh-goal-mode-enhance 社区 ⏳ 未测 为 DeepSeek Harness 提供可视化 goal 模式:Goal 栏 / 头部入口 / 设置页(历史+多会话总览)/ goal_overview 模型
dsh-memory-director 社区 ⏳ 未测 MemoryDirector plugin for DeepSeek Harness: LLM-driven remember/forget (official
dsh-memsearch 社区 ⏳ 未测 Automatic semantic memory plugin for DeepSeek Harness (DSH) via memsearch
dsh-meta-orchestrator 社区 ⏳ 未测 A model-native meta-agent plugin for DeepSeek Harness that uses the underlying m
dsh-mimo-agent-tools 社区 ⏳ 未测
dsh-multi-cot 社区 ⏳ 未测 Multi-CoT plugin for DeepSeek Harness: multi-sampled test-time compute, internal
dsh-openmaic 社区 ⏳ 未测 OpenMAIC for DeepSeek Harness: classrooms, slides, interactive widgets, and Socr
dsh-playwright-cli 社区 ⏳ 未测 DeepSeek Harness (DSH) host plugin wrapping the Playwright CLI: install browsers
DSH-plugin 社区 ⏳ 未测 DeepSeek Harness 插件:用量统计、费用计算(含峰谷计价)、缓存命中与上下文监控
dsh-plugin-agent-dashboard 社区 ⏳ 未测 Multi-agent dashboard skill for DeepSeek Harness
dsh-plugin-asmemory 社区 ⏳ 未测 Action-State Memory Engine: typed time-series memory (states + actions) with tre
dsh-plugin-audiolib 社区 ⏳ 未测 Ambient soundtrack for DeepSeek Harness, driven by agent state
dsh-plugin-auto-docs 社区 ⏳ 未测 Auto documentation generation skill for DeepSeek Harness
dsh-plugin-balance-panel 社区 ⏳ 未测 DeepSeek Harness cordis plugin: API balance + Coding Plan usage panel (/balance
dsh-plugin-call-me 社区 ⏳ 未测 Your DeepSeek Harness agent rings your actual phone: it asks out loud, you answe
dsh-plugin-device-info 社区 ⏳ 未测 Read-only Windows device info tools for DeepSeek Harness: 12 win_* tools (time,
dsh-plugin-langfuse 社区 ⏳ 未测 Langfuse observability for DeepSeek Harness (dsh): exports agent sessions as Ope
dsh-plugin-longgraph 社区 ⏳ 未测 DeepSeek Harness community plugin: longgraph / loop-graph / loop-converge author
dsh-plugin-meta-memory 社区 ⏳ 未测 Structured long-term memory system for DeepSeek Harness
dsh-plugin-reme 社区 ⏳ 未测 DeepSeek Harness plugin for ReMe long-term memory integration
dsh-plugin-verify 社区 ⏳ 未测 验证 DSH 插件的 CLI:一条命令跑 mock-llm 完整 agent 循环,检查 waterfall 链与零副作用,产出验证报告
dsh-prompt-persona 社区 ⏳ 未测 DSH plugin: edit the system prompt (deployment persona) from the Settings page,
dsh-prompt-presets 社区 ⏳ 未测
dsh-prompt-stash 社区 ⏳ 未测 Local, per-session prompt stash for DeepSeek Harness Web | 本地、分对话的提示词输入暂存工具
dsh-record-replay 社区 ⏳ 未测 DeepSeek Harness record macOS desktop workflows by demonstration and turn them i
dsh-repro 社区 ⏳ 未测 Minimal, secret-scrubbed, replayable problem bundles for DeepSeek Harness sessio
dsh-revive 社区 ⏳ 未测 DSH 一键复活:重启后给所有被打断的会话自动发送「继续」指令(/revive 命令 + revive_sessions 工具 + 浏览器一键按钮)
dsh-role-router 社区 ⏳ 未测 Role-based model routing plugin for DeepSeek Harness: planner/subagent roles plu
dsh-schedule 社区 ⏳ 未测 DeepSeek Harness(DSH)定时任务 + 状态监控插件:按 cron 时间表自动触发 Agent 执行任务,/status 与设置页仪表盘查看系统
dsh-seismicx 社区 ⏳ 未测 DeepSeek Harness plugin for the SeismicX earthquake-catalog skill
dsh-session-supervisor 社区 ⏳ 未测 Durable, bounded lifecycle supervisor with scheduled evaluation for live DeepSee
dsh-skill-importer 社区 ⏳ 未测 deepSeek Harness plugin: import and manage skills from files or URLs, with a com
dsh-smarthome 社区 ⏳ 未测 Home Assistant control for DeepSeek Harness agents — approval-gated lights, swit
dsh-subagent-cwd 社区 ⏳ 未测 DeepSeek Harness subagent delegation enhancement
dsh-subagent-status 社区 ⏳ 未测
dsh-subagent-tools 社区 ⏳ 未测 DeepSeek Harness subagent delegation enhancement
dsh-super-injector 社区 ⏳ 未测
dsh-tdai-memory 社区 ⏳ 未测 Agent memory for DeepSeek Harness | DeepSeek Harness 记忆插件
dsh-telemetry-redactor 社区 ⏳ 未测 Fail-closed export-copy redaction for DeepSeek Harness session telemetry
dsh-think-any-lang 社区 ⏳ 未测 DeepSeek Harness (DSH) plugin: a "Thinking Language" selector under Settings → G
dsh-tmcra-memory 社区 ⏳ 未测 TMCRA × DeepSeek Harness:跨软件、跨会话召回与更新项目记忆,切换工具无需重新介绍项目
dsh-tmuxctl 社区 ⏳ 未测 dsh-tmuxctl — the control plane for tmux: list, drive, capture, split, swap, run
dsh-tool-memory 社区 ⏳ 未测 DeepSeek Harness 插件:跨会话持久记忆(Hermes 式)
dsh-toolbelt 社区 ⏳ 未测 Eight DeepSeek Harness plugins: persona, language guard, per-request vision fall
dsh-usage-widget 社区 ⏳ 未测 DSH (DeepSeek Harness) 持久化 Web 插件:Token 用量统计悬浮窗 —— 可拖动窗口/圆点、曲线/热力图、总 tokens 大数字;
dsh-vision-bridge 社区 ⏳ 未测 DeepSeek Harness plugin that bridges session images to pluggable vision APIs whi
dsh-whale-report 社区 ⏳ 未测 🐋 鲸鱼记事本 — 你的 Agent 年度报告:从会话事件日志生成日报/周报/月报/年报,任意区间、只读不改写
dsh-work 社区 ⏳ 未测 Local-first AI workbench for DSH Plugins, combining Agent sessions, project file
dsh-youmind-plugin 社区 ⏳ 未测 YouMind OpenAPI tools and skill bundle for DeepSeek Harness
dsh-yuzuha-prompts-manager 社区 ⏳ 未测 a plugin for manage prompts in deepseek harness.
evo-memory 社区 ⏳ 未测
mstar-harness 社区 ⏳ 未测 A Skill-driven Harness/Loop Engineering Workflow Agent Plugin
openclaw-plugin-dsh 社区 ⏳ 未测 OpenClaw plugin that runs agent turns through an embedded DeepSeek Harness (DSH)
pack-agent 社区 ⏳ 未测 Agent Modpack — 像装 MC 整合包一样,装你的 agent
powercontext-dsh 社区 ⏳ 未测 DeepSeek Harness plugin that connects to a PowerContext Server over HTTP for rec
session-teleport 社区 ⏳ 未测
shopline-ai-toolkit-dsh 社区 ⏳ 未测 SHOPLINE AI Toolkit for DeepSeek Harness (dsh-plugin): official SHOPLINE Develop
dsh-adaptive-subagent-report 社区 ❌ 运行级不兼容
dsh-agent-teams 社区 ❌ 运行级不兼容 AgentTeams plugin for DeepSeek Harness
dsh-automation 社区 ❌ 运行级不兼容 DSH 自动化插件:让 Coding 任务按计划在全新 Agent Session 中运行,并由用户或 Agent 创建和管理定时任务
dsh-capability-inspector 社区 ❌ 运行级不兼容 DeepSeek Harness Doctor and DSH runtime diagnostics for tools, models, skills, w
dsh-context-viewer 社区 ❌ 运行级不兼容
dsh-kimi-bridge 社区 ❌ 运行级不兼容 Kimi CLI bridge plugin for DeepSeek Harness with review-only mode and a Web conv
dsh-plugin-consult 社区 ❌ 运行级不兼容 DeepSeek Harness peer-consult plugin: talk to a fork of another session without
dsh-plugin-token-billing 社区 ❌ 运行级不兼容 DeepSeek Harness Token 计费插件:会话/全账户 token 用量与费用、账户余额、右侧用量仪表盘(时段消费、模型花费、热力图、余额曲线)
dsh-qq2006 社区 ❌ 运行级不兼容 DSH (DeepSeek Harness) 的 QQ2006 皮肤插件:注册 qq2006 主题、镜像 body[data-ds-skin]、全局皮肤表与完整
Liltloom 社区 ❌ 运行级不兼容 语织:中文优先、用户可控的 AI 写作风格记忆层,让 AI 学会你的表达,需要时再调用
mindspace-dsh-session-memory 社区 ❌ 运行级不兼容
project-blueprint 社区 ❌ 运行级不兼容 Make any project AI-agent-ready in one command

增强 agent 本身的能力:子代理管理、记忆与上下文、会话控制、规划执行、唤醒/睡眠、提示词与技能注入

💻 编码开发(15 + 214)

面向编程场景的工具:代码操作、git 集成、终端、diff 与编辑器、文档生成、语言支持与构建辅助

插件 类型 兼容性 说明
dsh-memory-evolve 插件 兼容 为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我
dsh-tool-calculator 插件 关注 DSH 计算器工具插件:安全的数学表达式求值器,零依赖递归下降解析器
dsh-tool-time 插件 关注 DSH 时间工具插件:严格 ISO 8601 解析、IANA 时区转换、UTC 日历运算、固定时长差,零依赖
dsh-auto-blame 插件 待调研
dsh-better-sidebar-plugin-office 插件 待调研
dsh-cc-connect 插件 待调研 通过cc connect远程使用dsh
dsh-code 插件 待调研 dsh-tianshu-tui — DeepSeek Harness terminal UI
dsh-git-identity 插件 待调研 DSH 插件:git 提交固定使用环境自身作者身份(优先 gh CLI 登录账号,GitHub noreply 邮箱),GIT_AUTHOR_*/GIT_COM
dsh-interpreters 插件 待调研
dsh-tool-search 插件 待调研 Per-agent on-demand tool discovery and progressive schema disclosure for DeepSee
dsh-tool-stat 插件 待调研 DSH 统计工具插件:描述统计/百分位数/频数分布/相关性,零依赖纯函数确定性
dsh-trace 基建 待调研 DeepSeek Harness telemetry backend that exports turns, model steps, and tool cal
zotero-wave-rag 插件 待调研 面向 Zotero 论文库的浪潮式 RAG 细节检索系统 —— DSH 外部插件
dsh-claude-move 插件 待调研 DeepSeek Harness (dsh) plugin: migrate Claude Code sessions, memory, skills and
dsh-TUI 插件 待调研 Claude Code 风格全屏交互终端插件:像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚
anysearch-dsh 社区 ✅ 运行级可用 AnySearch web search provider and advanced search tools for DeepSeek Harness (DS
AuroraCoder 社区 ✅ 运行级可用 An autonomous AI coding agent with novel innovations in tool state management an
better-model-provider 社区 ✅ 运行级可用 Per-model capability declaration for DeepSeek Harness: reasoning-effort levels (
codex-plugin-dsh 社区 ✅ 运行级可用 Use local Codex App Server as a model provider in DeepSeek Harness
context-vista 社区 ✅ 运行级可用 为 DeepSeek Harness 提供右侧悬浮栏以及 /context 命令,用环形图实时展示当前上下文 token 用量与分配,compact指令效果,同
deepseek-harness-for-vscode 社区 ✅ 运行级可用 deepseek-harness for vscode
deepseek-harness-vsc-extension 社区 ✅ 运行级可用 DeepSeek Harness for VS Code as extension
deepseek-harness.dsh-agent-vscode 社区 ✅ 运行级可用 deepseek-harness.dsh-agent-vscode
Digital-Sweet-Heart 社区 ✅ 运行级可用
dsh-all-search 社区 ✅ 运行级可用 dsh search: AnySearch web search provider for DeepSeek Harness (ctx.web)
dsh-auto-review 社区 ✅ 运行级可用 Second-model AI auto-review for DeepSeek Harness approval requests: a read-only
dsh-aux-vision 社区 ✅ 运行级可用 DeepSeek Harness 辅助视觉插件:任意纯文本主模型 + 任意视觉模型(默认 opencode-go/mimo-v2.5)
dsh-balance-tide 社区 ✅ 运行级可用 DeepSeek Harness (DSH) Web 插件: 余额 + 峰谷计价潮汐提示
dsh-benchmark 社区 ✅ 运行级可用 Deterministic revision-pinned benchmarks and regression evidence for DeepSeek Ha
dsh-bisect-debug 社区 ✅ 运行级可用 DSH plugin: bisect bugs (code / boundary / commit) — 二分法定位 bug 根因
dsh-cache-stabilizer 社区 ✅ 运行级可用 Cache-prefix stabilization and evidence-based cache metrics for DeepSeek Harness
dsh-claude-marketplace 社区 ✅ 运行级可用 Claude Code marketplace compatibility for DeepSeek Harness
dsh-codex-canvas 社区 ✅ 运行级可用 DeepSeek Harness plugin: image_gen tool backed by Codex CLI (gpt-image-2)
dsh-codex-import 社区 ✅ 运行级可用
dsh-codex-provider 社区 ✅ 运行级可用
dsh-commandcode-provider 社区 ✅ 运行级可用 dsh LLM provider plugin for Command Code — every plan incl
dsh-composer-enter 社区 ✅ 运行级可用 DSH web plugin: remap how Enter behaves in the chat composer (send / newline / i
dsh-context-provenance 社区 ✅ 运行级可用 Observe-only provenance ledger over public DeepSeek Harness runtime evidence
dsh-continual-evolve 社区 ✅ 运行级可用 Continual self-evolution plugin for DeepSeek Harness: versioned, auditable, roll
dsh-cost 社区 ✅ 运行级可用 Evidence-first token cost ledger and budget checks for DeepSeek Harness
dsh-crosstalk 社区 ✅ 运行级可用 Cross-session messaging for DSH — any session on the machine can list and messag
dsh-desktop-codex 社区 ✅ 运行级可用
dsh-fail-logger 社区 ✅ 运行级可用 DeepSeek Harness(DSH)插件:自动记录所有执行模式(原生工具 / PTC run_code / 代码内嵌工具调用)的工具失败错因,去重、计数、
dsh-file-changes 社区 ✅ 运行级可用 DeepSeek Harness web plugin: per-turn file-change panel with diff viewing and fi
dsh-file-claim 社区 ✅ 运行级可用 File claim / protection for concurrent DeepSeek Harness (DSH) sessions working t
dsh-file-explorer 社区 ✅ 运行级可用 File explorer plugin for DeepSeek Harness: file tree, preview, markdown, syntax
dsh-find-plugin 社区 ✅ 运行级可用 Find DSH plugins inside the agent — live GitHub dsh-plugin topic search, star-ra
dsh-fleet-audit 社区 ✅ 运行级可用 DSH agent-fleet hygiene audit plugin: credential-file permissions, embedded git-
dsh-gateway-provider 社区 ✅ 运行级可用
dsh-git-status 社区 ✅ 运行级可用 DeepSeek Harness (DSH) web plugin — live git branch indicator with branch switch
dsh-github 社区 ✅ 运行级可用 GitHub integration for DeepSeek Harness: create PRs, review PRs in background jo
dsh-go-rotator 社区 ✅ 运行级可用 A plugin for DSH to swich opencode Go subscription
dsh-hud 社区 ✅ 运行级可用 HUD status panel plugin for DeepSeek Harness (dsh) web: git status, MCP servers,
dsh-imggenerate 社区 ✅ 运行级可用 DeepSeek Harness plugin: image_generate tool with qwen-image-3.0 (Aliyun MaaS) a
dsh-latex-tools 社区 ✅ 运行级可用 ♾️ Copy and export the LaTeX in DeepSeek Harness 悬停任意 LaTeX 公式即可复制 TeX 源码或导出为独立的
dsh-llm-codebuddy 社区 ✅ 运行级可用 在deepseek harness中使用workbuddy api,因为公司只提供workbuddy积分
dsh-mcpguard 社区 ✅ 运行级可用 ?? for DeepSeek Harness: first security plugin for dsh
dsh-memory-evidence 社区 ✅ 运行级可用 Git-first memory navigation and bounded evidence tools for DeepSeek Harness.
dsh-metaplugin 社区 ✅ 运行级可用 A native DeepSeek Harness metaplugin for generating, adding, and managing plugin
dsh-model-provider-label 社区 ✅ 运行级可用 DeepSeek Harness plugin that disambiguates same-named models by showing their pr
dsh-nanobananapro 社区 ✅ 运行级可用 DeepSeek Harness plugin for NanoBananaPro image and video generation
dsh-oauth-api 社区 ✅ 运行级可用 DeepSeek Harness (dsh) out-of-tree OAuth plugin for Grok/xAI, Codex, and Claude
dsh-observer 社区 ✅ 运行级可用 Evidence-based diagnostics plugin for DeepSeek Harness agents.
dsh-openai-codex 社区 ✅ 运行级可用
dsh-opencode-go-usage 社区 ✅ 运行级可用 DSH plugin: OpenCode Go plan usage quota query (opencode_usage tool + web side p
dsh-ops-kit-legacy 社区 ✅ 运行级可用 Archived: evidence-driven memory, multi-agent orchestration, benchmark, and plug
dsh-permission-rules 社区 ✅ 运行级可用 Claude Code-style declarative permission rules for DeepSeek Harness: ordered all
dsh-pi-adapter 社区 ✅ 运行级可用 Run pi coding-agent extensions (ExtensionAPI) inside DeepSeek Harness via a cord
dsh-plugin-codex-import 社区 ✅ 运行级可用 DeepSeek Harness plugin: import OpenAI Codex conversation history into DSH sessi
dsh-plugin-git-inspect 社区 ✅ 运行级可用 Read-only Git inspection tools for DeepSeek Harness
dsh-plugin-git-workflow 社区 ✅ 运行级可用 DeepSeek Harness plugin: first-class Git workflow tools for the model — repo sta
dsh-plugin-github-market 社区 ✅ 运行级可用 DSH web client plugin: browse GitHub dsh-plugin topic repositories (fuzzy search
dsh-plugin-hooks 社区 ✅ 运行级可用 DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH
dsh-plugin-jinji 社区 ✅ 运行级可用 把「记忆」带进 DeepSeek Harness:极简文本记忆系统,双轨记忆(流水日志 + 人物/产品实体画像),大模型为核心驱动
dsh-plugin-manager-installer 社区 ✅ 运行级可用 @dsh-pm/installer — install, update, remove, and list dsh plugins: a thin, hones
dsh-plugin-marketplace 社区 ✅ 运行级可用 Plugin marketplace for DeepSeek Harness — live-syncs the GitHub dsh-plugin topic
dsh-plugin-mermaid 社区 ✅ 运行级可用 DeepSeek Harness web client plugin: render mermaid code blocks with a chart/sour
dsh-plugin-mineru 社区 ✅ 运行级可用 向模型暴露 MinerU 文档解析工具,将 PDF/图片/DOCX/PPTX/XLSX 转为结构化 Markdown/JSON | Exposes MinerU
dsh-plugin-model-provider-readout 社区 ✅ 运行级可用 dsh provider 显示插件
dsh-plugin-open-editor 社区 ✅ 运行级可用 Editor Plugin for Deepseek Harness
dsh-plugin-opencode-bridge 社区 ✅ 运行级可用 Bridge opencode skills and config into DeepSeek Harness
dsh-plugin-product-subagents 社区 ✅ 运行级可用 Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness
dsh-plugin-session-import 社区 ✅ 运行级可用 DeepSeek Harness plugin: import claude-code / codex / reasonix / zcode sessions
dsh-plugin-session-outline 社区 ✅ 运行级可用 DeepSeek Harness cordis plugin: session outline navigator in the right-side over
DSH-plugin-switch 社区 ✅ 运行级可用 DSH Plugin Switch is a marketplace for DeepSeek Harness plugins and skills
dsh-policy-drift-proof 社区 ✅ 运行级可用 Content-addressed, value-redacted policy drift evidence for DeepSeek Harness
dsh-project-file-explorer 社区 ✅ 运行级可用 DeepSeek Harness 项目文件浏览器插件:右侧停靠文件树 + 一键预览(代码/文本/图片/音视频/PDF),新增工作区自动停靠,窄屏响应式抽屉
dsh-prompt-polish 社区 ✅ 运行级可用 A DeepSeek Harness plugin: icon-only composer button that rewrites your prompt v
dsh-quota-panel 社区 ✅ 运行级可用 Provider quota/balance corner panel for the dsh web surface (DeepSeek Harness pl
dsh-read-history 社区 ✅ 运行级可用 迁移claude/codex的对话历史到dsh
dsh-resume-plugin 社区 ✅ 运行级可用 让 DeepSeek Harness 安全读取并继续 Codex 与 Claude Code 的历史会话
dsh-safe-web-fetch 社区 ✅ 运行级可用 SSRF-resistant public-only HTTP(S) WebFetchProvider plugin for DeepSeek Harness
dsh-see-image 社区 ✅ 运行级可用 A see_image vision tool plugin for DeepSeek Harness — describe images through an
dsh-seedance2 社区 ✅ 运行级可用 DeepSeek Harness plugin for Seedance 2 image and video generation
dsh-spend 社区 ✅ 运行级可用 Token usage & cost monitor for DeepSeek Harness — floating widget with multi-dim
dsh-token-monitor 社区 ✅ 运行级可用 DeepSeek Harness plugin: token usage & conversation stats as a native settings p
dsh-update-radar 社区 ✅ 运行级可用 Update radar for DSH: checks installed plugins against git upstreams.
dsh-upstream-watch 社区 ✅ 运行级可用 DSH plugin: watch GitHub upstream repos for new commits on default branch, live
dsh-usage-cost 社区 ✅ 运行级可用 DSH plugin: per-step timestamped DeepSeek API usage timeline + peak/off-peak cos
dsh-user-experience 社区 ✅ 运行级可用 Persona-driven UX walkthrough plugin for DeepSeek Harness (DSH) - scans React +
dsh-vision-opencode 社区 ✅ 运行级可用
dsh-vision-provider 社区 ✅ 运行级可用 Config-only DeepSeek Harness bundle for OpenAI-compatible vision models.
dsh-vision-sidecar 社区 ✅ 运行级可用 Hosted free vision sidecar for DeepSeek Harness with durable session evidence
dsh-vsc-integration 社区 ✅ 运行级可用 Deepseek-Harness Vscode Integration
dsh-web-search-brave 社区 ✅ 运行级可用 Brave Search API web search provider plugin for DeepSeek Harness (ctx.web seam)
dsh-web-search-pro 社区 ✅ 运行级可用 Enhanced, persistent web search plugin for DeepSeek Harness (multi-engine search
dsh-web-terminal 社区 ✅ 运行级可用
dsh-worktrees 社区 ✅ 运行级可用 Git worktree isolation for parallel DeepSeek Harness sessions
dshbase-catalog 社区 ✅ 运行级可用 Search the dshbase plugin directory from inside DeepSeek Harness
harness-code 社区 ✅ 运行级可用
harnessproof 社区 ✅ 运行级可用 Independent clean-profile boot evidence for DeepSeek Harness plugins.
modsearch 社区 ✅ 运行级可用 The web plugin for DeepSeek Harness, and the search bridge for every model witho
opencode-usage 社区 ✅ 运行级可用 OpenCode Go 订阅额度徽章插件(dsh bundle) | OpenCode Go quota badge plugin for dsh
task-passport 社区 ✅ 运行级可用 Open task handoff protocol for DeepSeek Harness, WorkBuddy, Claude Code and Code
ai-sdk-provider-dsh 社区 ⏳ 未测 AI SDK provider that drives a DeepSeek Harness (dsh) runtime as a LanguageModelV
Deepseek-Harness-for-VS-Code 社区 ⏳ 未测 Deepseek Harness for VS Code
DeepSeek-Harness-VSCode-Plugin 社区 ⏳ 未测
deepseek-reaxcode 社区 ⏳ 未测 deepseek-harness reaxcode
delivery-review-dsh-plugin 社区 ⏳ 未测 delivery-review-plugin(Claude Code 双 Agent 交付协作工作流插件)的 DeepSeek Harness 移植版
dsh-2origin 社区 ⏳ 未测 Evidence-first 2Origin state projection, diff and immutable freeze for DeepSeek
dsh-academic-research 社区 ⏳ 未测 Evidence-grounded bilingual academic research plugin for DeepSeek Harness and On
dsh-action-parity 社区 ⏳ 未测 Cross-surface action binding and replay parity evidence for DeepSeek Harness
dsh-agent-board 社区 ⏳ 未测 跨 Agent 工作台:dsh persistent plugin that watches Claude Code / Codex / Kimi Code /
dsh-audio-dub 社区 ⏳ 未测 Dub video and audio into 10 languages with voice cloning, from a DeepSeek Harnes
dsh-audit-bundle 社区 ⏳ 未测 Content-addressed audit indexes across independent DeepSeek Harness evidence pro
dsh-bash-terminal 社区 ⏳ 未测
dsh-byok 社区 ⏳ 未测 DeepSeek Harness plugin: use any OpenAI-compatible provider with your own key, p
dsh-cad-review 社区 ⏳ 未测 Evidence-first ASCII DXF inspection and deterministic CAD rule review for DeepSe
dsh-ci-doctor 社区 ⏳ 未测 CI failure, diagnosed before you open the logs — DeepSeek Harness plugin that wa
dsh-claude-compat 社区 ⏳ 未测 DSH plugin: bridge Claude Code's .claude/ directory (skills, commands, rules) in
dsh-co-authored-by 社区 ⏳ 未测 dsh plugin: auto-inject Co-Authored-By and Generated-By trailers on git commit
dsh-code-check 社区 ⏳ 未测
dsh-code-impact 社区 ⏳ 未测
dsh-code-intel 社区 ⏳ 未测
dsh-code-reviewer 社区 ⏳ 未测 DeepSeek Harness plugin
dsh-code-server 社区 ⏳ 未测 deepseek-harness code-server plugin
dsh-codetime 社区 ⏳ 未测 CodeTime for DeepSeek Harness
dsh-codex-oauth 社区 ⏳ 未测 use your codex subscription in deepseek harness
dsh-compat 社区 ⏳ 未测 Inspect and compile Claude Code and Codex plugins into auditable DeepSeek Harnes
dsh-custom-tool 社区 ⏳ 未测 Create and manage sandboxed JavaScript tools for DeepSeek Harness with a Monaco
dsh-director-toolkit 社区 ⏳ 未测 DSH Director Toolkit is a DeepSeek Harness plugin for 3D artists, technical desi
dsh-document-parser 社区 ⏳ 未测 A DeepSeek Harness document parsing tool powered by LiteParse
dsh-evidence-memory 社区 ⏳ 未测 DSH plugin: Git-backed project memory with line-addressable evidence, freshness
dsh-file-mentions 社区 ⏳ 未测 Clickable file paths in DSH replies: Codex-style inline open, 📂 reveal in file m
dsh-file-review 社区 ⏳ 未测 a dsh plugin - review files that an agent just changed,you can see the diff
dsh-git 社区 ⏳ 未测
dsh-git-plugin 社区 ⏳ 未测 Git workflow plugin for DeepSeek Harness: slash commands and read-only git tools
dsh-gitflow 社区 ⏳ 未测 Git status, diff, commit, pull request, and worktree workflows for DeepSeek Harn
dsh-grok-tui 社区 ⏳ 未测 Use dsh via grok-build's TUI.
dsh-llm-oauth 社区 ⏳ 未测 DeepSeek Harness plugin: OAuth / subscription-plan LLM providers (Grok, GitHub C
dsh-milestone 社区 ⏳ 未测 Git-style milestone timeline for DeepSeek Harness - hover for metadata, click to
dsh-multi-tenant 社区 ⏳ 未测 Multi-tenant SaaS extension for DeepSeek Harness (DSH): tenant identity, session
dsh-np-ppt 社区 ⏳ 未测 原生 DSH (DeepSeek Harness) 插件:PPT 演示文稿专家,内置 PPTD DSL 引擎、55173 所见即所得可视化编辑器、Python-
dsh-openai-codex-auth 社区 ⏳ 未测 OpenAI Codex OAuth login and usage card plugin for DeepSeek Harness
dsh-opencode-usage 社区 ⏳ 未测 DeepSeek Harness (dsh web) plugin: opencode.ai 5h/week/month quota usage progres
dsh-opencodex-vision-bridge 社区 ⏳ 未测
dsh-opencodex-vision-toolkit 社区 ⏳ 未测
dsh-plugin-aigc-canvas 社区 ⏳ 未测 provider-agnostic AIGC HTTP 桥 + 无限画布 + ffmpeg 后处理,13 个工具含画布连边/reroll/媒体编辑 | Prov
dsh-plugin-anydoc 社区 ⏳ 未测 DSH 插件:基于 @firecrawl/anydoc 将 Word、PPT、Excel、PDF、EPUB、CSV 等文档转换为 GitHub-Flavored
dsh-plugin-claude-bridge 社区 ⏳ 未测 Bridge Claude Code memory, skills, and config into DeepSeek Harness
dsh-plugin-code-review 社区 ⏳ 未测 Structured code review skill for DeepSeek Harness
dsh-plugin-codex-bridge 社区 ⏳ 未测 Bridge codex skills and config into DeepSeek Harness
dsh-plugin-commandcode-provider 社区 ⏳ 未测
dsh-plugin-diff-review 社区 ⏳ 未测 Diff Review Plugin for DeepSeek Harness
dsh-plugin-interpreters 社区 ⏳ 未测 暴露 run_python/run_node 工具,通过 stdin 执行代码返回 stdout/stderr/exit,含解释器路径配置卡 | Exposes
dsh-plugin-manager 社区 ⏳ 未测 dsh pm — discover, install, update, and manage dsh plugins from the CLI: multi-s
dsh-plugin-manager-registry 社区 ⏳ 未测 @dsh-pm/registry — discover dsh plugins by merging the awesome-dsh-plugin list,
dsh-plugin-market 社区 ⏳ 未测 A dsh plugin marketplace CLI: browse, install, and uninstall community plugins f
dsh-plugin-publisher 社区 ⏳ 未测 DSH 插件开发与 GitHub 发布工作流技能插件 (consent-gated) — develop, verify, publish & marketpl
dsh-plugin-review 社区 ⏳ 未测 DSH Review Mode plugin: multi-dimension code health scoring + radar chart + revi
dsh-plugin-workspace-rules 社区 ⏳ 未测 Load Cursor, Gemini CLI, and GitHub Copilot workspace instructions into DeepSeek
dsh-plugins-raincode 社区 ⏳ 未测 dsh plugin: DeepSeek Harness 的模型层 = raincode(模型池/缓存/重试) + /skills 浏览
dsh-prime-agent 社区 ⏳ 未测 Prime Agent-inspired persistent RLM control plane for DeepSeek Harness Code Mode
dsh-projects 社区 ⏳ 未测 Codex-style projects for DeepSeek Harness
dsh-promotion-toolkit 社区 ⏳ 未测 把你的任何想法,变成每个平台原生的宣发内容 | Turn any idea into platform-native publicity
dsh-provider-billing 社区 ⏳ 未测 DeepSeek Harness plugin: provider account balance inside each Models settings ro
dsh-qrcode 社区 ⏳ 未测 DSH plugin: offline QR code (SVG/PNG/ASCII) and barcode (Code128/EAN-13) generat
dsh-recovery-proof 社区 ⏳ 未测 Read-only recovery drill evidence for DeepSeek Harness
dsh-release-proof 社区 ⏳ 未测 Reproducible multi-source release evidence for DeepSeek Harness artifacts and mi
dsh-revdiff 社区 ⏳ 未测
dsh-screenshot-diff 社区 ⏳ 未测 DSH plugin: pixel-diff two screenshots into diff.png + triptych (pixelmatch) — 像
dsh-session-pins 社区 ⏳ 未测 Persistent pinned-session menu for DeepSeek Harness
dsh-side-chat 社区 ⏳ 未测 dsh-plugin
dsh-sidechat 社区 ⏳ 未测 A DeepSeek Harness Web plugin that adds a Codex-style split-screen side chat wit
dsh-ssh 社区 ⏳ 未测 SSH remote-execution plugin for DeepSeek Harness: ProxyJump chain, SFTP filesyst
dsh-stats-dashboard 社区 ⏳ 未测 DSH plugin: provider/model usage stats dashboard with response speed, call log,
dsh-stream-rules 社区 ⏳ 未测 模式匹配自动注入 steering rules,不占系统上下文 - Inject rules when needed, without wasting cont
dsh-switch 社区 ⏳ 未测 Desktop provider and model switcher for DeepSeek Harness
dsh-system-proxy 社区 ⏳ 未测 DSH host plugin - smart outbound HTTP(S) routing: named proxies (http/https/sock
dsh-tavily-search 社区 ⏳ 未测 Tavily-backed search provider plugin for DeepSeek Harness (DSH) web seam - direc
dsh-tavily-web-search 社区 ⏳ 未测 Tavily-backed web search provider plugin (bundle) for DeepSeek Harness (dsh)
dsh-terminal 社区 ⏳ 未测 Persistent interactive terminal mode for DeepSeek Harness
dsh-text-diff 社区 ⏳ 未测 DeepSeek Harness plugin
dsh-tiered-approval 社区 ⏳ 未测 Tiered auto-review for DeepSeek Harness: static-rule safety net + LLM reviewer +
dsh-tool-git 社区 ⏳ 未测
dsh-tool-github 社区 ⏳ 未测
dsh-wanghong-handwritten-ppt 社区 ⏳ 未测 王虹学术手写风 PPT Skill for DeepSeek Harness · Notability-style HTML slides and PNG ex
dsh-worktree 社区 ⏳ 未测 Git worktree plugin for DeepSeek Harness web: browse/create worktrees from the w
dsh-zen-proxy 社区 ⏳ 未测 dsh plugin: in-process proxy that injects official OpenCode Zen client headers,
dshx 社区 ⏳ 未测 Machine-friendly DeepSeek Harness adapter with cwd, stdin, timeout, stable JSON
dshx-terminal 社区 ⏳ 未测 Unofficial native interactive terminal frontend for DeepSeek Harness
governed-workflow-for-dsh 社区 ⏳ 未测 Policy-enforced, evidence-first governed workflows for DeepSeek Harness agents.
kevix-coding-harness 社区 ⏳ 未测 DeepSeek-native coding agent harness
knowlp-rag 社区 ⏳ 未测 KnowLP-RAG: dual knowledge-graph RAG for Markdown notes — dsh plugin add @eqman0
Liang-Saint-Slider 社区 ⏳ 未测 Liang Saint Slider as the DeepSeek Harness model + thinking-effort selector.
matlab-modelsim-vivado-plugin 社区 ⏳ 未测 DeepSeek Harness plugin: MATLAB + ModelSim + Vivado full-flow tools for digital
mcp-server 社区 ⏳ 未测 MCP server for Atlas Cloud - AI API aggregation platform for image/video generat
mini-code-agent 社区 ⏳ 未测
qiushi-dsh-evidence-audit 社区 ⏳ 未测 Observe-only hash-chained evidence receipts for DeepSeek Harness
sealos-skills 社区 ⏳ 未测 AI agent skills for Sealos — deploy any project, provision databases, object sto
skills 社区 ⏳ 未测 Codex and agent skills for Cregh.
smokinggun 社区 ⏳ 未测 Help your agents find the smoking gun they're looking for
surfing-plugin 社区 ⏳ 未测 SearXNG search and Crawl4AI fetch providers for DeepSeek Harness
TokenTracker 社区 ⏳ 未测 Local-first AI token usage & cost tracker for 31 coding tools incl
trae-dsh-plugin 社区 ⏳ 未测 TRAE IDE插件,集成DeepSeek Harness Agent框架
DCode 社区 ❌ 运行级不兼容
deepseek-harness-cli 社区 ❌ 运行级不兼容 Claude Code-style terminal interface for DeepSeek Harness
dsh-apple-mode 社区 ❌ 运行级不兼容 Xcode AI integration mode for DeepSeek Harness (dsh) — an agent preset + install
dsh-at-file 社区 ❌ 运行级不兼容 Codex-style @file mentions for DeepSeek Harness: search workspace files in the c
dsh-codex-bridge 社区 ❌ 运行级不兼容 Codex CLI bridge plugin for DeepSeek Harness with host tools and a Web conversat
dsh-git-credentials 社区 ❌ 运行级不兼容 DeepSeek Harness plugin: GitLab and GitHub API tokens stay out of the model cont
dsh-import-agents 社区 ❌ 运行级不兼容 Import pi / opencode / codex / claude-code sessions, chat history, and agents in
dsh-ops-kit 社区 ❌ 运行级不兼容 A reusable DeepSeek Harness bundle for evidence-driven memory, orchestration, be
dsh-plugin-clawrouters 社区 ❌ 运行级不兼容 One-key ClawRouters plugin for DeepSeek Harness: chat, image, video, and web sea
dsh-plugin-subagent-director 社区 ❌ 运行级不兼容 Subagent Director: per-subagent LLM provider/model selection with role templates
dsh-session-memory 社区 ❌ 运行级不兼容 astral-code session-memory system ported to DeepSeek Harness (dsh): sidechain su
dsh-web-search-exa 社区 ❌ 运行级不兼容 Zero-config Exa web search provider for DeepSeek Harness (dsh): keyless anonymou
dsh-win-terminal-inspector 社区 ❌ 运行级不兼容 Windows (win32) terminal inspection for DSH persistent/PTY shells
dsh4vscode 社区 ❌ 运行级不兼容 DSH Chat for VS Code — DeepSeek Harness chat windows inside VS Code (OpenCode-st

面向编程场景的工具:代码操作、git 集成、终端、diff 与编辑器、文档生成、语言支持与构建辅助

📡 消息通讯(6 + 72)

把 dsh 接入各类沟通渠道:微信/QQ/Telegram/飞书机器人、桌面通知、消息分享与跨端回复

插件 类型 兼容性 说明
telegram 渠道 关注 Telegram Bot API 桥接插件:长轮询、per-chat 会话、HTML 格式化
dsh-deep-research 插件 待调研 Adaptive deep-research orchestrator plugin for DeepSeek Harness (official workfl
dsh-share 插件 待调研 dsh对话分享插件,一键分享你的对话
dsh-web-ui-notify 插件 待调研 为 DSH 增加桌面通知提醒
dsh-webbridge 插件 待调研 DSH 结合 Kimi WebBridge
dsh-telegram 插件 待调研 Telegram 远程渠道
ChatCCC 社区 ✅ 运行级可用 飞书(Lark)或微信(WeChat)聊天控制 DeepSeek Harness / Claude Code / Cursor / Codex / CCC Ag
ContextGate 社区 ✅ 运行级可用
DeepSeek-harness-dingtalk 社区 ✅ 运行级可用 DingTalk Stream text and image channel plugin for DeepSeek Harness
DeepSeek-Harness-for-VS-Code 社区 ✅ 运行级可用 Use DeepSeek Harness in VS Code like ChatGPT/Copilot: @dsh in native chat, stand
DeepSeek-harness-lark 社区 ✅ 运行级可用 Feishu and Lark text and image channel plugin for DeepSeek Harness
DeepSeek-harness-wecom 社区 ✅ 运行级可用 WeCom AI Bot text and image bridge for DeepSeek Harness
dsh-bottom-bar 社区 ✅ 运行级可用 用于提供更丰富的DeepSeek Harness底栏信息显示插件
dsh-chat-import 社区 ✅ 运行级可用 从Claude Code、Codex、Reasonix等Agent工具导入迁移历史消息,并在DeepSeek Harness(DSH)中继续对话
dsh-chatnode-wechat 社区 ✅ 运行级可用
dsh-codex-agent-bridge 社区 ✅ 运行级可用 Use the Codex models included with your ChatGPT subscription directly in DeepSee
dsh-codex-auth 社区 ✅ 运行级可用 DeepSeek Harness plugin: run models on your ChatGPT (Codex) quota — one-click Ch
dsh-codex-subs-plugin 社区 ✅ 运行级可用 An experimental DeepSeek Harness adapter that uses ChatGPT OAuth to access a Cod
dsh-codex-subscription 社区 ✅ 运行级可用 在 DeepSeek Harness 中使用 ChatGPT/Codex 订阅,支持 OAuth 登录、额度与重置时间 | ChatGPT/Codex subs
dsh-dingtalk 社区 ✅ 运行级可用
dsh-feishu-plugin 社区 ✅ 运行级可用 Feishu bot bridge plugin for DeepSeek Harness
dsh-im-hub 社区 ✅ 运行级可用 Multi-platform IM gateway for DeepSeek Harness: Feishu (Lark), WeCom (WeChat Wor
dsh-lark 社区 ✅ 运行级可用 Lark/Feishu IM bot channel for DeepSeek Harness | 飞书 DeepSeek Harness 插件
dsh-lark-bot 社区 ✅ 运行级可用 dsh-lark-bot:把 DeepSeek Harness (dsh) 桥接进飞书/Lark 的 bot — 标准 dsh profile bundle(dsh plugin add 一行安装),桥接引擎在 dsh 进程内运行;流式卡片、git worktree 项目隔离、scope 并行任务、多角色 Agent、会话归档、lark_notify 跨会话通知(0.7.0)
dsh-lark-meeting-notifier 社区 ✅ 运行级可用
dsh-llm-codex-oauth 社区 ✅ 运行级可用 在 dsh(DeepSeek Harness)里使用你的 ChatGPT / Codex 订阅
dsh-llm-proxy 社区 ✅ 运行级可用 DeepSeek Harness (dsh) 全局 HTTP 代理插件:undici setGlobalDispatcher + EnvHttpProxyAge
dsh-notification-center 社区 ✅ 运行级可用 DSH 通知中心插件:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效
dsh-notify 社区 ✅ 运行级可用 DSH system notification plugin: desktop notifications when an agent finishes a t
dsh-notify-plugin 社区 ✅ 运行级可用
dsh-notify-windows 社区 ✅ 运行级可用
dsh-plugin-approval-alert 社区 ✅ 运行级可用 DeepSeek Harness 审批/选择方案系统级通知提醒,显示工作区名、点击跳转、多语言
dsh-plugin-browser-notify 社区 ✅ 运行级可用 deepseek harness web notify plugin
dsh-plugin-llm-codex 社区 ✅ 运行级可用 让 DeepSeek Harness(DSH) 通过 ChatGPT/Codex 订阅调用 openai-codex 模型,无需配置 OpenAI API Ke
dsh-plugin-notify 社区 ✅ 运行级可用 DeepSeek Harness 消息提醒插件:回合结束或等待确认时向浏览器、系统、飞书/钉钉/企业微信/通用 Webhook 发送通知
dsh-plugin-spur 社区 ✅ 运行级可用 聊天流中悬挂皮鞭,甩动鞭梢(>2.0 px/ms)即向 agent 发送 go work 消息 | A whip hanging in the chat str
dsh-plugin-sysmon 社区 ✅ 运行级可用 Local system resource monitor (CPU / memory / disk / load / uptime) for the Deep
dsh-plugin-wechat 社区 ✅ 运行级可用
dsh-qq-bridge 社区 ✅ 运行级可用 QQ ????? <-> DeepSeek Harness ??: ? QQ ?????? Harness ????? (???, Node.js ? 22)
dsh-qq-brige 社区 ✅ 运行级可用
dsh-session-import 社区 ✅ 运行级可用 DSH 会话日志导入插件:解析 /export 的 zip/jsonl,结构真实性验证 + SHA-256 指纹校验,同步模型/预设/权限等状态,导入/删除实时
dsh-session-notification 社区 ✅ 运行级可用 提供会话完成等四种状态的通知响应,支持浏览器提示和提示词
dsh-session-timeline 社区 ✅ 运行级可用 DeepSeek Harness 会话时间轴插件:横短横线波浪、当前消息定位、点击跳转、圆角预览 tooltip、可收起/展开
dsh-telegram-channel 社区 ✅ 运行级可用 DeepSeek Harness Telegram mobile remote: bind live Web sessions (Codex-style)
dsh-turn-done-notify 社区 ✅ 运行级可用 DeepSeek Harness plugin: Windows tray-balloon + sound notification when a conver
dsh-wecom 社区 ✅ 运行级可用 WeCom AI Bot channel for DeepSeek Harness — every chat runs a persistent, preset
dsh2wechat 社区 ✅ 运行级可用 DeepSeek Harness 微信 ClawBot 消息桥插件
feishu-local-agent-bridge-windows 社区 ✅ 运行级可用
DeepSeek-harness-qqbot 社区 ⏳ 未测 QQ Bot text and image channel plugin for DeepSeek Harness
DeepSeek-harness-weixin 社区 ⏳ 未测 Weixin ClawBot channel plugin for DeepSeek Harness with QR login and text/image
dsh-codex 社区 ⏳ 未测 Use your ChatGPT subscription in DeepSeek Harness through OpenAI's Codex sign-in
dsh-codex-provider-plugin 社区 ⏳ 未测 OpenAI Codex provider plugin for DeepSeek Harness with ChatGPT OAuth and native
dsh-email 社区 ⏳ 未测 DeepSeek Harness 邮件插件:email_list/read/search/send/folders/attachment 六工具,内置 QQ/1
dsh-expression 社区 ⏳ 未测 找得到、发得出 —— DSH 表情包插件:语义搜图,只发真实文件,走 companion QQ 通道
dsh-feishu 社区 ⏳ 未测 Feishu (Lark) IM bridge for DeepSeek Harness (dsh) — a cordis plugin
dsh-lark-bridge 社区 ⏳ 未测 Bidirectional Lark/Feishu controller for DeepSeek Harness
dsh-llm-wechat 社区 ⏳ 未测 DeepSeek Harness 微信网关适配插件:复用 DeepSeekAdapter + 流式 think 标签转译
dsh-messager 社区 ⏳ 未测 基于Deepseek Harness+DeepSeek开发的适用于Deepseek Harness的消息提醒信使,可使用第三方通道(暂时飞书webhook)进行
dsh-notify-sound 社区 ⏳ 未测 DSH (DeepSeek Harness) web plugin: plays a sound when the agent finishes replyin
dsh-oai-oauth 社区 ⏳ 未测 A plugin allowing you to use ChatGPT via OpenAI subscription without API Key in
dsh-omnibridge 社区 ⏳ 未测 AstrBot-style multi-platform bridge for DeepSeek Harness: QQ(OneBot)/Telegram/Di
dsh-onlyne 社区 ⏳ 未测 IM gateway for DeepSeek Harness agents — send and receive QQ, WeChat, Feishu and
dsh-plugin-adapter-qq 社区 ⏳ 未测
dsh-plugin-notify-sound 社区 ⏳ 未测 notify sound for DeepSeek harness
dsh-plugin-qqbot 社区 ⏳ 未测 QQ Bot transport adapter for DeepSeek Harness: drive agents from QQ chat, stream
dsh-plugin-telegram 社区 ⏳ 未测 DSH plugin for Telegram bot integration
dsh-plugin-usage-dashboard 社区 ⏳ 未测 DeepSeek usage & cost dashboard for the DSH bottom status bar: per-session token
dsh-qq-bot 社区 ⏳ 未测 DeepSeek Harness plugin bridging QQ official Bot API to dsh agents (no third-par
DSH-telegram 社区 ⏳ 未测 通过 Telegram 私聊远程使用和查看 DeepSeek Harness
DSH-Telegram-Relay 社区 ⏳ 未测 DSH Relay 让你可以通过 Telegram 远程与 DeepSeek Harness 对话,并接收通知
dsh-testgen 社区 ⏳ 未测 Automated unit-test generation for DeepSeek Harness: /testgen command + generate
dsh-tool-notify 社区 ⏳ 未测 DSH plugin: model-facing notify tool for DeepSeek Harness — send notifications t
dsh-wechat-bridge 社区 ⏳ 未测 DeepSeek Harness (dsh) transport plugin: chat with your agents on WeChat via off
dsh-win-notify 社区 ⏳ 未测 DSH 插件:代理任务完成时弹出带声音的 Windows Toast 通知,点击通知即可直接切回并前台显示 DSH 标签页
PicGo-Core 社区 ⏳ 未测 ⚡The ultimate image uploading engine
dsh-feishu-bridge 社区 ❌ 运行级不兼容 Feishu (Lark) channel bridge for DeepSeek Harness (dsh) — message a Feishu bot,
dsh-feishu-gateway 社区 ❌ 运行级不兼容 DeepSeek Harness Feishu gateway plugin: chat with your DSH agent from Feishu (pe
dsh-suggested-replies 社区 ❌ 运行级不兼容 DSH Web 预测回复插件:AI 回复后在输入框上方生成可点击填入草稿的下一步消息候选

把 dsh 接入各类沟通渠道:微信/QQ/Telegram/飞书机器人、桌面通知、消息分享与跨端回复

🗂 文件数据(25 + 43)

文件与数据处理:读写与格式转换、爬取抓取、数据库、编码识别、文档解析与知识库

插件 类型 兼容性 说明
dsh-diff-viewer 插件 兼容 DSH Web GUI PiUI-style diff viewer plugin: replaces the stock DiffBlock for writ
session-persistence-rdb 插件 兼容 session 关系型数据库持久化
dsh-artifact 插件 关注 dsh 插件:文件交付协议——send_artifact 工具经 tool/result meta 携带结构化描述子,任意客户端可渲染
dsh-tool-encoding 插件 关注 DSH 编码/哈希工具插件:base64/base64url/url/hex 编解码、md5/sha1/sha256/sha512 哈希、UUID 生成,零依赖
dsh-tool-json 插件 关注 DSH JSON 查询工具插件:JMESPath 子集查询,零依赖递归下降解析器
context-doctor 插件 待调研 DSH 上下文注入审计插件:统计 AGENTS.md 指令链/技能目录/工具 schema 的 token 成本,检测重复与冲突;Web UI 圆环面板 + c
dsh-advisor 插件 待调研 Advisor - Pair a second model that passively reviews each turn and injects notes
dsh-data-agent 插件 待调研 让AI帮你连数据库、写SQL的DSH插件
dsh-kb-sieve 插件 待调研 DSH knowledge-base plugin: build audit-able KB packs (references + SQLite FTS5)
dsh-loop 插件 待调研 DSH 插件:定时循环(/loop 命令 + loop 工具 + 活动状态条)
dsh-mineru 插件 待调研 DSH plugin exposing MineRU document parsing tools to the model
dsh-navbar 插件 待调研 DSH 插件:对话节点导航条(右缘节点串快速跳转 user 消息)
dsh-notebooks 插件 待调研
dsh-openpencil 插件 待调研 OpenPencil design preview and editing plugin for DSH
dsh-stock-market 插件 待调研 有效解决了写代码的时候账户不能同时亏钱的BUG
dsh-task-status 插件 待调研 DSH 插件:后台任务状态条(对话页任务进度 + 实时输出 tail)
dsh-tool-csv 插件 待调研 DSH CSV 数据工具插件:解析/查询/统计/转换 CSV 文本(RFC 4180),零依赖状态机解析器,注册 csv 工具
dsh-tool-diff 插件 待调研 DSH Diff 工具插件:文本/JSON/CSV/Markdown 结构化比较与 unified diff,零依赖只读,注册 diff 工具
dsh-tool-markdown 插件 待调研 DSH Markdown 工具插件:HTML↔Markdown 转换、GFM 表格规范化、目录生成,零依赖轻量解析器,注册 markdown 工具
dsh-tool-regex 插件 待调研 DSH 正则工具插件:测试匹配/提取捕获组/安全替换/静态解释正则(不执行代码),零依赖,注册 regex 工具
dsh-tool-schema 插件 待调研 DSH JSON Schema 验证工具插件:validate/paths/explain/normalize,零网络零动态执行
dsh-toolkit 合集 待调研 DSH 零依赖工具包 collection —— time / encoding / json / calculator / csv / regex / mar
dsh-web-archive 插件 待调研 折叠对话当中众多的“无用消息”,例如Think、Bash等
dsh-balance 插件 待调研 A DeepSeek Harness plugin for real-time token tracking and highly accurate sessi
dsh-web-search-firecrawl 插件 待调研 Firecrawl-backed search provider plugin for the DeepSeek Harness web capability
deepseek-harness-typescript-sdk 社区 ✅ 运行级可用 TypeScript SDK for DeepSeek Harness (dsh) — drive AI agent turns in a runtime su
ds-vision-plugin 社区 ✅ 运行级可用 Paste images into DeepSeek Harness with a four-model vision race, OCR, and an au
dsh-archive-manager 社区 ✅ 运行级可用
dsh-archive-viewer 社区 ✅ 运行级可用 DeepSeek Harness 归档会话管理插件:查看/恢复已归档会话(回到原工作区分组)+ 右上角一键关闭 dsh
dsh-archived-sessions 社区 ✅ 运行级可用 DSH Session Manager: manage conversations, archive/restore, delete safely, open
dsh-figma-to-lottie 社区 ✅ 运行级可用 Figma/SVG to Lottie animation compiler for DeepSeek Harness
dsh-files 社区 ✅ 运行级可用 DeepSeek Harness dual-face plugin: session-isolated file upload with colorful co
dsh-pdf 社区 ✅ 运行级可用 PDF toolbox for DeepSeek Harness: extract text, metadata, and page ranges via pd
dsh-plugin-dated-folders 社区 ✅ 运行级可用 本插件由 DeepSeek Harness AI 完全制作,人工仅辅助操作(账号/上传/2FA 发布)
dsh-plugin-rag 社区 ✅ 运行级可用 Local knowledge base RAG for DeepSeek Harness
dsh-plugin-recall 社区 ✅ 运行级可用 DeepSeek Harness plugin: cross-session memory for the model
dsh-project-mcp-bridge 社区 ✅ 运行级可用 Per-project MCP loading for DeepSeek Harness: drop a .dsh/mcp.json into a projec
dsh-session-export 社区 ✅ 运行级可用 Export DeepSeek Harness (DSH) sessions to portable Markdown and JSON — dsh plugi
dsh-status-rotator 社区 ✅ 运行级可用 A DeepSeek Harness (dsh) web plugin that replaces the "Deep diving…" turn-status
dsh-sticky-note 社区 ✅ 运行级可用 左下角便签:随手记点子/感想/TODO,实时保存到归档目录,清单+悬浮归档
dsh-token-stats 社区 ✅ 运行级可用 Floating draggable token usage statistics panel for DeepSeek Harness
jina-web-search-dsh-plugin 社区 ✅ 运行级可用 Jina AI tools for DeepSeek Harness: 12 model tools (web / arXiv / SSRN search, r
mindspace-dsh-local-rag 社区 ✅ 运行级可用 ARPM-derived local hybrid RAG plugin for DeepSeek Harness
noatmark-dsh-plugin 社区 ✅ 运行级可用 NoAtMark text hygiene as a DeepSeek Harness (dsh) plugin — sanitize untrusted te
securstack-dsh-plugin 社区 ✅ 运行级可用 SecurStack adapter for DeepSeek Harness: run repository security scans, policy g
deepseek-harness-file-upload-ocr-plugin 社区 ⏳ 未测 DeepSeek Harness 文件上传与本地 OCR 插件 | File upload and local OCR plugin for PDF, Word
dsh-deeptutor 社区 ⏳ 未测 DeepTutor bridge bundle for DeepSeek Harness (dsh): learning capabilities, knowl
dsh-mac-vision 社区 ⏳ 未测 On-device macOS OCR and Apple Vision for DeepSeek Harness — one native plugin wi
dsh-mediacrawler 社区 ⏳ 未测 Installable DeepSeek Harness profile bundle and bounded MCP adapter for MediaCra
dsh-mindmap 社区 ⏳ 未测 DSH 思维导图模式插件:课件(PPT/PDF/Word)+电子书 → 打印级复习思维导图 HTML(A3 横向、每主干一页、大括号式横向、宋体、右栏笔记区、封
dsh-paddle-ocr 社区 ⏳ 未测
dsh-plugin-archive-recovery 社区 ⏳ 未测 DSH (DeepSeek Harness) plugin: restore archived sessions from an icon in the wor
dsh-plugin-drone 社区 ⏳ 未测 Drag files or floders from explorer into dsh smoothly
dsh-plugin-miliastra-toolbox 社区 ⏳ 未测 将千星沙箱(原神千星奇域)知识库接入 Deepseek Harness 的插件
dsh-plugin-vision 社区 ⏳ 未测 Vision for text-only LLMs in DeepSeek Harness (DSH): describe images / OCR / VQA
dsh-recommend 社区 ⏳ 未测 DSH 插件生态透明排行与推荐:每日自动抓取 dsh-plugin 话题 + 公开评分模型 + 排行/推荐插件与静态站
dsh-rich-file-reader 社区 ⏳ 未测 Local image, Office, and PDF reader plugin for DeepSeek Harness
dsh-science-plugin 社区 ⏳ 未测 本地文件化、证据可审查的 DSH 科研工作区插件
dsh-silly-plugin 社区 ⏳ 未测 DSH 酒馆模式:导入 SillyTavern 角色卡(PNG/JSON),自动拆分世界书/正则/脚本并创建同名工作区(#dsh-plugin)
dsh-spec-loop 社区 ⏳ 未测 Spec-driven 开发闭环(OpenSpec 兼容):/spec 命令族驱动 生成规格 → 批准 → 实现 → 逐条验收 → 归档 | Spec-driv
dsh-surface-contract-proof 社区 ⏳ 未测 Content-addressed conformance proof across recorded DSH ToolRuntime, MCP JSON-RP
dsh-Unlimited-OCR-Skill 社区 ⏳ 未测
dsh-web-plugin-explain 社区 ⏳ 未测 dsh Web 插件:在 设置→插件 的「插件列表」里展示每个插件的 package.json 描述,第三方插件带「第三方」标签,支持按描述搜索
dsh-workspace-enhance 社区 ⏳ 未测 DeepSeek Harness workspace & session enhancement plugin: recycle bin, cross-work
widget-dock 社区 ⏳ 未测 DSH plugin: draggable widget panel (balance, tokens, stats, commands, goal, cost
dsh-archived-conversations 社区 ❌ 运行级不兼容 归档对话查看 (archived-conversation-viewer):在 DSH 设置页查看、恢复与删除归档会话的 Cordis 插件
dsh-vision-fix 社区 ❌ 运行级不兼容 Temporary fork for PR: fix dsh.plugin.json in files
dsh-vision-toolkit 社区 ❌ 运行级不兼容 让纯文本模型更好地做视觉任务的DeepSeek Harness插件:带意图的图片问答、长截图 OCR、UI 还原等|DeepSeek Harness-nativ

文件与数据处理:读写与格式转换、爬取抓取、数据库、编码识别、文档解析与知识库

🎮 娱乐生活(7 + 27)

摸鱼与趣味:小游戏、桌面宠物、表情包、音乐、股票行情与旅行

插件 类型 兼容性 说明
dsh-auto-chess 插件 待调研 DSH Web里的自走棋插件:人机对战或双AI对弈
dsh-d399 插件 待调研 深夜寂寞?来玩 D399 — 当模型生成时弹出小游戏菜单(wordle / 消消乐,可拓展游戏注册表)
dsh-emoji 插件 待调研 为AI回复自动添加表情的插件
dsh-gomoku 插件 待调研 在DSH中与AI下五子棋,也可以让AI对局,看哪个AI棋力更强
dsh-pet-rs 基建 待调研
dsh-stickers 插件 待调研 DSH WebUI sticker plugin for bidirectional user and agent reactions
whale-girl 插件 待调研 DSH Web GUI 桌面宠物插件(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍的积累型伙伴
DeepSeek-Harness-Pet 社区 ✅ 运行级可用 Codex-style desktop pet plugin for DeepSeek Harness
deepseek-pet 社区 ✅ 运行级可用 在你的deepseek-harness上养一只吃白饭的大蓝鲸
dsh-answer-pet 社区 ✅ 运行级可用
dsh-blue-whale-maid 社区 ✅ 运行级可用 dsh web 的桌面宠物插件,本质是一个任务完成提醒器
dsh-deepseek-girl-pet 社区 ✅ 运行级可用 Animated deepseek girl desktop pet plugin for DeepSeek Harness
dsh-godot-skill 社区 ✅ 运行级可用 Godot Engine 4.x 全栈游戏开发技能插件 for DeepSeek Harness (DSH) — registers the godot-4-d
dsh-live2d-pets 社区 ✅ 运行级可用 Live2D 桌宠插件 for DeepSeek Harness:Agent 状态镜像 + 互动陪伴,内置宽松许可预设模型 / Live2D pet plugi
dsh-memento 社区 ✅ 运行级可用
dsh-minigames 社区 ✅ 运行级可用 DSH Web UI 右侧小游戏面板:18 款离线小游戏(恐龙跳一跳 / 俄罗斯方块 / 坦克大战 / 扫雷 / 2048 / 数独 / 吃豆人 / 跟枪练习等
dsh-pet-web 社区 ✅ 运行级可用
dsh-pets 社区 ✅ 运行级可用
dsh-plugin-d399 社区 ✅ 运行级可用 模型生成时右下角弹出小游戏菜单(Wordle/消消乐/192 款参数化小游戏,可拓展注册表) | Pops up a mini-game menu while
dsh-plugin-gomoku 社区 ✅ 运行级可用
dsh-plugin-pet 社区 ✅ 运行级可用 DeepSeek Harness 桌面电子宠物插件:跟随 agent 状态变换心情的内置/自定义/Codex 精灵图伙伴
dsh-sfw 社区 ✅ 运行级可用
dsh-ui-whale 社区 ✅ 运行级可用 【求⭐】🐋DSH Web UI 全手绘像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击还会冒爱心,不工
galgame-dsh-plugin 社区 ✅ 运行级可用 A customizable text-based galgame and otome world engine plugin for DeepSeek Har
deepseek-harness-whale-pet 社区 ⏳ 未测 DeepSeek Harness Web 的可拖动鲸鱼女仆状态宠物插件
dsh-desktop-pet 社区 ⏳ 未测 Unofficial customizable desktop-pet plugin for DeepSeek Harness
dsh-fun-ticker 社区 ⏳ 未测 DSH 行情跑马灯插件:可自选标的的加密/汇率/A股/指数/港美股跑马灯,免 key 数据源,宿主代理+缓存
dsh-music-plugin 社区 ⏳ 未测 DeepSeek Harness music plugin (dsh-plugin)
dsh-pet 社区 ⏳ 未测 🐋 DSH 有声桌宠:悬浮桌面的 DeepSeek 小鲸鱼,不打开 DSH 也能实时感知会话状态(需要确认/工作中/完成/空闲/离线),支持音效提醒与零代码定制
dsh-pet-corner 社区 ⏳ 未测 DSH Pet Corner: a floating pet, keyless pet-image proxy, favorites, and plugin-o
dsh-sound-effects-plugin 社区 ⏳ 未测 Sound effects plugin for DeepSeek Harness: ambient work music, success chime, an
harness-pet 社区 ⏳ 未测 Harness Pet — an unofficial community pet for DeepSeek Harness
remielle-dsh-plugin 社区 ⏳ 未测 Remielle desktop pet for DeepSeek Harness — session events drive the pet's anima
dsh-plugin-text-translation 社区 ❌ 运行级不兼容 DSH plugin: text & document localization with tag-protected extraction, batch sl

摸鱼与趣味:小游戏、桌面宠物、表情包、音乐、股票行情与旅行

🛠 基建部署(23 + 43)

运行环境与分发:桌面/移动客户端、远程主机、浏览器桥、沙箱隔离、插件管理、更新与监控

插件 类型 兼容性 说明
deepseek-harness-desktop 基建 兼容 DeepSeek Harness desktop shell: 1:1 replica of the official web UI as a Windows
dsh-desktop-electron 基建 兼容 Cross-platform Electron desktop shell for the DSH Web GUI: tray-resident standal
dsh-harness-ops 合集 兼容 DSH 运维工具箱:升级、重启、故障都不用操心
plugin-registry 基建 兼容 DSH 插件生态基建:薄控制台(浏览器面板管理官方 repository 插件,0 patch)+ make-dsh-plugin skill 官方插件开发引导
plugin-template 基建 兼容 基于原turtle ui官方仓库创建的plugin模板仓库
deepseek-harness-desktop 插件 兼容 DeepSeek Harness desktop shell: 1:1 replica of the official web UI as a Windows
dsh-companion 基建 关注 DeepSeek Harness 的常驻桌面助手:全局唤起、定时自动化、快捷回复、插件市场
sandbox-mxc 基建 关注 微软跨平台沙盒支持
dsh-ohos-patch 基建 需适配 让deepseek harness能在 ohos上跑!
fabric 基建 需适配 一种类似MC Fabric的hook处理器
dsh-browser 基建 待调研 dsh plugin: Chrome sidebar extension that lets DSH operate your browser directly
dsh-browser-bridge 插件 待调研 Prompt-scoped bridge between DSH and explicitly attached Chrome tabs
dsh-mobile 插件 待调研
dsh-multica-runtime 插件 待调研 Support dsh runtime on Multica.
dsh-paseo 插件 待调研 DSH 的paseo插件扩展支持
dsh-plugin-check 插件 待调研 DSH 插件健康检查工具:扫描插件仓库的清单协议 / patch 格式 / 构建陷阱 / hub 收录状态,零依赖只读,注册 plugin_check 工具
dsh-remote 插件 已发布 远程工作区:SSH(密码或密钥)连接远程主机,选取远程工作区目录,用 rw_pick_workspace/rw_list_dir/rw_read_file/rw_exec 工具在远程上直接操作(npm: dsh-remote,v0.2)
dsh-security-audit 插件 待调研 DSH 本机安全审计插件:配置/插件来源/会话/网络暴露面,只读脱敏风险报告
ego-browser 插件 待调研 DSH(DeepSeek Harness)插件:把 ego-lite 浏览器(给 AI Agent 用的 Chromium)接入 HARNESS——13 个结构
oh-dsh-desktop 基建 待调研 一站式 DeepSeek Harness 社区发行版:TUI、桌面端与 Web UI 三种形态统一体验,支持分层安装、一步到位,免去手工整合打包
sandbox-micro 基建 待调研 microsandbox支持
sandbox-nono 基建 待调研 nono沙盒支持
dsh-security-scan 插件 待调研 安全扫描插件
DeepSeek-harness-desktop-plugin 社区 ✅ 运行级可用
DeepSeekHarness-Desktop 社区 ✅ 运行级可用 Cross-platform Electron desktop shell for DeepSeek Harness
dsh-auto-approve 社区 ✅ 运行级可用 Conservative auto-approval preset for DeepSeek Harness sandbox escalations
dsh-browser-control 社区 ✅ 运行级可用 DSH plugin for controlling browsers (CDP/Playwright) — DeepSeek Harness 操控浏览器插件
dsh-cloudflare-browser-run 社区 ✅ 运行级可用
dsh-host-web-compat 社区 ✅ 运行级可用 dsh 宿主插件——经 webserver 钩子向页面注入旧内核浏览器 polyfill
dsh-hub 社区 ✅ 运行级可用 Discover The Best DSH plugins
dsh-mobile-control 社区 ✅ 运行级可用 DSH plugin for controlling mobile devices (ADB/iOS) — DeepSeek Harness 操控手机插件
dsh-notification 社区 ✅ 运行级可用 Desktop notifications for DeepSeek Harness turn completions, with per-outcome co
dsh-playwright-browser 社区 ✅ 运行级可用 Playwright browser automation for DeepSeek Harness|面向 DeepSeek Harness 的 Playwri
dsh-playwright-native 社区 ✅ 运行级可用 把原生 Playwright CLI 注册为 DeepSeek Harness 透传工具(dsh-plugin)
dsh-plugin-browser 社区 ✅ 运行级可用 A DeepSeek Harness community plugin that drives a headless Playwright browser: r
dsh-plugins-hub 社区 ✅ 运行级可用 Independent plugin index for DeepSeek Harness (dsh) — curated directory of commu
dsh-same-mode-sandbox-noop 社区 ✅ 运行级可用 DSH compatibility plugin for redundant same-mode sandbox escalation requests
dsh-session-search 社区 ✅ 运行级可用 Index-free cross-agent session search for DeepSeek Harness
dsh-update-checker 社区 ✅ 运行级可用 DeepSeek Harness official runtime update checker plugin
dsh-vision-proxy 社区 ✅ 运行级可用 DeepSeek Harness 插件:DeepSeek 大脑 + 自动识图
dsh-web-speech-input 社区 ✅ 运行级可用 Voice input plugin for DeepSeek Harness using the browser Web Speech API
Bigfish 社区 ⏳ 未测 Bigfish —— DeepSeek Harness 的第三方桌面端,内置 Node 运行时,双击即用,附带桌面萌宠
Deepseek-harness-desktop 社区 ⏳ 未测 Deepseek harness桌面版
deepseek-harness-desktop-electron 社区 ⏳ 未测 deepseek的harness桌面端
deepseek-harness-desktop-macos 社区 ⏳ 未测 DeepSeek Harness macOS desktop app
deepseek-harness-desktop-unofficial 社区 ⏳ 未测
deepseek_harness_desktop 社区 ⏳ 未测
deepseekex 社区 ⏳ 未测 DeepSeek Harness desktop client (Electron shell)
dsh-client-plugin-approve-for-me 社区 ⏳ 未测 Frontend browser plugin that renders approval-review status in DSH conversations
dsh-computer-use 社区 ⏳ 未测 为 DeepSeek Harness 提供电脑控制插件:新鲜 Accessibility 观测、过期状态拒绝、作用域权限与安全输入(目前支持macos)|Acc
dsh-LAN 社区 ⏳ 未测 为DeepSeek harness开启局域网访问及移动端页面的插件
dsh-mac-desktop 社区 ⏳ 未测
dsh-melody-launcher 社区 ⏳ 未测 dsh-旋律启动器:DeepSeek Harness 桌面启动器与插件管理器
dsh-open-browser 社区 ⏳ 未测
dsh-plugin-auditor 社区 ⏳ 未测 DSH plugin auditor: pre-flight compatibility check for profile plugin combinatio
dsh-plugin-desktop-control 社区 ⏳ 未测 DeepSeek Harness cordis plugin: /desktop commands to open and control the deskto
dsh-plugin-doctor 社区 ⏳ 未测 DSH 插件体检:安装前检查 peer 版本兼容性,防止 rc 不匹配崩溃 🩺
dsh-ssh-remote 社区 ⏳ 未测 SSH remote workspaces for DeepSeek Harness: browse/read/write remote files, run
dsh-tensorlake-sandbox 社区 ⏳ 未测 A deepseek harness plugin for tensorlake sandbox
dsh-tool-monitor 社区 ⏳ 未测
dsh-web-auto-open 社区 ⏳ 未测 DSH plugin: auto-open the default browser when dsh web starts — cross-platform
turn-deepseek-into-desktop 社区 ⏳ 未测 Turn DeepSeek Harness into a native macOS desktop app
deepseek-harness-desktop-windows 社区 ❌ 运行级不兼容 Unofficial Windows desktop wrapper for DeepSeek Harness with bundled runtime and
deepseek-harness-shell 社区 ❌ 运行级不兼容 Community desktop shell for DeepSeek Harness — Electron, cross-platform, tray, a
desktop 社区 ❌ 运行级不兼容
dsh-kimi-browser 社区 ❌ 运行级不兼容

运行环境与分发:桌面/移动客户端、远程主机、浏览器桥、沙箱隔离、插件管理、更新与监控

📚 学习研究(8 + 1)

学习与探索:技能包、插件开发指南、文档导航、评测基准与社区 onboarding

插件 类型 兼容性 说明
deepseek-manners 插件 待调研 DSH 插件:给每次消息后注入感谢语(deepseek-manners)
dsh-101 插件 待调研 DSH 文档阅读模式
dsh-deepresearch 插件 待调研
dsh-humanize 技能 待调研
dsh-plugin-dev 技能 待调研 DSH 插件开发踩坑与做法档案(skill + 文档):cordis 双副本、tsconfig 三件套、Windows junction、多帧 zstd 等实测
dsh-plugin-skills 技能 待调研 Agent skills for building and testing DeepSeek Harness plugins — from scaffoldin
zotero-harvest 插件 待调研 Zotero 文献采集入库插件(DSH external plugin):多源检索(OpenAlex/arXiv/Crossref/Europe PMC/Sem
dsh-review-skills 插件 待调研 代码评审技能集
dsh-scholar 社区 ✅ 运行级可用 Research tools for DeepSeek Harness: arXiv search, HTML/PDF text extraction with

学习与探索:技能包、插件开发指南、文档导航、评测基准与社区 onboarding

❓ 其他(3 + 335)

描述缺失或暂未归类的仓库,补充信息后将细分

插件 类型 兼容性 说明
dsh-mygo 基建 待调研
dsh-sidechain 插件 待调研 DSH 侧会话插件:/side 持续性侧会话(Codex 风格)与 /btw 一次性侧问(Claude 风格)——在临时 fork 中运行、不写入主会话历史;W
dsh-spur 插件 待调研
Angelina-dsh-plugin 社区 ✅ 运行级可用
aureways 社区 ✅ 运行级可用
blender 社区 ✅ 运行级可用 DeepSeek Harness plugin for complete Blender 3D modeling, reconstruction, render
cascade 社区 ✅ 运行级可用
DeepJIT 社区 ✅ 运行级可用
deepseek-harness-acp 社区 ✅ 运行级可用 ACP server implementation for DeepSeek harness
deepseek-harness-huggingface 社区 ✅ 运行级可用 A community DeepSeek Harness plugin for read-only Hugging Face Hub model discove
Deepseek-Harness-plug 社区 ✅ 运行级可用 我的dsh插件
deepseek-harness-plugin-manager 社区 ✅ 运行级可用 Web plugin manager for DeepSeek Harness (DSH): inspect, search, group, enable, a
deepseek-harness-ppt 社区 ✅ 运行级可用
deepseek-harness-release 社区 ✅ 运行级可用
Deepseek-harness-routing-layer- 社区 ✅ 运行级可用 DeepSeek Harness 智能模型自动路由插件,根据任务需求自动选择最合适的模型
deepseek-harness-vision-plugin 社区 ✅ 运行级可用 Vision input and automatic routing plugin for DeepSeek Harness and OpenAI-compat
Dive 社区 ✅ 运行级可用
DIzzy-DSH 社区 ✅ 运行级可用 My DSH plugins
ds-api-usage 社区 ✅ 运行级可用
dsh-acp-for-bitfun 社区 ✅ 运行级可用 BitFun 与 DSH ACP 交互对接 插件
dsh-article-publish 社区 ✅ 运行级可用 Publish articles from DeepSeek Harness to CSDN / Juejin / CNBlog
dsh-auto-compact 社区 ✅ 运行级可用
dsh-balance-display 社区 ✅ 运行级可用 DeepSeek API balance overlay for DeepSeek Harness
dsh-batch-regression 社区 ✅ 运行级可用 DSH plugin: run a command N rounds, judge by median/distribution — 批量回归取统计结论
dsh-change-ledger 社区 ✅ 运行级可用
dsh-chrome 社区 ✅ 运行级可用 DeepSeek Harness plugin: model-facing Chrome DevTools Protocol (CDP) tools — nav
dsh-command-opt 社区 ✅ 运行级可用
dsh-compaction-instant 社区 ✅ 运行级可用 LLM-free lossless* compaction engine for DeepSeek Harness
dsh-console-web-search 社区 ✅ 运行级可用 DSH web search plugin with a Console Go-safe tool name.
dsh-content-rewriter 社区 ✅ 运行级可用 DeepSeek Harness plugin
dsh-conv-search 社区 ✅ 运行级可用 dsh-conv-search(对话内文本搜索)— in-conversation text search plugin for DeepSeek Harnes
dsh-conversation-indicator 社区 ✅ 运行级可用
dsh-conversation-share 社区 ✅ 运行级可用 分享任意段落的 DSH 对话
dsh-cost-ledger 社区 ✅ 运行级可用
dsh-credentials-system 社区 ✅ 运行级可用
dsh-custom-workspace 社区 ✅ 运行级可用 Per-workspace appearance settings for DeepSeek Harness Web
dsh-data-extractor 社区 ✅ 运行级可用 DeepSeek Harness plugin
dsh-deepseek-usage 社区 ✅ 运行级可用 DeepSeek balance and token usage tools for DeepSeek Harness
dsh-delayed-task 社区 ✅ 运行级可用
dsh-desk 社区 ✅ 运行级可用
dsh-effort-config 社区 ✅ 运行级可用
dsh-eyecare 社区 ✅ 运行级可用
dsh-eyes-upload 社区 ✅ 运行级可用 DSH plugin: invisible image upload for text-only models via deepseek-eyes
dsh-failure-capsule 社区 ✅ 运行级可用
dsh-file-preview 社区 ✅ 运行级可用
dsh-filexplore 社区 ✅ 运行级可用
dsh-funpack 社区 ✅ 运行级可用 DeepSeek Harness的一些有趣插件
dsh-gateway-presets 社区 ✅ 运行级可用
dsh-huadongbianzuqi 社区 ✅ 运行级可用 DeepSeek Harness的滑动变祖器插件
dsh-humanizer 社区 ✅ 运行级可用 DeepSeek Harness原生中文文本人工智能痕迹消除与多重审核对抗工作流
dsh-interconnect 社区 ✅ 运行级可用 Cross-instance message/event handoff plugins for DSH (interconnect service + too
dsh-involute 社区 ✅ 运行级可用
dsh-jingle 社区 ✅ 运行级可用
dsh-lan-access 社区 ✅ 运行级可用
dsh-launcher-lifetime 社区 ✅ 运行级可用 DeepSeek Harness (dsh) plugin: control the dsh service lifetime (always-on / tra
dsh-lazy-tools 社区 ✅ 运行级可用
dsh-lineage 社区 ✅ 运行级可用 Content-addressed artifact, fact, action and report lineage for DeepSeek Harness
dsh-mcp-manager 社区 ✅ 运行级可用 MCP server manager plugin for DeepSeek Harness: Settings → MCP page, OAuth (PKCE
dsh-mcp-settings 社区 ✅ 运行级可用 dsh mcp服务器配置管理
dsh-mod-manager 社区 ✅ 运行级可用 A mod-style plugin manager for DeepSeek Harness web profiles.
dsh-model-selector 社区 ✅ 运行级可用
dsh-model-thinking 社区 ✅ 运行级可用 DSH (DeepSeek Harness) web plugin: thinking intensity / reasoning effort setting
dsh-multimodal 社区 ✅ 运行级可用
dsh-nebulagraph-v5 社区 ✅ 运行级可用 nebula v5 plugin for deepseek harness
dsh-netdoctor 社区 ✅ 运行级可用
dsh-obsidian-export 社区 ✅ 运行级可用 DeepSeek Harness (DSH) plugin: export conversations to an Obsidian vault, plus r
dsh-open-auth-plugin 社区 ✅ 运行级可用
dsh-openapi 社区 ✅ 运行级可用 Safe OpenAPI 3.x discovery and API calling tools for DeepSeek Harness
dsh-passwords 社区 ✅ 运行级可用
dsh-peer-link 社区 ✅ 运行级可用
dsh-pin-recall 社区 ✅ 运行级可用 DeepSeek Harness plugin: pin assistant replies and recall them into the model tu
DSH-Plugin-Account-HUD 社区 ✅ 运行级可用 一个deepseek harness的插件,用于实时显示api-key的余额和api服务状态
dsh-plugin-anti-ads 社区 ✅ 运行级可用 DSH Web 广告拦截器,四层独立防御拦截 dsh-ads 插件的所有广告位 | DSH Web ad blocker with four independe
dsh-plugin-background 社区 ✅ 运行级可用 dsh壁纸插件
dsh-plugin-center 社区 ✅ 运行级可用 A compact discovery and lifecycle console for DeepSeek Harness plugins.
dsh-plugin-colorscheme 社区 ✅ 运行级可用 Colorscheme Plugin For DeepSeek Harness
dsh-plugin-confirm-check 社区 ✅ 运行级可用
dsh-plugin-console 社区 ✅ 运行级可用
dsh-plugin-cost 社区 ✅ 运行级可用
dsh-plugin-cost-tracker 社区 ✅ 运行级可用 Token cost tracker for DeepSeek Harness
dsh-plugin-dedup 社区 ✅ 运行级可用
dsh-plugin-deepseek-balance 社区 ✅ 运行级可用 DeepSeek Harness Web client plugin that displays real-time DeepSeek API balance.
dsh-plugin-description 社区 ✅ 运行级可用 mount one row in the composition and every plugin card on the Web Settings plugi
dsh-plugin-eval 社区 ✅ 运行级可用 dream-plugin bundle: plugin self-healing loop (seek/eval/pair/evolve)
dsh-plugin-grok2api-media-tool 社区 ✅ 运行级可用
dsh-plugin-reload 社区 ✅ 运行级可用 Deepseek harness plugin for reloading your deepseek harness plugin (e.g
dsh-plugin-scaffold 社区 ✅ 运行级可用 Minimal runnable DeepSeek Harness (dsh) plugin scaffold: one model-facing tool v
dsh-plugin-security-audit 社区 ✅ 运行级可用 DeepSeek Harness plugin: run a live security health check on the deployment
dsh-plugin-slashx-gateway 社区 ✅ 运行级可用 DeepSeek Harness host bundle for SlashX request, response, rich media, async cal
dsh-plugin-starter 社区 ✅ 运行级可用 Minimal installable plugin starter for DeepSeek Harness.
dsh-plugin-template 社区 ✅ 运行级可用 Template for deepseek-harness plugin development.
dsh-plugin-usage 社区 ✅ 运行级可用
dsh-plugin-voice-input 社区 ✅ 运行级可用 DeepSeek Harness Web 语音输入插件
dsh-plugins-market 社区 ✅ 运行级可用
dsh-product-delivery-workflow 社区 ✅ 运行级可用
dsh-qwen-mm 社区 ✅ 运行级可用
dsh-reasoning-translator 社区 ✅ 运行级可用 DeepSeek Harness plugin: make the model write its chain-of-thought in your langu
dsh-routines 社区 ✅ 运行级可用
dsh-search-endpoint-guard 社区 ✅ 运行级可用
dsh-search-free 社区 ✅ 运行级可用
dsh-seo-writer 社区 ✅ 运行级可用 DeepSeek Harness plugin
dsh-specflow 社区 ✅ 运行级可用
dsh-status-plugin 社区 ✅ 运行级可用 dsh status plugin;可以方便的查看宿主机的运行状态,故障时方便排查
dsh-subprocess-inherit-environment 社区 ✅ 运行级可用 DSH plugin that forwards the complete Harness environment through ctx.subprocess
dsh-task-board 社区 ✅ 运行级可用
dsh-task-console 社区 ✅ 运行级可用
dsh-task-models 社区 ✅ 运行级可用 DeepSeek Harness plugin with per-task model and reasoning-effort selection
dsh-taskboard-plugin 社区 ✅ 运行级可用
dsh-tavern 社区 ✅ 运行级可用 A plugin which makes dsh compatible with SillyTavern artifacts.
dsh-think-chinese 社区 ✅ 运行级可用 DSH 插件:让模型始终用中文进行内部推理与思考(think in Chinese)
dsh-think-flow-flow 社区 ✅ 运行级可用 DeepSeek Harness client plugin: constant-rate typewriter reveal for assistant ou
dsh-thinking-status-customizer 社区 ✅ 运行级可用 Customize the visible DSH Web thinking status with lifecycle-safe CSS.
dsh-tool-todo-tree 社区 ✅ 运行级可用 Nested (tree-shaped) todo_write tool plugin for DeepSeek Harness (DSH) — the mut
dsh-tool-turbo 社区 ✅ 运行级可用 Per-round reasoning_effort optimizer for DeepSeek Harness (dsh): auto-downgrades
dsh-tool-underseal 社区 ✅ 运行级可用
dsh-tool-vision 社区 ✅ 运行级可用 Vision model for DeepSeek Harness | DeepSeek Harness 外置视觉模型插件
dsh-toy 社区 ✅ 运行级可用 Toy Control Protocol for DSH
dsh-translate-pro 社区 ✅ 运行级可用 DeepSeek Harness plugin
dsh-tray 社区 ✅ 运行级可用 A simple system tray application for DeepSeek Harness (DSH)
dsh-turn-approval 社区 ✅ 运行级可用 Turn-scoped "Allow for this task" approvals for DeepSeek Harness.
dsh-usage-chart 社区 ✅ 运行级可用 A DeepSeek Harness Web plugin for real-time Token usage, cost estimates, per-rou
dsh-usage-dashboard 社区 ✅ 运行级可用
DSH-user-plugin-list 社区 ✅ 运行级可用
dsh-vision-adapter 社区 ✅ 运行级可用 ? DeepSeek Harness ?????:???? Kimi????? DeepSeek ? DSH ??
dsh-vision-helper 社区 ✅ 运行级可用 DeepSeek Harness Vision Helper/DeepSeek Harness 视觉辅助方案
dsh-vision-paste 社区 ✅ 运行级可用 DSH plugin: paste an image into the chat and it becomes a file path the model ha
dsh-vision-tool 社区 ✅ 运行级可用 DeepSeek Harness vision plugin: vision_analyze tool with a Models-style settings
dsh-wallpaper 社区 ✅ 运行级可用
dsh-webfetch 社区 ✅ 运行级可用 Web page reader for DeepSeek Harness (dsh): fetch any URL and extract clean Mark
dsh-webhook-bridge 社区 ✅ 运行级可用
dsh-whale-girl-tauri 社区 ✅ 运行级可用
dsh-width-tiers 社区 ✅ 运行级可用
dsh-yali-image-generator 社区 ✅ 运行级可用
embedded-workbench 社区 ✅ 运行级可用
flomo-dsh-plugin 社区 ✅ 运行级可用 仿 flomo 便签 + 知识图谱 的 DeepSeek Harness (DSH) 动态 Cordis 插件 / flomo-style memo plugi
focal-dsh 社区 ✅ 运行级可用
function-testing 社区 ✅ 运行级可用
harness-doctor 社区 ✅ 运行级可用
long-draft-input 社区 ✅ 运行级可用 Deepseek Harness 插件:用于聚合发送框长文本
omdp 社区 ✅ 运行级可用 only my DSH plugins — monorepo of DeepSeek Harness plugin bundles
omdsh-runtime 社区 ✅ 运行级可用
OpenFlowFrames 社区 ✅ 运行级可用
pi2dsh 社区 ✅ 运行级可用 Bridge the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified P
quantum-practices 社区 ✅ 运行级可用 Quantum Algorithms Best Practices
trio 社区 ✅ 运行级可用
upstream-radar 社区 ✅ 运行级可用
visionDS 社区 ✅ 运行级可用
VoiceLens 社区 ✅ 运行级可用
weshop-dsh-plugin 社区 ✅ 运行级可用 Native WeShop Cordis plugin for DeepSeek Harness
wps-dsh-plugin 社区 ✅ 运行级可用
A-persona-plugin-for-DeepSeek-Harness 社区 ⏳ 未测 switch DSH between a Classical Chinese scholar, a Northeastern buddy, and a talk
chiral-pulse 社区 ⏳ 未测
deepseek- 社区 ⏳ 未测 deepseek-harness客户端模式
Deepseek-Harness- 社区 ⏳ 未测
DeepSeek-Harness-Breathing-BG 社区 ⏳ 未测 一个DeepSeek背景呼吸灯,随工作状态而改变
deepseek-harness-evolver 社区 ⏳ 未测
deepseek-harness-web-vsix 社区 ⏳ 未测
deepseek-harness.js 社区 ⏳ 未测 A javascript port of my famous deepseek harness
deepseek-work 社区 ⏳ 未测
dsh-agy 社区 ⏳ 未测 Google Antigravity (agy) OAuth auth + model access plugin for DeepSeek Harness:
dsh-approval-ai 社区 ⏳ 未测 AI approval answerer for DeepSeek Harness (DSH) using the unified LLM route with
dsh-approval-llm 社区 ⏳ 未测
dsh-at-picker 社区 ⏳ 未测 DSH web composer plugin: type @ to deep-search workspace files & folders and ins
dsh-backup-sync 社区 ⏳ 未测
dsh-bilibili 社区 ⏳ 未测
dsh-billing-plugin 社区 ⏳ 未测 deepseek harness 账单插件
dsh-calendar 社区 ⏳ 未测
dsh-chat-link 社区 ⏳ 未测
dsh-chat-outline 社区 ⏳ 未测 对话栏左侧常驻大纲:快速定位每次 user 提问与最后 assistant 回复(DeepSeek Harness 插件)
dsh-checkpoint-rewind 社区 ⏳ 未测
dsh-conversation-rewind 社区 ⏳ 未测
dsh-daily-fortune 社区 ⏳ 未测 DSH daily fortune plugin with Guan Yin lots, Tarot spreads, and daily quotes
dsh-daily-progress 社区 ⏳ 未测
DSH-Decktop 社区 ⏳ 未测
dsh-deepseek-vision-router 社区 ⏳ 未测 Transparent image preprocessing route for DeepSeek Harness
dsh-dev-actions 社区 ⏳ 未测
dsh-dev-toolbox 社区 ⏳ 未测 DeepSeek Harness plugin—a simple toolkit for developers.
dsh-doctor-windows 社区 ⏳ 未测
dsh-dynamic-plugins-manager 社区 ⏳ 未测 deepseek harness 动态插件管理
dsh-dynplugin-manager 社区 ⏳ 未测 Manage DeepSeek Harness dynamic plugins: scan local directories, browse, and loa
dsh-eco-router 社区 ⏳ 未测
dsh-enter-send 社区 ⏳ 未测 dsh plugin: switch the chat composer between Enter-send and Ctrl+Enter-send from
dsh-ernie-image 社区 ⏳ 未测
dsh-esc-stop 社区 ⏳ 未测 DeepSeek Harness Web plugin: press Escape in the composer to stop the active tas
dsh-eval-harness 社区 ⏳ 未测
dsh-eval-regression 社区 ⏳ 未测
dsh-event-auditor 社区 ⏳ 未测
dsh-everything-oauth 社区 ⏳ 未测
dsh-experience-plugin 社区 ⏳ 未测
dsh-eye-care 社区 ⏳ 未测
dsh-file-checksum 社区 ⏳ 未测 Raw-file SHA-256 and SHA-512 verification plugin for DeepSeek Harness
dsh-file-mount 社区 ⏳ 未测
dsh-fun-typewriter 社区 ⏳ 未测 DSH Typewriter: WebAudio typing ambience with a plugin-owned settings API and ze
dsh-guardian 社区 ⏳ 未测
dsh-hotplug-engine 社区 ⏳ 未测 Plugin install, rollback, and audit as a service for DSH.
dsh-learn-everything 社区 ⏳ 未测
dsh-lens-lite 社区 ⏳ 未测 Post-edit diagnostics for DeepSeek Harness
dsh-llm-wiki 社区 ⏳ 未测
dsh-llmwiki 社区 ⏳ 未测
dsh-longbridge 社区 ⏳ 未测
dsh-lsp-actions 社区 ⏳ 未测
dsh-luna-vision-bridge 社区 ⏳ 未测
dsh-manager 社区 ⏳ 未测 DeepSeek Harness plugin marketplace
dsh-marketplace 社区 ⏳ 未测 A safe, live plugin marketplace for DeepSeek Harness
dsh-matlab-mcp-plugin 社区 ⏳ 未测
dsh-mcp-panel 社区 ⏳ 未测 Read-only runtime management panel for the official DeepSeek Harness MCP client:
dsh-mcp-proxy 社区 ⏳ 未测
dsh-mdbox 社区 ⏳ 未测
dsh-meeting-notes 社区 ⏳ 未测 DeepSeek Harness plugin
dsh-model-config-sync 社区 ⏳ 未测
dsh-model-modes 社区 ⏳ 未测 Capability-aware reasoning controls and Fast model routing for DeepSeek Harness
dsh-news-plugin 社区 ⏳ 未测
dsh-openclaw-acp 社区 ⏳ 未测
dsh-output-styles 社区 ⏳ 未测
dsh-overleaf 社区 ⏳ 未测 Connect Overleaf projects to DeepSeek Harness (DSH) through OverleafMCP and MCP
dsh-pain-point-check 社区 ⏳ 未测 Enforced pain-point-check guard plugin for DeepSeek Harness: after two non-conve
dsh-payload-capture 社区 ⏳ 未测
dsh-phone-control 社区 ⏳ 未测
dsh-pixel-whale 社区 ⏳ 未测 A lively pixel-whale running-state companion for DeepSeek Harness Web.
dsh-pixluna 社区 ⏳ 未测 dsh-plugin-pixluna | 让 DSH 自己看涩图!
dsh-plugin 社区 ⏳ 未测 Community plugin collection for DeepSeek Harness (DSH)
dsh-plugin-auto-blame 社区 ⏳ 未测 模型回合结束后用 LLM 生成 3 条批判性跟进建议,点击即发送 | After a model turn, an LLM generates 3 critic
dsh-plugin-auto-review 社区 ⏳ 未测
dsh-plugin-automations 社区 ⏳ 未测 Scheduled tasks plugin for DeepSeek Harness Web Profile
dsh-plugin-control 社区 ⏳ 未测 Enable and disable third-party plugins from the DeepSeek Harness Web settings pa
dsh-plugin-conversation-outline 社区 ⏳ 未测 DeepSeek Harness conversation outline plugin (对话目录)
dsh-plugin-doc-present 社区 ⏳ 未测
DSH-Plugin-Doctor 社区 ⏳ 未测 Compatibility, security, isolated install, and rollback doctor for DeepSeek Harn
dsh-plugin-finder 社区 ⏳ 未测 Natural-language plugin search for DeepSeek Harness — ask what you need, get mat
dsh-plugin-graph 社区 ⏳ 未测 一个Deepseek Harness的插件关系图谱可视化插件
dsh-plugin-healthcheck 社区 ⏳ 未测 害怕插件装了就崩溃?用这个插件帮你检测插件是否正常/是否含木马!
dsh-plugin-hello 社区 ⏳ 未测 A minimal DeepSeek Harness community plugin that registers a callable hello tool
dsh-plugin-local-utilities 社区 ⏳ 未测
dsh-plugin-medhub 社区 ⏳ 未测
dsh-plugin-pixluna 社区 ⏳ 未测
dsh-plugin-quote-reply 社区 ⏳ 未测 DSH plugin: select text in a conversation, then quote it into the composer or re
dsh-plugin-read-image-free 社区 ⏳ 未测
dsh-plugin-sleep 社区 ⏳ 未测 向模型暴露 sleep 工具,按指定毫秒暂停执行后返回,支持取消/clamp | Exposes a sleep tool that pauses for sp
dsh-plugin-verified-search 社区 ⏳ 未测 Verified current-source search workflow for DeepSeek Harness
dsh-plugin-wallpaper 社区 ⏳ 未测 可以在deepseek harness网页端自定义背景图片的插件
dsh-plugin-warroom-garak 社区 ⏳ 未测
dsh-polyglot 社区 ⏳ 未测
dsh-port-guard 社区 ⏳ 未测 DSH plugin: triage port conflicts (reuse / switch / precise kill) — 端口占用处置
dsh-premise-guard 社区 ⏳ 未测
dsh-proof 社区 ⏳ 未测
dsh-push 社区 ⏳ 未测
dsh-quant-workspace 社区 ⏳ 未测 DSH plugin bridging a local low-frequent-quant engine: single-ticker signal card
dsh-ramify 社区 ⏳ 未测 Ramify 是 DeepSeek Harness 的创意分支画布插件,用树状工作区生成、对比和迭代多个可交互方案
dsh-refined 社区 ⏳ 未测
dsh-report-html 社区 ⏳ 未测 Generate self-contained interactive HTML reports from Markdown, tables, charts,
dsh-research-notes 社区 ⏳ 未测 A lightweight research notes plugin for DeepSeek Harness
dsh-restart 社区 ⏳ 未测
dsh-restart-web 社区 ⏳ 未测
dsh-safe-delete 社区 ⏳ 未测 Safe delete plugin for DeepSeek Harness (DSH): move files to trash / staging are
dsh-self-evolution 社区 ⏳ 未测
dsh-serenity-plugin 社区 ⏳ 未测 dsh-serenity-plugin
dsh-simple-CLI 社区 ⏳ 未测
dsh-slack 社区 ⏳ 未测
dsh-soul-md 社区 ⏳ 未测 Soul.md persona for DeepSeek Harness | DeepSeek Harness 人设卡插件
dsh-soundscape 社区 ⏳ 未测
dsh-spotlight 社区 ⏳ 未测 Keyboard-first command palette for DeepSeek Harness Web
dsh-ssh-plugin 社区 ⏳ 未测
dsh-sticky-disclosure 社区 ⏳ 未测 DSH Web client plugin: collapse every expanded section (Think / tool cards) in t
dsh-supervisor 社区 ⏳ 未测
dsh-survey 社区 ⏳ 未测
dsh-task-checklist 社区 ⏳ 未测 Local task checklist plugin for DeepSeek Harness.
dsh-task-progress-notifier 社区 ⏳ 未测
dsh-test-runner 社区 ⏳ 未测 DSH plugin: structured test runner tool (test_run) — auto-detect vitest/jest/pyt
dsh-todo-freshness-guard 社区 ⏳ 未测 Out-of-tree DeepSeek Harness guard that prevents stale todo_write state
dsh-tool-approval 社区 ⏳ 未测
dsh-tool-chaos 社区 ⏳ 未测
dsh-tool-describe-image 社区 ⏳ 未测
dsh-tool-hashline 社区 ⏳ 未测 Hash-anchored read/edit/grep tools for DeepSeek Harness: every line carries a co
dsh-tool-obsidian-vault 社区 ⏳ 未测 DSH tool plugin for Obsidian vault operations
dsh-tool-policy 社区 ⏳ 未测 Declarative deny-by-default tool policy plugin for DeepSeek Harness
dsh-tool-somark 社区 ⏳ 未测 SoMark document parser tool (somark_parse) plugin for DeepSeek Harness
dsh-tool-stats 社区 ⏳ 未测
dsh-tool-tdd 社区 ⏳ 未测 TDD test-runner tool plugin for DeepSeek Harness: run test commands, parse struc
dsh-translator 社区 ⏳ 未测
dsh-trellis 社区 ⏳ 未测
dsh-turn-budget 社区 ⏳ 未测 Advisory turn step-budget reminders for DeepSeek Harness — loop convergence guar
dsh-turn-meta 社区 ⏳ 未测 Opt-in per-step turn metadata for DeepSeek Harness — a minimal first-plugin temp
dsh-verification-receipt 社区 ⏳ 未测 Privacy-minimal heuristic per-turn verification summaries for DeepSeek Harness
dsh-view-modes 社区 ⏳ 未测 view modes for deepseek harness, including Verbose, Normal, Summary Mode
dsh-virtual-workspace 社区 ⏳ 未测
dsh-vision-no-vision 社区 ⏳ 未测 DeepSeek Harness native vision plugin!
dsh-vision-plugin 社区 ⏳ 未测 Personal DeepSeek Harness vision plugin
dsh-vision-relay 社区 ⏳ 未测 Vision relay plugin for DeepSeek Harness text-only models
dsh-voice-funasr 社区 ⏳ 未测
dsh-weather 社区 ⏳ 未测 Weather tool for DeepSeek Harness: current conditions and multi-day forecasts vi
dsh-web-billing 社区 ⏳ 未测 RMB/USD token-billing plugin for DeepSeek Harness (dsh web): official-policy aut
dsh-web-search-bocha 社区 ⏳ 未测 DeepSeek Harness Web Search Plugin
dsh-weixin 社区 ⏳ 未测 DeepSeek Harness: Weixin
dsh-windows-readiness-proof 社区 ⏳ 未测 Content-addressed readiness proof for sanitized DeepSeek Harness observations on
dsh-workspace-env 社区 ⏳ 未测 DSH plugin: per-workspace .env injection for shell subprocesses
dsh-xai 社区 ⏳ 未测 xAI Grok SuperGrok / X Premium OAuth for DeepSeek Harness
dsh-xiaohei 社区 ⏳ 未测 dsh的罗小黑插件
dsh-xiapan-media 社区 ⏳ 未测 Native vision, gpt-image-2 and Seedance plugins for DeepSeek Harness via Xiapan
dsh-zenmux-oauth 社区 ⏳ 未测 ZenMux OAuth 2.0 PKCE plugin for DeepSeek Harness
dsh-zh-output 社区 ⏳ 未测 DeepSeek Harness 中文输出插件:强制中文思考与输出的中文预设
DSHelperPlugin 社区 ⏳ 未测
DshViewModes 社区 ⏳ 未测
jumpserver-dsh 社区 ⏳ 未测 DeepSeek Harness plugin: manage JumpServer assets and operate on them through Ko
koishi-plugin-adapter-harness 社区 ⏳ 未测
LanternDesk 社区 ⏳ 未测
llm-adaptive 社区 ⏳ 未测
math-lean 社区 ⏳ 未测 dsh-lean-prover: Lean kernel-verified math reasoning plugin (DSH Cordis)
nowledge-mem-deepseek-harness 社区 ⏳ 未测 Nowledge Mem community plugin bundle for DeepSeek Harness
obsidian-dsh 社区 ⏳ 未测 Obsidian 右侧栏原生 DeepSeek Harness 对话插件
remio-harness-plugin 社区 ⏳ 未测 Native DeepSeek Harness and MCP bridge for remio.
sage-mem 社区 ⏳ 未测
silly-harness 社区 ⏳ 未测
slcatwujian-dsh-vision-plugin 社区 ⏳ 未测 让不支持图片输入的主模型通过已配置的视觉模型理解图片的 DSH 插件:自动桥接、像素坐标描述、vision_ask 追问工具与设置页
token-statistics 社区 ⏳ 未测 a token statistics plugin for dsh (deepseek-harness)
vpshub 社区 ⏳ 未测
adhd-one 社区 ❌ 运行级不兼容
dsh-assembler 社区 ❌ 运行级不兼容
dsh-bash-rtk 社区 ❌ 运行级不兼容 DeepSeek Harness bash executor plugin that routes eligible commands through rtk
dsh-config-watch 社区 ❌ 运行级不兼容 Config drift detective for DSH: snapshots profile/plugin state, records changes.
dsh-cost-display 社区 ❌ 运行级不兼容
dsh-cost-tracker 社区 ❌ 运行级不兼容
dsh-delegate 社区 ❌ 运行级不兼容
dsh-gateway-config 社区 ❌ 运行级不兼容 DSH web profile and TapSVC model configuration plugin
dsh-hotkeys 社区 ❌ 运行级不兼容
dsh-http-probe 社区 ❌ 运行级不兼容 A bounded HTTP probe tool plugin for DeepSeek Harness.
dsh-image-to-path 社区 ❌ 运行级不兼容
dsh-Kimi-WebBridge 社区 ❌ 运行级不兼容
dsh-literature 社区 ❌ 运行级不兼容
dsh-llm-kiro 社区 ❌ 运行级不兼容 deepseek-harness 的插件,可以使用kiro的模型(claude系列)和账号
dsh-plugin-overview 社区 ❌ 运行级不兼容 插件全景(DSH 插件清单):区分 DSH 自带插件与用户自装插件,展示每个插件的功能描述、版本与运行状态
dsh-project-wiki 社区 ❌ 运行级不兼容
dsh-reloader 社区 ❌ 运行级不兼容 DSH 一键重启:装完插件说一句 reload 就自动重启生效,不用手动 Ctrl+C 🔄
dsh-visionary 社区 ❌ 运行级不兼容
dsh-whale-diving 社区 ❌ 运行级不兼容 A decorative whale-diving activity icon for the DeepSeek Harness Web chat flow:
dsh-workspace-digest 社区 ❌ 运行级不兼容
localharness 社区 ❌ 运行级不兼容
logicprobe 社区 ❌ 运行级不兼容
mimo-vision 社区 ❌ 运行级不兼容

描述缺失或暂未归类的仓库,补充信息后将细分

🌐 DSH 学习社区 dshfind.com

dshfind.com — DSH 原理学习、插件市场与最佳实践社区:从 Cordis 论文逐章精读到插件自动聚合市场。

dshfind.com — DSH 学习与分享社区

🌐 dshfind.com · GitHub

微信交流群

DSH 插件生态交流群(微信群):插件作者、维护者与使用者都在这里,讨论插件开发、兼容性问题与新插件发布。

DSH 插件社区交流群

二维码 7 天内有效(2026-08-20 前)。

给插件使用者

1. 找到候选插件

  • 优先从 PLUGINS.md 选择已有人工分类和说明的插件。
  • 若分类目录没有,再从当前生态快照进入当日完整索引,搜索仓库名或关键词。
  • 仓库无法公开访问、没有 README、没有许可证或长期无维护时,把它视为高风险候选,而不是“已验证插件”。

2. 看懂状态

状态 它说明什么 它不说明什么
已收录 发现流程找到了仓库及插件入口信号 未证明能安装、能运行或安全
兼容(静态) 在指定 mainline 快照上未发现当前规则定义的阻断信号 未经过真实加载时,不能等同于“可用”
关注 存在版本、扩展点或元数据变化,需要人工确认 不一定已经损坏
需适配 已发现补丁冲突、接口漂移或其他明确阻断信号 不代表插件永远不可用;作者可能已在其他分支修复
运行可用 在报告记录的环境、插件提交和 mainline 快照上完成了加载或任务测试 不是完整功能测试、性能测试或安全审计
未知 / 待调研 当前证据不足 不应推断为兼容或不兼容

每个结论都应同时看四项:插件 commit、mainline commit、测试日期、测试层级。缺少其中任一项时,降低对结果的信任等级。

3. 安装、验证和回滚

本目录不是包管理器,也没有被本仓库验证过的统一安装命令。请以插件自身 README 的安装方式为准,并建议按以下顺序操作:

  1. 阅读插件的安装、配置、权限和卸载说明。
  2. 固定插件版本或 commit,不直接依赖会漂移的默认分支。
  3. 先在隔离 profile 或测试环境加载,不提供生产密钥和敏感数据。
  4. 执行一个最小功能任务,记录 DSH 版本、插件版本和日志。
  5. 保留原配置与锁文件;失败时能移除插件并恢复环境。

若插件安装或功能本身出错,请优先在插件仓库反馈;若目录链接、分类或状态证据有误,请在本仓库提交 issue 或 PR。

给插件开发者

最低收录条件

公开目录建议只列出普通访问者能够打开的仓库。自动发现候选至少应满足:

  • 仓库公开可访问,并添加 dsh-plugin topic;
  • 根目录存在合法的 package.json 和非空 name
  • 提供 mainexports 或明确的 dsh 集成入口;
  • README 说明插件做什么、如何安装、如何卸载以及最小使用示例;
  • 所有运行时依赖在 dependencies / peerDependencies 中显式声明;
  • 声明支持的 DSH 版本、快照或已验证 commit;
  • 提供许可证,并避免把密钥、个人信息或私有仓库内容提交到公开目录。

包名应使用你有权控制的命名空间。只有获得 dsh-external 维护权限的项目才应使用 @dsh-external/*;不要占用不属于你的组织或官方保留命名空间。

一个合格的插件 README 至少包含

章节 应回答的问题
Overview 插件解决什么问题?适合谁?
Compatibility 支持哪些 DSH 版本或 mainline commit?最后验证日期是什么?
Install / Uninstall 如何安装、升级、禁用和彻底移除?
Quick start 最小配置和一个可复现示例是什么?
Configuration 配置项、默认值、环境变量和敏感项有哪些?
Permissions & data 会访问哪些文件、网络、凭据或用户数据?
Troubleshooting 常见错误、日志位置和回滚方式是什么?
Development 如何构建、测试和贡献?
License & security 使用什么许可证?安全问题如何私下报告?

提交插件

  1. 给插件仓库添加 dsh-plugin topic,等待下一次扫描。
  2. PLUGINS.md 的合适分类追加插件名、仓库链接和一句话说明。
  3. 对照上面的最低条件完成自检。
  4. 使用 PR 模板 提交变更,并附上测试环境与结果。

仅修正链接、分类、描述或状态证据时,也欢迎直接提交小型 PR。请不要在目录 PR 中复制私有 issue、密钥、成员信息或大段第三方内容。

本仓库如何判定

层级 当前检查 合理结论
L0 发现 topic、仓库可见性、基本元数据 这是一个候选仓库
L1 清单 package.json、名称、入口字段 它“看起来可安装”,但还未证明能加载
L2 静态兼容 补丁、扩展点(seam)、依赖版本范围 发现已知漂移信号,或暂未发现阻断信号
L3 编译实验 在指定 workspace 中执行类型或语法检查 仅对该构建环境有效;缺依赖和环境问题需与真实 API 漂移分开
L4 运行实测 安装、加载、最小任务或工具调用 在记录的环境和 commit 上观察到成功或失败

Note

首页不把以上层级合并成一个模糊的“兼容率”。静态通过、编译通过和运行通过使用不同字段与分母;完整证据保留在日期化报告中。

已知边界

  • mainline 和插件都在快速变化,旧结论可能很快失效。
  • 静态未发现问题不代表真实运行一定成功。
  • 编译失败可能来自测试环境、缺失依赖或配置错误,不应自动等同于 API 不兼容。
  • 运行成功只覆盖报告中的最小任务,不代表全部功能、平台和配置。
  • 自动生成的 LLM 摘要只用于导航,不能替代原始矩阵和日志。

仓库结构

路径 内容
PLUGINS.md 人工分类和登记的精选入口
reports/<YYYY-MM-DD>/index.md 指定日期的完整扫描索引
reports/<YYYY-MM-DD>/mainline-compat.md 指定日期的静态兼容性矩阵
reports/<YYYY-MM-DD>/compile-compat.md 指定日期的编译与语法实验结果
reports/<YYYY-MM-DD>/runtime-test.md 指定日期的运行级测试结果
CHANGELOG.md 日期化生态变更摘要
docs/SOP.md 自动化、构建与报告维护说明
scripts/ 发现、检查、测试和渲染脚本
维护者:README 自动生成约定
  • 人工内容放在自动标记块之外;生成器只替换 AUTO:ecosystem 块。
  • 首页只输出汇总和报告链接,不输出完整仓库表。
  • 新增/修改项最多显示 10 条,其余链接到 CHANGELOG.md
  • 仓库链接必须使用扫描结果中的完整 owner/name,不得硬编码组织名。
  • 自动块使用真实日期路径;另生成普通文件 reports/LATEST.md 作为可验证的稳定入口,不依赖目录符号链接。
  • 报告缺失、为空或数字校验失败时显示“数据暂不可用”,不得沿用旧值或生成强结论。
  • 运行结果与静态结果使用不同字段、不同分母,并展示测试覆盖数。

当前生态快照

更新于 2026-08-14 16:29 · 每 8 小时刷新 · mainline 7b9644f

证据层 当前结果
自动收录 124 个仓库
静态综合判定 11 兼容 · 15 关注 · 4 需适配
证据不足 94 待调研
其他 0 占位 · 0 不适用 · 0 已删除
运行级实测 ✅628 可用 · 130 不兼容 · 0 待定(共 807 个,k8s agent 口径)
正在跟踪的 PR 0

完整索引 · 静态矩阵 · 编译实验 · 运行实测

插件状态明细(按判定分群 · 与上方分类目录互补 · 默认折叠)

🐙 正在跟踪的 open PR

仓库 PR 标题 更新
(暂无公开可访问的 open PR)

项目边界与致谢

本仓库维护目录、检测规则和证据报告,不托管第三方插件代码。感谢所有提交插件、复现问题、修正元数据和维护测试链路的贡献者。

当前仓库尚未声明许可证;在复制、修改或再分发目录内容与脚本前,请先向维护者确认授权。维护者应在公开推广前补充明确的 LICENSE

非常感谢各位一起参与内测的小伙伴们(合照仅为部分名单,还有更多朋友一起在内测中贡献力量)!

DSH 内测群合照

Let's keep deep diving!

About

前部索引仓库(Radar):自动扫描发现的所有 dsh 插件候选;经测试合格的将移入后序精选目录仓库

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages