dsh-suite (plugin-manager)
whyihaveyou/dsh-suite/packages/plugins/plugin-manager
DSH Web UI 内置插件商店:浏览、搜索、一键安装、兼容性徽章。
安装
dsh plugin --profile web add github:whyihaveyou/dsh-suite该插件位于仓库的 packages/plugins/plugin-manager 子路径下。
README
dsh-suite
🌐 中文 · English
别再翻 dsh-plugin topic 了,这里都是还能跑的插件。
dsh-suite 是 DeepSeek Harness(DSH)插件的活目录——每小时自动刷新、每日兼容实测——外加 DSH 内置插件商店、create-dsh-plugin 脚手架和几个自研插件。
为什么做 dsh-suite
DSH 发布时没有官方插件 registry。现在找插件只能翻 GitHub 的 dsh-plugin topic(50+ 个零散小插件)和当天冒出来的几个静态 awesome-list——而 DSH 自己还在发破坏性变更(breaking changes)。
所以我们做了四件事:
- 一个「活」目录——880+ 精选插件,CI 每小时刷新数据、每天把收录的包真实装进临时 profile 重测兼容性。
- 一个内置插件商店——
@dsh-suite/plugin-manager在 DSH Web UI 的设置页里加一个 Store 标签:逛目录、搜索、看徽章、一键安装,全程不用离开 DSH。 - 一个脚手架——
npm create dsh-plugin一条命令生成可跑的dsh.bundle+ Cordis 骨架。官方没给脚手架,而「怎么迁移我的插件」是社区呼声最高的需求之一。 - 几个自研插件——不是纯搬运,有第一方产出。
快速开始
# 1. 逛目录网站
open https://whyihaveyou.github.io/dsh-suite/zh.html
# 2. 把插件商店装进你的 DSH Web UI
npx @deepseek-ai/dsh plugin --profile web add @dsh-suite/plugin-manager
# → 重启 Web UI,然后 设置 → Plugins → Store
# 3.(开发者)造一个自己的插件
npm create dsh-plugin@latest my-plugin

📚 插件目录
⭐ 精选
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-web-ui | 1933 | ⚪ unknown | DSH Web UI 插件与皮肤合集:任务板、Git 面板等 |
| DSH-better-sidebar | 768 | ⚪ unknown | 侧边栏完整工作台:文件渲染/终端/Git/子代理 |
| dsh-deep-whale | 595 | ⚪ unknown | DSH Web 鲸鱼娘皮肤系列(深海女仆工坊) |
| dsh-vision-toolkit | 330 | ⚪ unknown | 给纯文本模型加视觉:图片问答、长截图 OCR、UI 还原 |
| dsh_workflow | 54 | ⚪ unknown | 把 Claude Code 的 UltraCode 模式带给 DSH,多 Agent 调度可治理 |
| mstar-harness | 43 | ⚪ unknown | Skill 驱动的 Harness/Loop 工程工作流插件 |
| dsh-turn-rewind | 41 | ⚪ unknown | 对话回退:回滚会话与工作区状态 |
| ui-status-label | 30 | ⚪ unknown | 自定义「鲸鱼娘」思考状态的显示 |
| dsh-custom-tool | 22 | ⚪ unknown | Monaco 编辑器创建沙箱 JS 工具 |
| dsh-share | 17 | ⚪ unknown | DSH 对话分享插件 |
| distill | 15 | ⚪ unknown | 自动对话蒸馏:后台 subagent 反省 + 技能更新 |
| all (全家桶) | 15 | 🟢 ok | 全家桶聚合包:一次安装带入第一方全家桶——插件商店、IM 通知、会话导出、多 agent 任务板。 |
| dsh-acp-for-bitfun | 9 | ⚪ unknown | BitFun 与 DSH ACP 交互对接 |
| plugin-manager | 7 | 🟢 ok | DSH Web UI 内置插件商店:浏览 dsh-suite 目录、搜索/筛选/排序、兼容徽章、一键安装——设置页插件区的 Store 标签页。 |
| plugin-team-board | 7 | 🟢 ok | 多 agent 会话共享任务看板:跨 subagent 创建/认领/更新/查询任务,基于 append-only 会话日志持久化。 |
| plugin-session-export | 3 | 🟢 ok | 把 append-only 会话日志导出成人读的 Markdown / HTML,按来源分组渲染(系统提示 / 思维链 / 工具调用 / 子agent)。 |
| create-dsh-plugin | 3 | 🟢 ok | 一键脚手架生成 DeepSeek Harness (DSH) 插件:tool / events / webui 三套模板、next 标签版本锁定、内置 --verify 冒烟测试。 |
| plugin-notify | 3 | 🟢 ok | 回合完成 / 出错 / 待审批时,把通知推到 IM webhook(飞书 / 企业微信 / 钉钉 / Slack / Discord / 自定义)+ 本机系统通知。 |
| themes (皮肤中心) | 1 | 🟢 ok | 皮肤中心:151 款昼夜成对皮肤一包打尽——网格预览、搜索、DSH Web UI 内一键试穿。 |
🧰 工具
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| open-managed-agents | 235 | ⚪ unknown | Claude Managed Agents API 的开源自托管平台(Cloudflare Workers) |
| role-model | 101 | ⚪ unknown | 按任务把请求路由到「正确的模型」(本地/云) |
| irmia_devkit_open | 39 | ⚪ unknown | Python 开发工具包(无描述) |
| HoloGram | 23 | ⚪ unknown | 3D 代码依赖拓扑图生成器(14 语言) |
| dsh-custom-tool | 22 | ⚪ unknown | Monaco 编辑器创建沙箱 JS 工具 |
| dsh-acp-for-bitfun | 9 | ⚪ unknown | BitFun 与 DSH ACP 交互对接 |
| fabric | 9 | ⚪ unknown | 类似 MC Fabric 的 hook 处理器 |
| dsh-git-identity | 7 | ⚪ unknown | git 提交固定使用环境作者身份 |
| Hypr-Agent-Protal | 4 | ⚪ unknown | Hyprland 的 Computer Use MCP |
| telegram | 6 | ⚪ unknown | Telegram Bot API 桥接(长轮询) |
| agent-knock-knock | 4 | ⚪ unknown | OpenClaw 插件:共享 tmux 控制本地 Codex/Claude Code |
| dsh-bash-encoding | 7 | ⚪ unknown | bash 输出编码自动识别(UTF-16LE/UTF-8/GBK) |
| dsh-data-agent | 19 | ⚪ unknown | 连数据库、写 SQL 的插件 |
| dsh-doctor | 3 | ⚪ unknown | flutter-doctor 风格诊断与安全自动修复 |
| dsh-interconnect | 26 | ⚪ unknown | 跨实例消息/事件交接插件 |
| dsh-openbiliclaw | 22 | ⚪ unknown | OpenBiliClaw 内容推荐 Agent 接入 DSH |
| dsh-plugin-check | 17 | ⚪ unknown | 扫描插件仓库清单协议/patch 格式/构建陷阱 |
| dsh-security-audit | 10 | ⚪ unknown | 本机安全审计:配置/插件来源/会话/网络暴露面 |
| dsh-tool-csv | 4 | ⚪ unknown | CSV 解析/查询/统计/转换工具 |
| dsh-toolkit | 15 | ⚪ unknown | 零依赖工具包合集(time/encoding/json/csv/regex) |
| atomstudio | 1 | ⚪ unknown | 可执行文档工程环境 |
| dsh-cc-connect | 2 | ⚪ unknown | 通过 cc-connect 远程使用 DSH |
| dsh-mnemon | 16 | ⚪ unknown | Mnemon 三层记忆体深度集成 |
| dsh-paseo | 2 | ⚪ unknown | DSH 的 paseo 插件扩展支持 |
| dsh-plugin-dev | 9 | ⚪ unknown | DSH 插件开发踩坑档案(skill+文档) |
| dsh-tool-calculator | 6 | ⚪ unknown | 安全数学表达式求值器 |
| dsh-tool-diff | 3 | ⚪ unknown | 文本/JSON/CSV/Markdown 结构化 diff |
| dsh-tool-encoding | 3 | ⚪ unknown | base64/hex/url 编解码 + 哈希工具 |
| dsh-tool-json | 3 | ⚪ unknown | JMESPath JSON 查询工具 |
| dsh-tool-markdown | 3 | ⚪ unknown | HTML↔Markdown 转换、GFM 表格规范化 |
| dsh-tool-regex | 3 | ⚪ unknown | 正则测试/捕获/安全替换工具 |
| dsh-tool-schema | 3 | ⚪ unknown | JSON Schema 验证工具 |
| dsh-tool-stat | 4 | ⚪ unknown | 描述统计/百分位/相关性工具 |
| dsh-tool-time | 4 | ⚪ unknown | ISO 8601/时区/日历运算时间工具 |
| dsh-trace | 2 | ⚪ unknown | DSH 遥测后端:导出轮次/步骤/工具 |
| sandbox-micro | 3 | ⚪ unknown | microsandbox 支持 |
| zotero-harvest | 5 | ⚪ unknown | Zotero 文献采集入库插件(OpenAlex/arXiv/Crossref) |
| dsh-harness-ops | 9 | ⚪ unknown | DSH 运维工具箱:每日快照 A/B 双槽轮换、一键回滚 |
| dsh-inspect | 4 | ⚪ unknown | 检查→修复→复查的对抗式闭环插件 |
| dsh-openmaic | 6 | ⚪ unknown | OpenMAIC:课堂/幻灯片/交互式组件 |
| dsh-plugin-mineru | 11 | ⚪ unknown | MineRU 文档解析工具 |
| dsh-prompt-studio | 2 | ⚪ unknown | 编辑用户与内置系统提示段(实时预览) |
| dsh-scholar | 14 | ⚪ unknown | dsh-scholar(文献相关) |
| dsh-ssh | 4 | ⚪ unknown | SSH 远程执行:ProxyJump 链、SFTP |
| dsh-tool-search | 2 | ⚪ unknown | 按 agent 按需工具发现与渐进 schema 披露 |
| dsh-webbridge | 3 | ⚪ unknown | DSH 结合 Kimi WebBridge |
| ego-browser | 13 | ⚪ unknown | 把 ego-lite 浏览器接入 DSH(给 Agent 用的 Chromium) |
| math-lean | 1 | ⚪ unknown | Lean 内核验证的数学推理插件 |
| plugin-template | 5 | ⚪ unknown | 官方 turtle ui 仓库派生的插件模板 |
| Qwen-MM-Plugins | 4 | ⚪ unknown | Qwen-MM-Plugins 支持 |
| sandbox-mxc | 2 | ⚪ unknown | 微软跨平台沙盒支持 |
| sandbox-nono | 3 | ⚪ unknown | nono 沙盒支持 |
| web-components | 2 | ⚪ unknown | web-components 支持 |
| zotero-wave-rag | 2 | ⚪ unknown | 面向 Zotero 论文库的浪潮式 RAG 检索 |
| modsearch | 92 | ⚪ unknown | DeepSeek Harness 的联网搜索插件。 |
| dsh-browser | 95 | ⚪ unknown | Chrome 侧边栏扩展,让 DSH 操控浏览器。 |
| dsh-openapi | 4 | ⚪ unknown | 安全 OpenAPI 3.x 发现与 API 调用工具。 |
| dsh-better-browser | 7 | ⚪ unknown | 通过 Kimi WebBridge 让 agent 操作用户已登录浏览器。 |
| dsh-worktree | 4 | ⚪ unknown | Codex 风格永久 git worktree 插件。 |
| graycode-for-dsh | 5 | ⚪ unknown | graycode 编码工具。 |
| dsh-expression | 3 | ⚪ unknown | 找得到、发得出 —— DSH 表情包插件:语义搜图,只发真实文件,走 companion QQ 通道 |
| dsh-director-toolkit | 7 | ⚪ unknown | dsh-director-toolkit — DSH 插件(工具) |
| codex-plugin-dsh | 4 | ⚪ unknown | codex-plugin-dsh — DSH 插件(工具) |
| dsh-prompt-persona | 4 | ⚪ unknown | dsh-prompt-persona — DSH 插件(工具) |
| dsh-tool-policy | 2 | ⚪ unknown | dsh-tool-policy — DSH 插件(工具) |
| dsh-plugin-graph | 2 | ⚪ unknown | 一个Deepseek Harness的插件关系图谱可视化插件 |
| dsh-research-notes | 3 | ⚪ unknown | dsh-research-notes — DSH 插件(工具) |
| nowledge-mem-deepseek-harness | 5 | ⚪ unknown | nowledge-mem-deepseek-harness — DSH 插件(工具) |
| dsh-vsc-integration | 3 | ⚪ unknown | dsh-vsc-integration — DSH 插件(工具) |
| dsh-safe-delete | 3 | ⚪ unknown | dsh-safe-delete — DSH 插件(工具) |
| dsh-plugins | 4 | ⚪ unknown | dsh-plugins — DSH 插件(工具) |
| dsh-report-html | 3 | ⚪ unknown | dsh-report-html — DSH 插件(工具) |
| dsh-openai-codex-auth | 2 | ⚪ unknown | dsh-openai-codex-auth — DSH 插件(工具) |
| dsh-github-connector | 1 | ⚪ unknown | dsh-github-connector — DSH 插件(工具) |
| deepseek-pet | 9 | ⚪ unknown | 在你的deepseek-harness上养一只吃白饭的大蓝鲸 |
| dsh-index | 2 | ⚪ unknown | dsh-index — DSH 插件(工具) |
| dsh-web-search-firecrawl | 2 | ⚪ unknown | dsh-web-search-firecrawl — DSH 插件(工具) |
| dsh-plugin-template | 12 | ⚪ unknown | dsh-plugin-template — DSH 插件(工具) |
| dsh-composer-history | 2 | ⚪ unknown | dsh-composer-history — DSH 插件(工具) |
| dsh-fun-ticker | 3 | ⚪ unknown | DSH 行情跑马灯插件:可自选标的的加密/汇率/A股/指数/港美股跑马灯,免 key 数据源,宿主代理+缓存 |
| jumpserver-dsh | 1 | ⚪ unknown | jumpserver-dsh — DSH 插件(工具) |
| dsh-browser | 1 | ⚪ unknown | dsh-browser — DSH 插件(工具) |
| dsh-dev-actions | 1 | ⚪ unknown | dsh-dev-actions — DSH 插件(工具) |
| dsh-plugin-doctor | 1 | ⚪ unknown | DSH 插件体检:安装前检查 peer 版本兼容性,防止 rc 不匹配崩溃 🩺 |
| deepseek-harness-background | 1 | ⚪ unknown | deepseek-harness-background — DSH 插件(工具) |
| task-passport | 5 | ⚪ unknown | task-passport — DSH 插件(工具) |
| dsh-prompt-presets | 1 | ⚪ unknown | dsh-prompt-presets — DSH 插件(工具) |
| dsh-hub | 1 | ⚪ unknown | dsh-hub — DSH 插件(工具) |
| dsh-plugin-colorscheme | 2 | ⚪ unknown | dsh-plugin-colorscheme — DSH 插件(工具) |
| dsh-scout | 2 | ⚪ unknown | 面向 DeepSeek Harness 的只读环境探测插件,为智能体提供运行环境、软件版本、系统资源、端口、服务、硬件及工作区信息。 |
| dsh-screenshot-diff | 1 | ⚪ unknown | dsh-screenshot-diff — DSH 插件(工具) |
| dsh-turn-index | 1 | ⚪ unknown | deepseek harness的侧边栏对话轮次索引插件 |
| dsh-mobile-control | 2 | ⚪ unknown | dsh-mobile-control — DSH 插件(工具) |
| dsh-hub | 1 | ⚪ unknown | dsh-hub — DSH 插件(工具) |
| dsh-tool-monitor | 1 | ⚪ unknown | dsh-tool-monitor — DSH 插件(工具) |
| dsh-suggest-prompt | 1 | ⚪ unknown | dsh-suggest-prompt — DSH 插件(工具) |
| dsh-cloudflare-browser-run | 1 | ⚪ unknown | dsh-cloudflare-browser-run — DSH 插件(工具) |
| safe-find-dsh-plugins | 1 | ⚪ unknown | safe-find-dsh-plugins — DSH 插件(工具) |
| dsh-all-search | 1 | ⚪ unknown | dsh-all-search — DSH 插件(工具) |
| dsh-plugin-pixluna | 2 | ⚪ unknown | dsh-plugin-pixluna — DSH 插件(工具) |
| dsh-plugins-hub | 1 | ⚪ unknown | dsh-plugins-hub — DSH 插件(工具) |
| dsh-huadongbianzuqi | 6 | ⚪ unknown | DeepSeek Harness的滑动变祖器插件 |
| dsh-soul-md | 2 | ⚪ unknown | dsh-soul-md — DSH 插件(工具) |
| dsh-daily-fortune | 3 | ⚪ unknown | dsh-daily-fortune — DSH 插件(工具) |
| dsh-plugin-rag | 1 | ⚪ unknown | dsh-plugin-rag — DSH 插件(工具) |
| dsh-model-selector | 1 | ⚪ unknown | dsh-model-selector — DSH 插件(工具) |
| dsh-github | 2 | ⚪ unknown | dsh-github — DSH 插件(工具) |
| dsh-plugin-review | 1 | ⚪ unknown | dsh-plugin-review — DSH 插件(工具) |
| dsh-turn-budget | 1 | ⚪ unknown | dsh-turn-budget — DSH 插件(工具) |
| DIzzy-DSH | 2 | ⚪ unknown | DIzzy-DSH — DSH 插件(工具) |
| dsh-file-explorer | 1 | ⚪ unknown | dsh-file-explorer — DSH 插件(工具) |
| dsh-tool-reqpipe | 1 | ⚪ unknown | dsh-tool-reqpipe — DSH 插件(工具) |
| dsh-ajw | 1 | ⚪ unknown | DS安甲网 (ds.ajw.cn) · 为你的 DeepSeek Harness 机器人 安装上所需功能的装甲吧 — 每日聚合 DeepSeek Harness / DSH 插件生态开源项目 |
| dsh-fun-typewriter | 3 | ⚪ unknown | dsh-fun-typewriter — DSH 插件(工具) |
| dsh-port-guard | 1 | ⚪ unknown | dsh-port-guard — DSH 插件(工具) |
| qiushi-dsh-evidence-audit | 4 | ⚪ unknown | qiushi-dsh-evidence-audit — DSH 插件(工具) |
| dsh-plugin.github.io | 1 | ⚪ unknown | dsh-plugin.github.io — DSH 插件(工具) |
| dsh-weixin | 2 | ⚪ unknown | dsh-weixin — DSH 插件(工具) |
| dsh-lens-lite | 1 | ⚪ unknown | dsh-lens-lite — DSH 插件(工具) |
| dsh-tavily-search | 1 | ⚪ unknown | dsh-tavily-search — DSH 插件(工具) |
| dsh-sticky-disclosure | 2 | ⚪ unknown | dsh-sticky-disclosure — DSH 插件(工具) |
| dsh-openai-codex-oauth | 1 | ⚪ unknown | dsh-openai-codex-oauth — DSH 插件(工具) |
| dshx | 1 | ⚪ unknown | dshx — DSH 插件(工具) |
| dsh-reloader | 1 | ⚪ unknown | DSH 一键重启:装完插件说一句 reload 就自动重启生效,不用手动 Ctrl+C 🔄 |
| dsh-bisect-debug | 1 | ⚪ unknown | dsh-bisect-debug — DSH 插件(工具) |
| dsh-auto-chess | 3 | ⚪ unknown | DSH Web里的自走棋插件:人机对战或双AI对弈 |
| dsh-turn-meta | 1 | ⚪ unknown | dsh-turn-meta — DSH 插件(工具) |
| dsh-tool-browser | 1 | ⚪ unknown | dsh-tool-browser — DSH 插件(工具) |
| dsh-music-plugin | 3 | ⚪ unknown | dsh-music-plugin — DSH 插件(工具) |
| dsh-batch-regression | 1 | ⚪ unknown | dsh-batch-regression — DSH 插件(工具) |
| dsh-browser-control | 1 | ⚪ unknown | dsh-browser-control — DSH 插件(工具) |
| dsh-code-ide | 1 | ⚪ unknown | dsh-code-ide — DSH 插件(工具) |
| matlab-modelsim-vivado-plugin | 2 | ⚪ unknown | matlab-modelsim-vivado-plugin — DSH 插件(工具) |
| dsh-codex | 8 | ⚪ unknown | dsh-codex — DSH 插件(工具) |
| dsh-plugins | 0 | ⚪ unknown | dsh-plugins — DSH 插件(工具) |
| dsh-2origin | 2 | ⚪ unknown | dsh-2origin — DSH 插件(工具) |
| dsh-terminal | 2 | ⚪ unknown | dsh-terminal — DSH 插件(工具) |
| dsh-survey | 1 | ⚪ unknown | 问卷式批量提问插件 for DeepSeek Harness:一次性问 10+ 题(单选/多选/是否 toggle/对比题/开放题),可跳过、全屏浮层、提交后对半 recap |
| deepseek-harness-plugin-manager | 2 | ⚪ unknown | deepseek-harness-plugin-manager — DSH 插件(工具) |
| dsh-co-authored-by | 1 | ⚪ unknown | dsh-co-authored-by — DSH 插件(工具) |
| DSH-Plugs | 4 | ⚪ unknown | DSH-Plugs — DSH 插件(工具) |
| dsh-host-web-compat | 1 | ⚪ unknown | dsh 宿主插件——经 webserver 钩子向页面注入旧内核浏览器 polyfill。 |
| dsh-doctor | 1 | ⚪ unknown | dsh-doctor — DSH 插件(工具) |
| dsh-code-intel | 0 | ⚪ unknown | dsh-code-intel — DSH 插件(工具) |
| dsh-doctor | 0 | ⚪ unknown | dsh-doctor — DSH 插件(工具) |
| dsh-backup-sync | 0 | ⚪ unknown | dsh-backup-sync — DSH 插件(工具) |
| dsh-auto | 1 | ⚪ unknown | dsh-auto — DSH 插件(工具) |
| dsh-annotate | 5 | ⚪ unknown | dsh-annotate — DSH 插件(工具) |
| dsh-codex-connect | 6 | ⚪ unknown | dsh-codex-connect — DSH 插件(工具) |
| DSH-Decktop | 18 | ⚪ unknown | DSH-Decktop — DSH 插件(工具) |
| dsh-cad-review | 2 | ⚪ unknown | dsh-cad-review — DSH 插件(工具) |
| dsh-xai | 2 | ⚪ unknown | dsh-xai — DSH 插件(工具) |
| dsh-academic-research | 0 | ⚪ unknown | dsh-academic-research — DSH 插件(工具) |
| dsh-plugin-hello | 0 | ⚪ unknown | dsh-plugin-hello — DSH 插件(工具) |
| deepseek-harness-rs | 0 | ⚪ unknown | deepseek-harness-rs — DSH 插件(工具) |
| dsh-prompt-enhancer | 1 | ⚪ unknown | DeepSeek Harness DSH 提示词增强插件:✨ 一键优化草稿 |
| dsh-specflow | 0 | ⚪ unknown | dsh-specflow — DSH 插件(工具) |
| dsh-plugins | 0 | ⚪ unknown | dsh-plugins — DSH 插件(工具) |
| dsh-verification-receipt | 3 | ⚪ unknown | dsh-verification-receipt — DSH 插件(工具) |
| dsh-tool-chaos | 0 | ⚪ unknown | dsh-tool-chaos — DSH 插件(工具) |
| dsh-robotic-harness | 12 | ⚪ unknown | dsh-robotic-harness — DSH 插件(工具) |
| dsh-codex-subscription | 1 | ⚪ unknown | dsh-codex-subscription — DSH 插件(工具) |
| dsh-sticky-note | 6 | ⚪ unknown | DSH 便签插件:随手记点子/感想/TODO,Markdown 预览 + 快捷键 + 历史归档,存储路径可配置 |
| dsh-gen3d | 0 | ⚪ unknown | dsh-gen3d — DSH 插件(工具) |
| dsh-mdbox | 0 | ⚪ unknown | dsh-mdbox — DSH 插件(工具) |
| dsh-kanban | 0 | ⚪ unknown | 一个Hermes风格的看板插件,在deepseek harness上使用 |
| dsh-tool-git | 2 | ⚪ unknown | dsh-tool-git — DSH 插件(工具) |
| dsh-header-status | 0 | ⚪ unknown | dsh-header-status — DSH 插件(工具) |
| dsh-mcp-manager | 0 | ⚪ unknown | dsh-mcp-manager — DSH 插件(工具) |
| dsh-tray | 0 | ⚪ unknown | dsh-tray — DSH 插件(工具) |
| dsh-oauth-mcp-client | 6 | ⚪ unknown | OAuth 2.1 Streamable HTTP MCP client plugin for DeepSeek Harness. |
| dsh-playwright-browser | 7 | ⚪ unknown | Playwright browser automation for DeepSeek Harness|面向 DeepSeek Harness 的 Playwright 浏览器自动化插件 |
| deepseek-harness-action | 5 | ⚪ unknown | Community GitHub Action for DeepSeek Harness — AI Code Review · CI Diagnosis · Auto Fix · Issue → PR |
| Oh-My-DSH | 4 | ⚪ unknown | DeepSeek Harness 插件精选集 · 300+ dsh-plugin 收录 · 22 大分类 |
| dsh-win-terminal-inspector | 2 | ⚪ unknown | Windows (win32) terminal inspection for DSH persistent/PTY shells |
| dsh-tool-hashline | 2 | ⚪ unknown | Hash-anchored read/edit/grep tools for DeepSeek Harness: every line carries a content hash, stale anchors are rejected before tou… |
| dsh-view-modes | 1 | ⚪ unknown | view modes for deepseek harness, including Verbose, Normal, Summary Mode |
| dsh-codex-oauth | 1 | ⚪ unknown | use your codex subscription in deepseek harness |
| dsh-figma-to-lottie | 1 | ⚪ unknown | Figma/SVG to Lottie animation compiler for DeepSeek Harness. Turn SVG paths and keyframe data into self-contained .lottie.json fi… |
| opencode-usage | 1 | ⚪ unknown | OpenCode Go 订阅额度徽章插件(dsh bundle) |
| dsh-plugin-git-inspect | 1 | ⚪ unknown | Read-only Git inspection tools for DeepSeek Harness |
| dsh-html-canvas | 1 | ⚪ unknown | A DeepSeek Harness plugin that turns AI-generated HTML into a click-to-edit canvas beside the chat |
| dsh-turn-approval | 1 | ⚪ unknown | Turn-scoped "Allow for this task" approvals for DeepSeek Harness. |
| dsh-plugins | 1 | ⚪ unknown | Community plugins for DeepSeek Harness |
| dsh-plugin-knowledge-graph | 1 | ⚪ unknown | dsh-plugin-knowledge-graph for Deepseek Harness |
| dsh-document-parser | 1 | ⚪ unknown | A DeepSeek Harness document parsing tool powered by LiteParse |
| long-draft-input | 2 | ⚪ unknown | Deepseek Harness 插件:用于聚合发送框长文本 |
| dsh-playwright-native | 1 | ⚪ unknown | 把原生 Playwright CLI 注册为 DeepSeek Harness 透传工具(dsh-plugin) |
| dsh-composer-polish | 11 | ⚪ unknown | DeepSeek Harness plugin: one-click ✨ composer draft polishing — flash rewrite, auto fill-back into the input box |
| dsh-code-impact | 1 | ⚪ unknown | 面向 DeepSeek Harness 的只读 TypeScript/JavaScript 代码变更影响分析插件 Read-only TypeScript/JavaScript change impact analysis plugin for DeepSe… |
| dsh-oauth-api | 1 | ⚪ unknown | DeepSeek Harness (dsh) out-of-tree OAuth plugin for Grok/xAI, Codex, and Claude Code. Community plugin, not official. |
| dsh-plugin | 1 | ⚪ unknown | Community plugin collection for DeepSeek Harness (DSH) |
| dsh-zh-output | 2 | ⚪ unknown | DeepSeek Harness 中文输出插件:强制中文思考与输出的中文预设 |
| dsh-excel-chat | 2 | ⚪ unknown | dsh-excel-chat — talk to Excel in DeepSeek Harness: create, edit, repair, and verify spreadsheets by conversation (cells, formula… |
| dsh-eyecare | 1 | ⚪ unknown | dsh护眼插件 |
| dsh-plugin-healthcheck | 3 | ⚪ unknown | 害怕插件装了就崩溃?用这个插件帮你检测插件是否正常/是否含木马! |
| deepseek-harness-openai-oauth | 4 | ⚪ unknown | DeepSeek Harness provider for GPT models using managed ChatGPT OAuth through Codex app-server |
| dsh-plugin-browser | 1 | ⚪ unknown | A DeepSeek Harness community plugin that drives a headless Playwright browser: rendered page text, screenshots, and page automati… |
| deepseek-plugin-store | 12 | ⚪ unknown | DeepSeek Harness 独立社区插件商店:发现、安装并提交经过验证的插件、工具与扩展。 |
| dsh-plugin-store | 2 | ⚪ unknown | deepseek harness plugin store |
| dsh-aura-scheduler | 0 | ⚪ unknown | Proactive scheduling for DeepSeek Harness: Aura heartbeat + value network (official is model-driven only) |
| harness-pet | 2 | ⚪ unknown | Harness Pet — an unofficial community pet for DeepSeek Harness. Not affiliated with, endorsed by, or maintained by DeepSeek. |
| dsh-egress-guard | 0 | ⚪ unknown | Local, zero-network, fail-closed secret preflight for DeepSeek Harness model requests. |
| dsh-geo | 0 | ⚪ unknown | 生成式引擎优化(GEO)DeepSeek Harness 插件:面向本地 Markdown 知识库的 SEO、GEO 与 AEO 审计工具。 |
| dsh-video-downloader | 0 | ⚪ unknown | Media downloader for DeepSeek Harness. Detect and download video/audio from Bilibili, YouTube, Douyin, Xiaohongshu. |
| dsh-mermaid-preview | 0 | ⚪ unknown | Render Mermaid fenced code blocks as diagrams in DeepSeek Harness (dsh) web — a dynamic Cordis client plugin, no shell changes ne… |
| dsh-web-search-provider | 0 | ⚪ unknown | Native web search provider for the DeepSeek Harness web seam (ctx.web): OpenAI Responses API (search/open_page/find_in_page) and… |
| dsh-action-parity | 2 | ⚪ unknown | Cross-surface action binding and replay parity evidence for DeepSeek Harness |
| dsh-input-history | 1 | ⚪ unknown | DSH Web 输入历史插件:Ctrl+Up / Ctrl+Down 像终端一样召回与切换已发送消息,零核心改动 |
| dsh-tool-backtest | 0 | ⚪ unknown | DSH 插件:策略回测引擎 — 定义买卖信号,跑历史数据,输出绩效指标。 |
| dsh-plugins | 0 | ⚪ unknown | A monorepo for composable DeepSeek Harness (DSH) plugins. |
| dsh-plugin-quote-reply | 0 | ⚪ unknown | DSH plugin: select text in a conversation, then quote it into the composer or reply in a new window. / DeepSeek Harness 划词引用插件:选中… |
| dsh-sound | 0 | ⚪ unknown | Distinct alert sounds for DeepSeek Harness: network error, approval request, question asked, and turn-completion notifications. |
| dsh-tool-playwright | 0 | ⚪ unknown | 一个给 DeepSeek Harness 用的插件:让 AI 能真的打开浏览器上网——打开网页、点按钮、填表单、翻页、看页面内容,就像人一样操作浏览器。 |
| knowlp-rag | 1 | ⚪ unknown | KnowLP-RAG: dual knowledge graph retrieval for Markdown notes - MCP stdio server for DeepSeek Harness (dsh) & Claude Code |
| omdp | 1 | ⚪ unknown | only my DSH plugins — monorepo of DeepSeek Harness plugin bundles |
| dsh-ProjectModel | 0 | ⚪ unknown | deepseek项目组功能 |
| dsh-pain-point-check | 1 | ⚪ unknown | Enforced pain-point-check guard plugin for DeepSeek Harness: after two non-converged experiments it injects the three questions,… |
| dsh-entity-dd | 0 | ⚪ unknown | 出海交易对手尽调 · DeepSeek Harness 插件:先确认你在跟哪个法人签约,再判断这份登记资料能不能作为决策依据。免费官方数据源,无需密钥。 |
| dsh-wash-calendar | 0 | ⚪ unknown | Recurring habit scheduling calendar for DeepSeek Harness. Turn last-wash dates and intervals into next-occurrence, schedule, chec… |
| dsh-codex-auth | 1 | ⚪ unknown | DeepSeek Harness plugin that reuses the local Codex CLI ChatGPT login and adds a native GPT Auth settings card |
| dsh-code-lens | 0 | ⚪ unknown | Observability for DeepSeek Harness code-mode sub-dispatches: the tool calls a run_code program makes that the model never sees. |
| dsh-subprocess-inherit-environment | 1 | ⚪ unknown | DSH plugin that forwards the complete Harness environment through ctx.subprocess |
| dsh-doctor-windows | 0 | ⚪ unknown | Windows environment diagnostics for DeepSeek Harness |
| MuseAI | 541 | ⚪ unknown | 创建你的 AI 角色,进入你的故事世界。和角色聊天、冒险、穿书,让每一次互动都留下羁绊(支持 DeepSeek Harness 插件,欢迎使用) |
| dsh-user-experience | 18 | ⚪ unknown | Persona-driven UX walkthrough plugin for DeepSeek Harness (DSH) - scans React + TypeScript source code for UX issues, pinpoints t… |
| dsh-plugin-automations | 1 | ⚪ unknown | Scheduled tasks plugin for DeepSeek Harness Web Profile |
| dsh-web-search-tavily | 1 | ⚪ unknown | Tavily-backed web search provider bundle for DeepSeek Harness (dsh) with hot-switchable backend (Tavily / DeepSeek search) |
| trio | 2 | ⚪ unknown | DSH 全家桶:浏览器自动化 + MCP Server + GitHub 集成 |
| dsh-policy-drift-proof | 2 | ⚪ unknown | Content-addressed, value-redacted policy drift evidence for DeepSeek Harness |
| dsh-audit-bundle | 2 | ⚪ unknown | Content-addressed audit indexes across independent DeepSeek Harness evidence producers |
| dsh-recovery-proof | 2 | ⚪ unknown | Read-only recovery drill evidence for DeepSeek Harness |
| dsh-mediacrawler | 1 | ⚪ unknown | DeepSeek Harness MCP adapter for bounded, isolated MediaCrawler collection. |
| dsh-credentials-system | 0 | ⚪ unknown | System-bound encrypted credential provider for DeepSeek Harness |
| dsh-plugins | 1 | ⚪ unknown | Independent plugins for DeepSeek Harness, organized as isolated packages in one monorepo. |
| deepseek-harness-cli | 0 | ⚪ unknown | DeepSeek Harness: Everything is a Plugin. |
| dsh-chat-outline | 1 | ⚪ unknown | 对话栏左侧常驻大纲:快速定位每次 user 提问与最后 assistant 回复(DeepSeek Harness 插件) |
| dsh-passwords | 2 | ⚪ unknown | dsh-passwords: DeepSeek Harness login gateway - first-run setup, at-rest encryption, brute-force lockout, audit log, HTTPS |
| mindspace-dsh-local-rag | 2 | ⚪ unknown | ARPM-derived local hybrid RAG plugin for DeepSeek Harness |
| dsh-mcp-pack | 1 | ⚪ unknown | 常用 MCP server 一键接入 DeepSeek Harness (dsh) 的 .cordis.yml 清单合集,开箱即用,零代码。 |
| upstream-radar | 2 | ⚪ unknown | Always-on vulnerability and breaking-change impact monitoring for DeepSeek Harness plugins. |
| dsh-plugin-anydoc | 3 | ⚪ unknown | DSH 插件:基于 @firecrawl/anydoc 将 Word、PPT、Excel、PDF、EPUB、CSV 等文档转换为 GitHub-Flavored Markdown |
| deepseek-harness-lite | 1 | ⚪ unknown | A lightweight, local-first distribution and verified plugin kit for DeepSeek Harness. |
| dsh-bash-encoding | 1 | ⚪ unknown | DSH bash 输出编码自动识别插件:替换 ctx.bash,自管 spawn 收集原始字节,自动检测 UTF-16LE/UTF-8/GBK 等编码并正确解码,修复 WSL/Windows 下 bash 工具的中文乱码。 |
| dsh-oai-oauth | 1 | ⚪ unknown | A plugin allowing you to use ChatGPT via OpenAI subscription without API Key in Deepseek Harness |
| surfing-plugin | 9 | ⚪ unknown | SearXNG search and Crawl4AI fetch providers for DeepSeek Harness |
| deepseek-harness-vsc-extension | 5 | ⚪ unknown | DeepSeek Harness for VS Code |
| dsh-ci-doctor | 2 | ⚪ unknown | CI failure, diagnosed before you open the logs — DeepSeek Harness plugin that watches GitHub Actions for new failures and turns r… |
| dsh-read-history | 1 | ⚪ unknown | 迁移claude/codex的对话历史到dsh |
| dsh-yuzuha-prompts-manager | 1 | ⚪ unknown | a plugin for manage prompts in deepseek harness. |
| dsh-pet | 2 | ⚪ unknown | A community DeepSeek Pet client plugin for DeepSeek Harness |
| dsh-win-launchscript | 1 | ⚪ unknown | 适用于 Windows 的 DeepSeek Harness(DSH)一键启动脚本,自动启动 Web 服务、打开浏览器,并在关闭窗口后停止服务。 |
| dsh-model-provider-label | 1 | ⚪ unknown | DeepSeek Harness plugin that disambiguates same-named models by showing their provider |
| dsh-pub | 1 | ⚪ unknown | The bilingual, source-backed registry and installer for the DeepSeek Harness plugin ecosystem. |
| anysearch-dsh | 18 | ⚪ unknown | AnySearch web search provider and advanced search tools for DeepSeek Harness (DSH) |
| dsh-toy | 27 | ⚪ unknown | Toy Control Protocol for DSH |
| dsh-conv-search | 2 | ⚪ unknown | dsh-conv-search(对话内文本搜索)— in-conversation text search plugin for DeepSeek Harness (Ctrl+F, match case, whole word, streaming-awar… |
| dsh-web-search-exa | 1 | ⚪ unknown | Zero-config Exa web search provider for DeepSeek Harness (dsh): keyless anonymous MCP fallback (mcp.exa.ai/mcp) + keyed REST path… |
| dsh-plugins | 2 | ⚪ unknown | deepseek harness plugins |
| dsh-mindmap | 3 | ⚪ unknown | DSH 思维导图模式插件:课件(PPT/PDF/Word)+电子书 → 打印级复习思维导图 HTML(A3 横向、每主干一页、大括号式横向、宋体、右栏笔记区、封面总览 + 交互式测试题) |
| dsh-testgen | 3 | ⚪ unknown | Automated unit-test generation for DeepSeek Harness: /testgen command + generate_tests tool that scaffold, run, and fix unit test… |
| dsh-bottom-bar | 1 | ⚪ unknown | 用于提供更丰富的DeepSeek Harness底栏信息显示插件 |
| dsh-stock-watch | 1 | ⚪ unknown | A股自选股实时行情盯盘插件 - DeepSeek Harness Web 右上角可折叠弹窗 |
| dsh-tool-search | 3 | ⚪ unknown | Tool search & slimming for DeepSeek Harness: Hermes-style progressive disclosure — search, describe, and call long-tail tools on… |
| dsh-spec-loop | 3 | ⚪ unknown | Spec-driven 开发闭环(OpenSpec 兼容):/spec 命令族驱动 生成规格 → 批准 → 实现 → 逐条验收 → 归档 |
| dsh-cmd-starter | 2 | ⚪ unknown | 为deepseek-harness提供一个命令行启动工具,让它 --append-prompt --resume 等类claude命令 |
| dsh-mcp-manager | 1 | ⚪ unknown | 一个 DeepSeek Harness MCP 配置页 |
| dsh-nebulagraph-v5 | 2 | ⚪ unknown | nebula v5 plugin for deepseek harness |
| dsh-plugin-text-translation | 2 | ⚪ unknown | DSH plugin: text & document localization with tag-protected extraction, batch slicing and lossless assembly (game scripts + long… |
| dsh-overleaf | 3 | ⚪ unknown | Connect Overleaf projects to DeepSeek Harness (DSH) through OverleafMCP and MCP tools. |
| dsh-pet | 13 | ⚪ unknown | DeepSeek Harness 桌面宠物插件 + 完整素材生成链:AI 提示词 → 绿幕视频 → 透明动画 → 可安装插件,从零到宠物全流程可复现 |
| dsh-humanizer | 3 | ⚪ unknown | DeepSeek Harness原生中文文本人工智能痕迹消除与多重审核对抗工作流 |
| dsh-pixluna | 2 | ⚪ unknown | dsh-plugin-pixluna |
| dsh-deepseek-billing | 2 | ⚪ unknown | 在 DSH 中查看 DeepSeek API 账户余额及计费信息 |
| dsh-suggested-replies | 2 | ⚪ unknown | DSH Web 预测回复插件:AI 回复后在输入框上方生成可点击填入草稿的下一步消息候选 |
| dsh-agy | 2 | ⚪ unknown | Google Antigravity (agy) OAuth auth + model access plugin for DeepSeek Harness: multi-account pool, 429 rotation, device fingerpr… |
| dsh-plugin-mermaid | 1 | ⚪ unknown | DeepSeek Harness web client plugin: render mermaid code blocks with a chart/source toggle. |
| dsh-todo-freshness-guard | 1 | ⚪ unknown | Out-of-tree DeepSeek Harness guard that prevents stale todo_write state |
| dsh-windows-readiness-proof | 1 | ⚪ unknown | Content-addressed readiness proof for sanitized DeepSeek Harness observations on managed Windows hosts |
| dsh-article-publish | 1 | ⚪ unknown | Publish articles from DeepSeek Harness to CSDN / Juejin / CNBlog. dsh plugin. |
| dsh-survival | 1 | ⚪ unknown | DeepSeek Harness 生存模式 |
| dsh-cache-stabilizer | 1 | ⚪ unknown | Cache-prefix stabilization and evidence-based cache metrics for DeepSeek Harness |
| dsh-tool-somark | 2 | ⚪ unknown | SoMark document parser tool (somark_parse) plugin for DeepSeek Harness |
| dsh-mcp-settings | 1 | ⚪ unknown | dsh mcp服务器配置管理 |
| dsh-terminal | 1 | ⚪ unknown | Persistent interactive terminal mode for DeepSeek Harness |
| dsh-anchored-standard | 326 | ⚪ unknown | Two-phase DeepSeek Harness preset: Minimal-aligned bootstrap, then full Standard tools (Project2 98/99) |
| dsh-whalito-desk | 3 | ⚪ unknown | 鲸仔 Whalito,DeepSeek Harness 桌面助手。这是由DSH + DS-V4-Pro-0813开发的tauri桌面程序。 |
| dsh-browser | 3 | ⚪ unknown | Browser capability for DeepSeek Harness: headed Edge/Playwright provider, SSRF-safe navigation, a11y-ref clicking, permission gat… |
| dsh-qqbot | 16 | ⚪ unknown | 让 QQ 机器人接入 DeepSeek Harness(dsh)的官方插件 |
| dsh-plugin-store | 2 | ⚪ unknown | DeepSeek Harness 插件商店:浏览、搜索、筛选并一键安装 dsh-plugin 生态插件 |
| dsh-office | 2 | ⚪ unknown | 办公三件套!Office document tools for DeepSeek Harness (dsh): generate, read, and edit spreadsheets (.xlsx), PDFs, and presentations (.… |
| dsh-plugins | 2 | ⚪ unknown | Community plugins for DeepSeek Harness |
| promptwall | 2 | ⚪ unknown | Local prompt-injection and secret-exfiltration firewall for DeepSeek Harness. |
| dsh-tailscale-sync | 2 | ⚪ unknown | Zero-config Tailscale sync for DeepSeek Harness (dsh-plugin). 零配置:在手机上继续电脑端 DeepSeek Harness 的工作。 |
| dsh-mcp-center | 1 | ⚪ unknown | Connect any MCP server to your DeepSeek Harness — point, click, done. |
| dsh-side-chat | 1 | ⚪ unknown | Codex-style Side Chat for DeepSeek Harness — select text, ask follow-up questions in a focused side conversation, and keep the ma… |
| dsh-ocg-billing | 1 | ⚪ unknown | DeepSeek Harness (dsh) plugin: OpenCode Go billing layer with cached official pricing, proactive update checks, bill computation… |
| dsh-quote-reply | 2 | ⚪ unknown | DSH web plugin: quote any selected fragment of a conversation into the composer as a Markdown blockquote - smart floating button… |
| dsh-browser | 1 | ⚪ unknown | 给 DeepSeek Harness 的浏览器插件:AI 直接开真实的 Edge 浏览器逛网页、点击、填表、截图,无需 CDP 或 MCP。 |
| SapBuddy-dsh | 1 | ⚪ unknown | SapBuddy-dsh |
| dsh-blackjack | 1 | ⚪ unknown | 谁不想coding的时候急头白脸的和大肥鱼来一场紧张刺激的21点呢 |
| dsh-keepalive | 1 | ⚪ unknown | Opt-in detached watchdog for the DSH Web process with snapshot-checked repair and explicit patch restoration. |
| dsh-scrape-webpage | 4 | ⚪ unknown | 用于DeepSeek Harness的网页读取插件 |
| dsh-museai-tavern | 3 | ⚪ unknown | MuseAI的DeepSeek Harness插件,可以将你的MuseAI角色放进DSH使用啦! |
| citeguard | 2 | ⚪ unknown | Citation extraction and evidence verification for DeepSeek Harness. |
| dsh-commandcode-go-provider | 2 | ⚪ unknown | Command Code Go API provider for dsh. Command Code 订阅 + DeekSeek Harness 兼容层 |
| dsh-openai-oauth | 4 | ⚪ unknown | DeepSeek Harness provider for GPT models using managed ChatGPT OAuth through Codex app-server |
| dsh-web-search-Tavily | 2 | ⚪ unknown | Adds Tavily Search API as a web search provider for DSH. |
| dsh-satori | 1 | ⚪ unknown | cordis plugin connect dsh and satori for im abilities |
| dsh-pi | 2 | ⚪ unknown | Run trusted Pi extensions inside DeepSeek Harness through a compatibility host. |
| dsh-hotplug-engine | 1 | ⚪ unknown | Plugin install, rollback, and audit as a service for DSH. |
| dsh-claude-provider | 1 | ⚪ unknown | Custom Claude provider support for DeepSeek Harness |
| dsh-plugin-working-status | 3 | ⚪ unknown | 把思考状态里那句 "Deep diving..." 改成你喜欢的任何话。超轻量级。 |
| dsh-mcp-admin | 3 | ⚪ unknown | View MCP server status (/mcp) and manage MCP servers per profile from the settings page. |
| dsh-plugin-manager | 2 | ⚪ unknown | DSH 插件管理, 一键启用/禁用插件 |
| dsh-beacons | 2 | ⚪ unknown | Right-edge prompt navigator (Codex/OpenChamber-style scrub rail with scroll-spy) plus Windows toast notifications — a DeepSeek Ha… |
| dsh-plugin | 3 | ⚪ unknown | Tabbit Broser plugins for Deepseek Harness |
| adb_dsh_plugin | 2 | ⚪ unknown | DeepSeek Harness plugin for controlling Android devices through ADB |
| dsh-livis-connector | 2 | ⚪ unknown | Connect Livis to DeepSeek Harness with in-app authorization and relay management. |
| dsh-utility-tools | 2 | ⚪ unknown | DSH(DeepSeek Harness)对话工具插件:拖拽任意文件进入对话 + 选中文本引用。 |
| dsh-usage-dashboard | 3 | ⚪ unknown | DeepSeek 额度与用量仪表盘 — DSH (DeepSeek Harness) 动态 Cordis 插件 |
| dsh-sci | 2 | ⚪ unknown | Zero-dependency scientific computing tools for DeepSeek Harness: physical-unit conversion, CODATA physical constants, and Runge-K… |
| dsh-docling | 2 | ⚪ unknown | Native Docling document intelligence for DeepSeek Harness. |
| dsh-git-guard | 1 | ⚪ unknown | Git-aware write guard plugin for DeepSeek Harness: blocks whole-file writes that would overwrite the user's uncommitted changes,… |
| dsh-cyber-particle | 1 | ⚪ unknown | Particle-network background plugin for DeepSeek Harness web |
| dsh-browseruse | 2 | ⚪ unknown | browser-use style browser automation plugin for DeepSeek Harness: drives a dedicated Chrome instance (persistent profile) via pla… |
| dsh-rewind | 1 | ⚪ unknown | DSH回退插件 |
| dsh-plugin-auditor | 1 | ⚪ unknown | DSH plugin auditor: pre-flight compatibility check for profile plugin combinations. DSH 插件审核器:安装新插件前扫描组合兼容性,预防启动崩溃。 |
| dsh-plugin-diff-review | 1 | ⚪ unknown | Diff Review Plugin for DeepSeek Harness |
| dsh-tavern | 2 | ⚪ unknown | A plugin which makes dsh compatible with SillyTavern artifacts. |
| dsh-webchatlike | 2 | ⚪ unknown | Web-chat style message actions for DeepSeek Harness: edit your prompt, regenerate answers, and flip versions with a deepseek.com-… |
| dsh-us-stocks | 2 | ⚪ unknown | US stock market data tools for DeepSeek Harness, powered by yahoo-finance2 |
| dsh-zh-hant-hk | 2 | ⚪ unknown | DeepSeek Harness plugin: Hong Kong Traditional Chinese wording (對話, 設定, 儲存) |
| dsh-chat-timeline | 2 | ⚪ unknown | 1:1 port of DeepSeek's official web right-side chat navigation rail (ScrollNav) as a DeepSeek Harness (DSH) plugin |
| dsh-doctor | 2 | ⚪ unknown | Deterministic diagnostics and recovery for DeepSeek Harness |
| douyin-plugin-dsh-plugin | 2 | ⚪ unknown | 在使用dsh等待的过程中刷抖音 |
| dsh-go-rotator | 2 | ⚪ unknown | A plugin for DSH to swich opencode Go subscription |
| dsh-voice-mic | 2 | ⚪ unknown | DeepSeek Harness (dsh) 语音输入插件:麦克风按钮/快捷键录音,实时转写回填输入框。三种识别引擎:浏览器 Web Speech、本地 SenseVoice/Paraformer 离线后端(一键部署)、OpenAI 兼容云端 ASR API。 |
| deepseek-harness-for-vscode | 2 | ⚪ unknown | deepseek-harness for vscode .This is a community project, and we welcome your valuable feedback! |
| DSH-EvoResearch | 2 | ⚪ unknown | 自进化科研工作流 |
| dsh-queue-plus | 2 | ⚪ unknown | Reorder, clear, and undo controls for the DeepSeek Harness prompt queue |
| dsh-auto-mode | 4 | ⚪ unknown | Safe automatic permissions for DeepSeek Harness. |
| dsh-document-review | 2 | ⚪ unknown | DeepSeek Harness plugin: review Markdown documents in a local browser with annotations, replacements, and deletion suggestions. S… |
| dsh-audio-alert | 1 | ⚪ unknown | dsh中断声音提示喵(可配置音频喵)Browser audio alerts for dsh attention edges: approval requests, ask-user questions, and finished turns. |
| dsh-envoy | 3 | ⚪ unknown | Hana 插件:把 coding 任务外包给本机 DeepSeek Harness,审批同步回 Hana 内决策,结果以原生卡片带回 |
| dsh-drop-file-to-path | 2 | ⚪ unknown | DSH 拖拽文件转路径插件:Codex 式拖拽,路径自动插入输入框(Drop File to Path for DeepSeek Harness) |
| dsh-onebot | 2 | ⚪ unknown | OneBot Adapter For DSH |
| dsh-obsidian-assistant | 2 | ⚪ unknown | DeepSeek Harness 插件(Cordis toolset):操作本地 Obsidian 知识库(vault),提供搜索、读写笔记、双向链接 / 关系图谱、批量整理,并通过 Obsidian 的 "Local REST API" 社区插件调用高级能… |
| dsh-side-chat | 2 | ⚪ unknown | dsh-plugin |
| dsh-plugin-manager | 2 | ⚪ unknown | DeepSeek Harness 的图形化插件管理插件:在 设置 → 插件 里新增「插件管家」标签页,用中文名和说明展示每个插件是做什么的,并提供一键启停开关与内置备注编辑——启停写入全局层补丁并实时热生效,备注保存到本地覆盖文件长期生效。 |
| dsh-simplify | 2 | ⚪ unknown | DeepSeek Harness 插件:审查最近改动的代码,就清晰度、一致性与可维护性提出改进(移植自 pi-simplify) |
🧩 技能
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-plugin-skills | 7 | ⚪ unknown | 构建与测试 DeepSeek Harness 插件的 Agent skills。 |
| dsh-plugin-codex-bridge | 2 | ⚪ unknown | dsh-plugin-codex-bridge — DSH 插件(技能) |
| dsh-plugin-opencode-bridge | 3 | ⚪ unknown | dsh-plugin-opencode-bridge — DSH 插件(技能) |
| dsh-plugin-pi-bridge | 2 | ⚪ unknown | dsh-plugin-pi-bridge — DSH 插件(技能) |
| dsh-plugins-raincode | 3 | ⚪ unknown | dsh-plugins-raincode — DSH 插件(技能) |
| dsh-skill-manager | 1 | ⚪ unknown | dsh-skill-manager — DSH 插件(技能) |
| dsh-plugin-auto-docs | 1 | ⚪ unknown | dsh-plugin-auto-docs — DSH 插件(技能) |
| dsh-plugin-code-review | 1 | ⚪ unknown | dsh-plugin-code-review — DSH 插件(技能) |
| dsh-find-skill | 1 | ⚪ unknown | dsh-find-skill — DSH 插件(技能) |
| spike-faye-lei-dsh-skills | 1 | ⚪ unknown | spike-faye-lei-dsh-skills — DSH 插件(技能) |
| dsh-academic-skill | 1 | ⚪ unknown | academic-paper-completion 旨在补全你将要发表的文章中除了理论计算数值分析的其余部分,减少或消除ai引用幻觉 |
| dsh-seismicx | 1 | ⚪ unknown | dsh-seismicx — DSH 插件(技能) |
| rpg-maker-mac-skill | 0 | ⚪ unknown | rpg-maker-mac-skill — DSH 插件(技能) |
| dsh-skill-manager | 0 | ⚪ unknown | 在设置界面管理你已有的技能! |
| dsh-plugin-longgraph | 1 | ⚪ unknown | DeepSeek Harness community plugin: longgraph / loop-graph / loop-converge authoring skills on ctx.skills |
| superpowers-dsh | 17 | ⚪ unknown | Superpowers skills for DeepSeek Harness: TDD, debugging, planning, and collaboration skills adapted from obra/superpowers |
| dsh-skill-viewer | 23 | ⚪ unknown | DSH Web UI plugin: Skills settings section with hot enable/disable, delete and add |
| dsh-PaddleOCR-Skills | 1 | ⚪ unknown | PaddleOCR skills for DeepSeek Harness with native tools and GUI configuration |
| dsh-capability-receipt | 2 | ⚪ unknown | Content-addressed receipts for skills actually loaded by DeepSeek Harness |
| dsh-Unlimited-OCR-Skill | 1 | ⚪ unknown | Unlimited-OCR for DeepSeek Harness with a native tool and GUI configuration |
| DeepSeek-Harness-Skill | 3 | ⚪ unknown | 这是一个Codex/Claude来进行任务发布给DeepSeek Harness干活的工作流的Skill,能实现并发,多个工作区一起执行 |
| dsh-plugin-rdk | 1 | ⚪ unknown | D-Robotics RDK (地瓜机器人) integration for DeepSeek Harness — native RDK skill catalog, rdk_skills browser tool, and rdk_board_detect… |
| dsh-reverse-skill | 3 | ⚪ unknown | Complete reverse-skill (85 SKILL.md) as a DeepSeek Harness (dsh) Cordis plugin — reverse engineering, authorized pentesting and s… |
| dsh-skill-manager | 2 | ⚪ unknown | Deepseek Harness 的Skill管理插件 |
| dsh-skills-manager | 2 | ⚪ unknown | DSH Skills 管理器:设置页系统/用户技能分类,用户技能开关/编辑/删除/新建。Skills manager for DeepSeek Harness: system/user skill management (toggle/edit/delete… |
| dsh-skill-remote | 1 | ⚪ unknown | Remote skills.sh/GitHub skill provider and installer for DeepSeek Harness — install any skill with one prompt. |
| dsh-youmind-plugin | 1 | ⚪ unknown | YouMind OpenAPI tools and skill bundle for DeepSeek Harness |
| dsh-mattpocock-skills | 2 | ⚪ unknown | Unofficial DSH port of mattpocock/skills — Engineering (18) + Productivity (7) skills as a DeepSeek Harness bundle plugin. MIT, ©… |
| dsh-skills-mcp-manager | 2 | ⚪ unknown | 面向 DeepSeek Harness Web GUI 的正式插件包:在设置页的「Web UI 插件」分组中新增一张「技能与 MCP」卡片,用于在浏览器里管理技能(skills)与 MCP 服务器。 |
| iterate-plugin | 1 | ⚪ unknown | DeepSeek Harness (dsh) 插件:把 iterate 技能落成自治闭环代码迭代 — 多轮并行审查、确定性去重收敛、原子修复+验证自停、meta-review 一致性审计、dry-run 只读审查。由 iterate-skill 主仓库统一维… |
| dsh-design-skills | 2 | ⚪ unknown | Design aesthetics skill pack for DeepSeek Harness (DSH) - keeps vibe-coded websites away from the AI look. 6 styles: dark-saas, a… |
🎨 界面
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-web-ui | 1933 | ⚪ unknown | DSH Web UI 插件与皮肤合集:任务板、Git 面板等 |
| DSH-better-sidebar | 768 | ⚪ unknown | 侧边栏完整工作台:文件渲染/终端/Git/子代理 |
| ui-status-label | 30 | ⚪ unknown | 自定义「鲸鱼娘」思考状态的显示 |
| dsh-deep-whale | 595 | ⚪ unknown | DSH Web 鲸鱼娘皮肤系列(深海女仆工坊) |
| dsh-focus-chat | 13 | ⚪ unknown | 「聚焦会话」精简会话视图 |
| dsh-side-panel | 17 | ⚪ unknown | DSH 侧边栏:文件浏览器、终端、Git 审查 |
| dsh-ui-progress | 8 | ⚪ unknown | 会话进度条:todos 进度/实时 token 速率 |
| dsh-ui-whale | 30 | ⚪ unknown | 全手绘像素鲸鱼伙伴插件 |
| dsh-annotation | 40 | ⚪ unknown | 选中批注:选文字→批注→随消息发送 |
| dsh-chat-width | 3 | ⚪ unknown | 调整 DSH 回复宽度 |
| dsh-companion | 4 | ⚪ unknown | 常驻桌面助手:全局唤起/定时自动化/插件市场 |
| dsh-genui | 74 | ⚪ unknown | 会话内联渲染交互式 UI 组件 |
| dsh-input-history | 4 | ⚪ unknown | Ctrl+Up/Down 召回已发送消息 |
| dsh-navbar | 18 | ⚪ unknown | 对话节点导航条(右缘节点串跳转) |
| dsh-paste-input | 8 | ⚪ unknown | Ctrl+V 粘贴/拖拽/选文件增强 |
| dsh-plugin-background | 8 | ⚪ unknown | DSH 壁纸插件 |
| tonghuashun-webui | 2 | ⚪ unknown | 仿同花顺的webui插件 |
| dsh-deepcel | 5 | ⚪ unknown | 模仿 Excel 的 DSH 皮肤 |
| dsh-deeplink | 1 | ⚪ unknown | 深链插件:?session=/?workspace= 直接打开 |
| dsh-diff-viewer | 7 | ⚪ unknown | PiUI 风格 diff 查看器,替换原生 DiffBlock |
| dsh-drag-and-drop | 4 | ⚪ unknown | 跨平台文件拖拽与原始路径插入 |
| dsh-qq2006 | 9 | ⚪ unknown | QQ2006 皮肤插件 |
| dsh-session-notification | 5 | ⚪ unknown | 会话完成等四状态通知 |
| dsh-spotlight | 5 | ⚪ unknown | 键盘优先的命令面板 |
| dsh-ths-skin | 1 | ⚪ unknown | 同花顺行情终端风格皮肤 + K 线面板 |
| dsh-tps | 1 | ⚪ unknown | TPS 皮肤插件 |
| dsh-ultra-ui | 3 | ⚪ unknown | (无描述) |
| dsh-web-ui-notify | 10 | ⚪ unknown | DSH 桌面通知提醒 |
| ex-setting | 2 | ⚪ unknown | DSH 设置扩展 |
| whale-girl | 128 | ⚪ unknown | QQ 宠物形态的桌面宠物插件 |
| dsh-status-rotator | 8 | ⚪ unknown | 替换 DSH 状态显示的 web 插件。 |
| dsh-ramify | 7 | ⚪ unknown | 创意分支画布插件:树状工作区生成、对比。 |
| dsh-xiaohei | 5 | ⚪ unknown | dsh 的罗小黑皮肤插件。 |
| dsh-xiaoyao-skins | 17 | ⚪ unknown | 夕小瑶 × DSH Web 皮肤合集、安装器与创作工具链。 |
| dsh-wikilink | 3 | ⚪ unknown | dsh-wikilink — DSH 插件(界面) |
| deepseek-harness-skin | 24 | ⚪ unknown | DeepSeek Harness 换肤系统:21 套内置皮肤 + 一张图生成整套配色的自定义皮肤。数据源驱动,保对比度推导,构建期校验可读性。 |
| dsh-search-mcp | 4 | ⚪ unknown | dsh-search-mcp — DSH 插件(界面) |
| dsh-kanban | 2 | ⚪ unknown | dsh-kanban — DSH 插件(界面) |
| dsh-event-auditor | 1 | ⚪ unknown | DeepSeek Harness 事件流审计面板插件:观察事件类型/分发模式/计数/最近事件,帮助插件作者理解 harness 内部 |
| dsh-web-search-tavily | 3 | ⚪ unknown | dsh-web-search-tavily — DSH 插件(界面) |
| dsh-pet | 6 | ⚪ unknown | DSH 有声桌宠:悬浮桌面的 DeepSeek 小鲸鱼,不打开 DSH 也能实时感知会话状态(需要确认/工作中/完成/空闲/离线),支持音效提醒与零代码定制素材 |
| dsh-miku-skin | 2 | ⚪ unknown | 初音未来主题皮肤,用于 DeepSeek Harness (DSH) Web GUI —— 蓝紫洋红渐变、毛玻璃面板、可自定义背景图、亮暗双主题 |
| dsh-ui-workbench | 1 | ⚪ unknown | DeepSeek Harness WebUI 的右侧边文件管理以及变更审查界面插件。 |
| dsh-fun-weather | 3 | ⚪ unknown | dsh-fun-weather — DSH 插件(界面) |
| dsh-test-runner | 1 | ⚪ unknown | dsh-test-runner — DSH 插件(界面) |
| dsh-web-search-firecrawl | 2 | ⚪ unknown | dsh-web-search-firecrawl — DSH 插件(界面) |
| dsh-web-background | 2 | ⚪ unknown | dsh-web-background — DSH 插件(界面) |
| dsh-skins | 2 | ⚪ unknown | dsh-skins — DSH 插件(界面) |
| dsh-portable-tavern | 4 | ⚪ unknown | DeepSeek Harness 的「便携酒馆」插件:RPG 式 SillyTavern V2/V3 角色卡生成器 + 酒馆角色扮演聊天。支持世界书、角色卡 JSON/PNG 导入导出、面板主题与本地音乐。独立插件,仅依赖官方 @deepseek-ai SD… |
| dsh-builtin-toggles | 4 | ⚪ unknown | dsh-builtin-toggles — DSH 插件(界面) |
| dsh-science | 2 | ⚪ unknown | dsh-science — DSH 插件(界面) |
| dsh-skin | 10 | ⚪ unknown | dsh-skin — DSH 插件(界面) |
| dsh-pomodoro | 1 | ⚪ unknown | DeepSeek Harness Web 番茄钟插件:可配置专注与休息时长,提供侧栏入口和可拖动浮动面板 |
| dsh-theme-neko | 3 | ⚪ unknown | dsh-theme-neko — DSH 插件(界面) |
| dsh-k12-lesson-builder | 1 | ⚪ unknown | dsh-k12-lesson-builder — DSH 插件(界面) |
| dsh-web-attention-badge | 3 | ⚪ unknown | dsh-web-attention-badge — DSH 插件(界面) |
| harness-whale | 2 | ⚪ unknown | harness-whale — DSH 插件(界面) |
| dsh-conversation-indicator | 0 | ⚪ unknown | dsh-conversation-indicator — DSH 插件(界面) |
| dsh-black-whale | 2 | ⚪ unknown | DeepSeek Harness 黑鲸实验室主题:官网黑鲸 × 夕小瑶 IP,真实 profile 可安装的 Web UI 插件 |
| dsh-plugins | 0 | ⚪ unknown | dsh-plugins — DSH 插件(界面) |
| dsh-client-ui-responsive | 0 | ⚪ unknown | dsh Web UI 的移动响应式 AppFrame——派生自 dsh-client-ui-layout,新增 <640px 抽屉侧栏、底部 sheet 与安全区。 |
| dsh-ui-skins | 1 | ⚪ unknown | dsh-ui-skins — DSH 插件(界面) |
| nightwhale | 0 | ⚪ unknown | The community power-layer for DeepSeek Harness (dsh). 夜鲲 — 吞并生态好能力,评测集筛选,只喂真正有效的增强。 |
| dsh-auto-continue | 11 | ⚪ unknown | DSH Web UI plugin: automatically sends "继续" (continue) when a request is interrupted by network errors or other non-human causes |
| dskin | 17 | ⚪ unknown | DSKIN · DeepSeek Harness(DSH)卡通像素皮肤插件 / Cartoon pixel skin plugin for DSH Web GUI — 原始界面不动,像素宠物会散步、眨眼、跳跃 / living pixel pets that… |
| dsh-webui-auth | 4 | ⚪ unknown | Persistent auth plugin for DeepSeek Harness WebUI: enforce login at the HTTP/transport layer (resources, /api, WebSocket) — unbyp… |
| DSH-for-VSC | 2 | ⚪ unknown | 把 DeepSeek Harness(DSH)的 WebUI 搬进 VS Code:编辑器内嵌面板 + 侧边栏控制台,服务离线自动拉起,日志随时可查。 |
| deepseek-harness-themes | 4 | ⚪ unknown | A collection of UI themes for deepseek-harness. |
| dsh-pixel-whale | 1 | ⚪ unknown | A lively pixel-whale running-state companion for DeepSeek Harness Web. |
| dsh-plugin | 1 | ⚪ unknown | DeepSeek Harness 插件集合|齐天大圣双主题皮肤,支持亮暗模式、响应式布局与热插拔 |
| dsh-refined | 1 | ⚪ unknown | DeepSeek-Refined 的 DeepSeek Harness 移植版 为 DeepSeek Harness(DSH)前端注入 Obsidian Border 风格的 Markdown 美化与多主题配色。 |
| dsh-plugin-workshop | 16 | ⚪ unknown | Steam Workshop-style in-app plugin browser for DeepSeek Harness (DSH) Web UI - zero-server: search, trending windows, Chinese sea… |
| dsh-funpack | 4 | ⚪ unknown | ??????????????????????? DeepSeek Harness ?? |
| dsh-ui-quote-selection | 3 | ⚪ unknown | Codex-style select-to-quote for DeepSeek Harness Web: quote any chat text into the composer as a native reference chip. |
| dsh-whale-subagent | 1 | ⚪ unknown | A whale-girl themed subagent nest for the DeepSeek Harness, featuring pixel-animated subagent cards, real-time THINK/TODO trackin… |
| dsh-doublecheck | 1 | ⚪ unknown | Double-check before you ship: grill the requirements, test the implementation, prove the delivery. An engineering-discipline bund… |
| dsh-plugin-manager | 2 | ⚪ unknown | DSH 插件管理器:桌面 GUI + CLI,管理 dsh 的 profile、插件与一键启动 dsh web (Tauri 2 + Node CLI) |
| dsh-client-shortcuts | 2 | ⚪ unknown | Global keyboard shortcuts plugin for the DeepSeek Harness web GUI: ctx.shortcuts registry service + mod+l/mod+k/mod+shift+c defau… |
| dsh-dashboard | 1 | ⚪ unknown | DSH 插件看板 · DeepSeek Harness 插件生态可视化(shadcn/ui,每日自动构建部署) |
| dsh-web-text-drop | 0 | ⚪ unknown | DSH Web GUI 文本文件拖拽导入插件:把 md / txt / log / 代码等文本文件拖进页面, 按内容长度自动处理 —— 短内容直接进输入框,长内容复制到工作区并粘贴可读路径。 |
| freestyle-dsh-theme | 10 | ⚪ unknown | DeepSeek Harness 主题体验插件:OKLCH 主题提案 + 主题设计器(跨重启持久化) |
| dsh-wordbox | 3 | ⚪ unknown | DSH Web GUI常用词箱子,方便项目常用词的存储和粘贴 |
| dsh-vault | 1 | ⚪ unknown | Encrypted credential vault for DeepSeek Harness — AES-256-GCM + TOTP, model tools + Settings UI |
| dsh-voice | 1 | ⚪ unknown | Voice for DeepSeek Harness(dsh) — speech-to-text input + read-aloud TTS for text-only DeepSeek, zero API key. |
| dsh-turn-watchdog | 0 | ⚪ unknown | Turn watchdog for DSH: detects stuck turns and injects a quiet warning. |
| dsh-growth | 0 | ⚪ unknown | Growth acquisition and user growth analysis for DeepSeek Harness: AARRR, retention, MRR, experiments and unit economics. |
| dsh-theme-taffy | 2 | ⚪ unknown | 我不是雏草姬 |
| dsh-waterball-pet | 1 | ⚪ unknown | A floating water-ball pet plugin for the DeepSeek Harness Web UI. |
| dsh-ui-background | 1 | ⚪ unknown | deepseek harness 的背景插件,会涉及一些其他组件css覆盖 |
| dsh-ux | 1 | ⚪ unknown | DSH web UI 增强插件 + 无边框 Electron 桌面壳 |
| dsh-narrative-ledger | 2 | ⚪ unknown | Verifiable narrative state, continuity and character-knowledge ledger for DeepSeek Harness |
| Dsh-UI-Enhance | 0 | ⚪ unknown | Deepseek Harness 增强工具 |
| dsh-meme-hub | 13 | ⚪ unknown | The meme side of DeepSeek Harness — 贪玩蓝鲸/QQ2006/whale girls/mini-games · A curated tour of the wildest dsh plugins |
| dsh-terminal-panel | 2 | ⚪ unknown | A manual Terminal tab for the DeepSeek Harness (dsh) web UI — run commands on the host machine, persistent cwd, sudo password pro… |
| dsh-whale-pet | 2 | ⚪ unknown | dsh-whale-pet |
| dsh-opencode-go-usage | 2 | ⚪ unknown | A DeepSeek Harness (dsh) bundle that shows OpenCode Go subscription usage in the Web GUI's composer dock — the same seat as the b… |
| dsh-git-graph | 6 | ⚪ unknown | Embedded git repository graph visualizer for the DeepSeek Harness Web GUI |
| dsh-update-radar | 0 | ⚪ unknown | Update radar for DSH: checks installed plugins against git upstreams. |
| dsh-ui-topbar-compact | 1 | ⚪ unknown | 缩窄DeepSeek Harness原生webUI顶栏 |
| dsh-claude-theme | 1 | ⚪ unknown | dsh的claude风格界面 |
| dsh-home-ui | 1 | ⚪ unknown | PiUI-inspired home feed visual refinement plugin for DeepSeek Harness web client (pure extension, zero core changes) |
| dsh-eva-theme-plugin | 1 | ⚪ unknown | Evangelion-inspired theme plugin for DSH WebUI, featuring Unit-00, Unit-01, and Unit-02 themes with immersive backgrounds and mec… |
| dsh-plugin-gouden-leeuw-theme | 1 | ⚪ unknown | Unofficial Gouden Leeuw moonlit sanctuary theme for the DeepSeek Harness web UI |
| dsh-undo-plugin | 5 | ⚪ unknown | DSH plugin: snapshot & rollback your plugin/skin/settings configs. Auto-save on change, undo/redo stack, snapshot manager panel,… |
| plugin-manager | 7 | 🟢 ok | DSH Web UI 内置插件商店:浏览 dsh-suite 目录、搜索/筛选/排序、兼容徽章、一键安装——设置页插件区的 Store 标签页。 |
| dsh-drag-and-drop | 1 | ⚪ unknown | 为 DSH Web UI 增加跨平台文件拖拽与原始路径插入能力,无需复制文件 |
| dsh-voice-input | 2 | ⚪ unknown | Voice-to-text input plugin for the DeepSeek Harness Web UI |
| dsh-soundscape | 1 | ⚪ unknown | DeepSeek Harness Web UI soundscape: turn-complete celebration (synth chime + confetti), blocked/approval alerts, error buzz, typi… |
| dsh-mcp-manager | 1 | ⚪ unknown | 在 DeepSeek Harness 设置页管理 MCP 服务器:运行时添加/编辑/启停/重连/删除,实时状态、自动重连,中英双语界面。MCP server manager for DeepSeek Harness — add, edit, enable/d… |
| dsh-system-control | 0 | ⚪ unknown | DSH web plugin: System menu (Restart / Shutdown) in the sidebar footer. Restart = exit 42, Shutdown = exit 0, loopback-only RPC. |
| sebastian-kitchen-board | 0 | ⚪ unknown | Sebastian is a family kitchen & life assistant for DeepSeek Harness. |
| dsh-workshop | 2 | ⚪ unknown | Steam Workshop style plugin store for DeepSeek Harness Web UI: browse 850+ community plugins, one-click install with GitHub mirro… |
| dsh-material-you | 1 | ⚪ unknown | Material You (M3) skin for DeepSeek Harness: HCT tonal palette + Maple Mono NF CN, clean blue & white |
| WhaleKit | 1 | ⚪ unknown | Superpowers customized for DeepSeek Harness |
| dsh-plugin-peak-pricing | 1 | ⚪ unknown | DeepSeek 峰谷定价时段徽章(DSH 双面插件,纯 UI、无状态、无网络请求) |
| dsh-deck-builder | 1 | ⚪ unknown | DeepSeek Harness tool plugin: convert Markdown into a self-contained HTML presentation (slides) with themes and keyboard navigati… |
| dsh-file-explorer | 12 | ⚪ unknown | File explorer plugin for DeepSeek Harness: file tree, preview, markdown, syntax highlighting, in-panel editing, VS Code integrati… |
| dsh-thinking-status-customizer | 3 | ⚪ unknown | Customize the visible DSH Web thinking status with lifecycle-safe CSS. |
| dsh-whale-pet | 1 | ⚪ unknown | Unofficial whale-girl pet plugin for the DeepSeek Harness Web UI |
| dsh-outline | 3 | ⚪ unknown | DeepSeek Harness(DSH)Web GUI 的实时大纲插件 |
| dsh-zen | 1 | ⚪ unknown | Zen mode for DeepSeek Harness Web UI: one-click immersive focus (hide sidebar/topbar), Ctrl+Shift+Z, pet auto-hide linkage |
| dsh-plugins | 1 | ⚪ unknown | Money go brrr — DSH client UI plugins collection |
| dhs-theme-plugin | 1 | ⚪ unknown | dsh 主题管理插件 |
| DPwhale-plugin | 1 | ⚪ unknown | 用 deepseek-harness 的创造模式做的小桌宠插件,每次对话随机出现名字,听说抽到梁神有特殊效果哦/The small table pet plugin made with the deepseek-harness creation mode r… |
| dsh-whale-report | 8 | ⚪ unknown | 鲸鱼记事本 — 你的 Agent 年度报告:从会话事件日志生成日报/周报/月报/年报,任意区间、只读不改写 |
| dsh-password-prompt | 1 | ⚪ unknown | DeepSeek Harness plugin: masked password panel in the Web GUI (password_prompt tool) — bundle + dual-face plugin |
| Better_Deepseek_Harkness | 2 | ⚪ unknown | 更好的deepseek harness,为webui进行了一些拓展 |
| claude-parchment-theme | 1 | ⚪ unknown | 一款 Claude 风格的 dsh插件:为 DSH WebUI 打造,暖羊皮纸 Parchment 色板、Terracotta 品牌色与衬线字体 |
| dsh-plugin-suite | 1 | ⚪ unknown | DeepSeek Harness 社区插件套件:插件中心与自动更新器 |
| dsh-file-explorer | 1 | ⚪ unknown | File directory card in the DeepSeek Harness Web left sidebar: tree browsing with arrow expand, drive-selection page, interactive… |
| dsh-mic-input | 1 | ⚪ unknown | DSH Web ?????????:??? Web Speech API ????,????/??????????????????Microphone voice input plugin for the DeepSeek Harness Web UI (b… |
| dsh-skin-amis | 1 | ⚪ unknown | 鸣潮爱弥斯主题皮肤: 粉白配色+赛博霓虹装饰的 DeepSeek Harness Web GUI 皮肤 / Amis-inspired pink-white skin for DSH Web UI |
| touhou-hakurei | 3 | ⚪ unknown | 灵梦(Reimu)·博丽神社(东方Project)美化版皮肤:神社昼夜实景背景、灵梦立绘、画框侧边栏与输入框、纸白透明界面 — DeepSeek Harness Web GUI skin |
| dsh-media-preview | 2 | ⚪ unknown | Audio/video preview viewer for dsh-better-sidebar: native playback with Range-seeking streaming route |
| dsh-moyan | 3 | ⚪ unknown | 简洁、克制、安静,旨在为您的Vibe Coding增加些许文艺感。每次打开WebUI,左下角都会出现一句话,从古诗词到文采句,再到脍炙人口的游戏台词,应有尽有。语料库可高度自定义,插件风格完全适配原生Harness界面,功能简洁明确,绝不喧宾夺主。 |
| Catppuccin-dsh-theme | 1 | ⚪ unknown | Soothing pastel theme for DeepSeek Harness |
| dsh-naiwa-theme | 2 | ⚪ unknown | 为deepseek harness构建的奶蛙主题,可是我觉得很神圣呀。(素材来自互联网) |
| dsh-theme-pack | 1 | ⚪ unknown | 16 theme skins for the DeepSeek Harness (DSH) Web GUI - Catppuccin/Gruvbox/Everforest/Rose Pine/Solarized/Kanagawa/Tokyo Night/Ni… |
| dsh-ui-whale | 1 | ⚪ unknown | 【求⭐】🐋DSH Web UI 全手绘像素鲸鱼伙伴插件:会话标题栏常驻,平时眨眼/偶尔摆尾/动胸鳍,思考运行时持续动起来,回合完成头顶喷水,点击还会冒爱心,不工作时还会偷懒睡觉,零核心改动。 【喜欢的话就点点star⭐吧~】 |
| dsh-width-tiers | 1 | ⚪ unknown | A client plugin for the DeepSeek Harness Web GUI that adds chat content width tiers with a floating picker button (bottom-right,… |
| dsh-layout-tools | 1 | ⚪ unknown | DSH Web 三栏工作台:对话流净化(工具调用/思考移入右侧面板)+ 左侧工作区文件树(git 状态徽标) |
| dsh-skin-claude-code | 2 | ⚪ unknown | DeepSeek Harness (dsh) Web GUI skin: Claude Code style fonts + Codex warm palette (terracotta #DA7756, cream #F5F3EE, ink #1D1B16… |
| dsh-web-search-tavily | 1 | ⚪ unknown | Tavily-backed WebSearchProvider for DeepSeek Harness (ctx.web) - keyless mode, no API key required |
| dsh-turn-navigator | 1 | ⚪ unknown | Jump between conversation turns in the DeepSeek Harness web UI |
| dsh-eye-care | 1 | ⚪ unknown | Warm light, warm dark, and system-aware eye-care themes for DSH Web |
| dsh-web-search-responses | 1 | ⚪ unknown | DSH ctx.web search provider that reuses the conversation model's OpenAI Responses built-in web_search |
| dsh-aemeath-pet | 2 | ⚪ unknown | 爱弥斯 · DeepSeek Harness 桌宠 — DeepSeek Harness Web GUI 的像素风宠物插件。 |
| dsh-workbench | 4 | ⚪ unknown | VS Code-style three-column Explorer + Monaco editor plugin for the DeepSeek Harness web GUI |
| dsh-web-theme-packs | 2 | ⚪ unknown | This is a dsh-pulgin for change theme by yourself. |
| dsh-gadgets | 2 | ⚪ unknown | Lightweight DeepSeek Harness tweaks: dsh-skin (appearance) + dsh-tidy (conversation folding & nav rail) |
| dsh-plugin-devecocli | 1 | ⚪ unknown | HarmonyOS development tools for DeepSeek Harness: device/emulator management, UI automation, build & deploy, logs, lint, signing… |
| dsh-tavily-search-provider | 1 | ⚪ unknown | Tavily search provider for DeepSeek Harness with full search-control mapping, credential-backed key UI, and guarded rc.6 patches. |
| dsh-computer-use | 2 | ⚪ unknown | Text-first browser & background macOS control for DeepSeek Harness (DSH): target the right process and window without taking the… |
| dsh-commit-review | 3 | ⚪ unknown | 一个 DSH 插件:为 Web GUI 增加 /commit 与 /review 两个斜杠命令 |
| dsh-catppuccin | 2 | ⚪ unknown | DeepSeek Harness Web GUI 的 Catppuccin 主题插件:Latte / Frappé / Macchiato / Mocha 四种风味一键切换 |
| dsh-sidebar-qa | 4 | ⚪ unknown | 一个基于DSH-better-sidebar的侧边栏提问tab,实现类codex的侧边提问或claude code的/btw功能 |
| dsh-boot-guard | 3 | ⚪ unknown | A loader-independent rescue console for DeepSeek Harness when a broken plugin prevents the Web UI from starting. |
| dsh-plugin-qr-connect | 2 | ⚪ unknown | DeepSeek Harness dynamic plugin: QR-code sidebar button for connecting mobile devices to the web UI |
| dsh-blue-whale | 2 | ⚪ unknown | Official DeepSeek Chat blue-whale default skin for DeepSeek Harness |
| dsh-hotreload-plugin-manager | 2 | ⚪ unknown | DeepSeek Harness plugin: hot install / uninstall / update / enable-disable of profile plugin bundles from the running dsh web — n… |
| dsh-plugin-visual-composer | 2 | ⚪ unknown | Visual Cordis plugin-tree composer for the DeepSeek Harness Web UI. |
| dsh-client-ui-skin-claude | 2 | ⚪ unknown | Claude-style skin for DeepSeek Harness (dsh) Web GUI — warm-black canvas, Anthropic clay accent, serif UI |
| deepseek-skin-studio | 0 | ⚪ unknown (原生插件通道 beta;书签/CDP 注入为主) | DSH 换肤工作室:一张图一套皮肤;书签/CDP/原生三通道注入 + 可视化工坊 + 13 套内置主题 + DSH-SKIN-SPEC 导出。 |
| dsh-whale-font | 2 | ⚪ unknown | 把 DeepSeek Harness 对话里的主语人称「我/你/I/me」渲染成 DeepSeek 蓝鲸图标(DSH 插件) |
| dsh-scroll-timeline | 2 | ⚪ unknown | DSH web plugin: ChatGPT-style scroll timeline on the chat sidebar — magnetic mountain hover, click to jump to user messages. Deri… |
| dafy-whale-theme | 2 | ⚪ unknown | DeepSeek Harness 蓝色大肥鱼主题插件:海洋配色、鱼群、气泡、吉祥物与品牌替换 |
| dsh-skin-appearance | 2 | ⚪ unknown | DeepSeek Harness 外观定制插件:八套内置主题 + 自定义壁纸(透明度/模糊),Host 设置持久化 |
| deepseek-harness-GUI | 2 | ⚪ unknown | DeepSeek Harness 超级轻量启动器,基于 Tauri 封装桌面版 APP,支持升级 DSH 内核、提供免安装便携版 |
🐋 皮肤
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| themes (皮肤中心) | 1 | 🟢 ok | 皮肤中心:151 款昼夜成对皮肤一包打尽——网格预览、搜索、DSH Web UI 内一键试穿。 |
💬 会话
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| pi-discuss-mode | 11 | ⚪ unknown | Pi Coding Agent 的只读讨论模式 |
| dsh-turn-rewind | 41 | ⚪ unknown | 对话回退:回滚会话与工作区状态 |
| dsh-share | 17 | ⚪ unknown | DSH 对话分享插件 |
| dsh-message-edit | 18 | ⚪ unknown | 分支式消息编辑、reroll、版本时间线 |
| dsh-context-doctor | 7 | ⚪ unknown | 上下文注入审计:AGENTS.md/技能/tool schema token 成本 |
| dsh-session-health | 9 | ⚪ unknown | 多帧 zstd 会话文件帧级扫描诊断 |
| dsh-evolve | 5 | ⚪ unknown | 自进化:agent 在会话内给自己长出/剪掉能力 |
| dsh-memory-evolve | 58 | ⚪ unknown | 跨会话长期记忆 + 后台自我进化(纯插件) |
| dsh-web-archive | 5 | ⚪ unknown | 折叠对话中无用消息(Think/Bash 等) |
| deepseek-manners | 10 | ⚪ unknown | 给每条消息后注入感谢语 |
| dsh-agent-budget | 2 | ⚪ unknown | 原生 agent 树 token 预算插件 |
| dsh-conversation-share | 1 | ⚪ unknown | 分享任意段落对话 |
| dsh-kb-sieve | 2 | ⚪ unknown | 可审计知识库打包(references + SQLite) |
| dsh-postmortem | 2 | ⚪ unknown | 本地优先的会话故障复盘 |
| dsh-session-search | 2 | ⚪ unknown | 无索引跨 agent 会话搜索 |
| dsh-sidechain | 6 | ⚪ unknown | 侧会话插件:/side 持续性 + /btw 一次性 |
| dsh-tool-approval | 1 | ⚪ unknown | 手动审批(Manual/Ask 模式) |
| dsh-turn-navigator | 1 | ⚪ unknown | DSH Web 轮次导航插件 |
| plugin-session-export | 3 | 🟢 ok | 把 append-only 会话日志导出成人读的 Markdown / HTML,按来源分组渲染(系统提示 / 思维链 / 工具调用 / 子agent)。 |
| dsh-chat-import | 26 | ⚪ unknown | 从 Claude Code/Codex/Reasonix 导入历史消息到 DSH。 |
| dsh-stream-rules | 4 | ⚪ unknown | 按需注入规则,不浪费上下文。 |
| dsh-compaction-instant | 7 | ⚪ unknown | 无 LLM 的无损压缩引擎。 |
| dsh-recall | 4 | ⚪ unknown | DSH Web UI 消息撤回插件。 |
| dsh-plugin-claude-bridge | 5 | ⚪ unknown | dsh-plugin-claude-bridge — DSH 插件(会话) |
| dsh-goal-mode-enhance | 2 | ⚪ unknown | 为 DeepSeek Harness 提供可视化 goal 模式:Goal 栏 / 头部入口 / 设置页(历史+多会话总览)/ goal_overview 模型工具 |
| context-vista | 4 | ⚪ unknown | 为 DeepSeek Harness 提供右侧悬浮栏以及 /context 命令,用环形图实时展示当前上下文 token 用量与分配,compact指令效果,同时支持估算费用消耗,对标 Claude Code 的 /context。 |
| dsh-claude-move | 2 | ⚪ unknown | dsh-claude-move — DSH 插件(会话) |
| dsh-ergonomics | 2 | ⚪ unknown | DSH 会话人体工学:/new 一键新会话 + 输入历史 ↑↓ 回溯 |
| dsh-model-config-sync | 10 | ⚪ unknown | DSH 高级模型配置器:为 DeepSeek Harness 提供将 pi-ai 预设模型的上下文、输出上限、推理挡位一键应用到自定义提供商的能力。 |
| dsh-undo | 3 | ⚪ unknown | dsh-undo — DSH 插件(会话) |
| dsh-session-timeline | 3 | ⚪ unknown | DeepSeek Harness 会话时间轴插件:横短横线波浪、当前消息定位、点击跳转、圆角预览 tooltip、可收起/展开 |
| dsh-plugins | 3 | ⚪ unknown | dsh-plugins — DSH 插件(会话) |
| dsh-superpowers | 3 | ⚪ unknown | dsh-superpowers — DSH 插件(会话) |
| billion-context-dsh | 9 | ⚪ unknown | billion-context-dsh — DSH 插件(会话) |
| dsh-session-pins | 2 | ⚪ unknown | dsh-session-pins — DSH 插件(会话) |
| dsh-cue-plugin | 4 | ⚪ unknown | DeepSeek Harness 的跨会话引用(cue)插件 |
| dsh-memento | 2 | ⚪ unknown | dsh-memento — DSH 插件(会话) |
| dsh-archive-viewer | 3 | ⚪ unknown | DeepSeek Harness 归档会话管理插件:查看/恢复已归档会话(回到原工作区分组)+ 右上角一键关闭 dsh。MIT 许可,欢迎收录到任何插件合集,注明出处即可。 |
| dsh-memory | 1 | ⚪ unknown | dsh-memory — DSH 插件(会话) |
| dsh-plugins | 2 | ⚪ unknown | dsh-plugins — DSH 插件(会话) |
| dsh-opencode-usage | 2 | ⚪ unknown | dsh-opencode-usage — DSH 插件(会话) |
| dsh-session-hub | 2 | ⚪ unknown | dsh-session-hub — DSH 插件(会话) |
| dsh-memento | 2 | ⚪ unknown | dsh-memento — DSH 插件(会话) |
| dsh-archive-viewer | 3 | ⚪ unknown | DeepSeek Harness 归档会话管理插件:查看/恢复已归档会话(回到原工作区分组)+ 右上角一键关闭 dsh。MIT 许可,欢迎收录到任何插件合集,注明出处即可。 |
| dsh-codex-provider | 4 | ⚪ unknown | dsh-codex-provider — DSH 插件(会话) |
| dsh-memory | 2 | ⚪ unknown | dsh-memory — DSH 插件(会话) |
| dsh-workbench | 1 | ⚪ unknown | 这是一个用于展示和分享为开发的各类插件(Plugins)与技能(Skills)的集合。您可以在这里浏览并发现能增强您 DSH 体验的扩展! |
| dsh-codex-import | 1 | ⚪ unknown | dsh-codex-import — DSH 插件(会话) |
| dsh-session-pin | 1 | ⚪ unknown | dsh-session-pin — DSH 插件(会话) |
| dsh-prompt-stash | 2 | ⚪ unknown | Local, per-session prompt stash for DeepSeek Harness Web |
| dsh-open-in-finder | 2 | ⚪ unknown | dsh-open-in-finder — DSH 插件(会话) |
| dsh-mcp-proxy | 1 | ⚪ unknown | dsh-mcp-proxy — DSH 插件(会话) |
| dsh-nocturne-memory | 1 | ⚪ unknown | dsh-nocturne-memory — DSH 插件(会话) |
| dsh-balance | 5 | ⚪ unknown | dsh-balance — DSH 插件(会话) |
| dsh-mneme | 8 | ⚪ unknown | Mneme——把记忆主权还给人的记忆插件:SQLite + 可人工编辑的 Markdown 双写,autoDream 在梦境中巩固记忆,106 个测试护航。 |
| dsh-cost-meter | 11 | ⚪ unknown | DeepSeek Harness 会话费用统计插件:本会话费用、当日费用、历史记录与官方价格同步 |
| dsh-claude-mem | 1 | ⚪ unknown | dsh-claude-mem — DSH 插件(会话) |
| dsh-revive | 3 | ⚪ unknown | DSH 一键复活:重启后给所有被打断的会话自动发送「继续」指令(/revive 命令 + revive_sessions 工具 + 浏览器一键按钮) |
| dsh-plugin-wepre | 1 | ⚪ unknown | dsh-plugin-wepre — DSH 插件(会话) |
| dsh-plugin-meta-memory | 2 | ⚪ unknown | dsh-plugin-meta-memory — DSH 插件(会话) |
| dsh-auto-review | 1 | ⚪ unknown | dsh-auto-review — DSH 插件(会话) |
| DeepSeek-Harness-for-VS-Code | 2 | ⚪ unknown | DeepSeek-Harness-for-VS-Code — DSH 插件(会话) |
| dsh-plugin-context-compressor | 1 | ⚪ unknown | dsh-plugin-context-compressor — DSH 插件(会话) |
| dsh-context-taxonomy | 1 | ⚪ unknown | dsh-context-taxonomy — DSH 插件(会话) |
| dsh-tdai-memory | 2 | ⚪ unknown | dsh-tdai-memory — DSH 插件(会话) |
| dsh-context-lens | 1 | ⚪ unknown | dsh-context-lens — DSH 插件(会话) |
| dsh-plugin-session-import | 2 | ⚪ unknown | dsh-plugin-session-import — DSH 插件(会话) |
| dsh-resume-plugin | 1 | ⚪ unknown | 让 DeepSeek Harness 安全读取并继续 Codex 与 Claude Code 的历史会话。 |
| dsh-cost-ledger | 1 | ⚪ unknown | dsh-cost-ledger — DSH 插件(会话) |
| dsh-plugin-codex-import | 0 | ⚪ unknown | dsh-plugin-codex-import — DSH 插件(会话) |
| dsh-continual-evolve | 2 | ⚪ unknown | dsh-continual-evolve — DSH 插件(会话) |
| dsh-command-opt | 0 | ⚪ unknown | DeepSeek Harness(DSH)命令优化插件:Tab/Enter 补全命令名、参数格式引导与提示弹框、tool 开启会话(subagent)补丁、空对话命令输出修复。Command optimization plugin for DeepSeek… |
| dsh-telemetry-redactor | 2 | ⚪ unknown | dsh-telemetry-redactor — DSH 插件(会话) |
| dsh-revdiff | 1 | ⚪ unknown | dsh-revdiff — DSH 插件(会话) |
| dsh-usage-widget | 1 | ⚪ unknown | DSH (DeepSeek Harness) 持久化 Web 插件:Token 用量统计悬浮窗 —— 可拖动窗口/圆点、曲线/热力图、总 tokens 大数字;宿主半聚合会话日志并提供 /usage/api/snapshot |
| dsh-balance-meter | 13 | ⚪ unknown | dsh-balance-meter — DSH 插件(会话) |
| dsh-cost-chip | 3 | ⚪ unknown | DeepSeek Harness (dsh) 插件:/cost 查看每个会话花费 + 可拖拽的悬浮费用胶囊 |
| dsh-latex-tools | 2 | ⚪ unknown | dsh-latex-tools — DSH 插件(会话) |
| dsh-memory | 0 | ⚪ unknown | dsh-memory — DSH 插件(会话) |
| mindspace-dsh-session-memory | 1 | ⚪ unknown | mindspace-dsh-session-memory — DSH 插件(会话) |
| dsh-auto-compact | 0 | ⚪ unknown | dsh-auto-compact — DSH 插件(会话) |
| dsh-hotkeys | 0 | ⚪ unknown | DeepSeek Harness(DSH)全局快捷键插件:会话切换、发送/清空草稿、停止生成、复制与归档,键位可在设置中自定义。Global keyboard shortcuts plugin for DeepSeek Harness. |
| dsh-plugin-jinji | 1 | ⚪ unknown | 把「记忆」带进 DeepSeek Harness:极简文本记忆系统(Markdown 日志 + 画像档案),以大模型为核心驱动。无需安装其他软件,无需编译,无第三方依赖。 |
| dsh-memory | 0 | ⚪ unknown | dsh-memory — DSH 插件(会话) |
| dsh-supervisor | 1 | ⚪ unknown | dsh-supervisor — DSH 插件(会话) |
| dsh-archive-viewer | 0 | ⚪ unknown | dsh-archive-viewer — DSH 插件(会话) |
| dsh-plugin-asmemory | 0 | ⚪ unknown | dsh-plugin-asmemory — DSH 插件(会话) |
| powercontext-dsh | 8 | ⚪ unknown | DeepSeek Harness plugin that connects to a PowerContext Server over HTTP for recall, memory, handoff, experience, and skills. |
| dsh-balance-stats | 2 | ⚪ unknown | Balance, session cost, token usage, and invoice summaries for DeepSeek Harness Web. |
| dsh-session-import | 2 | ⚪ unknown | DSH 会话日志导入插件:解析 /export 的 zip/jsonl,结构真实性验证 + SHA-256 指纹校验,同步模型/预设/权限等状态,导入/删除实时推送免刷新 |
| dsh-usage-plugin | 3 | ⚪ unknown | DeepSeek Harness (DSH) plugins. First: dsh-usage-report — per-session token usage & estimated cost (/usage + usage_report), price… |
| DeepSeek-Harness-billing-plugin | 7 | ⚪ unknown | DeepSeek Harness billing plugin: account balance + per-model remaining-task estimator with a session-header badge |
| dsh4vscode | 3 | ⚪ unknown | DSH Chat for VS Code — DeepSeek Harness chat windows inside VS Code (OpenCode-style independent sessions, model auto-routing) |
| deepseek-billing-plugin | 2 | ⚪ unknown | DeepSeek Harness (DSH) 插件:DeepSeek 官方 API 余额与当前会话费用估算 |
| dsh-history | 2 | ⚪ unknown | Recall and re-run the current session's command history with ↑/↓ keys in the DSH Web composer. |
| dsh-pin-recall | 1 | ⚪ unknown | DeepSeek Harness plugin: pin assistant replies and recall them into the model turn |
| dsh-deepseek-billing | 2 | ⚪ unknown | DSH WebUI 插件:DeepSeek 余额显示与按会话费用估算 |
| dsh-checkpoint | 1 | ⚪ unknown | Mark an exploration start in the session; pairs with rewind to fold the exploration out of context. |
| dsh-plugin-sysmon | 1 | ⚪ unknown | Local system resource monitor (CPU / memory / disk / load / uptime) for the DeepSeek Harness bottom status bar. |
| dsh-worktrees | 1 | ⚪ unknown | Git worktree isolation for parallel DeepSeek Harness sessions |
| dsh-token-panel | 4 | ⚪ unknown | Real-time token consumption HUD plugin for DeepSeek Harness. Live token usage monitor, context pressure, cost estimation, history… |
| dsh-plugin-usage-dashboard | 1 | ⚪ unknown | DeepSeek usage & cost dashboard for the DSH bottom status bar: per-session token/cost aggregation with low-balance budget alert. |
| dsh-token-monitor | 3 | ⚪ unknown | DeepSeek Harness plugin: token usage & conversation stats as a native settings page - today / 7d / 30d totals, GitHub-style 90-da… |
| dsh-system-proxy | 2 | ⚪ unknown | DSH host plugin - smart outbound HTTP(S) routing: named proxies (http/https/socks4/4a/5/5h), per-host/provider/plugin rules, dire… |
| dsh-background-agents | 2 | ⚪ unknown | Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watch its progress in t… |
| dsh-rewind | 1 | ⚪ unknown | Fold everything since the last checkpoint mark into an auto-generated report, replacing it in context while keeping the full log. |
| dsh-side-chat | 1 | ⚪ unknown | Parent-session-aware side chat plugin for DeepSeek Harness |
| dsh-slice-agent-loop | 1 | ⚪ unknown | A drop-in DeepSeek Harness agent loop whose context engine is a bounded slice instead of a growing transcript |
| dsh-model-router | 8 | ⚪ unknown | Model router & cost optimizer for DeepSeek Harness: heuristic tier routing, failure fallback, and live per-session token/cache/co… |
| dsh-everything-oauth | 1 | ⚪ unknown | Import local Codex / Grok / Claude / OpenCode / CC Switch logins into DeepSeek Harness |
| dsh-agent-replay | 1 | ⚪ unknown | DeepSeek Harness 会话回放与脱敏分享插件:将真实 Agent 轨迹导出为独立交互 HTML,用于文档、演示和问题反馈。 |
| dsh-memory-director | 0 | ⚪ unknown | MemoryDirector plugin for DeepSeek Harness: LLM-driven remember/forget (official harness has no memory) |
| dsh-bottom-stats | 0 | ⚪ unknown | DSH plugin: full-width conversation stats line (no truncation) + context occupancy progress bar for the DeepSeek Harness web UI |
| tmcra-deepseek-harness-memory | 1 | ⚪ unknown | TMCRA Agent 长期记忆系统的 DeepSeek Harness 接入插件:自动延续跨对话项目记忆,并沉淀项目知识与工作经验。 |
| dsh-skillradar | 2 | ⚪ unknown | Skill Radar for DeepSeek Harness (dsh): scan the current session's visible skills, score relevance against the conversation, and… |
| dsh-plugin | 1 | ⚪ unknown | DSH 会话切换面板插件(Ctrl+K / Ctrl+[ ],npm 可装)+ 插件开发模板 |
| dsh-ui-progress | 1 | ⚪ unknown | DSH Web UI 会话进度插件:输入框停靠区常驻会话进度条(todos 真实进度 / 实时 token 生成速率 / 中断橘红态 / 待办提醒),零核心改动 |
| dsh-git-branch-switcher | 0 | ⚪ unknown | DeepSeek Harness web plugin: git branch pill in the session header with UI branch switching |
| dsh-plugins | 0 | ⚪ unknown | DSH plugin collection: DeepSeek Harness community plugins (session-health, knowledge, ...) |
| dsh-skill-evolve | 0 | ⚪ unknown | DSH 插件:Agent 自我进化引擎 — 从成功会话中自动提炼可复用 skill,越用越聪明。 |
| dsh-mcp-adapter | 0 | ⚪ unknown | MCP adapter for DeepSeek Harness — one proxy tool instead of dumping every MCP schema into context. |
| dsh-session-analyst | 0 | ⚪ unknown | DSH 插件:Agent 会话质量分析 —— 工具成功率、token 效率、冗余调用检测、跨会话回归对比。PS:上传文件有点问题,等我重新整理下 |
| dsh-tmcra-memory | 1 | ⚪ unknown | TMCRA Agent 长期记忆系统的 DeepSeek Harness 接入插件:跨对话延续项目记忆,自动沉淀项目知识与工作经验。 |
| dsh-plugin-cc | 10 | ⚪ unknown | Bridge Deepseek-harness into Claude Code for review, critique, delegation, and session import. |
| dsh-plugin-langfuse | 2 | ⚪ unknown | Langfuse observability for DeepSeek Harness (dsh): exports agent sessions as OpenTelemetry trace trees (GenAI semconv) to Langfus… |
| dsh-git-credentials | 1 | ⚪ unknown | DeepSeek Harness plugin: GitLab and GitHub API tokens stay out of the model context — encrypted at rest (AES-256-GCM), tools on d… |
| dsh-usage-footer | 4 | ⚪ unknown | DSH web 用量/费用悬浮按钮插件:账户余额、峰谷时段、今日/本会话消费估算与 token 统计(含设置开关) |
| dsh-usage-cost | 1 | ⚪ unknown | Lightweight DeepSeek Harness plugin: per-session + global API cost stats (peak/off-peak pricing) |
| dsh-daily-brief | 0 | ⚪ unknown | Daily activity brief for DSH: per-session turns/messages/tool-call stats. Read-only. |
| dsh-netcafe | 0 | ⚪ unknown | DeepSeek Harness bundle: adds AI NetCafé's hosted outcome tools (statement extraction with reconciliation, SQL dialect transpile,… |
| dsh-codex-sync | 0 | ⚪ unknown | Import DeepSeek-on-Codex chat history into DeepSeek Harness (dsh) |
| dsh-fusion | 1 | ⚪ unknown | 将多个 DeepSeek Harness 对话融合为一个可继续的会话,支持 Agent 智能剪枝、话题分组、内容排序和界面操作 |
| dsh-better-chat-history | 1 | ⚪ unknown | A plugin for DSH to optimize session loading speed and reduce disk read/write consumption. |
| dsh-subagent-status | 0 | ⚪ unknown | DeepSeek Harness 常驻插件:在会话标题栏显示主代理与每个子代理实际使用的模型和思考档位 |
| dsh-llmwiki | 1 | ⚪ unknown | Local Markdown wiki as long-term memory for DeepSeek Harness — RRF-fused retrieval (keyword + wikilink graph + temporal), token-b… |
| dsh-cookie-bridge | 1 | ⚪ unknown | Chrome extension that exports plaintext cookies to dsh-computer-use over localhost (no App-Bound decryption needed). |
| dsh-memory | 1 | ⚪ unknown | Memory retrieval plugin for DeepSeek Harness (dsh): wiki double-link memory graph with 9 tools — hybrid search, read, link-scan,… |
| dsh-token-usage | 1 | ⚪ unknown | DSH (DeepSeek Harness) web plugin — Token usage analytics tab for the conversation view (KPIs, context meter, donut, stacked per-… |
| dsh-agentmemory | 2 | ⚪ unknown | agentmemory for DeepSeek Harness (dsh): full memory_* tools, capture hooks, and context injection over the local REST server |
| dsh-agent-compact | 1 | ⚪ unknown | Agent-driven compaction for DeepSeek Harness: the agent summarizes its own conversation (KV-cache friendly, no giant replay). Ver… |
| dsh-multi-tenant | 2 | ⚪ unknown | Multi-tenant SaaS extension for DeepSeek Harness (DSH): tenant identity, session isolation, authorization, tenant-aware MCP, and… |
| dsh-auto-memory | 3 | ⚪ unknown | DSH 自动记忆插件:三层记忆(用户级/项目笔记/每日日志)自动注入与检索、每日反思、可视化面板与设置页,支持继承其他 AI 工具的历史记忆。 |
| dsh-sidebar-mode | 2 | ⚪ unknown | 把默认的四种模式切换塞进「新会话」按钮里,新会话创建更方便(标准/PTC/创造/极简,与设置双向同步) |
| dsh-context | 26 | ⚪ unknown | A DeepSeek Harness plugin for Context insight panel — a Context tab in the web UI showing what the model's context window is made… |
| dsh-sidechain | 6 | ⚪ unknown | DSH 侧会话插件:/side 持续性侧会话(Codex 风格)与 /btw 一次性侧问(Claude 风格)——在临时 fork 中运行、不写入主会话历史;Web UI 右侧链面板内嵌对话,主会话保持不变 |
| dsh-provider-model-configurator | 10 | ⚪ unknown | DSH 高级模型配置器:为 DeepSeek Harness 提供将 pi-ai 预设模型的上下文、输出上限、推理挡位一键应用到自定义提供商的能力。 |
| dsh-plugin-deepseek-pricing | 3 | ⚪ unknown | DSH Price Monitor(价格监控)· DeepSeek 实时定价、峰谷自动切换与会话费用监控的 dsh 插件 |
| dsh-client-ui-monitor | 3 | ⚪ unknown | 用于监控当前会话额度消耗、预估费用及当前API余额/Used to monitor the current session's quota consumption, estimated costs, and current API balance. |
| dsh-plugin-consult | 2 | ⚪ unknown | DeepSeek Harness peer-consult plugin: talk to a fork of another session without mutating the original |
| dsh-better-archive | 2 | ⚪ unknown | DeepSeek Harness (DSH) web-GUI plugin: archived-session panel with unarchive & delete |
| dsh-session-cost | 1 | ⚪ unknown | Session cost & balance readout for DeepSeek Harness (DSH) Web GUI: official pricing, peak/off-peak hours, per-model costing |
| dsh-archived-sessions | 5 | ⚪ unknown | DSH Session Manager: manage conversations, archive/restore, delete safely, open record folders. |
| dsh-session-cost | 2 | ⚪ unknown | DSH plugin: estimated DeepSeek API cost per session in the web GUI stats strip |
| dsh-polling | 1 | ⚪ unknown | dsh-polling — 轮询任务/定时任务 plugin for DeepSeek Harness: cron scheduled tasks as real sessions, natural-language creation, model tool… |
| dsh-session-export | 1 | ⚪ unknown | Export DeepSeek Harness sessions to Markdown for review, blogging and audit. dsh plugin. |
| dsh-tool-user-memory | 2 | ⚪ unknown | DeepSeek Harness 用户记忆插件 |
| dsh-session-export | 2 | ⚪ unknown | Export DeepSeek Harness (DSH) sessions to portable Markdown and JSON — dsh plugin |
| dsh-achievements | 1 | ⚪ unknown | DeepSeek Harness achievement & gamification plugin: cross-session badges for turns, tool calls, sessions and daily streaks, with… |
| dsh-plugin-balance | 1 | ⚪ unknown | 余额显示插件(DeepSeek Harness 网页端):会话头部实时账户余额 |
| dsh-billing | 4 | ⚪ unknown | DeepSeek Harness plugin: 账户余额 + 会话费用(/balance /cost 命令、deepseek_billing 工具、Web UI 双胶囊),官方价格每 12 小时自动同步 |
| dsh-archived-conversations | 5 | ⚪ unknown | 归档对话查看 (archived-conversation-viewer):在 DSH 设置页查看、恢复与删除归档会话的 Cordis 插件 |
| dsh-browser-playwright | 2 | ⚪ unknown | Snapshot-first Playwright browser automation for DeepSeek Harness: accessibility-tree interaction with stable refs, per-session b… |
| dsh-session-deeplink | 5 | ⚪ unknown | DeepSeek Harness plugin for shareable session deep links |
| dsh-personalize | 3 | ⚪ unknown | Per-host personalization for DSH: custom instructions, local long-term memory, and reply-tone presets. |
| dsh-stats-dashboard | 3 | ⚪ unknown | DSH plugin: provider/model usage stats dashboard with response speed, call log, token totals, cache rate, cost estimates, CSV exp… |
| dsh-client-pricing | 6 | ⚪ unknown | 会话顶栏实时显示 DeepSeek API 价格(峰谷定价 / 现行一口价,flash / pro 自动切换) |
| dsh-session-audit | 2 | ⚪ unknown | Session execution analytics and audit reports for DeepSeek Harness — see how your agent actually worked |
| dsh-gpu | 1 | ⚪ unknown | GPU-aware execution layer for DeepSeek Harness: gpu_status / gpu_exec / gpu_run_bg tools, auto card selection, per-step GPU conte… |
| dsh-im-gateway | 2 | ⚪ unknown | An IM gateway for the DeepSeek Harness: bridge messengers into harness agent sessions and control them with slash commands. |
| dsh-quote-annotate | 2 | ⚪ unknown | DSH 会话选区引用与锚点批注插件:选中文字 → 批注 → 引用锚点 chip(点击跳回原文、悬停显示原文)。Contextual selection & anchored annotation plugin for DeepSeek Harness. |
| Liltloom | 2 | ⚪ unknown | 语织:中文优先、用户可控的 AI 写作风格记忆层,让 AI 学会你的表达,需要时再调用。Chinese-first style memory for AI; DeepSeek Harness adapter included. |
| dsh-ops-kit | 2 | ⚪ unknown | A reusable DeepSeek Harness bundle for evidence-driven memory, orchestration, benchmark operations, and plugin release workflows. |
| dsh-session-tree | 2 | ⚪ unknown | Git-like immutable session branching for DeepSeek Harness |
| blender | 5 | ⚪ unknown | DeepSeek Harness plugin for complete Blender 3D modeling, reconstruction, rendering, validation, and export workflows |
| dsh-usage-stats | 2 | ⚪ unknown | DeepSeek Harness 精美 Token 数据面板:趋势图、活跃热力图、模型用量分析与 CSV/JSON 导出。 |
| dsh-balance-tide | 1 | ⚪ unknown | DeepSeek Harness (DSH) Web 插件: 余额 + 峰谷计价潮汐提示。显示 DeepSeek 账户余额与本会话花费, 并在余额前提示当前峰/谷价格档位、距切换倒计时与使用建议。 |
| dsh-plugin-window-stats | 1 | ⚪ unknown | DSH web plugin: a cross-session dashboard showing conversation progress and token usage for all sessions. |
| dsh-wanghong-handwritten-ppt | 1 | ⚪ unknown | 王虹学术手写风 PPT Skill for DeepSeek Harness · Notability-style HTML slides and PNG export |
| dsh-task-planner | 2 | ⚪ unknown | Task planning with experience muscle-memory for DeepSeek Harness: condition-reflex recall + LLM capability matching + auto-persis… |
| dsh-np-ppt | 1 | ⚪ unknown | 原生 DSH (DeepSeek Harness) 插件:PPT 演示文稿专家,内置 PPTD DSL 引擎、55173 所见即所得可视化编辑器、Python-PPTX 高保真离线编译内核与一键导出 PPTX。 |
| deepseek-harness-external-migration | 3 | ⚪ unknown | DeepSeek-Harness Migration Plugin 是一款专为 DeepSeek-Harness 设计的插件,旨在帮助开发者无缝迁移… |
| dsh-side-chat | 4 | ⚪ unknown | 一个 DSH 网页插件:在对话中选中部分内容后,即可在 侧边聊天里提问 —— 侧边聊天是位于右侧面板、按发起它的主会话隔离的独立聊天。 |
| dsh-client-ui-voice-input | 2 | ⚪ unknown | DeepSeek Harness (dsh) Web UI plugin: voice input + prompt optimization for the composer. 语音输入 + 提示词优化(Web Speech API,宿主端 LLM 优化,… |
| dsh-gzip | 1 | ⚪ unknown | dsh-gzip插件:压缩API响应,降低带宽占用,解决低速网络下历史加载失败问题 |
| pa-dsh | 1 | ⚪ unknown | ProactiveAgent × DeepSeek Harness 插件组:把主动记忆 + 主动建议接入 DSH(6 个 cordis 插件,引擎零重写) |
| deepseek-harness-wallet | 5 | ⚪ unknown | Balance monitoring, per-session spend & token tracking, low-balance alerts, and an official recharge shortcut for DeepSeek Harnes… |
| dsh-import-agents | 5 | ⚪ unknown | Import pi / opencode / codex / claude-code sessions, chat history, and agents into DeepSeek Harness — one-click Sync button, slas… |
| dsh-requirements-alignment | 2 | ⚪ unknown | Lightweight requirement alignment for DeepSeek Harness — align important decisions before execution without a full spec workflow. |
| prompt-optimizer | 1 | ⚪ unknown | A DeepSeek Harness (DSH) dynamic plugin that adds an ✨ optimize-prompt button to the chat composer — context-aware LLM rewriting… |
| dsh-btw | 3 | ⚪ unknown | 个人很喜欢 Claude Code 的 /btw,于是为 DSH 做了复刻:共享当前上下文快速旁路提问,不中断主任务,也不写入主会话历史。 |
| dsh-balance | 2 | ⚪ unknown | 一个适用于deepseek-harness的插件,功能是显示当前账户余额以及当前会话预估的费用消耗 |
| dsh-teacher | 2 | ⚪ unknown | DSH teacher plugin: Socratic tutor that leads you to answers from a markdown question set, tracks knowledge gaps in-session, and… |
| dsh-bookmarks | 2 | ⚪ unknown | Bookmark assistant replies in DeepSeek Harness: per-message bookmarks with notes/tags, a cross-session center, and one-click Mark… |
| dsh-usage-plugin | 2 | ⚪ unknown | DeepSeek Harness 用量与消耗插件(dsh-usage)—— 每次调用的 token 用量/缓存命中统计、峰谷计费、余额查询、CSV/JSON/PNG 导出,可经桌面端一键安装或命令行 dsh plugin add 安装。 |
| dsh-billing-glass | 1 | ⚪ unknown | Liquid-glass billing overlay for the DeepSeek Harness Web GUI: provider balances, session cost, daily spend and token buckets. De… |
| dsh-memory | 1 | ⚪ unknown | Multi-agent spatiotemporal memory graph for DeepSeek Harness.Cross-session persistence, knowledge flywheel, importance-gated memo… |
| dsh-noema | 2 | ⚪ unknown | Noema long-term memory plugin for DSH: durable, inspectable agent memory with recall tools and a settings page. |
| dsh-memoir | 2 | ⚪ unknown | DSH 项目持久化记忆插件(TypeScript):会话归纳 + 经验教训沉淀,写入 PROJECT_MEMORY.md 与全局索引;每轮工作结束自动提醒蒸馏、自动注入未来 AGENTS;附 Web GUI 记忆面板(项目/全局 tab、检索、手动记录/删除… |
| dsh-LorebookMD | 2 | ⚪ unknown | DSH lorebook-driven fiction writer plugin: import Tavern/SillyTavern character cards & world books, save local Markdown settings,… |
| DSH-recall-plugin | 2 | ⚪ unknown | DSH 消息撤回插件:回到发送该消息时的状态 |
| dsh-balance | 2 | ⚪ unknown | DSH plugin: /balance command + composer-dock balance readout with top-up link & session-cost estimate |
| dsh-of-your-own | 1 | ⚪ unknown | /fuck — migrates your Claude Code & Codex habits into DeepSeek Harness. One command, parallel scan, boot-time recall. |
| dsh-mcp-bridge | 2 | ⚪ unknown | Curated, verified MCP server bundle for DeepSeek Harness (dsh): one install brings demo, memory, filesystem, GitHub, Playwright a… |
| dsh-client-ui-side-tasks | 2 | ⚪ unknown | DSH 侧边任务插件:主对话右侧临时任务面板(fork 子会话,删除零残留)。by MyDSH 社区 (mydsh.dev) |
| dsh-headroom | 2 | ⚪ unknown | Headroom context-compression proxy integration for DeepSeek Harness: detect/install/start Headroom, auto-configure the DeepSeek c… |
| dsh-mcp-lens | 2 | ⚪ unknown | Shrink MCP context in DeepSeek Harness: 1,000 remote tools behind 2 exact-schema interfaces, with a measured V4 Flash cost pilot. |
| dsh-subagent-admission | 2 | ⚪ unknown | Shared lifecycle admission protocol and reference policy kernel for DeepSeek Harness subagents. |
| dsh-browser | 2 | ⚪ unknown | Shared real browser plugin for DeepSeek Harness |
| dsh-chatgpt-bridge | 2 | ⚪ unknown | MCP bridge that lets ChatGPT create, view, continue, and control DeepSeek Harness (DSH) agent sessions. |
🧠 模型
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-vision-toolkit | 330 | ⚪ unknown | 给纯文本模型加视觉:图片问答、长截图 OCR、UI 还原 |
| Deepseek-omnimodal | 3 | ⚪ unknown | 面向纯文本 Agent 的开源多模态 MCP |
| dsh-computer-use | 18 | ⚪ unknown | 电脑控制插件(Accessibility 观测 + 作用域权限) |
| dsh-vision | 20 | ⚪ unknown | view_image 工具桥接任意 OpenAI 兼容 VLM |
| modlens | 1291 | ⚪ unknown | DeepSeek Harness 首个视觉插件,纯文本模型看图。 |
| agent-vision-toolkit | 835 | ⚪ unknown | 为纯文本模型看图设计的视觉工具箱与技能:多图理解、图片问答、UI 还原、GUI 自动化。 |
| dsh-tool-turbo | 4 | ⚪ unknown | 每轮 reasoning_effort 优化器。 |
| dsh-plugin-cost-tracker | 3 | ⚪ unknown | DeepSeek Harness token 成本追踪器。 |
| dsh-cost | 3 | ⚪ unknown | DSH token 成本统计插件。 |
| dsh-vision-proxy | 6 | ⚪ unknown | DeepSeek 大脑 + 自动识图:图片经 VLM 识别。 |
| dsh-her-eyes | 4 | ⚪ unknown | 让 AI 自动调用 VLM 做视觉分析的 dsh 插件。 |
| dsh-recommend | 11 | ⚪ unknown | DSH 插件生态透明排行与推荐:每日自动抓取 dsh-plugin 话题 + 公开评分模型 + 排行/推荐插件与静态站 |
| dsh-hdc-bridge | 4 | ⚪ unknown | DSH 原生鸿蒙设备桥:hdc 工具让 Agent 完成截图-看图-装包-验证的闭环调试 / DSH-native HarmonyOS device bridge |
| dsh-plugin-deepeye | 4 | ⚪ unknown | dsh-plugin-deepeye — DSH 插件(模型) |
| dsh-tiered-approval | 2 | ⚪ unknown | dsh-tiered-approval — DSH 插件(模型) |
| dsh-mcp-manager | 6 | ⚪ unknown | dsh-mcp-manager — DSH 插件(模型) |
| dsh-llm-codex-oauth | 5 | ⚪ unknown | 在 dsh(DeepSeek Harness)里使用你的 ChatGPT / Codex 订阅。插件通过 OpenAI Codex 的 OAuth 流程登录 ChatGPT 账号,把订阅额度暴露成 dsh 的 codex-oauth 模型提供方。 |
| dsh-payload-capture | 1 | ⚪ unknown | DSH 插件:捕捉每次上行模型 API payload,JSON 落盘 |
| doubao-vision-dsh | 1 | ⚪ unknown | 让纯文本模型通过桌面豆包看见聊天图片的 DeepSeek Harness 宿主插件(CDP 桥接,全预设生效,识别可取消) |
| dsh-vision-LMstudio | 1 | ⚪ unknown | 让你能通过deepseek harness调用LM studio加载的本地视觉模型 |
| dsh-tool-vision | 2 | ⚪ unknown | dsh-tool-vision — DSH 插件(模型) |
| dsh-effort-tweak | 2 | ⚪ unknown | dsh-effort-tweak — DSH 插件(模型) |
| dsh-toolbelt | 1 | ⚪ unknown | dsh-toolbelt — DSH 插件(模型) |
| multimodal-bridge | 1 | ⚪ unknown | multimodal-bridge 是一个多模态能力桥:把 Qwen 的视觉理解(Qwen-VL)与图像生成(Qwen-Image)带给没有原生多模态能力的纯文本模型(如 DeepSeek)。它有两种形态、同一套后端: MCP Server(qwen_vis… |
| dsh-live-stats | 1 | ⚪ unknown | dsh-live-stats — DSH 插件(模型) |
| dsh-ui-spec | 2 | ⚪ unknown | dsh-ui-spec — DSH 插件(模型) |
| dsh-plugin-vision-toolkit | 1 | ⚪ unknown | dsh-plugin-vision-toolkit — DSH 插件(模型) |
| dsh-usage-cost | 2 | ⚪ unknown | dsh-usage-cost — DSH 插件(模型) |
| dsh-mimo-vision-hint | 1 | ⚪ unknown | dsh-mimo-vision-hint — DSH 插件(模型) |
| dsh-multimodal | 2 | ⚪ unknown | 给 DeepSeek 安装一双眼睛和一支画笔:会话里直接贴截图/图片,GLM 视觉模型先精确转写图片内容(报错信息、代码、界面逐字保留),然后 DeepSeek 继续处理你的问题——同一轮完成,全程无感;需要配图时,DeepSeek 自动调用文生图后端出图并… |
| dsh-vision-helper | 1 | ⚪ unknown | dsh-vision-helper — DSH 插件(模型) |
| dsh-model-modes | 2 | ⚪ unknown | dsh-model-modes — DSH 插件(模型) |
| dsh-pet-corner | 3 | ⚪ unknown | dsh-pet-corner — DSH 插件(模型) |
| dsh-eco-router | 1 | ⚪ unknown | dsh-eco-router — DSH 插件(模型) |
| dsh-effort-config | 1 | ⚪ unknown | dsh-effort-config — DSH 插件(模型) |
| dsh-image-to-path | 1 | ⚪ unknown | DSH 插件:让纯文本模型对话也能拖图/贴图——图片自动保存到会话工作区,以文件路径交给模型(多模态模型不受影响) |
| dsh-vision | 2 | ⚪ unknown | dsh-vision — DSH 插件(模型) |
| dsh-usage-meter | 2 | ⚪ unknown | dsh-usage-meter — DSH 插件(模型) |
| dsh-plugin-clawrouters | 1 | ⚪ unknown | dsh-plugin-clawrouters — DSH 插件(模型) |
| dsh-mac-vision | 0 | ⚪ unknown | dsh-mac-vision — DSH 插件(模型) |
| dsh-plugin-llm-codex | 0 | ⚪ unknown | dsh-plugin-llm-codex — DSH 插件(模型) |
| dsh-think-flow-flow | 1 | ⚪ unknown | dsh-think-flow-flow — DSH 插件(模型) |
| dsh-prompt-profile | 1 | ⚪ unknown | dsh-prompt-profile — DSH 插件(模型) |
| dsh-polyglot | 0 | ⚪ unknown | dsh-polyglot — DSH 插件(模型) |
| dsh-token-stats | 4 | ⚪ unknown | dsh-token-stats — DSH 插件(模型) |
| dsh-cost | 2 | ⚪ unknown | dsh-cost — DSH 插件(模型) |
| dsh-plugin-usage-report | 0 | ⚪ unknown | dsh-plugin-usage-report — DSH 插件(模型) |
| dsh-model-thinking | 1 | ⚪ unknown | dsh-model-thinking — DSH 插件(模型) |
| dsh-vision-sidecar | 4 | ⚪ unknown | dsh-vision-sidecar — DSH 插件(模型) |
| owlx-mcp | 0 | ⚪ unknown | owlx-mcp — DSH 插件(模型) |
| dsh-qwen-mm | 1 | ⚪ unknown | dsh-qwen-mm — DSH 插件(模型) |
| noatmark-dsh-plugin | 1 | ⚪ unknown | noatmark-dsh-plugin — DSH 插件(模型) |
| dsh-cost-display | 1 | ⚪ unknown | DeepSeek Harness 成本显示插件 |
| dsh-plugin-provider-quota | 0 | ⚪ unknown | DeepSeek Harness(DSH) 的 Web 插件:在对话输入框底部展示模型 Provider 的订阅额度与限流窗口,点击徽标即可查看详情。 |
| dsh-codebuddy | 0 | ⚪ unknown | dsh-codebuddy — DSH 插件(模型) |
| DeepSeek-harness-qqbot | 5 | ⚪ unknown | QQ Bot text and image channel plugin for DeepSeek Harness |
| dsh-advisor | 6 | ⚪ unknown | Advisor - Pair a second model that passively reviews each turn and injects notes. 搭配一个会在每轮对话被动注入见解和审查的副模型。 |
| DeepSeek-harness-wecom | 4 | ⚪ unknown | WeCom AI Bot text and image bridge for DeepSeek Harness |
| dsh-codex-subscription | 5 | ⚪ unknown | DSH 插件:直接复用 Codex CLI 本地登录订阅凭证,在 DeepSeek Harness 中使用 ChatGPT 订阅模型,无需 API Key |
| dsh-vision | 24 | ⚪ unknown | Near-native image understanding for DeepSeek Harness |
| dsh-approval-ai | 2 | ⚪ unknown | AI approval answerer for DeepSeek Harness (DSH) using the unified LLM route with fail-closed policy checks. |
| dsh-plugin | 4 | ⚪ unknown | Upload images and files to your image host from DeepSeek Harness, powered by PicGo |
| dsh-ui-appearance | 2 | ⚪ unknown | Appearance customization plugin for DeepSeek Harness: theme color palette, background image, opacity/blur, glass effect |
| dsh-vision-bridge | 1 | ⚪ unknown | Give a text-only dsh model eyes: pasted images recognized into text via an OpenAI-compatible vision endpoint. |
| dsh-mimo-agent-tools | 2 | ⚪ unknown | Xiaomi MiMo search + multimodal tools for DeepSeek Harness agents: mimo_search/vision/audio/video/asr/tts |
| dsh-background | 2 | ⚪ unknown | DeepSeek Harness Web 背景图片插件:本地图片路径替换网页背景,外观设置行 + 实时预览 |
| dsh-llm-fallbacks | 3 | ⚪ unknown | An dsh plugin for role-based LLM retry&fallback strategy. 基于角色的模型重试备用策略插件 |
| dsh-qrcode | 2 | ⚪ unknown | 离线二维码生成器:DeepSeek Harness 插件,纯本地、零网络、零 shell,给模型一个 qrcode 工具 |
| DeepSeek-harness-weixin | 1 | ⚪ unknown | Weixin ClawBot channel plugin for DeepSeek Harness with QR login and text/image messaging |
| dsh-api-usage-bar | 0 | ⚪ unknown | Cache-aware API token usage bar for the DeepSeek Harness Web UI |
| dsh-image-reader | 1 | ⚪ unknown | Give DeepSeek Harness agents native image reading: a read_image tool backed by any OpenAI-compatible vision endpoint. |
| dsh-media-skills | 1 | ⚪ unknown | 给 DeepSeek Harness 装上「眼睛」和「画笔」——免费读图 + 免费生图 Skill。Eyes & brush for DeepSeek Harness: free image reading & generation. 👁️🎨 |
| dsh-qwen-multimodal | 0 | ⚪ unknown | DSH bundle: Qwen multimodal bridge — vision (qwen3-vl), speech-to-text (qwen3-asr), text-to-image (qwen-image), for DeepSeek Harn… |
| vision_kit | 0 | ⚪ unknown | Make your AI agent a math tutor. Structured extraction of vectors, matrices & geometry from math figures, with dimension-consiste… |
| dsh-plugin-file-manager | 0 | ⚪ unknown | 面向 DeepSeek Harness(DSH) Web 界面的会话文件管理器插件。它在会话标题栏增加“文件”入口,打开后展示该会话工作区的文件树、Git 状态,并支持直接预览文本、图片和视频。 |
| ds-vision-plugin | 1 | ⚪ unknown | Paste images into DeepSeek Harness with a four-model vision race, OCR, and an automatic text bridge. |
| dsh-minigames | 1 | ⚪ unknown | DSH Web UI 右侧小游戏面板:18 款离线小游戏(恐龙跳一跳 / 俄罗斯方块 / 坦克大战 / 扫雷 / 2048 / 数独 / 吃豆人 / 跟枪练习等),可扩展游戏注册表,等待模型回复或修 bug 时的摸鱼神器 |
| dsh-vision | 1 | ⚪ unknown | DSH plugin: text-only models (e.g. DeepSeek-V4) automatically see images via a vision model. Official surface-replace, cache-frie… |
| dsh-vision-provider | 2 | ⚪ unknown | Config-only DeepSeek Harness bundle for OpenAI-compatible vision models. |
| dsh-ccswitch-import-lite | 2 | ⚪ unknown | DeepSeek Harness 插件(精简版):从 CCSWITCH 批量导入模型供应商,不含视觉描述 |
| dsh-llm-codebuddy | 6 | ⚪ unknown | 在deepseek harness中使用workbuddy api,因为公司只提供workbuddy积分 |
| dsh-container | 1 | ⚪ unknown | DeepSeek Harness (dsh) container image: universal dev-container base, dsh auto-update on boot, compose + Quadlet examples |
| dsh-cost-tracker | 1 | ⚪ unknown | Token cost tracking for DeepSeek Harness |
| dsh-vision-plugin | 1 | ⚪ unknown | DeepSeek Harness 视觉插件:让纯文本模型拥有视觉能力 / Vision plugin for DSH: vision_analyze tool + automatic image transcription for text-only mod… |
| dsh-ccswitch-import | 0 | ⚪ unknown | DeepSeek Harness 插件:从 CCSWITCH 批量导入模型供应商 + visual_describe 视觉描述工具 |
| dsh-vision-tools | 0 | ⚪ unknown | DeepSeek Harness 视觉能力全家桶:vision_understand 工具 + 粘贴/拖拽/按钮三入口识图 |
| dsh-vision-android | 1 | ⚪ unknown | DeepSeek Harness plugin: multimodal vision (OpenAI-compatible) + Android adb UI automation for real-tap mobile app testing |
| dsh-dardar | 2 | ⚪ unknown | DSH 插件:在模型选择框左侧显示当前 DeepSeek V4 Pro / V4 Flash 的 codexradar IQ,每 5 分钟刷新(CC BY 4.0) |
| dsh-computer-use | 1 | ⚪ unknown | Model-agnostic Computer Use for DeepSeek Harness: isolated browser, Windows native helper, third-party vision perception, and a C… |
| deepseek-eyes | 1 | ⚪ unknown | Community plugin for DeepSeek Harness: give text-only models eyes - paste images natively, described via an OpenAI-compatible vis… |
| dsh-gui-customization | 7 | ⚪ unknown | Nous Blue theme, ambient glow and background image customization for DeepSeek Harness Web UI. DSH 界面设定插件:Nous 蓝配色 / 氛围光 / 背景图(中英双… |
| dsh-approval-llm | 2 | ⚪ unknown | Model-based permission approval (approve-for-me) for DeepSeek Harness: an approval/request answerer backed by a separate reviewer… |
| dsh-task-models | 1 | ⚪ unknown | DeepSeek Harness plugin with per-task model and reasoning-effort selection |
| dsh-opencode-go-usage | 3 | ⚪ unknown | DeepSeek Harness 插件:OpenCode Go 用量与花费悬浮仪表盘(配额、逐请求成本、模型/来源分布) |
| dsh-calculator | 3 | ⚪ unknown | Calculate the real-time cost of DeepSeek API calls made by DeepSeek Harness. |
| dsh-green-meter | 3 | ⚪ unknown | Energy & carbon metering for DeepSeek Harness: per-turn/per-request energy, cache carbon savings, electricity cost. |
| DeepSeek-harness-dingtalk | 1 | ⚪ unknown | DingTalk Stream text and image channel plugin for DeepSeek Harness |
| dsh-plugin-describe-image | 3 | ⚪ unknown | DeepSeek Harness plugin: describe_image — give a text-only model vision through an OpenAI-compatible VLM endpoint |
| dsh-see-image | 1 | ⚪ unknown | A see_image vision tool plugin for DeepSeek Harness — describe images through any OpenAI-compatible vision model (GitHub Copilot,… |
| dsh-plugin-tokenmeter | 1 | ⚪ unknown | 词元消耗显示插件(DeepSeek Harness 网页端):每条回复的实时词元用量 |
| dsh-llm-kiro | 1 | ⚪ unknown | deepseek-harness 的插件,可以使用kiro的模型(claude系列)和账号 |
| dsh-image-theme | 1 | ⚪ unknown | Warp-inspired image-to-theme plugin for DeepSeek Harness: upload a background, extract a palette, and apply a glass UI. |
| deepseek-hsrness-devkit | 1 | ⚪ unknown | DSH DevKit: multimodal gallery + multi-agent supervision console (DeepSeek Harness dynamic Cordis plugin) |
| dsh-skin | 1 | ⚪ unknown | Customizable skinning plugin for DeepSeek Harness Web UI — gradient presets, image wallpapers, translucency, accent colors, persi… |
| slcatwujian-dsh-vision-plugin | 1 | ⚪ unknown | 让不支持图片输入的主模型通过已配置的视觉模型理解图片的 DSH 插件:自动桥接、像素坐标描述、vision_ask 追问工具与设置页 |
| ds-image-skin | 1 | ⚪ unknown | Image skin plugin for DeepSeek Harness web UI |
| dsh-llm-fallback | 4 | ⚪ unknown | DeepSeek Harness 回退链插件:主模型失败自动切换备用 provider,带 Web UI 配置面板 |
| dsh-multimodal-skill | 1 | ⚪ unknown | 给纯文本 LLM 一双慧眼。 一个 DeepSeek Harness(DSH)原生 skill + 零依赖 Python CLI, 为 DeepSeek 等纯文本模型补上图像理解与文档解析(OCR、表格、公式、PDF → Markdown), 使用免费额度优… |
| dsh-plugin-github-market | 1 | ⚪ unknown | DSH web client plugin: browse GitHub dsh-plugin topic repositories (fuzzy search, sort, favorites, install-command copy, optional… |
| dsh-xiapan-media | 2 | ⚪ unknown | Native vision, gpt-image-2 and Seedance plugins for DeepSeek Harness via Xiapan Cloud |
| TokenLedger | 1 | ⚪ unknown | Token usage accounting for DeepSeek Harness, reconciled against New API and Sub2API relay-site billing |
| dsh-conversation-cost | 1 | ⚪ unknown | 在 DSH 对话底部统计行实时显示 DeepSeek 用量费用(人民币/美元双币,含缓存命中与峰谷定价) |
| glm4v-vision-mcp | 2 | ⚪ unknown | GLM-4.6V 图像理解 MCP:识图/OCR/图表解析,原生接入 DeepSeek Harness(dsh-mcp-client),也兼容 Codex/Cline 等 |
| dsh-vision | 10 | ⚪ unknown | 为 DeepSeek Harness 增加外挂识图模型:圆形鲸鱼按钮、发送图片识图自动回传、模型自主截图+识图工具、多协议自动适配、小白一键安装(未装 Node.js 自动下载) |
| dsh-vqa-agent | 2 | ⚪ unknown | DSH 插件:vqa_ask 双模型视觉问答 —— 主模型提问 → 视觉模型看图回答,UI 实时展示 QA 过程,支持多模态视觉模型选择 |
| dsh-commandcode-provider | 3 | ⚪ unknown | Unofficial DeepSeek Harness LLM provider plugin for Command Code: live model catalog, reasoning-effort support, Models-page card.… |
| dsh-plugin-subscriptions | 1 | ⚪ unknown | Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth login in the web UI, no… |
| dsh-gauge | 2 | ⚪ unknown | 为 DeepSeek Harness Web UI 提供精确缓存命中率、token 用量与费用估算 |
| dsh-vision | 2 | ⚪ unknown | DeepSeek Harness 识图插件:为不具备原生识图能力的模型提供识图能力(阿里云百炼 qwen3.5-omni-plus,失败自动切换智谱 glm-4.6v-flash)。由 claude-vision-skill 移植适配。 |
| dsh-usage-stats | 2 | ⚪ unknown | DeepSeek Harness 插件:GitHub 风格用量热力图 + Token / 缓存命中 / 账户余额看板 + 工作区别名管理。 |
| dsh-project-file-explorer | 1 | ⚪ unknown | DeepSeek Harness 项目文件浏览器插件:右侧停靠文件树 + 一键预览(代码/文本/图片/音视频/PDF),新增工作区自动停靠,窄屏响应式抽屉 |
| dsh-vision-bridge | 1 | ⚪ unknown | Composer-attached images are auto-described by an OpenAI-compatible vision model and handed to text-only models (DeepSeek) as tex… |
| dsh-vision-primitives | 2 | ⚪ unknown | Native interactive visual-reasoning plugin for DeepSeek Harness: precise pixel grounding (SOM grid / zoom / annotate / measure /… |
| deepseek-protocol-doctor | 1 | ⚪ unknown | Checks DeepSeek tool loops, reasoning_content, strict schemas, and captured SSE. Also works as a DSH plugin. |
| dsh-image-tools | 2 | ⚪ unknown | DSH bundle plugin: chat-image bridge + read_image deny + conversational image_recognize for text-only main models |
| dsh-token-usage | 3 | ⚪ unknown | Persistent token usage records and dashboard for DeepSeek Harness |
| dsh-token-usage-calendar | 1 | ⚪ unknown | DeepSeek Harness(DSH)动态 Cordis Token 用量日历插件:真实日志聚合、日/周/月视图与深色模式 |
| dsh-conv-export | 1 | ⚪ unknown | dsh-conv-export(对话导出)— export the current DeepSeek Harness conversation as Markdown, PDF, or a long PNG image |
| dsh-deepseek-vision-router | 1 | ⚪ unknown | Transparent image preprocessing route for DeepSeek Harness |
| dsh-sight | 1 | ⚪ unknown | Plug-in vision for text-only DeepSeek Harness (dsh) models: built-in free/cheap VLM presets + multi-image batch analysis |
| dsh-plugin-image-wallpaper | 2 | ⚪ unknown | 自定义Deepseek Harness webUI主题 |
| dsh-token-cost | 2 | ⚪ unknown | 在对话页面直接查看消耗费用(嵌入官方底部状态条,点击看明细);在设置中查看 Harness 消耗的总费用、缓存命中和输入输出 |
| dsh-image-bridge | 2 | ⚪ unknown | DSH 插件:让纯文本模型也能看图。Web 端直接粘贴图片即可发送,无需指定图片路径;模型自主调用视觉技能查看,多模态模型原生直通,零skill绑定。 |
| dsh-math-team | 1 | ⚪ unknown | DSH Math Modeling Team Plugin Pack: 2 role agent presets (modeling-coding / paper) for DeepSeek Harness, multi-folder Git collabo… |
| dsh-mineru-parse-plugin | 1 | ⚪ unknown | A self-contained DeepSeek Harness (DSH) plugin that registers a global model tool parse_docs: parse local PDF / DOCX / PPTX / XLS… |
| dsh-zotero-wiki | 2 | ⚪ unknown | DeepSeekHarness × Zotero 插件:自动同步文献库,MinerU 解析 PDF,DeepSeek 全文阅读生成结构化笔记,编译成可检索的 Obsidian LLM Wiki。 |
| dsh-opencode-go-quota | 2 | ⚪ unknown | DSH 插件:OpenCode Go 额度圆环 —— 输入框模型选择器左侧的进度圆环,点击切换 5小时/每周/每月用量(OpenCode Go quota ring for DeepSeek Harness Web) |
| dsh-sfversion | 2 | ⚪ unknown | SF视觉桥——给纯文本模型的 DeepSeek Harness 装上眼睛。 |
| deepseek-harness-zh-cn | 2 | ⚪ unknown | A Chinese-first plugin that makes DeepSeek Harness reason (reasoning) and an… |
| dsh-file-panel | 2 | ⚪ unknown | Right-side file panel for DeepSeek Harness — auto-popup when the agent creates or downloads files, with image/text preview, revea… |
| thinking-level-override | 2 | ⚪ unknown | 自主覆盖与调整第三方模型的思考等级,修复工具内置预设缺失或不匹配的问题。 |
| dsh-deepseek-vision | 2 | ⚪ unknown | Image understanding, OCR, and persistent visual evidence for text-only DeepSeek Harness models |
🛡️ 沙箱
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-plugin-miliastra-toolbox | 2 | ⚪ unknown | 将千星沙箱(原神千星奇域)知识库接入 Deepseek Harness 的插件 |
| dsh-same-mode-sandbox-noop | 1 | ⚪ unknown | dsh-same-mode-sandbox-noop — DSH 插件(沙箱) |
| dsh-shell-termux | 0 | ⚪ unknown | dsh 的安卓/Termux bash 能力提供者——显式 Termux 环境注入、探测诊断、诚实的应用域沙箱声明。 |
| dsh-bash-win | 1 | ⚪ unknown | 在 Windows 环境中为 DeepSeek Harness 提供 Git Bash 与 WSL2 bash 工具,含 bwrap 沙箱、审批模式、后台任务 |
| dsh-tensorlake-sandbox | 5 | ⚪ unknown | A deepseek harness plugin for tensorlake sandbox |
| dsh-auto-approve | 3 | ⚪ unknown | Conservative auto-approval preset for DeepSeek Harness sandbox escalations |
| dsh-self-checking-profile | 1 | ⚪ unknown | A drop-in dsh web profile that adds the Self Checking sandbox mode to DeepSeek Harness (dsh) |
| dsh-yolo-mode | 2 | ⚪ unknown | dsh-yolo-mode - an LLM-powered auto-approval plugin for DeepSeek Harness sandbox escalations (built-in presets + custom permissio… |
🎛️ 编排
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| openhanako | 6047 | ⚪ unknown | 带记忆、人格与自主性的个人 AI 智能体 |
| exo | 646 | ⚪ unknown | 可递归自编辑自身的 agent+harness 架构 |
| synergy | 542 | ⚪ unknown | 面向 Open Agentic Web 的通用智能体 |
| ccteam | 156 | ⚪ unknown | 把 Claude Code/Codex/Grok/Kimi 编成团队,Telegram/飞书指挥 |
| MateBot | 46 | ⚪ unknown | claudeclaw 复刻 |
| mstar-harness | 43 | ⚪ unknown | Skill 驱动的 Harness/Loop 工程工作流插件 |
| dsh_workflow | 54 | ⚪ unknown | 把 Claude Code 的 UltraCode 模式带给 DSH,多 Agent 调度可治理 |
| agents-go | 13 | ⚪ unknown | Go 语言多 agent 框架 |
| distill | 15 | ⚪ unknown | 自动对话蒸馏:后台 subagent 反省 + 技能更新 |
| dsh-agent-teams | 247 | ⚪ unknown | AgentTeams 插件 |
| dsh-automation | 32 | ⚪ unknown | 让任务按计划在全新 Session 中运行定时任务 |
| dsh-loop | 3 | ⚪ unknown | 定时循环(/loop 命令 + loop 工具) |
| dsh-plannotator | 4 | ⚪ unknown | 计划批注:选中计划原文逐条批注 |
| dsh-task-status | 8 | ⚪ unknown | 后台任务状态条(进度 + 实时 tail) |
| dsh-work | 25 | ⚪ unknown | 本地优先 DSH 插件工作台 |
| dsh-advisor | 6 | ⚪ unknown | 第二模型被动审查每轮并注入建议 |
| dsh-artifact | 1 | ⚪ unknown | 文件交付协议:send_artifact 工具 |
| dsh-deep-research | 10 | ⚪ unknown | 自适应深度研究编排插件 |
| dsh-explain | 10 | ⚪ unknown | 本地优先学习模式:跨会话全局学习线程 |
| dsh-llm-fallbacks | 3 | ⚪ unknown | 基于角色的模型重试备用策略 |
| dsh-sentinel | 6 | ⚪ unknown | 条件驱动唤醒:持久文件/命令/http 触发 |
| dsh-track | 5 | ⚪ unknown | 嵌入式任务管理引擎:决策点协议、Linear 形 issue |
| eragear-code-copilot | 0 | ⚪ unknown | 空壳仓库(无描述) |
| dsh-plugin-product-subagents | 8 | ⚪ unknown | 角色化 Codex/Claude Code/ACP 子代理预设。 |
| dsh-milestone | 11 | ⚪ unknown | Git 风格里程碑时间线插件。 |
| shopline-ai-toolkit-dsh | 2 | ⚪ unknown | shopline-ai-toolkit-dsh — DSH 插件(编排) |
| dsh-playwright-cli | 2 | ⚪ unknown | dsh-playwright-cli — DSH 插件(编排) |
| dsh-review-loop | 2 | ⚪ unknown | dsh-review-loop — DSH 插件(编排) |
| securstack-dsh-plugin | 2 | ⚪ unknown | securstack-dsh-plugin — DSH 插件(编排) |
| dsh-multi-cot | 2 | ⚪ unknown | dsh-multi-cot — DSH 插件(编排) |
| dsh-git-plugin | 2 | ⚪ unknown | dsh-git-plugin — DSH 插件(编排) |
| dsh-enhance | 2 | ⚪ unknown | dsh-enhance — DSH 插件(编排) |
| deepseek-harness-plugin-mcp | 2 | ⚪ unknown | deepseek-harness-plugin-mcp — DSH 插件(编排) |
| dsh-sound-effects-plugin | 2 | ⚪ unknown | dsh-sound-effects-plugin — DSH 插件(编排) |
| deepseek-harness-fnos | 6 | ⚪ unknown | DeepSeek Harness (DeepSeek 官方 agent 浏览器 UI) fnOS 应用 — 本地常驻服务, 官方统一网关接入 |
| dsh-agent-arcade | 1 | ⚪ unknown | dsh-agent-arcade — DSH 插件(编排) |
| dsh-skillport | 2 | ⚪ unknown | dsh-skillport — DSH 插件(编排) |
| dsh-book2skill | 3 | ⚪ unknown | dsh-book2skill — DSH 插件(编排) |
| dsh-prime-agent | 3 | ⚪ unknown | dsh-prime-agent — DSH 插件(编排) |
| dsh-fail-logger | 7 | ⚪ unknown | DeepSeek Harness(DSH)插件:自动记录所有执行模式(原生工具 / PTC run_code / 代码内嵌工具调用)的工具失败错因,去重、计数、确定性排序后沉淀进 skill 的机器维护实录区段——让 Agent 越用越少错。 |
| dsh-routines | 1 | ⚪ unknown | dsh-routines — DSH 插件(编排) |
| falsify-dsh | 1 | ⚪ unknown | falsify-dsh — DSH 插件(编排) |
| dsh-audio-dub | 1 | ⚪ unknown | dsh-audio-dub — DSH 插件(编排) |
| dsh-governance | 1 | ⚪ unknown | dsh-governance — DSH 插件(编排) |
| dsh-clawrouter | 8 | ⚪ unknown | dsh-clawrouter — DSH 插件(编排) |
| DSH-Chrome-devtools | 1 | ⚪ unknown | DSH-Chrome-devtools — DSH 插件(编排) |
| dsh-self-control-guard | 1 | ⚪ unknown | dsh-self-control-guard — DSH 插件(编排) |
| dsh-harness-mcp-server | 2 | ⚪ unknown | dsh-harness-mcp-server — DSH 插件(编排) |
| dsh-plugin-verify | 1 | ⚪ unknown | 验证 DSH 插件的 CLI:一条命令跑 mock-llm 完整 agent 循环,检查 waterfall 链与零副作用,产出验证报告 |
| dsh-schedule | 1 | ⚪ unknown | dsh-schedule — DSH 插件(编排) |
| Pwiki | 1 | ⚪ unknown | Pwiki — DSH 插件(编排) |
| governed-workflow-for-dsh | 2 | ⚪ unknown | governed-workflow-for-dsh — DSH 插件(编排) |
| dsh-agent-eval | 1 | ⚪ unknown | dsh-agent-eval — DSH 插件(编排) |
| dsh-plugin-agent-dashboard | 1 | ⚪ unknown | dsh-plugin-agent-dashboard — DSH 插件(编排) |
| amber-protocol | 1 | ⚪ unknown | amber-protocol — DSH 插件(编排) |
| dsh-eval-harness | 3 | ⚪ unknown | dsh-eval-harness — DSH 插件(编排) |
| sai | 0 | ⚪ unknown | sai — DSH 插件(编排) |
| vpshub | 0 | ⚪ unknown | vpshub — DSH 插件(编排) |
| deepseek-harness-flow | 0 | ⚪ unknown | deepseek-harness-flow — DSH 插件(编排) |
| dsh-voice | 0 | ⚪ unknown | dsh-voice — DSH 插件(编排) |
| dsh-product-delivery-workflow | 1 | ⚪ unknown | dsh-product-delivery-workflow — DSH 插件(编排) |
| dsh-plugin-dev-skill | 1 | ⚪ unknown | DeepSeek Harness Plugin Dev Skill — 让任何 Agent 都能正确、高效、符合规范地开发 DSH 插件(含精简提炼参考文档与论文解读) |
| vscode-deepseek-harness | 1 | ⚪ unknown | vscode-deepseek-harness — DSH 插件(编排) |
| dsh-gitflow | 1 | ⚪ unknown | dsh-gitflow — DSH 插件(编排) |
| dsh-plugin-verified-search | 0 | ⚪ unknown | dsh-plugin-verified-search — DSH 插件(编排) |
| dsh-landscape | 1 | ⚪ unknown | dsh-landscape — DSH 插件(编排) |
| dsh-wecom | 2 | ⚪ unknown | dsh-wecom — DSH 插件(编排) |
| dsh-push | 0 | ⚪ unknown | dsh-push — DSH 插件(编排) |
| sai-dsh-plugins | 0 | ⚪ unknown | sai-dsh-plugins — DSH 插件(编排) |
| dsh-shift-router | 1 | ⚪ unknown | dsh-shift-router — DSH 插件(编排) |
| dash | 1 | ⚪ unknown | dash — DSH 插件(编排) |
| delivery-review-dsh-plugin | 0 | ⚪ unknown | delivery-review-plugin(Claude Code 双 Agent 交付协作工作流插件)的 DeepSeek Harness 移植版。基于 DSH 的 Cordis 插件系统,以 bundle 方式分发,不改动 DSH 源码,全部能力由插件… |
| dsh-gatedflow | 1 | ⚪ unknown | dsh-gatedflow — DSH 插件(编排) |
| dsh-browser-bridge | 0 | ⚪ unknown | dsh-browser-bridge — DSH 插件(编排) |
| DeepJIT | 1 | ⚪ unknown | DeepJIT — DSH 插件(编排) |
| dsh-orchestrator | 5 | ⚪ unknown | 【编排模式】为 DeepSeek Harness 提供多智能体编排模式:主智能体分解分派、worker 全网格互通,支持逐 worker 指定模型与思考强度 |
| deepseek-harness-skillx | 2 | ⚪ unknown | DeepSeek Harness plugin for safely discovering, auditing, and adopting external Agent Skills — prompt-injection and AgentBaiting… |
| dsh-a2a | 3 | ⚪ unknown | Agent2Agent mesh for the Harness |
| oh_my_deepseek_harness | 2 | ⚪ unknown | DeepSeek Harness 多智能体编排模式 — 灵感来自 oh-my-opencode-slim |
| dsh-tool-hackernews | 1 | ⚪ unknown | Hacker News tool suite (hn_top_stories, hn_search, hn_item) for DeepSeek Harness agents |
| dsh-acp-plugin | 2 | ⚪ unknown | Agentic Control Plane for DeepSeek Harness — policy-check every tool call before it runs |
| dsh-subagent-tools | 1 | ⚪ unknown | DeepSeek Harness subagent delegation enhancement |
| dsh-delegate | 1 | ⚪ unknown | dsh-delegate: model-aware subagent delegation for DeepSeek Harness — per-call models, depends_on dependency gating, per-child per… |
| dsh-dashboard | 2 | ⚪ unknown | Symphony-compatible Linear issue orchestrator and native operations dashboard for DeepSeek Harness. |
| dsh-preset-minimal-windows | 2 | ⚪ unknown | Minimal Windows agent preset + Git Bash tool for DeepSeek Harness: gitbash & pwsh & str_replace_editor, drop-in replacement for t… |
| dsh-minecraft-dev | 2 | ⚪ unknown | 一个面向 Minecraft 模组开发的 DeepSeek Harness Agent 预设 |
| deepagent | 1 | ⚪ unknown | The agent that gets your work done. Built on DeepSeek Harness: Everything is a Plugin. |
| dsh-subagent-cwd | 1 | ⚪ unknown | DeepSeek Harness subagent delegation enhancement |
| dsh-self-evolution | 1 | ⚪ unknown | Benchmark-driven self-evolution for DeepSeek Harness · 冻结基准上的 Agent Profile 自我进化:评测 → 候选 → 严格接受/回滚 |
| dsh-test-workbench | 1 | ⚪ unknown | 基于 DeepSeek Harness 的测试工作台 Profile —— 开箱即用的 QA Agent。 |
| WorkbuddySkillGroups4DSH | 0 | ⚪ unknown | WorkBuddy 专家团 Skill 开源包 → DeepSeek Harness (dsh) 插件式 skillgroups 包:44 个多角色专家团队 SKILL.md bundle,支持 ~/.dsh/skills 安装与 Cordis 插件注册。W… |
| dsh-advisor | 0 | ⚪ unknown | Independent-model advisory review for DeepSeek Harness: after each tool step, a reviewer model audits the agent's operations and… |
| dsh-wsl-bridge | 0 | ⚪ unknown | Windows access tools for WSL agents: win_ls/win_read/win_write/win_run/win_open/win_path/win_drives as a DeepSeek Harness bundle |
| dsh-phone | 5 | ⚪ unknown | 让 DeepSeek Harness 的 agent 跑在手机里,通过 Magisk root 原生操作安卓系统(截图/点击/滑动/开应用)+ 移动端布局 + WebView APK |
| dsh-godot-tool | 0 | ⚪ unknown | Drive the Godot 4.x editor from an AI agent: Godot agent_rpc addon + DeepSeek Harness dsh-tool-godot plugin (loopback TCP JSON-li… |
| dsh-plugin-dated-folders | 0 | ⚪ unknown | 本插件由 DeepSeek Harness AI 完全制作,人工仅辅助操作(账号/上传/2FA 发布)。Tidy by date — every file your agent generates is archived into a YYYY-MM-DD_… |
| dsh-kun-like-pet | 14 | ⚪ unknown | Kun Like 桌宠 —— DeepSeek Harness 桌面宠物插件:右下角小坤宠随 Agent 工作状态切换 9 种动作,任务完成播放「你干嘛~哎哟」 |
| dsh-file-review | 7 | ⚪ unknown | a dsh plugin - review files that an agent just changed,you can see the diff |
| embedded-workbench | 0 | ⚪ unknown | Embedded C/C++ AI engineering plugin — firmware skills (FreeRTOS, Keil, HardFault, state machines) + 1% Rule / Plan Verification… |
| dsh-workflow-worktree | 0 | ⚪ unknown | Git worktree isolation backend for DeepSeek Harness workflows: implements the registerIsolationAdapter() seam so isolation: 'work… |
| dsh-plugin-finder | 1 | ⚪ unknown | Find and audit DeepSeek Harness (DSH) plugins inside the agent — live dsh-plugin topic search + source audit with trial-to-prod… |
| Code2Skill | 1 | ⚪ unknown | Generate Function, MCP, Agent Skill, and offline test packages from existing code; installable as a DeepSeek Harness bundle. |
| Vibe-Skills | 2756 | ⚪ unknown | VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows. |
| kph | 1 | ⚪ unknown | 基于dsh的量化研究agent,驱动真实回测与交易。 |
| dsh-skill-lord-serf | 0 | ⚪ unknown | DeepSeek Harness 插件:Lord/Serf 协议 0.5 技能,让 DSH 实现文件式多智能体编排(Lord 派活,Serf 干活)。 DeepSeek Harness plugin: Lord/Serf protocol 0.5 skill… |
| plugin-team-board | 7 | 🟢 ok | 多 agent 会话共享任务看板:跨 subagent 创建/认领/更新/查询任务,基于 append-only 会话日志持久化。 |
| dsh-plugin-greet | 3 | ⚪ unknown | DeepSeek Harness is a plugin-based system for building AI agents. Everything, from tools and models to the web UI, can be added o… |
| dsh-plugin-pet | 2 | ⚪ unknown | DeepSeek Harness 桌面电子宠物插件:跟随 agent 状态变换心情的内置/自定义/Codex 精灵图伙伴。 |
| dsh-llm-proxy | 1 | ⚪ unknown | DeepSeek Harness (dsh) 全局 HTTP 代理插件:undici setGlobalDispatcher + EnvHttpProxyAgent,配置化、热切换、可观测 |
| dsh-mobile-gui-agent | 3 | ⚪ unknown | Android Mobile GUI Agent plugin for DeepSeek Harness with ADB control, iterative verification, approvals, and a Web mobile view |
| dsh-smarthome | 2 | ⚪ unknown | Home Assistant control for DeepSeek Harness agents — approval-gated lights, switches, climate. 给 DeepSeek Harness agent 的 Home As… |
| dsh-plugin-development | 6 | ⚪ unknown | Installable DeepSeek Harness bundle that teaches agents to develop and audit DSH plugins. |
| dsh-codex-pet | 4 | ⚪ unknown | dsh-codex-pet · DSH 桌面宠物插件 — 导入精灵图序列帧宠物,悬浮浮层渲染 + Agent 状态联动 |
| dsh-role-router | 1 | ⚪ unknown | Role-based model routing plugin for DeepSeek Harness: planner/subagent roles plus a settings card and composer summary |
| DeepSeekHarnessRemoteGateway | 1 | ⚪ unknown | 一个轻量级 DeepSeek Harness 远程网关,让你通过 Web 或移动设备远程访问和控制本地 AI Agent |
| dsh-story | 1 | ⚪ unknown | DSH 互动小说插件:全量 UI 叙事面板 + 悬浮窗信息层,把选项驱动的沉浸式剧情做成 DeepSeek Harness 原生体验 |
| dsh-codex-agent-bridge | 2 | ⚪ unknown | Use the Codex models included with your ChatGPT subscription directly in DeepSeek Harness—no API key or separate API billing. |
| dsh-dynamic-island | 2 | ⚪ unknown | A tiny glass companion for DeepSeek Harness — it breathes while the agent thinks, pulses while it works, and politely checks with… |
| dsh-plugin-audiolib | 1 | ⚪ unknown | Ambient soundtrack for DeepSeek Harness, driven by agent state. Streams 100k+ cleared tracks from AudioLib.ai — a track always fi… |
| dsh-file-explorer | 2 | ⚪ unknown | 可以像其他agent一样查看当前工作区的文件夹,并且可以预览文件 |
| dsh-skill-panel | 1 | ⚪ unknown | DSH plugin: manage agent skills in settings |
| dsh-agent-board | 1 | ⚪ unknown | 跨 Agent 工作台:dsh persistent plugin that watches Claude Code / Codex / Kimi Code / Pi / Hermes and continues their work with one cl… |
| dsh-science-workbench | 2 | ⚪ unknown | A reproducible science workbench plugin for the DeepSeek Harness: agent-driven cells, inline figures with feedback/rerun, manifes… |
| dsh-vscode | 2 | ⚪ unknown | DeepSeek Harness for VS Code: right-side chat agent that reads, edits, and runs your project — like Claude Code / Codex / Copilot. |
| sandbase-skills | 2 | ⚪ unknown | Native DeepSeek Harness skills for research and growth workflows, with an npm CLI that installs complete bundles into .dsh/skills… |
| dsh-plugin-acn | 2 | ⚪ unknown | DeepSeek Harness plugin: join ACN so this agent can discover, message, and collaborate with other agents. Defaults to the China r… |
| dsh-fleet-audit | 1 | ⚪ unknown | DSH agent-fleet hygiene audit plugin: credential-file permissions, embedded git-remote credentials (masked), provider token liter… |
| dsh-agent-hub | 1 | ⚪ unknown | dsh-agent-hub是一个统一指挥本机 Agent的 DSH 插件,目前支持(Codex / Reasonix / Pi / DSH) |
| dsh-plugin-call-me | 2 | ⚪ unknown | Your DeepSeek Harness agent rings your actual phone: it asks out loud, you answer out loud, and what you said steers the run. |
| dsh-plugin-kit | 1 | ⚪ unknown | Agent skills and a working template for building standalone DeepSeek Harness (DSH) plugins |
| git-worktree | 2 | ⚪ unknown | DeepSeek Harness plugin: bind every conversation to its own isolated git worktree + branch in one click, so parallel agents work… |
| godot-bridge | 3 | ⚪ unknown | DSH (DeepSeek Harness) plugin that launches and drives a running Godot 4.x game through its in-game TCP interaction server — repl… |
| dsh-billing | 1 | ⚪ unknown | DSH web GUI realtime billing monitor: token/cost metering, DeepSeek v4 peak pricing, balance anchoring, sidebar pill + settings p… |
| dsh-task-dag | 1 | ⚪ unknown | Persistent live DAG visualization for DeepSeek Harness subagents and workflows |
| dsh-s1 | 2 | ⚪ unknown | Native s1 tools for the DeepSeek Harness (DSH): s1_search, s1_news, s1_crawl, s1_sitemap, s1_trending + bundled s1 skill |
| dsh-stall-guard | 2 | ⚪ unknown | DeepSeek Harness watchdog plugin: detects truly stalled agent turns (never killing in-progress tasks — in-flight operations are e… |
| hermes-dsh-collab | 2 | ⚪ unknown | Battle-tested multi-agent collaboration playbook for DeepSeek Harness: model-tier routing, spec discipline, git single-writer rul… |
| dsh-trajectory-governance | 2 | ⚪ unknown | Agent trajectory governance & anomaly diagnosis plugin for DeepSeek Harness (dsh): multi-branch trajectory trees, loop-deadlock /… |
| ha-orchestrator | 2 | ⚪ unknown | DeepSeek Harness(dsh)动态 Cordis 插件:模型高可用回退 + 子智能体编排(HA failover + orchestrate subagents) |
| dsh-advisor | 1 | ⚪ unknown | 给 DeepSeek Harness 的 Agent 增加一位"顾问":日常任务使用较弱模型(默认模型),遇到真正困难的决策时,Agent 会自动向一个更强的模型咨询。 |
| dsh-plugin-subagent-director | 2 | ⚪ unknown | Subagent Director: per-subagent LLM provider/model selection with role templates for DeepSeek Harness (dsh plugin) |
| pptfast | 2 | ⚪ unknown | Stable, editable PPTX generation for AI agents — semantic IR in, native DrawingML out. DSH plugin + Claude Code plugin + CLI. |
| dsh-subagent-max | 2 | ⚪ unknown | DeepSeek Harness (DSH) plugin — a subagent_with_model tool plus a live multi-panel subagent viewer. |
| dsh-browser-companion | 2 | ⚪ unknown | A personal DSH browser plugin: persistent profile, visible window, human-in-the-loop login, and safe agent browser tools. |
🔌 桥接
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-agent-messaging | 4 | ⚪ unknown | 跨会话 agent 间消息传递。 |
| widget-dock | 4 | ⚪ unknown | widget-dock — DSH 插件(桥接) |
| dsh-ark-quota | 2 | ⚪ unknown | 火山方舟订阅套餐剩余额度 DSH 侧边栏小组件(宿主代理 GetCodingPlanUsage + 浏览器 widget + 免重启 cookie 刷新工具) |
| dsh-codex-bridge | 1 | ⚪ unknown | dsh-codex-bridge — DSH 插件(桥接) |
| dsh-reasoning-translator | 2 | ⚪ unknown | dsh-reasoning-translator — DSH 插件(桥接) |
| dsh-credentials-keychain | 1 | ⚪ unknown | dsh-credentials-keychain — DSH 插件(桥接) |
| dsh-deepseek-balance | 1 | ⚪ unknown | DeepSeek API 余额监视器:DSH 右下角悬浮徽章 + 7天/30天用量费用图表 |
| dsh-deepseek-usage | 1 | ⚪ unknown | dsh-deepseek-usage — DSH 插件(桥接) |
| dsh-balance-display | 1 | ⚪ unknown | dsh-balance-display — DSH 插件(桥接) |
| ds-balance-card | 2 | ⚪ unknown | DeepSeek Harness 常驻额度卡片插件:自动识别已配置的平台 API Key,显示余额与 Coding Plan 额度 |
| dsh-balance-monitor | 6 | ⚪ unknown | dsh-balance-monitor — DSH 插件(桥接) |
| dsh-kimi-bridge | 1 | ⚪ unknown | dsh-kimi-bridge — DSH 插件(桥接) |
| deepseek-harness-lan | 2 | ⚪ unknown | deepseek-harness-lan — DSH 插件(桥接) |
| jina-dsh-plugin | 1 | ⚪ unknown | jina-dsh-plugin — DSH 插件(桥接) |
| dsh-lsp-actions | 1 | ⚪ unknown | dsh-lsp-actions — DSH 插件(桥接) |
| dsh-chrome | 1 | ⚪ unknown | dsh-chrome — DSH 插件(桥接) |
| dsh-exa-mcp | 1 | ⚪ unknown | dsh-exa-mcp — DSH 插件(桥接) |
| dsh-switch | 2 | ⚪ unknown | dsh-switch — DSH 插件(桥接) |
| dsh-deepseek-balance | 0 | ⚪ unknown | dsh-deepseek-balance — DSH 插件(桥接) |
| dsh-usage-stats | 17 | ⚪ unknown | Token usage heatmap, per-model breakdowns, and DeepSeek account balance for the DeepSeek Harness Web GUI (dsh web). |
| deepseek-harness-acp | 7 | ⚪ unknown | ACP server implementation for DeepSeek harness |
| dsh-quota-panel | 3 | ⚪ unknown | Provider quota/balance corner panel for the dsh web surface (DeepSeek Harness plugin): server-side credential proxies plus a conf… |
| pi2dsh | 6 | ⚪ unknown | Bridge the Pi and DeepSeek Harness ecosystems: one Pi Host ABI runs unmodified Pi extensions as native DSH plugins. 打通 Pi 与 DSH 生… |
| dsh-plugin-deepseek-balance | 4 | ⚪ unknown | 在 DeepSeek Harness (dsh) 底部状态栏实时显示 DeepSeek 账户余额。 |
| dsh-weather | 3 | ⚪ unknown | Weather tool for DeepSeek Harness: current conditions and multi-day forecasts via Open-Meteo (free, no API key) |
| dsh-pdf | 3 | ⚪ unknown | PDF toolbox for DeepSeek Harness: extract text, metadata, and page ranges via pdfjs-dist (local, no API key) |
| dsh-plugin-template | 2 | ⚪ unknown | Ready-to-publish DeepSeek Harness plugin skeleton: bundle format, tool DSL, config, tests, and a scaffold script |
| dsh-plugins | 1 | ⚪ unknown | Unified portal for DeepSeek Harness plugins by sunshine-lang: dsh-weather, dsh-pdf, dsh-plugin-template |
| Dcode | 1 | ⚪ unknown | Deepseek-harness 桌面端 |
| deepseek-harness-codex-bridge | 1 | ⚪ unknown | Bidirectional MCP bridge for DeepSeek Harness and Codex collaboration |
| dsh-easyssh | 4 | ⚪ unknown | 用于远程ssh快速相应,同时可以直接在前端操作/查看远程服务器上的信息与代码。 |
| dsh-plugin-deepseek-balance | 0 | ⚪ unknown | DeepSeek Harness Web client plugin that displays real-time DeepSeek API balance. |
| dsh-remote | 6 | ⚪ unknown | Remote-access assistant for DeepSeek Harness: /remote command and settings page printing the exact SSH tunnel / reverse-tunnel /… |
| dsh-web-billing | 3 | ⚪ unknown | RMB/USD token-billing plugin for DeepSeek Harness (dsh web): official-policy auto pricing with peak/off-peak hours, per-message l… |
| dsh-spend | 2 | ⚪ unknown | Token usage & cost monitor for DeepSeek Harness — floating widget with multi-dimensional stats, time-series charts, auto-detected… |
| dsh-Kimi-WebBridge | 1 | ⚪ unknown | Kimi WebBridge for DeepSeek Harness — a third-party dsh plugin bundle that turns the local Kimi WebBridge daemon into 15 native k… |
| dsh-randomuuid-polyfill | 0 | ⚪ unknown | dsh client plugin that installs crypto.randomUUID on insecure origins (plain HTTP over a LAN address) |
| dsh-deepseek-quota | 0 | ⚪ unknown | DeepSeek API quota (balance) widget for the DSH web GUI: a floating bottom-right card showing remaining DeepSeek API balance. |
| dsh-deepseek-balance | 0 | ⚪ unknown | 面向deepseek harness的余额查看插件 |
| api-cost-meter | 0 | ⚪ unknown | DeepSeek Harness API cost meter plugin: peak/off-peak spend badge, current unit prices, official account balance |
| dsh-remote-acces | 1 | ⚪ unknown | One-command setup for password-protected remote access to the DeepSeek Harness (dsh) web UI — dsh privileged-methods patch, Caddy… |
| dsh-llm-oauth | 2 | ⚪ unknown | DeepSeek Harness plugin: OAuth / subscription-plan LLM providers (Grok, GitHub Copilot, OpenAI Codex, Anthropic, OpenRouter) |
| dsh-lan-uuid-fix | 0 | ⚪ unknown | dsh bundle: polyfill crypto.randomUUID on insecure origins so the DeepSeek Harness Web UI works over plain-HTTP LAN |
| dsh-plugin-finder | 2 | ⚪ unknown | Natural-language plugin search for DeepSeek Harness — ask what you need, get matching dsh.so plugins with install commands. |
| dsh-multi-user-gateway | 2 | ⚪ unknown | 服务器端部署:DeepSeek Harness Web 多用户网关(登录门户 / 每用户实例隔离 / 交付文件抽屉)。部署于远程服务器,用户通过浏览器访问,非本机工具。 |
| deepseek-harness-mobile | 0 | ⚪ unknown | Android companion for DeepSeek Harness |
| dsh-tailscale-console | 0 | ⚪ unknown | 为 DeepSeek Harness 提供基于 Tailscale 的安全远程访问运营面板:一键健康检查、HTTPS 入口开关、macOS 代理绕过、中继服务器运维、ACL 生成。Tailscale remote-access control panel f… |
| dsh-server-deployment | 2 | ⚪ unknown | 服务器端部署:DeepSeek Harness Web 多用户网关(登录门户 / 每用户实例隔离 / 交付文件抽屉)。部署于远程服务器,用户通过浏览器访问,非本机工具。 |
| dsh-balance-eta | 1 | ⚪ unknown | DeepSeek Harness 极简余额插件:余额 + 今日消耗 + 可用时长预测 + 低余额告警(仅 CNY,价格无关免维护) |
| dsh-think-any-lang | 2 | ⚪ unknown | DeepSeek Harness 插件:在「设置 → 通用」中选择模型推理思考(chain of thought)使用的语言。基于系统提示词实现,零额外调用、零延迟,支持 12 种语言。 |
| dsh-balance | 9 | ⚪ unknown | DeepSeek Harness balance plugin for the Settings page |
| dsh-LAN | 2 | ⚪ unknown | 为DeepSeek harness开启局域网访问及移动端页面的插件 |
| dsh-provider-billing | 1 | ⚪ unknown | DeepSeek Harness plugin: provider account balance inside each Models settings row, queried through a loopback-pinned RPC channel… |
| dsh-IDE | 4 | ⚪ unknown | 这是一个ssh前端程序,可以让UI体现类似lab的功能!用于远程ssh快速相应,同时可以直接在前端操作/查看远程服务器上的信息与代码。 |
| dsh-usage-chart | 3 | ⚪ unknown | A DeepSeek Harness Web plugin for real-time Token usage, cost estimates, per-round charts, and DeepSeek API balance. |
| dsh-remote-ide | 1 | ⚪ unknown | SSH Remote IDE for DeepSeek Harness: connect via SSH and the IDE goes remote — explorer browses the server, editor reads/writes o… |
| dsh-balance | 3 | ⚪ unknown | DeepSeek API 账户余额实时显示插件(DSH Web GUI):可拖拽左下角余额徽章 + 设置页 |
| dsh-galgame | 2 | ⚪ unknown | 我要成为Galgame高手!!将你的Vibe coding界面修改成为Galgame的样子,在不影响工作的情况下和赏心悦目的DeepSeek娘进行友好互动 |
| dsh-plugin-deepseek-balance | 2 | ⚪ unknown | Deepseek余额显示 |
| dsh-lan-gate | 2 | ⚪ unknown | 一个DSH内网访问插件 局域网设备安全访问本机 DSH 的即插即用网关:本机审批、设备令牌、限流、手机适配,单文件零依赖。 |
| dsh-balance-float | 2 | ⚪ unknown | DSH 悬浮余额/一键退出插件 |
| dsh-balance-monitor | 2 | ⚪ unknown | 一个好看、简单、实用的余额监视器|DeepSeek Harness 插件:官方余额快照 + ds_balance 工具 + Matrix 侧边栏徽章 |
📦 预设
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| dsh-companion | 3 | ⚪ unknown | DeepSeek 陪伴模式插件:人设、记忆、聊得下去。 |
| all (全家桶) | 15 | 🟢 ok | 全家桶聚合包:一次安装带入第一方全家桶——插件商店、IM 通知、会话导出、多 agent 任务板。 |
🧷 其他
| 插件 | ⭐ | 兼容 | 描述 |
|---|---|---|---|
| EchoBird | 3016 | ⚪ unknown | 一键安装+切换 Claude Code/Codex/Kimi/Qwen 等 20+ 编码智能体 |
| awesome-dsh-plugins | 825 | ⚪ unknown | DSH 插件目录,带每日兼容性跟踪 |
| deepseek-harness-applicants | 50 | ⚪ unknown | DSH 内测申请者名单 |
| awesome-deepseek-harness | 398 | ⚪ unknown | DSH 生态精选:插件、工具与基建 |
| dsh-tianshu-tui | 133 | ⚪ unknown | DSH 终端 UI(TUI) |
| agent-skills | 20 | ⚪ unknown | 面向 AI 编码智能体的可复用 skills 合集 |
| dsh-at-file | 132 | ⚪ unknown | Codex-style @file mentions for DeepSeek Harness: search workspace files in the composer and attach their contents to prompts. |
| dsh-open-in-vscode | 40 | ⚪ unknown | Open DeepSeek Harness workspace directories in VS Code directly from the web GUI. |
| dsh-notification | 39 | ⚪ unknown | Desktop notifications for DeepSeek Harness turn completions, with per-outcome controls and include/exclude keyword rules. |
| dsh-ads | 336 | ⚪ unknown | 2005 年中文站点风格侧栏广告插件(恶搞) |
| dsh-group-photo | 14 | ⚪ unknown | DSH 内测收官合影墙:GitHub OAuth 零权限登录 + 冻结白名单校验的拍立得合影站(含 DSH Skill 包装) |
| dsh-openpencil | 66 | ⚪ unknown | OpenPencil design preview and editing plugin for DSH |
| oh-dsh-desktop | 166 | ⚪ unknown | 可扩展的 macOS DSH 工作台(原生 PTY) |
| dsh-visualize | 82 | ⚪ unknown | 对话内生成式 UI:把交互式 HTML 卡片画进会话 |
| awesome-DSH-plugin | 52 | ⚪ unknown | 精选 DSH 插件/扩展/工具列表 |
| oh-my-dsh | 44 | ⚪ unknown | 面向 DSH 的插件生态(700+ 插件) |
| dsh-gomoku | 13 | ⚪ unknown | 在 DSH 里与 AI 下五子棋 |
| dsh-web-review | 14 | ⚪ unknown | DeepSeek Harness Web GUI 的网页预览与元素批注插件,让 AI 根据可视化反馈直接修改前端源码。 |
| dsh-emoji | 12 | ⚪ unknown | 为 AI 回复自动添加表情 |
| dsh-grok-tui | 8 | ⚪ unknown | 用 grok-build 的 TUI 跑 DSH |
| dsh-stock-market | 11 | ⚪ unknown | 写代码时账户同时亏钱的恶搞插件 |
| Top | 4 | ⚪ unknown | dsh-external 插件生态每日榜单 |
| awesome-dsh-plugin | 98 | ⚪ unknown | 双语 DSH 插件生态完整列表 |
| dsh-launcher | 76 | ⚪ unknown | 基于 WebView2 的 DSH 启动器 |
| dsh-minigames | 13 | ⚪ unknown | 右侧小游戏面板(18 款离线小游戏) |
| dsh-stickers | 12 | ⚪ unknown | 双向表情贴纸插件 |
| oh-my-dsh | 5 | ⚪ unknown | DeepSeek harness 插件集 |
| orbis | 7 | ⚪ unknown | DSH 远程控制的移动客户端 |
| plugin-registry | 35 | ⚪ unknown | DSH 插件生态基建:浏览器面板管理官方 repository 插件 |
| create-dsh-plugin | 3 | 🟢 ok | 一键脚手架生成 DeepSeek Harness (DSH) 插件:tool / events / webui 三套模板、next 标签版本锁定、内置 --verify 冒烟测试。 |
| dsh-101 | 2 | ⚪ unknown | DSH 文档阅读模式 |
| dsh-desktop-electron | 4 | ⚪ unknown | 跨平台 Electron 桌面壳(托盘常驻) |
| dsh-douyin | 2 | ⚪ unknown | 侧栏短视频插件(原生播放器) |
| dsh-launcher | 2 | ⚪ unknown | DSH 一键启动器(Windows 便携免安装) |
| dsh-notebooks | 3 | ⚪ unknown | (无描述) |
| dsh-plugin-d399 | 5 | ⚪ unknown | 模型生成时弹出小游戏菜单 |
| plugin-notify | 3 | 🟢 ok | 回合完成 / 出错 / 待审批时,把通知推到 IM webhook(飞书 / 企业微信 / 钉钉 / Slack / Discord / 自定义)+ 本机系统通知。 |
| dsh-lark-bot | 9 | ⚪ unknown | 把 DeepSeek Harness 桥接进飞书/Lark。 |
| dsh-win-notify | 4 | ⚪ unknown | 带声音的 Windows 通知插件。 |
| dsh-wechat-notify | 5 | ⚪ unknown | 为 agent 新增 wechat_notify 工具的插件。 |
| dsh-lan | 5 | ⚪ unknown | 一条 overlay 把 dsh web 暴露到局域网。 |
| DSH-Telegram-Relay | 5 | ⚪ unknown | 通过 Telegram 远程与 DeepSeek Harness 对话。 |
| dsh-onlyne | 2 | ⚪ unknown | dsh-onlyne — DSH 插件(其他) |
| dsh-lark | 2 | ⚪ unknown | dsh-lark — DSH 插件(其他) |
| dsh-chatnode-wechat | 1 | ⚪ unknown | dsh-chatnode-wechat — DSH 插件(其他) |
| dsh-im-bridge | 1 | ⚪ unknown | DSH 插件:把 DeepSeek Harness 桥接到 IM(v0.1 微信/iLink;钉钉/飞书/Telegram 预留)。turn/approval 推送 + 远程批准/注入,持久去重/收敛分段/合并窗口。 |
| dsh-lark-bridge | 6 | ⚪ unknown | dsh-lark-bridge — DSH 插件(其他) |
| dsh-openclaw-acp | 1 | ⚪ unknown | dsh-openclaw-acp — DSH 插件(其他) |
| dsh-tool-notify | 0 | ⚪ unknown | dsh-tool-notify — DSH 插件(其他) |
| dsh2wechat | 1 | ⚪ unknown | dsh2wechat — DSH 插件(其他) |
| dsh-lark | 15 | ⚪ unknown | Lark/Feishu IM bot channel for DeepSeek Harness: chats drive agents, replies and approvals return as messages and cards |
| dsh-plugins | 0 | ⚪ unknown | Monorepo of DeepSeek Harness (dsh) plugins — including dsh-im (Telegram & WeChat IM bridge) |
| dsh-notify | 0 | ⚪ unknown | 面向deepseek harness的消息通知插件 |
| dsh-messager | 2 | ⚪ unknown | 基于Deepseek Harness+DeepSeek开发的适用于Deepseek Harness的消息提醒信使,可使用第三方通道(暂时飞书webhook)进行推送 |
| DSH-telegram | 4 | ⚪ unknown | 通过 Telegram 私聊远程使用和查看 DeepSeek Harness |
| dsh-task-notify | 3 | ⚪ unknown | DeepSeek Harness task-completion reminder plugin |
| dsh-notify | 1 | ⚪ unknown | Task-completion notifications for DeepSeek Harness: ServerChan / DingTalk / Feishu / generic webhooks. dsh plugin. |
| dsh-telegram-channel | 4 | ⚪ unknown | DeepSeek Harness Telegram mobile remote: bind live Web sessions (Codex-style). Install: dsh plugin add github:hi-wenw/dsh-telegra… |
| dsh-plugin-notify | 1 | ⚪ unknown | DeepSeek Harness 消息提醒插件:回合结束或等待确认时向浏览器、系统、飞书/钉钉/企业微信/通用 Webhook 发送通知 |
| dsh-lark-link | 3 | ⚪ unknown | High-reliability Feishu/Lark bridge for DeepSeek Harness — QR one-click auth, multi-mode agents, card-based commands, zero-loss o… |
| dsh-notification-center | 4 | ⚪ unknown | DSH 通知中心插件:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效 |
| dsh-feishu-bridge | 3 | ⚪ unknown | Feishu (Lark) channel bridge for DeepSeek Harness (dsh) — message a Feishu bot, it runs a dsh agent turn, the reply comes back. C… |
| dsh-llm-wechat | 5 | ⚪ unknown | DeepSeek Harness 微信网关适配插件:复用 DeepSeekAdapter + 流式 think 标签转译 |
| dsh-feishu | 2 | ⚪ unknown | 通过扫码把飞书机器人接入DeepSeek Harness |
| dsh-task-notify | 1 | ⚪ unknown | DeepSeek Harness (DSH) system-level task notifications: approval required / awaiting reply / task finished (background job, subag… |
| dsh-feishu-bot | 1 | ⚪ unknown | Feishu (Lark) private-chat frontend for DeepSeek Harness: drive, monitor, and approve local agents from Feishu, sharing sessions… |
| dsh-plugin-notify | 2 | ⚪ unknown | DeepSeek Harness 插件:通知出口——agent 通过桌面通知 / 中文语音播报 / 提示音主动联系用户(长任务完成、出错、呼叫用户回来)。Windows 本机零依赖。 |
| dsh-plugin-approval-alert | 1 | ⚪ unknown | DeepSeek Harness 审批/选择方案系统级通知提醒,显示工作区名、点击跳转、多语言。Approval & decision alerts with native notifications for DeepSeek Harness. |
| dsh-notify-sound | 2 | ⚪ unknown | DSH (DeepSeek Harness) web plugin: plays a sound when the agent finishes replying (turn/end). Sound, volume and on/off configurab… |
| dsh-WeCom-notify | 1 | ⚪ unknown | DeepSeek Harness (dsh) 插件:事件驱动的企业微信(WeCom)群机器人通知 — goal 完成/阻塞与每轮对话自动推送,另含 wechat_notify 工具;走官方 webhook,零封号风险。 |
| dsh-wechat-maid | 2 | ⚪ unknown | 一个适用于DSH的插件,提供微信远程控制、主动对话、未来任务、桌宠等功能,可通过桌宠面板实时检查未来任务的状态,并提供“自动编码”模式,使模型在对话完后发微信提醒你,以便你认真的刷手机。 |
| dsh-schedule-tasks | 2 | ⚪ unknown | DSH 定时任务插件:标准 cron 5 段式调度 + shell/通知触发动作 + Web 侧边栏管理面板。by MyDSH 社区 (mydsh.dev) |
徽章含义:🟢 兼容 · 🔴 不兼容 · ⚪ 未实测 · ⚫ 弃坑。 共 1190 个条目,按分类分表、类内按 ⭐ 降序。收录 / 字段词典见 docs/catalog-schema.md。
兼容性
每个条目带一枚徽章,CI 每天对照最新 DSH 版本重测(静态 peer 比对 → 安装检查 → 配置组装,三层均无需 key):
| 徽章 | 含义 |
|---|---|
| 🟢 ok | 已实测与最新 DSH 版本兼容 |
| 🔴 broken | 与最新 DSH 版本不兼容 |
| ⚪ unknown | 尚未实测(首次收录) |
| ⚫ unmaintained | 上游已弃坑 |
机器可读的每日结果见 data/compat-report.json,工作流见 .github/workflows/compat.yml。
🧩 自研插件
| 插件 | 说明 |
|---|---|
@dsh-suite/plugin-notify | 回合完成/出错时发 IM webhook 通知(飞书 / Slack / Discord / 自定义)+ 本机弹窗 |
@dsh-suite/plugin-session-export | 把人读的 Markdown / HTML 会话导出(官方只导 raw JSONL) |
@dsh-suite/plugin-team-board | 轻量多 agent 任务板(路线图中) |
🛠 create-dsh-plugin
npm create dsh-plugin@latest
交互式脚手架,多套模板 + Claude Code / MCP 迁移指南,见 docs/migration-guide.zh-CN.md。
贡献
收录目录条目、提交插件,或阅读 15 条插件设计准则。收录标准与提交流程见 CONTRIBUTING.md;想提名新条目,用收录申请模板开 issue。
路线图
- 现在(MVP)——目录 + 兼容性 CI(第一层)+ 脚手架 + 2 个自研插件。
- 接下来——安装 / 配置组装两层兼容验证、star 自动刷新、迁移指南、
plugin-team-board。
License
MIT © 2026 whyihaveyou
