dsh-sticky-notes:DSH WebUI 的会话便签插件
dsh-sticky-notes 是 hufang360 开发的 DeepSeek Harness (DSH) WebUI 插件,旨在让用户在界面中直接记录想法、待办及图片,避免切换外部应用。该插件支持便签的拖拽、缩放、折叠和归档,并具备核心功能:将便签绑定至特定会话,打开该会话时自动展示相关记录,提升工作流连贯性。 安装通过 `dsh plugin` 命令完成,需重启 DSH 或硬刷新浏览器生效,入口位于侧边栏设置按钮上方。插件要求 React 18.2.0 及以上版本。数据方面,所有便签、偏好及设置仅存储于浏览器 `localStorage`,图片以压缩 DataURL 形式保存。需注意,
Read Moredsh-deepseek-web-adapter:把 DeepSeek 网页版接入 DSH
dsh-deepseek-web-adapter 是一款 DSH 插件,旨在无需配置官方 API Key 即可接入 DeepSeek 网页版模型。该插件由社区维护,加载后自动启动本地网关(默认端口 5688),卸载时自动回收,并对外提供 OpenAI 兼容接口。用户需使用任意值的 MOCK_LLM_KEY 进行配置,并通过浏览器手动登录 DeepSeek 网页版以维持会话状态。 核心功能包括连续对话、工具调用及模型校准,支持 DeepSeek 快速、专家及识图模式。已验证登录、基本问答及单次工具调用等功能,但子 agent 并发、多轮工具循环及长对话迁移等能力尚未经过充分验证,当前版本为开发者
Read Moredsh-move-session:DSH 插件里的跨工作区会话迁移
hucj09/dsh-move-session 是 dsh Web GUI 的零依赖跨工作区会话迁移插件,采用 MIT 许可证。该插件允许用户将当前空闲会话完整复制到另一个工作区,保留对话日志、标题、Agent 预设及模型选择,无需手动复制,避免遗漏。它在会话头部和侧边栏菜单中提供“Move Session”入口,支持“保留原会话”或“归档原会话”两种模式。仅支持空闲会话,运行中会话会被禁用;迁移后生成新会话 ID,通过 parentSession 保留血缘信息,且不会覆盖或删除现有记录。若目标工作区存在同名会话,会自动追加后缀区分。安装后需重启 dsh web 并强刷浏览器页面即可启用。该插
Read Moredeepseek-desk-rsi:用 DSH 自己同步 DSH 下游应用
deepseek-desk-rsi 是一个用于维护 DeepSeek Harness(DSH)下游应用的插件,旨在解决上游快速演进导致的同步难题。该插件采用“AI for AI”理念,利用 DSH 自身执行同步流程,最终生成 PR 供人工审核。它包含感知、集成、验证、对齐、修复和提议六个核心阶段,其中验证阶段执行构建与测试,对齐阶段通过 parity.json 校验 128 个插件契约,修复阶段设有最多 3 轮的有界限制,并支持检查点回滚。插件采用纯 ESM + JSDoc 实现,零构建即装,复用 DSH 提供的 peer 依赖。安装后需配置 profile 并指向仓库,即可通过命令运行每日同
Read Moredsh-bgwall-plugin:把 DSH Web 界面背景换成图片
`dsh-bgwall-plugin` 是一款基于纯 JavaScript 的 DeepSeek Harness (DSH) 插件,旨在解决 Web 界面背景不可自定义的问题。该插件允许用户将背景替换为远程 URL 或服务器本地文件,并提供透明度、模糊度及铺放方式(铺满/适应/拉伸)的实时调节功能,同时支持侧边栏背景透明设置及一键清除背景。 安装时需通过 `dsh plugin` 命令从 GitHub 添加插件,随后重启 Web profile 并刷新浏览器,即可在“设置”菜单中找到“背景图片”控制面板。使用本地文件时,相对路径基于工作区根目录解析,单张图片上限为 15MB。该插件采用 MIT
Read Moredsh-token-stats:为 DeepSeek Harness 增加 Token 用量统计
dsh-token-stats 是 DeepSeek Harness (DSH) 的 Token 用量统计插件,由 huantian1223 维护,采用 MIT 许可证。该插件直接解析本地 DSH 会话日志 `session.jsonl.zstd` 中的真实 provider usage,不依赖估算或抓包。 核心功能包括:展示累计、今日及峰值 Token 统计;提供 GitHub 风格的 12 个月活动热力图,支持多时间范围与视图切换;细分输入、输出、缓存及推理消耗,并生成模型与工作区维度的排名;在会话头部显示 Token 及 DeepSeek 账户余额角标,支持余额刷新与低阈值(默认 ¥5)
Read Moredsh-speech-plugin:DeepSeek Harness 的语音插件
dsh-speech-plugin 是 DeepSeek Harness 的独立语音插件,通过插件机制为 DSH 增加语音播报与输入能力,无需修改源代码。主要功能包括单条消息播报、会话级自动播报(仅对新回复生效)及语音输入麦克风。播报与输入可分别或同时使用阿里百炼、火山豆包引擎;云端失败时,播报回退至浏览器系统音色,语音输入则禁用并提示原因。 安装需执行 `dsh plugin add dsh-speech-plugin` 命令,并配置 `SPEECH_DASHSCOPE_API_KEY` 或 `SPEECH_VOLCENGINE_API_KEY` 环境变量,避免以 `DSH_` 开头,最后重
Read MoreDSH Plugin Manager:在 Web 设置中管理当前 profile 插件
dsh-plugin-manager 是由 huahai0202 维护的 DSH 插件,旨在解决 DeepSeek Harness 插件依赖来源分散(npm、GitHub、本地)导致的管理操作碎片化问题。该插件在 DSH Web 设置页中提供集中管理入口,支持查看当前 Profile 的直接依赖及已安装版本。其核心机制是默认仅读取本地状态,仅在用户点击“检查更新”时才访问 npm 或 GitHub 远端,确认存在新版本或新 Commit 后方可执行更新。功能涵盖单个或批量更新插件、删除插件,并自动同步 `dsh.profile.bundles`。安装需 Node.js 22.19+ 和 pnp
Read Moredsh-prompt-self:为 DSH 增加消息级 Prompt 改写与画像学习
dsh-prompt-self 是面向 DeepSeek Harness (DSH) 的 MIT 许可双面客户端插件,旨在自动优化和积累个人 Prompt 偏好。该插件不改动 DSH 应用代码,通过 Web Profile 补丁、用户预设及技能文件实现零侵入安装。其核心功能包括:在发送请求前,利用 LLM 基于个人画像自动改写并优化 Prompt;在对话回合结束后,自动分析交互内容,提炼书写习惯、防幻觉规则并沉淀至画像文件。插件保留了 `-fin` 手动触发学习的兼容性,并提供可视化控制界面,允许用户实时切换“自动改写”与“自动学习”开关,以及查看包含习惯、规则和记录在内的三栏画像视图。安装需
Read Moredsh-sonar:为 DeepSeek Harness 提供可拖拽 Token 与上下文仪表盘
dsh-sonar 是面向 DeepSeek Harness web 客户端的只读 UI 插件,由 Howe829 维护(MIT 许可证)。它旨在解决会话过程中上下文窗口、token 明细及账户余额分散显示的问题,提供一个可拖拽的会话仪表盘。该插件不添加工具、命令或修改模型上下文及 KV cache 行为,确保对会话无侵入。核心功能包括:通过 Fish 图标浮动启动器打开仪表盘;显示上下文占用仪表(绿/琥珀/红状态);展示未缓存输入、缓存读/写、输出及推理等 accounted-token 环形图;启发式展示系统提示与工具 schema 组成;统计轮次、步数、模型与工具时间、缓存命中率及累计
Read Moredsh-chat-content-visibility-auto:DSH 聊天列表 content-visibility:auto 优化插件
`hongweifei/dsh-chat-content-visibility-auto` 是一个基于 MIT 许可证的 DSH 插件,旨在通过纯 CSS 样式叠加优化 Web 客户端长会话聊天列表的性能。该插件利用浏览器原生 `content-visibility: auto` 和 `contain-intrinsic-size` 属性,跳过屏外消息节点的渲染、布局与绘制,从而降低计算成本,同时保持 DOM 结构不变且不替换任何槽位。安装需使用 `dsh plugin` 命令添加 GitHub 源,或手动配置 junction 和 package.json,安装后必须重启 `dsh web`
Read Moredsh-matt-skills-flow:把 Matt Skills 变成可恢复的工程工作流
`dsh-matt-skills-flow` 是一款非官方 DeepSeek Harness(DSH)插件,旨在将 `mattpocock/skills` 转化为持久化、可恢复的工程工作流。它解决任务状态在会话中断后丢失的问题,通过统一管理 Flow、Skill 快照、决策、Spec、Ticket 图、Lane 执行、Review 及人工验收等关键环节,实现任务状态的持续追踪。 核心功能包括:创建 Flow 时快照已安装 Skills;交互式记录决策并批准 Spec;发布依赖感知的 Ticket 图(支持本地 Markdown 或 GitHub Issues);创建隔离的 Lane 分支运行有
Read MoreHo11ow8/deepseek-harness-shortcut:为本地 DSH web UI 生成 Windows 桌面快捷方式
`Ho11ow8/deepseek-harness-shortcut` 是一款 Windows 下的 DSH 插件,旨在简化本地 DSH web UI 的启动流程。它通过 `/desktop-shortcut` 命令生成桌面快捷方式和启动脚本,实现一键启动或打开服务。智能启动器能自动检测 DSH 服务状态:若已运行则直接打开浏览器,若未运行则启动服务并等待端口就绪(默认端口 3080,超时 30 秒)。该插件零运行时依赖,要求 Node.js >=18.0.0,支持通过配置文件自定义快捷方式名称、URL、端口、图标、启动命令及等待时间等参数。安装后需在 `dsh web` 中运行命令生成资源,
Read MoreHo11ow8/deepseek-harness-balance-pet:在 DSH Web 界面旁显示 DeepSeek 账号余额
`deepseek-harness-balance-pet` 是一款面向 Windows 10/11 的 DeepSeek Harness (DSH) Web 界面插件。其主要功能是在屏幕右下角生成一个“Deepseek 娘”桌宠,实时显示 DeepSeek 账号余额(默认每 20 秒刷新),并自动跟随 DSH Web 浏览器窗口显示,切换应用或最小化窗口时自动隐藏。该插件采用本地 Node.js 代理与原生 WPF 程序架构,余额查询接口仅监听 127.0.0.1,确保 API Key 不进入浏览器,保障安全性。 安装需满足 .NET Framework 4.8 及 Node.js 18+
Read Moredsh-goodmemory:为 DeepSeek Harness 增加自动跨会话记忆
dsh-goodmemory 是一个为 DeepSeek Harness (DSH) 提供跨会话长期记忆的插件,由 hjqcan 维护,采用 GoodMemory 作为后端。该插件旨在解决 DSH 会话间缺乏稳定记忆的问题,通过在模型步骤前自动召回相关记忆(注入为可识别的 user message),并在回合成功完成后写回用户和助手的有效对话文本,同时排除工具调用、推理过程及注入内容。 插件支持两种运行模式:默认的 managed 模式会自动启动 goodmemory-http-bridge sidecar,使用 SQLite 存储数据;external 模式则连接已有的 GoodMemory
Read Moredsh-web-search-provider:用模型提供方服务端搜索改进 DSH 联网搜索
dsh-web-search-provider 是 DeepSeek Harness (DSH) 社区的一个开源插件,由 hiyms 维护,采用 MIT 许可。它通过调用模型提供方的服务端搜索能力(如 OpenAI Responses API 或 Anthropic-compatible Messages API)实现联网搜索,从而绕过 DSH 内置的 web_search 工具链路。该插件可与现有搜索插件共存,且在 OpenAI Responses API 环境下支持直接查看或搜索 URL 页面内容。 使用需满足提供方支持 web search capability 的条件。安装后需在 co
Read Morehiro-nikaitou/dsh-ocg-billing:为 DeepSeek Harness 增加 OpenCode Go 计费层
本文介绍了 DSH 社区插件 `hiro-nikaitou/dsh-ocg-billing`,旨在解决 DeepSeek Harness (dsh) 中 OpenCode Go 账单计算与展示需求。该插件采用 MIT 许可证,独立于官方,允许用户在 dsh 的 web composer 下方显示常驻账单行,并基于缓存的官方价格表进行实时估算。其核心功能包括全局或单会话范围的账单计算、价格缓存主动更新检查,以及利用默认模型对账单进行智能分析。 安装时需通过 `dsh plugin` 命令添加插件路径或在 `config.yaml` 中配置 overlay,随后重启 `dsh web` 即可生效。
Read MoreDSH Live Wallpaper:为 DeepSeek Harness Web UI 提供动态壁纸与主题中心
DSH Live Wallpaper 是面向 DeepSeek Harness Web UI 的轻量级插件,旨在无需 Steam、Wallpaper Engine 或额外 npm 依赖即可实现动态壁纸与主题定制。当前版本 v0.3.1 基于 MIT 许可,提供四款离线程序化壁纸(如极光、星云),并支持通过 ShaderToy ID 应用在线作品。在未配置 App Key 时使用官方 Embed,配置后则优先在本地 WebGL2 渲染源码;同时也兼容远程媒体直链及临时本地文件(刷新后失效)。插件内置主题中心,允许用户自定义 5 套预设、颜色、按钮形态、字体及 90%-115% 字号缩放,且壁纸与
Read Moredsh-smart-charts:把 CSV / Excel / JSON 数据转成交互式 ECharts HTML
dsh-smart-charts 是 DeepSeek Harness 的一款 Smart Charts skill 插件,旨在将 CSV、Excel 或 JSON 表格数据自动转换为可交互的 ECharts HTML 页面。该插件支持 26 种图表类型和 3 套主题预设,具备自动检测编码、多文件智能合并及基于 Pandas 的数据清洗转换功能,并通过三层安全沙箱确保代码执行安全。其核心优势包括完全离线渲染(内联 ECharts JS,无外部依赖)、交互式可视化(支持缩放、悬停查数、图片保存)以及结构化错误输出,便于 Agent 解析重试。安装方式支持 GitHub 直装或本地 tarball
Read Moredsh-project-knowledge-review:面向中文 DSH 用户的本地知识复习插件
dsh-project-knowledge-review 是面向中文 DSH 用户的本地知识复习插件,旨在将学习资料、文字及音频转写存入本地库进行复习。其核心功能包括零配置自动创建 v2 存储、证据优先问答、strict 模式下证据不足时明确拒答、自动生成 Markdown 提要及两级分类管理。插件提供侧栏知识库工作区,支持安全 Markdown 预览(不执行 HTML/脚本),并兼容 v1 旧库迁移。安装后无需数据库或登录,OCR/ASR 功能默认关闭,需显式配置凭据启用,且仅接受公开 HTTP(S) URL。用户可通过对话添加资料、基于知识库提问或切换 reference/strict 回
Read Moredsh-web-search-responses:复用 Responses 内置 web_search 的 DSH 搜索 provider
dsh-web-search-responses 是 MIT 许可证的 DSH 插件,旨在解决自定义模型使用 OpenAI Responses 端点且支持内置 web_search 时的搜索请求转发问题。该插件注册名为 responses-web 的搜索 provider,使 ctx.web.search() 能复用当前会话模型的 Responses API 端点,发送内置 web_search 请求并解析响应结果。它默认自动跟随当前模型和路由,也支持显式固定路由。主要配置项包括 provider、model、baseURL、apiKeyEnv 及搜索参数等。安装可通过 GitHub 或本地路
Read Moredsh-mcp-manager:为 DSH 增加运行时 MCP 服务器管理
`dsh-mcp-manager` 是 DeepSeek Harness (DSH) 的一个插件,用于在运行时动态管理 MCP 服务器,解决了静态配置需重启的问题。它支持 stdio 和 streamable-http 两种传输方式,保持与 `@deepseek-ai/dsh-mcp-client` 一致的工具命名契约。 核心功能包括:1. 运行时管理:支持添加、删除、启停和重连服务器,配置持久化至本地 JSON 文件(默认 `$DSH_HOME/mcp-manage/servers.json`),重启后自动重连;2. 智能体工具:提供 `mcp_manage_list` 等六个工具供会话内操
Read Moredsh-scope:为 DeepSeek Harness Web UI 提供上下文视图与 53 周 token 热力图
dsh-scope 是一款面向 DeepSeek Harness (DSH) Web UI 的开源插件(MIT 许可),由 helloxkk 维护,旨在优化会话调试体验。该插件主要提供两大核心功能:一是 Codex 风格的会话上下文视图,实时展示当前窗口的 token 占用情况,详细列出 system、tools、messages 的组成占比及 KV-cache 命中率;二是 GitHub 贡献图风格的滚动 53 周 token 使用热力图,用户可点击特定日期查看当日的四桶 token 消耗、缓存命中率、会话数及模型排名。 插件通过官方 token-meter session projecti
Read Moredsh-mc-companion:让 DeepSeek Harness(DSH)成为 Minecraft 游戏搭子
dsh-mc-companion 是 DSH 生态下的 Minecraft 游戏内社交插件,专注于聊天、跟随、记忆和互动,不负责启动游戏或下载版本(由 dsh-mc-agent 处理)。它必须与 dsh-mc-agent 配合使用,并依赖 Cordis 共享服务。 核心功能包括:自动跟随玩家(3 格距离)、支持中文游戏内聊天及特定命令(如 `/跟着我`、`/停下`)、最多存储 60 条本机记忆(位于 `~/.dsh-mc/companion.json`,权限 0600)、根据语境切换心情并概率性主动搭话、以及对玩家加入、死亡等事件的响应。此外,它向 DSH 注入状态提示并暴露 `mc_frie
Read Moredsh-time-travel:为 DSH 工具副作用提供可逆回滚与审计
dsh-time-travel 是面向 DeepSeek Harness(DSH)插件系统的可逆时间旅行与审计工具,旨在解决模型工具执行副作用(如文件读写、Shell 命令、HTTP 请求)后缺乏稳定回滚入口的问题。该插件通过监听工具管线事件,为 `fs.write`、`fs.delete` 等文件操作建立“前状态快照→执行→补偿”链路,支持按轮次倒序恢复工作区;对于 `bash` 和 `http.request` 等难以自动逆转的操作,则通过内置审计规则引擎记录危险行为至 JSON Lines 日志。插件提供 `ctx.timeTravel` API,包括 `rewindTo`(指定轮次回滚
Read Moredsh-ponytail:为 DSH 增加“懒而高效”的代码约束
dsh-ponytail 是一款适用于 DSH 桌面版的 MIT 许可插件,旨在通过注入“极简代码”规则来降低 AI 生成代码时的 Token 消耗。该插件模拟资深工程师思维,优先引导模型复用原生能力、标准库及已有代码,减少非必要的新增依赖和冗余实现。其核心功能包括设置页总开关、输入框内实时档位切换及状态持久化(存储于 `~/.dsh/dsh-ponytail.json`)。插件提供 Off、Lite、Full、Ultra 四档强度,其中 Full 为默认,Ultra 追求最少 Token 和零新依赖。安装支持通过 `dsh` 命令从 GitHub、npm 或本地链接添加,也支持手动克隆仓库并
Read Moredsh-math-suite:一次安装 math、wolfram、diffgeom 的 DSH 插件包
`dsh-math-suite` 是一个 DeepSeek Harness (DSH) 插件聚合包,由 hatter123 维护,采用 MIT 许可证。它旨在解决数学计算场景下多后端安装配置繁琐的问题,通过一次性安装同时启用三个不同的数学工具插件。 该套件包含以下三个核心工具: 1. **`math`**:基于 mathjs,支持数值求值、化简和符号微分,无前置依赖,纯 JS 实现,始终可用。 2. **`wolfram`**:基于 Wolfram Mathematica,支持积分、方程求解、极限等复杂计算,需外部环境提供 Wolfram Engine 或 wolframscript。 3.
Read Moredsh-zh:DSH Web 界面汉化与官方适配检测
dsh-zh 是一款针对 DSH Web 界面的显示层汉化插件,旨在将残留的英文 UI 文本替换为中文,同时严格保持命令名、权限预设值、推理等级 ID、会话内容及代码块等数据原样不变。插件仅在菜单类表面替换通用短词,避免误伤正文。核心功能还包括静默探测官方是否已自行适配中文,若发现则显示一次性提示以避免文案重复。数据存储仅使用 localStorage 两个固定键。用户可通过安装命令添加插件并重启 harness,随后在“设置 → 通用设置”中开启“界面汉化(中文)”开关即可生效,关闭开关可立即还原原文。该插件适用于希望界面本地化但不改变底层功能逻辑的场景,安装前建议检查源码与许可证。
Read Moredsh-governed-memory:DeepSeek Harness 的治理型长期记忆插件
`dsh-governed-memory` 是面向 DeepSeek Harness (DSH) 的治理型长期记忆插件,由 `haoyuan-sjtu` 维护,许可证为 MIT。其核心旨在解决智能体长期记忆中记录来源、权限、范围及撤销等治理问题,通过约束 capture、promote、revoke 和 retrieval 流程,减少模型随意写入与检索注入的风险。 该插件不提供浏览器 UI 或 HTTP 端点,仅作为 DSH 进程内的可信 host plugin 运行。它关闭了模型侧的直接写入入口,规定候选记录初始进入隔离区(quarantine),需经可信 host 显式批准及证据验证后方可
Read Moredsh-width:调节 DSH web 输入框与内容区宽度
dsh-width 是一款面向 DeepSeek Harness (DSH) web 界面的轻量级插件,旨在解决界面宽度调节问题。该插件在 DSH 的“设置”中新增“显示”页,提供两个滑杆分别用于调节内容展示区与输入框的宽度百分比。滑杆范围设为 30% 至 100%,步进 5%,默认值 100%,并配备重置按钮。调整即时生效,配置持久化保存于 `~/.dsh/settings.yaml` 文件的 `dsh-width` 节中,同时优化了会话菜单及任务列表的对齐与宽度同步。安装支持从 GitHub 或本地目录添加,需 DSH 版本 0.1.0-rc.6 及以上;rc.7 及以上版本安装后重启 w
Read Moredsh-session-state:折叠思考过程,并在输入框上方展示会话活动状态条
dsh-session-state 是一款面向 DeepSeek Harness web 的界面插件,需 DSH 版本 0.1.0-rc.7 及以上。其核心功能包括默认折叠 Think 思考块和工具调用内容,使回答直接展示;并在输入框上方提供会话活动状态条,实时统计 Think、Edit、Bash、Read 的累计次数。状态条支持展开查看各类别的具体活动明细,运行中的类别带有呼吸灯指示,并适配减少动画偏好。设置项包括 collapseThinking、collapseTools 和 statusBar,默认均为 true,持久化保存于 ~/.dsh/settings.yaml 中。安装支持从
Read Moredsh-model-provider-label:在 DSH 模型选择器中同时显示 provider 与模型名
dsh-model-provider-label 是 DeepSeek Harness (DSH) 的一款 Web 插件,旨在解决多 Provider 配置下同名模型难以区分的问题。该插件在模型选择器中同时显示 Provider 显示名与模型名,帮助用户准确识别来源。插件由 haiyoucuv 开发,基于 MIT 许可证,通过复用宿主服务并遮蔽默认 UI 槽位实现功能。 目前,该插件已停止维护,其核心功能已整合至 dsh-chat-tweaks。用户需注意,这两个插件占用同一 UI 槽位,共存会导致报错。因此,若安装 dsh-chat-tweaks,应卸载 dsh-model-provider
Read More@haibala-aii/dsh-extensions-wallpaperskin:用本地 Wallpaper Engine 媒体给 DeepSeek Harness web 换背
`@haibala-aii/dsh-extensions-wallpaperskin` 是专为 DeepSeek Harness (DSH) web 界面设计的本地壁纸插件,由 `haibala-aii` 维护,采用 MIT 许可证。该插件核心功能是将本地 Wallpaper Engine 媒体直接作为 DSH 背景,全程无需远程 API 或文件上传,确保数据隐私。它支持在 Windows 系统上自动发现 Steam 库及 Wallpaper Engine 的本地与 Workshop 项目,兼容 MP4、WebM 等视频格式及 PNG、JPEG 等静态图像。插件集成于 DSH 的 Extens
Read Moredsh-oauth-api:DeepSeek Harness 的第三方 OAuth 登录插件
dsh-oauth-api 是一个用于 DeepSeek Harness (DSH) 的社区插件,旨在实现第三方模型的 OAuth 登录集成。该插件支持 Grok/xAI、Codex/ChatGPT、Claude Code 和 Kimi Code 四家提供商,通过 Device code 或 PKCE 流程完成认证。安装后,用户在 Web 界面的“设置 -> OAuth 登录”中发起登录,Token 将存储在本地 `~/.dsh/oauth/` 目录下。插件会向官方模型选择器注入对应的 `*-oauth` 分组,允许用户手动切换至特定提供商的模型进行推理。需注意,登录成功不会自动更改默认模型,
Read Moredsh-git-sidebar:在 DSH 对话页查看 Git 工作区未提交改动
dsh-git-sidebar 是 DeepSeek Harness (DSH) Web GUI 的嵌入式插件,由 H2O-MERO 维护,采用 MIT 许可证。该插件旨在解决用户在对话页处理工作区文件时,需频繁切换终端或 IDE 以查看 Git 状态的高操作成本问题。它在 DSH 对话页右侧提供 VSCode 风格的未提交改动侧边栏,允许用户在不离开当前会话界面的情况下,直观查看当前工作区 Git 仓库的已暂存、未暂存及未跟踪文件。 核心功能包括自动跟随当前对话的工作区仓库,支持查看文件状态徽标(如 M、A、D)、行级差异统计(+/−)及单文件 diff 展开;重命名文件会展示新旧路径,未跟
Read More@gzmuldyxx/dsh-windows-tray:Windows 系统托盘鲸鱼控制器
`@gzmuldyxx/dsh-windows-tray` 是一款专为 Windows 设计的 DeepSeek Harness 插件,旨在通过系统托盘简化 `dsh web` 服务的日常操作。该插件在通知区域常驻一个鲸鱼图标,用户无需频繁使用终端命令,即可通过鼠标左键单击快速启动服务并打开 Web 界面,或通过右键菜单执行启动、停止(基于端口 3080 定位进程)、重启及退出托盘等管理操作。 插件具备单实例保护机制,防止重复安装导致图标叠加。安装前需确保已部署 DeepSeek Harness,并通过 `dsh plugin --profile web add @gzmuldyxx/dsh-
Read MoreDeepSeek Better Harness:一个包含三条证据泳道的 DSH 插件
`guyuefangyuanl/deepseek-better-harness` 是一个非官方、零运行时依赖的 DeepSeek Harness (DSH) 插件,用于将 Better Harness 的三条证据泳道接入 DSH profile。该插件由个人维护,MIT 许可,与 DeepSeek 或幻方无官方关联。其核心功能是将 `session-evidence`、`project-readiness` 和 `agent-assets` 注册为三个独立可路由技能,支持通过 `config.lanes` 配置启用特定泳道,也可从 `packages/` 单独安装某一条泳道。插件不开端口、不启
Read Morepowershell-fix:在 DSH 中检查和修复 Windows PowerShell 命令
powershell-fix 是 DeepSeek Harness(DSH)的宿主层插件,旨在解决智能体在 Windows PowerShell 环境中执行命令时,因 bash 习惯、粘贴污染(如 CRLF、提示符)及续行符错误导致的失败问题。该插件提供 `powershell_fix` 工具,先对命令进行本地检查与修复,再经宿主 Shell 通路执行,全程遵循 DSH 原有的沙箱、审批及超时策略,不新增权限。 核心功能包括:规范化字符并去除提示符;将 bash 续行符转换为 PowerShell 反引号;对无法安全重写的命令发出警告而非盲目修改;内置执行门禁,拦截递归删除、磁盘格式化等危险命
Read Moredsh-game-hud:DSH 游戏风格悬浮 HUD 插件
`dsh-game-hud` 是一款专为 DSH web profile 设计的 DeepSeek Harness 插件,旨在通过游戏风格悬浮 HUD 集中展示关键状态,减少开发者在多页面间切换的成本。其核心功能包括:以血条和蓝条分别直观展示账户余额(默认满格 ¥20,宿主缓存 30 秒)及当前会话上下文剩余;实时监控峰谷定价及切换倒计时(高峰时段为 09:00–12:00、14:00–18:00,谷时半价);当余额低于阈值时触发红光告警;并在上下文剩余低于 5% 时自动触发压缩,连续两轮后可选择“携带记忆开启新会话”,通过静默注入记忆摘要实现无缝衔接。 该插件支持通过 `dsh plugin
Read Moredsh-housekeeper:DSH 环境管家插件
DSH-housekeeper 是 DeepSeek Harness 的 Web 插件,旨在统一管理平台本地状态。该插件无需额外服务,运行于本地回环地址,核心功能包括工具链盘点、受控缓存清理及机器规则编辑。首先,它能自动检测 Node、Git 等关键工具的位置与版本,仅做只读报告。其次,提供缓存扫描与两步清理机制:用户可预览临时目录详情,生成包含批准与拒绝路径的清理计划,并在确认前不删除任何文件;清理执行采用一次性且五分钟过期的令牌,严格限制白名单以防误删或路径逃逸。此外,支持编辑 AGENTS.md 文件,保存时自动备份并支持一键恢复,但需注意 64KB 的大小上限。插件通过简单的 CLI
Read Moresummarize-skill:面向 DSH 编码 Agent 的任务总结、精简与交接
DSH 插件 `gtbwpkwjnb-alt/summarize-skill` 是面向编码 Agent 的任务总结技能,用于长会话中的状态确认、上下文压缩及跨任务交接。该插件基于 MIT 协议,默认只读,不自动修改文件或系统状态,仅在显式执行“保存”指令时写入本地文件。其核心功能包括生成高密度事实型报告、按优先级分类问题、以及基于证据的风险观察。插件支持多种触发词,如“总结”、“精简”、“交接”、“诊断”等,并引入事实分层机制以区分观察、确认、推断等信息的可信度。安装时通过 `dsh plugin` 命令添加,重启后即可在设置中懒加载。典型场景包括快速查看进度、压缩当前会话上下文、生成可粘贴的
Read Moredsh-shift-router:DSH 的两级模型路由插件
`dsh-shift-router` 是 DSH 的一个两级模型路由插件,旨在智能分配日常与关键轮次的模型使用。它通过 LLM Judge 将请求分类为 `fast` 或 `smart` 层级,采用“即时升级、趋势降级”策略,并在 Prompt Cache 热时暂缓切换以优化成本。该插件支持运行时故障转移,遇到服务异常时实行指数退避冷却,仅在同层内切换健康模型;同时具备任务级编排能力,由强模型规划并委派给弱模型执行,且强制任务上限。此外,它提供按层级统计的 token 与成本遥测。安装需 Node `>=22.0.0`,配置后可通过 GUI 或命令调整路由模式(auto/manual/off)
Read Morefind-plugin:在 DSH 中搜索并受控安装社区插件
find-plugin 是由 graceen2331-prog 维护的 DSH 插件,旨在简化社区插件的搜索、审查与安全安装流程。该插件注册了 `find_plugin` 和 `install_plugin` 两个工具,无需依赖数据库或 Web UI。`find_plugin` 通过 GitHub 搜索带有 `topic:dsh-plugin` 的仓库,进行静态检查、风险披露及无效候选过滤,并返回最多 5 个安全候选项。`install_plugin` 则在获取固定 Commit SHA 并重新验证 Bundle 后,通过 DSH 审批机制(仅允许一次性授权)执行安装,安装过程使用官方插件管理
Read Moremattpocock-skills-dsh-zh:DeepSeek Harness 的 Matt Pocock 中文技能集
mattpocock-skills-dsh-zh 是面向 DSH 的中文插件,由 gongyijie85 维护,将 Matt Pocock 的 25 个技能(7 个生产力与 18 个工程类)译为中文并适配 Cordis 架构。该插件采用 MIT 许可,保留关键英文术语并附注释,通过 ask-matt 作为路由器入口,支持使用 skill 工具加载如 grilling、TDD 等技能。安装需 DSH 版本不低于 0.1.1-rc.2,可通过 dsh plugin 命令添加,随后重启 profile 即可启用。该插件与英文版可共存但建议二选一,因其以当前进程权限运行,安装前需检查源码安全性。此项目
Read Moredsh-repo-setup:DSH 的仓库体检引导插件
dsh-repo-setup 是 gongyijie85 开发的 DSH 插件,定位为“仓库体检引导插件”,旨在进入陌生仓库时提供只读探测与配置建议。该插件注册了 `repo_setup_scan` 工具,通过扫描项目目录的语言栈、测试设置、文档、Git、Docker 及数据库线索,生成包含检测栈、仓库卫生状况及推荐安装项的 Markdown 报告。它严格保持只读特性,不修改任何内容,仅给出 DSH 技能插件、MCP 服务器及卫生文件的安装建议。 该插件支持 DSH 版本 `>=0.1.1-rc.2`,通过 `dsh plugin --profile web add dsh-repo-setu
Read Moredsh-timer-scheduler:让 agent 稍后自动醒来检查后台工作
`dsh-timer-scheduler` 是一个 MIT 许可的 DSH 插件,旨在解决 Agent 启动后台任务后需人工提示检查的问题。该插件为 Agent 提供一次性提醒工具,支持通过相对或绝对时间设置提醒,并在到期时自动唤醒 Agent 继续行动,无需人工干预。核心功能包括 `schedule_reminder`(支持关联后台任务,任务完成即自动取消提醒)、`list_reminders` 和 `cancel_reminder`。提醒数据持久化存储,重启后仍有效,且 Web UI 顶栏会实时显示提醒及倒计时。安装时需从源码挂载至 Web profile 并重启服务,若使用特定工具过滤配
Read Moredsh-top:DSH Web GUI 的浮动系统监控面板
`dsh-top` 是一款面向 DSH Web GUI 的 MIT 许可监控插件,旨在让用户无需切换至终端即可在网页内直接查看主机资源状态。该插件通过一个固定在右上角的浮动、可折叠且可拖拽的面板,实时展示 CPU 使用率与核心数、内存与磁盘的已用/总量及百分比条、网络上下行吞吐量,以及 Top 6 进程的 PID、名称、CPU 和内存占用。其采用深色配色与等宽字体,并过滤瞬态监控进程。安装只需执行 `dsh plugin --profile web add dsh-top` 命令,重启 Web 应用并刷新页面即可启用。该插件以当前 DSH 进程权限只读获取系统信息,数据不离开主机,外部采集命令
Read Moredsh-workspace-inspector:DSH Web 客户端右侧概览面板
dsh-workspace-inspector 是一款由 GIGHT111 维护的 DeepSeek Harness (DSH) Web 客户端插件,旨在解决长会话中信息分散难以追踪的问题。该插件跨平台支持 macOS、Windows 和 Linux,通过右侧面板集中展示当前会话的 Token 用量(含输入、缓存、输出及占比)、上下文压力(预估 token 数及窗口占用率)、全部历史消息目录(支持折叠、摘要显示及点击跳转高亮),以及工作区文件树(支持懒加载、文件打开及刷新)。 插件以较低优先级遮蔽默认详情面板,会话存在时自动开启,支持通过按钮关闭或重新打开。安装需确认环境已安装 dsh 及 p
Read Moredsh-plugin-index:DeepSeek Harness 社区插件索引
dsh-plugin-index 是由 GGigHub 维护的 DSH 社区插件索引工具,旨在解决插件查找与生命周期管理问题。它聚合 GitHub 上带有 `dsh-plugin` 标签的仓库,按星标排序展示,并在 DSH 的 web profile 中提供安装、更新、修复及卸载功能。 该工具支持多标签分类浏览及基于仓库名、描述、spec 和分类的本地过滤搜索。刷新机制可绕过缓存重新获取数据,安装任务通过串行队列执行,用户可实时监控状态、耗时及日志。对于特殊安装需求,系统提供手动指令辅助。 用户可通过 `dsh plugin` 命令快速安装或卸载该插件。需注意,该索引仅作只读分发,不保证插件安
Read MoreDSH 插件 dsh-timed-goal:在任意对话中配置定时 /goal 任务
dsh-timed-goal 是一款面向 DSH Web 的 MIT 许可插件,由 gfds2005 开发,用于在指定时刻自动触发预设提示词。该插件支持按对话配置任务,用户可设定绝对时间(本地或 UTC),到点后自动以默认全权限(full access)或受限的工作区写权限执行 goal。功能包括每日重复执行、限制自主运行轮数、任务编辑与状态管理,以及跨会话任务总览。界面支持中英文双语,提供斜杠命令(如 /timed-goal add)和浏览器管理面板两种操作方式。安装需 DSH web profile 及 Node.js 18+,通过 dsh plugin 命令添加并重启生效。配置数据保存在
Read Moredsh-remote-dirpicker:让 DSH Web 的远程“新增工作区”目录选择保持一致
dsh-remote-dirpicker 是一个 MIT 许可证的 DSH 插件,旨在解决通过 nginx 反代、公网或局域网 IP 访问 DSH Web 时,“新增工作区”目录选择功能无法正常使用的问题。该插件通过组合层 patch 调整插件配置,不修改 DSH 核心代码。其核心机制是停用自动选择器 `directory-picker-auto`,强制挂载 `browse` 宿主能力,确保远程与本地访问均使用统一的浏览器内目录浏览器界面。 该插件支持在浏览器内浏览宿主文件系统,包括面包屑导航、绝对路径跳转、路径编辑、隐藏文件显示及新建文件夹等功能,并通过 dsh 自身 RPC 通道暴露能力,
Read MoreDSH Ox-Horse Office:把多智能体会话渲染成像素办公室的 Web UI 插件
DSH Ox-Horse Office 是一款专为 DeepSeek Harness (dsh) 设计的 Web UI 插件,旨在将多智能体会话的实时活动可视化为像素风办公室,帮助用户快速掌握全局状态。该插件由 `geguanming` 维护,版本 0.2.0,采用 MIT 许可证。 核心功能包括:将会话映射为办公室 worker,通过状态显示运行、空闲或排队情况;利用气泡展示流式输出和待办事项,并通过审批卡片处理待批准的工具调用或计划审查;支持点击交互以查看详细信息、发送指令或监控工作过程;画布支持缩放、平移及自动适配。 安装需具备 `dsh web` 环境,推荐使用 `dsh plugin
Read MoreDSH Taskify:在 DSH Web 中固定任务范围与硬约束
dsh-taskify 是 DSH Web 的一个插件,旨在通过建立任务边界防止 Coding Agent 在多轮对话中偏离初始范围或忽略约束。其核心机制包括 Focus 和 Persistent Anchors:Focus 用于固定当前任务的执行范围,需用户确认;Anchors 用于保留明确的硬约束(如“不修改后端”),且必须基于当前草稿的确切证据,防止凭空添加。该插件不修改原始 Prompt,也不自动发送,仅作为持续的模型指导(model guidance),而非沙箱或拦截层。 安装需指定兼容版本,支持 Node.js 22+ 和 pnpm 11.x。使用时,用户先撰写任务,点击 Task
Read Moregao-gao-zai/dsh-custom-reasoning:为 DSH 自定义 pi-ai 模型配置推理等级
`gao-gao-zai/dsh-custom-reasoning` 是一个 MIT 许可的 DSH 插件,旨在集中管理自定义 `pi-ai` 模型的推理等级和 Provider 思考格式。它通过 DSH Web Settings 页面新增“思考等级”区域,允许用户为每个模型配置从 `off` 到 `max` 的推理等级,并选择包括 `openai`、`deepseek` 等在内的多种思考格式。该插件支持拖拽勾选及复制粘贴配置以实现批量操作,修改后自动保存并通过 Revision 机制防止并发冲突。安装时需先克隆代码仓库,执行 `dsh plugin --profile web add .`
Read Moredsh-deveco-cli:把 HarmonyOS 开发命令接入 DSH 智能体
dsh-deveco-cli 是面向 HarmonyOS 开发者的统一命令行工具,由 fz-lyle 维护,基于 MIT 协议开源。它将 DevEco Studio 工具链中的 ohpm、hvigor、hdc、emulator、hilog 等分散命令封装为单一的 devecocli 入口,解决多工具路径拼接和环境变量配置繁琐的痛点。该工具以 DSH 插件形式发布,安装后可供 Agent 通过结构化参数调用,支持项目创建、构建、运行、设备与模拟器管理、UI 自动化检查(截图、点击、滑动)、日志查看、本地文档检索、代码规范检查、签名生成及 API 兼容性扫描等核心功能。此外,它提供 MCP 服务配
Read Moredsh-chatvoice:给 dsh web 增加语音输入与回复朗读
dsh-chatvoice 是一款由 FuzzySoul 维护的 DSH 插件,旨在优化 DeepSeek Harness (dSH) web 界面的交互体验,实现“语音输入 + AI 回复朗读”闭环。该插件基于浏览器原生 Web Speech API,具备零配置、零成本、免 API key 的特点,无网络请求或子进程。 核心功能包括:通过麦克风进行语音输入,识别结果实时追加至输入框,支持中途打字修改;支持对助手回复一键朗读或开启自动朗读,并可随时打断;提供设置页以配置识别语言、音色及语速,中文场景默认使用 Edge 内置的自然音色。插件具备完善的错误提示机制,能针对权限拒绝、浏览器不支持等情
Read Moredsh-skill-manage:给 DSH 智能体增加技能创建与管理能力
dsh-skill-manage 是 DSH 框架的一个 MIT 许可插件,旨在解决智能体在会话中重复试错的问题。它通过提供 `skill_manage` 工具,允许智能体将程序性记忆沉淀为可维护的技能文件,支持创建、修补、禁用、删除及固定技能等操作。 该插件支持用户级和项目级两种作用域,以及目录和单文件两种存储布局。其核心特性包括通过 frontmatter 标志实现技能的禁用/启用和固定(防止删除),并实施严格的删除保护机制,仅允许删除标记为 `created_by: agent` 且未固定的技能。此外,插件内置了名称、描述长度及文件大小的校验规则,采用原子写入和热重载机制确保稳定性。 安
Read Moredsh-path-reveal:点击 DSH 消息中的 Windows 路径打开资源管理器
dsh-path-reveal 是一款 DeepSeek Harness 插件,旨在简化 Windows 环境下开发过程中对文件路径的操作。该插件能自动识别 DSH 消息中内联代码里的 Windows 绝对路径(包括盘符及 UNC 路径),将其转化为可点击元素:点击文件路径时直接打开所在文件夹并定位选中该文件,点击目录路径则直接打开该目录。这一功能有效减少了手动复制粘贴路径及切换窗口的繁琐步骤,提升了上下文连贯性。插件由 futongxu9-maker 维护,采用 MIT 许可证,支持页面刷新、新会话及服务重启后持续可用。安装仅需执行特定命令即可,适用 Windows 系统且依赖 explor
Read Moredsh-desktop-shell:为 DSH Web 增加 Electron 桌面窗口
`dsh-desktop-shell` 是一个 MIT 许可的 DSH 桌面外壳插件,旨在优化 `dsh web` 的本地使用体验。它通过在 web profile 中接入,使 `dsh web` 启动时自动弹出 Electron 窗口加载现有 HTTP 服务,同时保持 DSH 核心引擎零改动。主要功能包括:关闭窗口时进程不退出,而是隐藏至系统托盘,托盘菜单支持重新打开窗口或彻底退出进程;支持单实例锁防止重复启动,并记忆窗口位置大小;提供桌面快捷方式脚本以便双击启动。具备完善的降级策略,若 Electron 缺失、启动失败或窗口加载出错,将自动回退至浏览器模式,不阻断服务运行。安装需在 pro
Read Morefryghost/deepseek-eyes:DeepSeek Harness 社区插件
`fryghost/deepseek-eyes` 是一个 DeepSeek Harness(DSH)社区插件,由维护者 `fryghost` 开发并托管于 GitHub。由于相关文档抓取失败,目前缺乏关于其具体功能、安装命令、用法示例及许可证的可核实信息,因此无法确认其详细能力。该插件收录于独立的 SkillHub 社区目录,该目录与 DeepSeek 或幻方无官方从属关系。建议开发者在启用前自行访问 GitHub 仓库或社区目录页,仔细核查源码、依赖关系及权限要求。需注意,插件将以当前 DSH 进程权限运行,且不可假设其为宽松许可证。鉴于资料有限,请勿自行拼接安装命令,务必以作者说明为准,确
Read More`dsh-client-auto-retry`:DSH 回合中断后自动发送「继续」的客户端插件
`@frog755/dsh-client-auto-retry` 是 Frog755 开发的 DeepSeek Harness (DSH) 客户端插件,采用 MIT 许可证。该插件旨在解决会话回合因出错、中断或达到 Token 上限而异常终止的问题。通过检测 `turn/end` 的 `reason.kind`,当识别为 `error`、`interrupted` 或 `max-tokens` 时,插件会自动向原会话发送可配置的续接文本(默认“继续”),以实现无缝续跑。 插件具备宽限期、冷却期及连续次数上限等防护机制,防止失控循环,且设置项支持实时生效。它专注于简单续跑,不进行模型或提供商切换
Read Moredsh-dictate:把语音输入接入 DSH Composer
dsh-dictate 是面向 DeepSeek Harness (DSH) Composer 的上下文感知语音输入插件,旨在通过语音输入长提示词或代码说明,转写结果保留在输入框供用户审阅修改,不启动双向语音会话。 该插件默认使用 Chrome 或 Edge 的 Web Speech API 进行浏览器识别,录音时显示实时转写;在 Apple Silicon Mac 和 Windows x64 平台上,可选用本地 SenseVoice 模型进行增强转写,需下载约 253 MB 模型文件。其核心优势包括上下文感知(参考最近 6 条对话优化用词)、中英混合识别优化以及严格的发送控制(默认不自动发送
Read Moredsh-plugin-devecocli:把 HarmonyOS 开发工具接入 DSH
dsh-plugin-devecocli 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在将 HarmonyOS 开发常用的 CLI 能力集成至 DSH 环境。该插件基于 @deveco/deveco-cli,允许智能体直接调用 13 个 harmony_* 工具,涵盖设备与模拟器管理、屏幕截图、UI 树导出与交互、项目构建与部署、日志抓取、代码 Lint 检查、签名材料生成、离线文档搜索及受白名单限制的命令执行。 安装前需确保 devecocli 在 PATH 中可用,并连接相应设备。用户通过 dsh plugin 命令添加插件并重启 profile 即可启用
Read Moredsh-agent-replay:回放 DeepSeek Harness 会话,并导出独立 HTML
`dsh-agent-replay` 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,由 forrestsweet 维护。它旨在增强 Web 客户端,提供会话级的原生回放视图。该插件读取 Harness 真实快照(包括消息、工具、命令、错误及时间耗时),支持 1x、2x、4x 倍速播放,并提供搜索、筛选及详情检查功能。 其核心亮点在于可将会话导出为独立的、无运行时依赖的 HTML 文件,包含事件账本、概览轨道及深色模式,便于分享。为确保隐私,导出过程会自动排除系统上下文及隐藏推理,并脱敏用户路径、Token 等敏感凭据,但官方建议发布前仍进行人工复查。 该插件适用于
Read Moredsh-douyin-creator:基于抖音官方资料的 DSH 创作与运营插件
dsh-douyin-creator 是一款基于 DeepSeek Harness 的抖音自媒体运营插件,由 forgeturl 维护。它整合抖音官方推荐、分发及治理资料,构建可检索知识库,旨在解决运营经验缺乏官方依据的问题。核心功能包括官方资料检索与原文读取、选题评估、脚本风险审查、数据诊断、新手账号起步指导及周实验计划制定。该插件强调结论分层,严格区分官方公开信息、合理推断、运营建议和账号专属结论,避免混淆经验总结与平台机制。适用于希望基于证据进行内容决策的创作者。支持普通用户一键安装及开发者通过 Npx 运行,需 Node.js 环境。注意资料快照有时效性,涉及最新政策需核对官网,且 D
Read Moredsh-task-kanban:面向 DSH web 的任务看板插件
DSH 插件 `dsh-task-kanban` 旨在 DSH Web 主界面中实现从需求到代码合并的全流程自动化管理。该插件将自然语言需求细化为串行执行的 Phase 计划,并在独立的 `git worktree` 中严格单并发执行,全部完成后自动合入主分支并清理工作区,解决多会话切换与状态追踪难题。核心功能包括五泳道看板(需求、队列、运行中、已完成、已合并),支持通过 Skill 驱动需求细化,具备队列 FIFO 执行、任务状态可视化及停止重试机制。用户可通过 npm 或本地源码安装,并在插件配置中调整并行 Worker 数、模型及推理强度。该插件适合希望将智能体任务流程化、自动化管理的
Read Moredshgirl-starter:统一 DSH 鲸鱼娘插件
dshgirl-starter 是一个基于 DeepSeek Harness (DSH) 的非官方粉丝插件项目,采用“一切皆插件”架构,将鲸鱼娘人设、桌面交互功能及记忆管理统一集成。该插件提供鲸鱼娘角色注入、桌面桌宠、余额挂件、记事、定时提醒、右键提问 DSH 以及基于 `memory.json` 的共享长期记忆库等功能,并通过低 token 工具实现记忆的按需存取。项目支持 HTTP API 接口,便于查看或创建记事、提醒及记忆,也可用于发起新会话提问。运行环境要求 Node.js 版本不低于 22.19 且 CPU 架构为 x64,可选用 Python Helper。源代码遵循 MIT 协
Read Moredsh-turn-nav:DSH 右侧会话轮次导航栏插件
dsh-turn-nav 是由 flyHZJ 维护的 DSH 插件,采用 MIT 许可证,旨在解决多轮长会话中手动滚动定位历史消息不便的问题。该插件不替换 DSH 官方界面,而是通过 `shell.overlay` 在聊天窗口右侧显示悬浮导航栏,实现非侵入式交互。其核心功能包括:显示轮次数字圆点,悬停弹出包含用户问题摘要的卡片,点击可平滑滚动至对应轮次,并随滚动自动高亮当前位置。插件支持自动刷新导航,并能自动调用 `loadOlder()` 加载未分页的历史记录(默认上限 200 页,可调)。用户可通过 `dsh plugin` 命令从 GitHub 安装或更新,兼容 Bundle 机制。配置
Read MoreDSH 会话数据管理器:查看、预览和管理本机会话数据
DSH 会话数据管理器是面向 Windows 平台 DSH web profile 开发者的 DeepSeek Harness Web 插件(v0.5.2,MIT 许可证),旨在集中管理分散在不同状态的本机会话数据。该插件提供分类查看(全部、未归档、归档、异常、子代理、备份区、回收站)、搜索、批量选择、只读预览及调整预览宽度等功能。核心操作包括归档、恢复、移动工作区、修复未分组会话及清理无效索引,并支持通过复选框执行批量处理。插件能智能区分子代理会话,避免误判为异常,并在移入备份区或回收站时同步清理缓存,恢复时重建关联。安装需环境支持 pnpm 及 PowerShell,通过指定 GitHub
Read Moredsh-web-search-openai:为 DSH 接入 OpenAI Responses API 网页搜索
dsh-web-search-openai 是 flg1217 开发的一款 DSH 插件,旨在无需修改 DSH 源码即可为 ctx.web 集成基于 OpenAI Responses API 的搜索提供方。该插件通过调用 POST /responses 接口利用原生 web_search 工具实现服务端检索,并将结构化结果或消息级注解统一归一化为可引用来源。插件支持 Web 设置卡片,允许用户配置端点、模型、API Key 及检索上下文,其中 API Key 支持写入不回显或读取环境变量 OPENAI_API_KEY。安装时需确保 DSH 版本不低于 0.1.0-rc.6,并通过 dsh pl
Read Moredsh-powerdesk:在 DSH Web UI 中增加可停靠 IDE 工作台
dsh-powerdesk 是由 FleetingEcho 维护的 DSH 网页插件,旨在将终端、文件浏览器、Markdown 笔记、代码编辑器、沙箱浏览器和日历集成到 DSH Web UI 的可停靠面板中,减少应用切换。该插件要求 DSH >=0.0.1 且 dsh CLI 在 PATH 中。核心功能包括:基于 Rust PTY 的多实例终端;支持目录树浏览与路径复制的文件管理器;递归编辑本地 .md 文件的笔记模块;基于 CodeMirror 6 的多语言语法高亮编辑器;具备安全沙箱机制的浏览器;以及事件存储于本地 SQLite 的日历视图。此外,插件支持 ripgrep 内容搜索、面板灵
Read Moredsh-sound-notify:为 DSH web 添加提示音与主背景设置
dsh-sound-notify 是一款 DSH web 插件,旨在解决界面状态变化易被忽略的问题。其核心功能包括声音提醒和背景自定义:当 agent 提问、发起审批或完成任务时,可触发预设(如上扬、叮咚)或上传的自定义音频,支持独立配置音量与频率;同时允许用户设置背景色、图片及遮罩效果。设置自动保存至 settings.yaml 并实时生效。插件支持通过 pnpm 添加 tgz 包或手动复制目录并修改配置文件进行安装,安装后重启 dsh web 即可在“设置-个性化”中使用。需注意,该插件以当前 dsh 权限运行,建议安装前检查源码;且文档未提供 tgz 下载地址,手动安装需具备一定技术基础
Read MoreLittle Mouse Pointer:为 AI agent 增加 Windows 桌面 UI 上下文选择
Little Mouse Pointer 是一款由 Fish121380 维护的 Windows 桌面 UI 上下文选择插件,基于 MIT 许可,旨在解决 AI Agent 难以准确获取用户当前界面状态的问题。它遵循 DSH “一切皆插件”理念,允许用户通过鼠标直接选择窗口、UI 元素或屏幕区域,随后利用 UI Automation、截图及本地 OCR 技术生成精确的上下文信息。用户确认后,这些信息通过 MCP 协议提供给 OpenAI Codex、DeepSeek Harness 等兼容客户端,支持 `ui_context_pick` 等核心工具。 该插件仅适用于 Windows x64 环
Read MoreRelayLoom:为 DSH 提供默认关闭的钉钉 Stream 会话中转
RelayLoom 是一个专为 DeepSeek Harness (DSH) 设计的独立、默认关闭的外部聊天中转插件,旨在通过 DingTalk Stream 协议将 DSH 智能体响应安全地发送给用户。该插件采用 MIT 许可证,要求 Node.js 22.19+ 环境,并与 DingTalk 及 DeepSeek 无官方隶属关系。 其核心功能包括:在异步工作完成前即时发送 ACK,基于 msgId 去重重试,限制内存使用;支持私聊和群聊提及过滤,实施默认的拒绝策略(default-deny)及基于 staff-id 的允许列表,确保会话隔离;提供 `/approve` 和 `/reject
Read MoreKeyringSeam:DeepSeek Harness 的 macOS Keychain 凭证提供者
`fieldnote-ops/keyringseam` 是 DeepSeek Harness (DSH) 的 macOS Keychain 凭证提供者插件,旨在解决 `ctx.credentials` seam 中受管凭证权限边界较弱的问题。该项目独立维护,支持 macOS 13+,采用 MIT 许可证,当前公开版本为 v0.2.0-rc.1。其核心机制是通过经 Apple 公证的 Developer ID 签名 Broker 应用,将敏感值存入私有 Data Protection Keychain access group,并在每次获取、设置或取消凭证前强制要求显式设备所有者认证。插件提供
Read MoreFrameEvidence:为 DeepSeek Harness 提供有边界的 Figma 只读设计证据
FrameEvidence 是 DeepSeek Harness 的只读 Figma 插件,旨在解决智能体获取设计数据时面临的上下文膨胀及凭据暴露风险。它提供 `figma_inspect` 和 `figma_render` 两个核心工具:前者返回有边界限制的节点树,后者提供临时渲染 URL,从而控制数据规模且不暴露 Figma PAT。 该插件严格遵循安全边界:仅通过主机环境变量读取凭据,禁止写入 Figma,拒绝重定向,并对 API 响应进行字节及节点数限制。安装需满足 Node 版本要求并通过 DSH 命令固定特定 commit 安装。用户需创建仅有只读权限的 Figma PAT,配置环
Read Moredsh-feishu-bridge:飞书机器人接入 DSH 的桥接插件
dsh-feishu-bridge 是一款运行于 DSH 宿主进程内的 MIT 许可插件(版本 1.1.0),旨在将飞书消息桥接到 DSH 会话。该插件无需公网 Webhook,通过飞书长连接订阅事件,支持私聊多轮对话及群聊@机器人响应。核心功能包括利用 CardKit 2.0 实现思维链、正文及工具链的流式实时卡片更新,具备 Token 级打字机效果;支持 DSH 重启后会话自动恢复、消息幂等去重、断线自动重连及用户白名单限制。此外,它还提供 /help、/reset、/status 等斜杠命令,并支持 DSH 主动向飞书推送文本、图片或文件。安装需确保 DSH 以 dsh web 运行,配
Read Moredsh-line-select:在 DSH Web 中按行选择代码并注入给 agent
dsh-line-select 是 DeepSeek Harness Web 的一款行选区插件,旨在解决 Agent 修改代码时需读取整文件或手工补行号的痛点。该插件在输入框上方提供可视化面板,支持浏览工作区文件、带行号预览代码,并通过点击行号直观选择起始与结束行。选中后,插件将生成如 `@path:start-end` 的引用写入草稿;发送前,Host 端自动展开该引用,将指定行范围的原文注入上下文,使 Agent 无需自行读文件即可精准修改特定代码段。此外,它也支持整文件引用和手动输入引用。安装只需使用 `dsh plugin` 命令添加本地路径并重启 Web 服务,且无第三方运行时依赖。
Read Moredsh-stock-ticker:DSH 页面内的悬浮行情插件
dsh-stock-ticker 是一款 DeepSeek Harness(DSH)插件,旨在解决开发时频繁切换外部行情页的痛点。它在页面右上角提供可拖拽、可收起的半透明悬浮窗,实时显示上证指数、创业板指、科创50及恒生科技的点位与涨跌幅。该插件每5秒自动刷新,背景随主题色变化,采用红涨绿跌标准。它支持通过命令常驻安装以随 DSH 启动自动加载,也可通过动态插件方式临时体验。数据源免费且无需鉴权,通过 Host 侧 curl 抓取纯文本数据。插件遵循 MIT 许可证,依赖特定版本的 cordis、shell 和 UI slots 包,需 Node.js 22.19+或 24.0+环境。由于插件
Read MoreTaskSwarm:DeepSeek Harness 上的多智能体任务编排插件
TaskSwarm 是 DeepSeek Harness (DSH) 上的多智能体任务编排插件,旨在自动化处理依赖任务。其核心机制是将任务按依赖关系分层为 Waves,并在同层内通过独立 Lanes 并行执行。每个 Lane 使用 Git Worktree 隔离,合并至 `taskswarm/orch` 集成分支,支持崩溃恢复与语义冲突解决。插件提供 Supervisor 协调、独立 Reviewer 审查及 LLM Merger 合并功能,并通过文件邮箱实现异步通信。内置基于 SSE 的本地 Web Dashboard 实时展示状态。安装需通过 `dsh plugin` 命令添加 npm 包
Read Moredsh-theme-liquid-glass:为 DSH Web UI 提供 Liquid Glass 主题
`dsh-theme-liquid-glass` 是一个面向 DSH Web UI 的 MIT 许可证主题插件,版本 0.3.1,要求 Node >= 18。该插件旨在通过 Liquid Glass 风格统一定制 Web UI 外观,涵盖背景壁纸、输入卡片、消息气泡、按钮及模型选择器等元素。其核心能力包括使用 CSS 变量实现玻璃参数实时调整、支持 SVG 边缘折射效果、提供多格式(URL、本地图片/视频/HTML)壁纸管理及自定义动画演示。用户可通过设置面板实时调整背景模糊度、亮度等参数,并支持一键禁用或重置为默认状态。安装仅需执行 `dsh plugin --profile web add
Read Moredsh-comfyui:让 DeepSeek Harness Agent 驱动 ComfyUI 生成内容
dsh-comfyui 是一款由 fandc520 维护的 DeepSeek Harness(DSH)插件,旨在通过“一切皆插件”理念实现 Agent 对 ComfyUI 的智能驱动。该插件集成了 Agent 工具、UI 面板、工作流技能包及同源媒体代理,解决节点参数查询、结果预览、API Key 安全及复杂工作流管理难点。 核心功能包括四个 Agent 工具:`comfyui_run`(提交 txt2img/img2img/video 任务)、`comfyui_object_info`(查询节点定义)、`comfyui_workflow`(管理工作流库)及 `comfyui_skill`(读
Read Morefalser101/dsh-mascot:给 DSH Web 加一只可拖动的悬浮伙伴
falser101/dsh-mascot 是 DeepSeek Harness(DSH)Web 的 MIT 许可证插件,旨在解决长任务中会话状态不直观的问题。该插件通过一只可拖动的卡通宠物(猫或狗)实时映射当前会话阶段,如排队、思考、调工具、写答案及出错等状态,并伴随动态文案和表情切换。作为纯前端投影,它不向会话发送事件,仅提供视觉提示。 核心功能包括:支持鼠标拖拽、闲置自动收起及窗口自适应;显示状态气泡,支持自定义文案频率及开启工具名显示;提供并行任务提示,通过右上角数字展示忙碌会话并支持点击跳转;具备“AI 小剧场”功能(默认关闭),可调用模型生成俏皮话。插件支持中英文文案切换,且尊重系统
Read Moredsh-session-cost:在 DSH 会话中显示当前 API 费用
`dsh-session-cost` 是一款专为 DeepSeek Harness(DSH)设计的纯插件,用于实时显示模型调用费用,解决仅依赖账单难以核对单次对话成本的问题。该插件以人民币显示会话累计费用及每条回复的单轮成本,无需配置 API Key 或修改设置,安装重启即可生效。 其核心功能包括区分缓存命中、未命中及输出 token,根据请求时间应用高峰(2 倍)或非高峰价格,并支持从完整日志重新计算旧会话费用。插件内置了 DeepSeek-V4-Flash 和 Pro 的最新人民币单价,确保数据准确且不重复计费。用户可通过 `dsh` CLI 或源码方式便捷安装与卸载。适用场景为 DSH
Read Moredsh-plugin-verified-search:给 DeepSeek Harness 的当前来源检索加上边界
dsh-plugin-verified-search 是 DeepSeek Harness 的一个 MIT 许可插件,旨在将智能体的 `web_search` 能力约束为有边界、可验证的工作流。其核心目标是处理可变事实时,确保来源范围、保留证据、JSON 选择确定性及未解决缺口的可见性,并采用 fail closed 或显式 unresolved 策略,不证明发布者真实性或保证索引最新。 稳定版 v0.1.1 仅提供 `verified_search`,支持对结构化来源主机名进行后置过滤,适用于单一窄可变事实查询。实验快照包含 `verified_research`、`verified_jso
Read Moredsh-pip:把 DeepSeek Harness Web GUI 放进独立窗口
dsh-pip 是一款由 extension-hunter 维护的 DSH 插件,旨在解决本地开发中频繁切换浏览器标签页查看运行状态的问题。它利用 Document Picture-in-Picture 技术,提供一个浮动按钮,允许用户将当前 Web UI 从标签页移至始终置顶的独立窗口,实现边写代码边查看界面的无缝体验。该插件基于 MIT 许可证,安装在 web profile 上,依赖 dsh-host-webserver 服务。 使用流程极简:通过 `dsh plugin --profile web add dsh-pip` 命令一键安装,重启服务后点击“独立窗口”按钮即可分离应用根节点
Read Moredsh-plugin-edit-regenerate:修改历史中的用户消息并重新生成
dsh-plugin-edit-regenerate 是一个 DSH 插件,旨在解决会话中修正已发送用户提示词的需求。它允许用户编辑历史消息,并基于修改后的内容重新生成回复,而无需新建会话。该插件采用 fork 机制,确保原会话保持不变,非首条消息的修改会分叉出新的子会话,首条消息修改则创建新会话。 核心功能包括在用户消息下提供“✎ Edit”入口,保留原有的“⧉ 复制”动作,并注册 Cordis 服务。需注意,附件在编辑后会被丢弃,仅以纯文本重发。安装时需根据 DSH Desktop 或 Web 环境选择对应的 profile,通过命令或手动配置依赖进行安装,安装或更新后必须重启 DSH 生
Read Moredsh-proof:为 DeepSeek Harness 增加只读验收层
dsh-proof 是 DeepSeek Harness 的一个独立只读验收层插件,由 EvilIrving 维护,版本 0.1.0,采用 MIT 许可证。其核心功能是在顶层对话回合(turn)即将关闭时,通过 `agent/turn-stopping` 介入,启动一个只读 verifier 对结果进行独立验收。若验收未通过,插件会将具体差距(gap)和后续引导(steering)送回驱动 agent,从而修正流程。 该插件依赖 `subagents` 服务,通过 `toolFilter.deny` 限制 verifier 的权限,默认禁止使用 `write`、`edit`、`bash` 等修
Read Moredsh-context-proxy:为 DeepSeek Harness 提供按需上下文检索
dsh-context-proxy 是 DeepSeek Harness (DSH) 的轻量级上下文检索插件,旨在解决模型按需读取已持久化会话历史的需求,避免加载完整上下文。该插件提供三个核心工具:context_query 用于按字段查找匹配项;context_slice 用于读取单个事件及其有限的前后窗口;context_grep 用于文本检索,支持返回可定位的引用(如 session:<seq> 或 path:line)。 用户可通过 dsh plugin 命令从 GitHub 或本地路径安装并启用该插件。其依赖机制明确区分可选与硬依赖,若缺少后端服务会快速返回错误而非阻塞。contex
Read Moredsh-tailscale-console:DSH Web 的 Tailscale 远程访问运营面板
dsh-tailscale-console 是 DSH 的一个插件,专为通过 Tailscale 远程访问 DSH Web 界面提供集中化的运维面板,旨在解决入口检查、代理配置及中继授权分散导致的连接问题。该插件主要包含七大功能:设备在线状态监控与提醒、一键健康检查(涵盖 HTTPS 入口、API 会话等)、Tailscale Serve 状态管理、macOS 系统代理绕过配置(针对 *.ts.net 和 100.64.0.0/10)、中继服务器状态与 Peer Relay 启用验证、远程及本地访问 URL 展示,以及自动生成中继 ACL JSON 片段。 启用该插件需满足 DSH 版本不低于
Read Moredsh-cache-cost-monitor:为 DSH 增加缓存命中率与费用观察
`dsh-cache-cost-monitor` 是 DSH v0.1.x 的 MIT 许可插件,用于监控 Agent 调用中的前缀缓存命中率和 API 费用。它通过提取 `prompt_cache_hit_tokens`、`prompt_cache_miss_tokens` 和 `completion_tokens` 字段,实时统计缓存命中率,并根据官方定价(含峰谷时段)预估成本。插件提供 `cache_report` 工具供 Agent 查询详细报告,支持趋势火花线和逐轮明细;同时在浏览器端显示常驻统计条及每条回复末尾的本轮消耗。此外,它支持阈值与预算告警,并在异常时自动降级以保障主程序稳
Read Moredsh-discovery:DSH 社区插件的只读搜索与安全审查入口
dsh-discovery 是一款基于 MIT 协议的 DSH 社区插件只读搜索工具,旨在解决第三方插件安装前的筛选与安全审查问题。其核心功能包括浏览 GitHub `dsh-plugin` 话题下的插件,提供分类、场景筛选及中英同义词搜索。在安全层面,它执行静态规则扫描进行确定性预检,并生成报告供 LLM 在会话中深度审查代码、依赖及信誉,审查通过方可安装,高危风险默认拒绝。此外,它支持 Agent 调用搜索与预检工具、已安装插件的更新检查(含安全审查)及缓存机制。该工具本身不执行安装、更新或卸载操作,也不加载远程代码,仅作为只读入口。用户需注意,尽管有预检和 LLM 审查,仍无法穷尽所有风
Read Moredsh-usage-lite:DeepSeek Harness Web 的余额与 Token 用量面板
dsh-usage-lite 是一款面向 DeepSeek Harness Web 界面的轻量级插件,由 ericw0315 维护,采用 MIT 许可证。它旨在解决 DSH Web 中余额和本地 Token 用量分散的问题,通过侧边栏面板集中展示 DeepSeek 余额、供应商账户信息及近半年的本地用量。核心功能包括自动发现已配置的模型供应商、查询 DeepSeek 当前及赠送/充值额度、汇总输入输出及缓存 Token、按模型展示估算开销、提供近 27 周每日用量热力图,并支持中英文界面切换。用户需通过 `dsh plugin` 命令安装并重启服务,需在凭据文件中配置 API Key 以启用余
Read Moredsh-update-radar:检查已装 link: 插件是否有上游更新
dsh-update-radar 是一款遵循 DeepSeek Harness “一切皆插件”理念的 MIT 许可证工具,由 Equinox7379 维护。该插件用于只读检查配置中多个 `link:` 本地插件目录是否落后于上游版本。其核心机制是读取 profile 中的依赖路径,对包含 `.git` 的目录执行 `git rev-parse` 和 `git ls-remote` 命令,对比本地与远程 HEAD 哈希值。工具提供无参数的 `update_radar` 接口,生成包含 `checked`、`behind`(落后版本)和 `upToDate`(最新状态)的 JSON 报告。该过程完
Read Moredsh-turn-watchdog:报告 DSH live 会话中的疑似卡住回合
dsh-turn-watchdog 是 DeepSeek Harness(DSH)的一款轻量级、只读插件,用于监测 live 会话中疑似卡住的状态。它通过定期扫描会话,依据最后事件非正常结束(非 `turn/end` 或 `session/end-seed`)且空闲时间超过阈值(默认 10 分钟)两个条件判定异常,并排除 subagent 会话。插件核心功能包括向提示词上下文注入警示文本,以及提供 `turn_watchdog_status` 查询工具以获取具体卡住会话列表。其运行边界严格限定为只读观测,不修复会话、不打断回合、不重启服务,且零依赖、无 HTTP 路由。安装需使用本地链接路径并
Read Moredsh-skill-search:零预加载的 DeepSeek Harness 技能搜索插件
dsh-skill-search 是 DeepSeek Harness (DSH) 插件,旨在解决技能库扩大后启动时预加载所有技能元数据导致上下文成本高昂的问题。该插件采用“零预加载、按需搜索”策略,启动时不注入技能名称与描述,从而降低固定开销。当模型需要时,通过 `skill_search` 工具使用关键词在磁盘上搜索 SKILL.md 文件,匹配范围包括目录名、Frontmatter 信息及正文开头。命中后,仅读取对应文件全文并执行,使上下文成本仅取决于实际命中的内容。插件具有纯只读、零运行时依赖、无 HTTP 路由等特性,若 rg 不可用则自动降级为 Node 遍历。用户可通过配置文件指
Read Moredsh-session-repair:修复未知事件类型导致的 DSH 会话日志
dsh-session-repair 是 DeepSeek Harness 的一个插件,用于解决 `dsh 0.1.0-rc.x` 因缺乏第三方事件类型注册机制,导致外置插件写入未知事件后服务重启抛出 `SessionFormatUnsupportedError`、会话日志无法打开的问题。该工具主要包含两项核心功能:一是通过 `action=scan` 扫描 zstd 压缩的会话日志,报告其中的未知事件类型及可修复性,默认只读不改动;二是通过 `action=repair` 或 `repair_id` 对非 live 会话日志进行修复,为未知事件补齐 `ignorable` 标记。 为确保可靠
Read Moredsh-config-watch:记录 DSH 环境配置变更历史
dsh-config-watch 是 Equinox7379 维护的 DeepSeek Harness 插件,基于 MIT 许可,旨在解决环境配置变更追踪难题。该插件遵循“一切皆插件”理念,通过在服务每次启动时对 profile 关键文件及插件清单进行快照,并与上次快照对比,将差异写入变更日志,从而提供清晰的环境配置变更时间线。其核心功能包括记录变更历史、提供 `config_changes` 查询工具,支持设置 `limit` 参数(默认 20,上限 200)以检索最近记录。该插件具备零依赖、无自定义会话事件及无 HTTP 路由的特点,数据存储仅涉及 `~/.dsh/config-watch
Read Moredsh-web-network-optimizer:DSH 网页端网络优化与连接守护
dsh-web-network-optimizer 是 DSH 的一个 MIT 许可插件,旨在解决网页端因网络波动、缓存策略及生命周期问题导致的断连无感知和重复传输痛点。其核心功能包括连接守护、响应压缩及智能浏览器缓存策略。连接守护通过心跳探测和状态指示圆点(绿/灰/红)实时监控连接,支持自动重连与手动强制重连;响应压缩优先使用 Brotli,以 Gzip 兜底;缓存策略针对静态资源使用不可变缓存,对插件代码采用 No-cache 加 ETag 机制,以平衡加载速度与更新及时性。插件还提供流量账本面板,展示各插件的流量、压缩节省及缓存命中情况,并具备缓存自检指引以辅助清理异常缓存。安装后可在
Read Moredsh-quote-temp-ask:DSH web UI 的引用、临时对话与网页追问
dsh-quote-temp-ask 是 DSH web UI 的一个社区插件,旨在优化会话中的上下文处理与快速问答。它提供三个核心功能:引用、临时对话和去网页问。引用功能允许将选中文本标记插入输入框,发送时自动展开为引用块,但受限于当前会话内存,刷新或切换会话可能丢失映射。临时对话在页面右侧开启独立面板,通过轮询获取流式回复,支持 Markdown 渲染及上下文清理,适合处理不依赖完整上下文的问题。去网页问则通过 Popup 窗口打开 chat.deepseek.com 并预填问题,以规避 iframe 嵌入限制。该插件需 Node >=22.15,依赖 React 18.2.0 及 DSH
Read Moreelviass/dsh-cost-insights:DeepSeek Harness 的本地用量与费用分析插件
`elviass/dsh-cost-insights` 是一款专为 DeepSeek Harness (DSH) Web 端开发的本地用量与费用分析插件。它旨在解决用户缺乏统一入口回看 Token 消耗、缓存命中率、API 余额及模型价格的问题。作为非官方扩展,该插件通过 MIT 许可分发,兼容 DSH `>=0.1.0-rc.7 <0.2.0` 及 Node.js `^22.19.0 || >=24.0.0` 环境,支持自动跟随语言与主题设置。 核心功能包括多维度统计(按对话、工作区、模型等)、可视化图表分析(折线图、热力图)、实时价格与汇率同步(美元/人民币换算)、以及 API 余额显示。
Read Moredsh-plugin-mm-vision:给纯文本 LLM 增加结构化看图能力
dsh-plugin-mm-vision 是一款 DeepSeek Harness (DSH) 插件,旨在为纯文本 LLM 提供图片理解能力。该插件注册 `mm_vision` 工具,调用外部视觉模型将图片转化为包含精确百分比坐标的结构化空间文字描述,使文本模型无需直接处理图像即可分析空间关系。 核心功能包括“通感编码”,适用于 K 线图、UI 截图及自然照片等;支持像素级坐标定位和可选的 40×30 像素色块网格重建;具备自动模式,能根据图表或自然图特征自适应调整输出细节。插件支持配置任意 OpenAI 兼容视觉模型,并提供 TTL 缓存机制以提升响应速度。 安装需 DSH 环境及 Node
Read Morecoloured-favicon:DSH Web 的彩色小鲸鱼 favicon 插件
coloured-favicon 是由 Elipese568 维护的 DSH Web 纯客户端 Cordis 插件,版本 2.0.0,遵循 MIT 许可。该插件无运行时依赖且无需构建,核心功能是将页面 favicon 替换为彩虹色相循环并旋转的流动渐变效果,同时对页面内的鲸鱼图标、“deepseek”文字、标题及徽章进行同步彩色化。插件支持动态形态与 bundle 形态两种部署方式:动态形态通过会话内执行 `cordis_define` 和 `cordis_run` 激活,适合个人开发验证,提供实时调色及暂停功能;bundle 形态需通过 `npx` 添加 tgz 包并启动,适合分发部署,注意
Read MoreDeepSeek Harness 插件 deepseek-peak-valley-router:按峰谷定价自动路由模型
`deepseek-peak-valley-router` 是 DeepSeek Harness (DSH) 的 MIT 许可插件,旨在解决 DeepSeek V4 API 峰谷定价下的模型选择难题。该插件自动识别高峰与空闲时段,高峰时使用 `deepseek-v4-flash` 以控制成本,空闲时使用 `deepseek-v4-pro` 以追求性能,从而免去手动切换的麻烦。 核心特性包括:默认基于 `Asia/Shanghai时区判断时段,支持配置其他时区;始终尊重用户显式选择的模型,不强行覆盖;仅处理指定的 DeepSeek V4 型号请求,其他请求原样放行;所有模型切换操作记录在会话事件
Read Moredsh-git-rescue:DSH 救援恢复插件
dsh-git-rescue 是 EIGHTfs 维护的 DSH 救援恢复插件(MIT 协议,版本 2.5.0),旨在解决 DSH 配置损坏、会话丢失及崩溃后无法回退等问题。其核心架构包括:1. **本地版本管理**:将 `.dsh` 纳入 Git 管理,通过自动提交记录状态,严格排除凭据和大文件;2. **远端备份**:支持 GitHub Token 或 SSH 密钥双方案,自动处理仓库命名兼容性及本地 Token 权限保护;3. **守护进程**:独立 Guardian 进程负责探活、OOM 防护及崩溃检测,支持开机自启,并通过 LLM 辅助诊断;4. **恢复机制**:提供故障分类、Gi
Read Moredsh-tool-web-enhanced:为 DeepSeek Harness 的 web_search 增加可组合检索模块
dsh-tool-web-enhanced 是由 edusrez 维护的 DSH 插件,作为原生 web_search 的替代品,旨在通过分节结构整合多种检索来源。该插件保持原生搜索结果优先,同时将 SearXNG、本地 Markdown RAG 和 Parallel 等模块作为可选附加部分嵌入同一响应中。若未配置额外模块,其行为与原生工具一致;模块缺失或不可达时静默降级,不会导致整体请求报错。 核心功能包括支持可选的 topic 和 sources 参数,以及默认关闭的 parallel-extract 文档提取功能。安装前需确认满足 @deepseek-ai/cordis 等依赖,并检查本
Read More@edge-sky/dsh-oauth-adapter:为 DSH Web profile 增加 OAuth 账户页
`@edge-sky/dsh-oauth-adapter` 是一个为 DSH Web profile 提供 OAuth 账户页的 MIT 许可插件。它通过手动挂载 DSH Authorization Service,暴露 pi-ai 现有的 provider 登录流程,支持 OpenAI Codex、GitHub Copilot、Anthropic、Kimi、OpenRouter 及 xAI 等提供商,涵盖浏览器回调、Device Code 等多种登录路径。该插件仅负责提供登录入口,不管理凭据或维护登录状态。用户可通过 `dsh plugin` 命令将其安装至 web profile 并启动
Read Moredsh-unarchive:在 DeepSeek Harness 中恢复已归档会话
dsh-unarchive 是 DeepSeek Harness 的一个 MIT 许可插件,用于恢复已归档的会话,而无需删除数据或手动修改存储。它提供两个入口:`/unarchive` 命令和 `unarchive_session` 智能体工具。用户可通过 `/unarchive` 列出归档会话,或使用 `/unarchive <sessionId>` 恢复指定会话;智能体也可调用工具完成相同操作。恢复后,会话将重新出现在工作区,支持实时 GUI 更新且重启后保持有效,但不涉及会话日志或工作区计数槽位的变更。插件优先调用核心 API,若不可用则直接修改归档集合并声明 bundle 补丁以自动集
Read Moredsh-invest-research:DSH 的 A 股全链路投研插件
dsh-invest-research 是面向 DeepSeek Harness(DSH)的开源 A 股投研插件,将“行情、价值、风险、机构共识、估值”五层研究链路整合为一次调用,输出结构化数据。核心功能包括:提供现价、PE、PB 等行情快照;基于巴菲特七维框架的价值评分(满分 100);包含 ST、估值、流动性等六类警报的风险扫描(0-100 分);展示评级分布及目标价的机构共识;以及基于 DCF 的保守估值与安全边际分析。插件还支持 K 线技术指标、热门板块排行、多股对比及 Markdown 研报生成。支持 A 股、港股和美股代码,具备单层数据源独立容错机制,确保部分数据失败不影响整体流程
Read MoreDSHACP:在 Zed 中把 DeepSeek 接入为可交互代理
DSHACP 是 DeepSeek Harness (DSH) 的插件,旨在将 DeepSeek 接入 Zed 编辑器的外部代理体系,作为两者间的交互“翻译官”。它支持在 Zed 面板中直接与 DeepSeek 对话,具备 token 级流式输出、文件读写、命令执行、风险操作审批及会话生命周期管理(保存、恢复、删除)等核心功能。用户可通过设置环境变量调整权限模式、会话存储路径及开启 Hybrid 写文件模式(以 diff 形式展示改动)。安装前需确保已安装 DSH、配置 DeepSeek API Key 且 Node 版本不低于 22。安装方式分为 DSH 插件模式(`dsh plugin -
Read Moredsh-vibe-learning:DeepSeek Harness 的氛围学习插件
dsh-vibe-learning 是一款由 EarzuChan 维护的 DeepSeek Harness 第三方氛围学习插件,旨在将大纲共建、交互式上课、FSRS 复习计划、小测及笔记记录集成于同一会话界面。该插件以 MIT 协议开源,适用于希望集中管理学习流程的用户。通过 `/learn` 命令进入氛围学习模式后,会话工作区转变为学习专用环境,界面增加学习面板以查看纲目、复习和小测,并支持在右上角直接管理活跃纲目与笔记。笔记功能全局可用,支持分册组织及分级权限控制。安装时需在 DSH 的 `web` profile 中添加插件配置并启动 Web 端。需要注意的是,该项目处于早期开发阶段,核
Read Moredsh-refine:DeepSeek Harness 的 `/refine` 操作层
dsh-refine 是 DeepSeek Harness 生态中的 refinement UX 层插件,旨在提供稳定的入口以查看条目、追踪历史、回滚变更及审计 auto-gate 决定。它通过 /refine 命令和设置面板驱动 dsh-continual-harness 引擎,若引擎未挂载则提供设置指引而非报错。 核心功能包括:1. /refine 命令支持状态查看(status)、按类型过滤列表(list)、查看历史记录(history)及回滚指定条目(rollback);2. 自由文本指令可立即触发 refinement,结果异步更新;3. 设置面板支持浏览条目、查看时间线、一键回滚及
Read More企查查 MCP OAuth 插件:在 DeepSeek Harness 中连接企查查 MCP 服务
duhu2000/qcc-mcp-oauth 是 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在简化企查查 MCP 服务的接入。它通过一键 OAuth 授权(采用 Authorization Code + PKCE)自动连接企查查,支持 company、risk 等 6 个核心数据服务器,并按 token 权限动态挂载。插件具备自动刷新 token、本地持久化存储(权限 0700)及重启自动恢复功能。用户可通过对话命令执行连接、查看状态或断开授权,后者会撤销 refresh_token 并停用工具。安装需 DSH CLI 和 Node 20+,执行 `dsh plu
Read Moredsh-meter:在 DSH web 会话下显示 DeepSeek 计费状态
`@dshworks/dsh-meter` 是一款用于 dsh web 客户端的插件,旨在解决 DeepSeek 会话中计费状态不直观的问题。该插件在 Composer 下方新增一行实时信息,显示当前会话成本、资费档位及下次资费切换时间。用户通过 Hover 或 Focus 可展开详情卡片,查看会话总额、请求数、模型、24小时资费条、缓存命中与新鲜输入的 Token 消耗及金额、账户余额、赠送信用、不同资费下的价格对比及缓存节省情况。若尚无会话,可通过 `Settings → Meter` 查看冷启动资费、倒计时、七天资费网格及公开费率卡。插件严格遵循 DeepSeek 的 USD/CNY 独
Read Moredsh-crew:在 dsh Web UI 中并排运行 Claude Code 和 Codex 终端窗格
`dsh-crew` 是 `dshworks` 发布的一款 MIT 许可 DSH 插件,旨在将 Claude Code 和 Codex 作为实时终端窗格集成到 DSH Web UI 中,实现人机分屏协作。它允许用户在真实 PTY 环境中直观监控 AI 执行过程,并支持随时输入、中断或广播消息。该插件为 DSH agent 提供了 `crew_list`、`crew_seat`、`crew_send`、`crew_peek` 和 `crew_dismiss` 等工具,使智能体能够管理成员入座、发送任务、读取当前屏幕内容及关闭进程。`crew_send` 功能会等待屏幕稳定后仅返回新增内容,支持后
Read Moredshhub-market:DeepSeek Harness 口令插件市场客户端
dshhub-market是DeepSeek Harness(DSH)的口令插件市场客户端,由dshhub-co维护,用于通过口令解锁、安装及管理DSH插件。其核心功能包括基于口令的插件安装、主题皮肤支持、插件更新与卸载、热启用/禁用、备份恢复、诊断、加载顺序管理、AI修复提示及脱敏日志导出。使用前需确保DSH版本不低于0.1.0-rc.6,可通过dshhub.co脚本、固定链接或GitHub安装。典型用法是在设置中打开插件市场,输入演示口令即可解锁皮肤插件。安全方面,插件以当前进程权限运行,安装源限制为DSHHub.co允许列表,构建脚本默认阻止,且日志全程脱敏。该应用是dsh-market
Read Moredsh-friendly-steps:把 DSH Web GUI 的技术过程折成一条摘要
DSH 社区插件 `dsh-friendly-steps`(MIT 许可,由 dongwenxiu83-web 维护)旨在优化 DSH Web GUI 的阅读体验。该插件针对会话消息流中干扰正文阅读的 Think、工具调用、重试及压缩等技术过程行,采用纯 CSS 折叠方案,并避免向 React 列表注入节点或争抢 DOM,确保低侵入性。 其核心功能包括:通过右下角浮条实时摘要显示处理状态(如完成步数、错误数或运行中进度),支持点击浮条切换全部展开与收起,并提供 `minimal`、`brief`、`off` 三种模式。插件具备 fail-open 机制,若 DSH 官方 DOM 契约变化,将自
Read Moredsh-plugin-approval-alert:DeepSeek Harness 审批提醒插件
dsh-plugin-approval-alert 是 DeepSeek Harness 的审批提醒插件,旨在解决用户浏览器不在前台时易错过审批或方案选择提示的问题。该纯浏览器端插件注册在 shell.overlay 插槽,不干扰审批流水线。当 Harness 触发审批、方案选择、ask_user_question 或方案审阅时,插件通过 Web Notifications API 弹出系统级通知,显示对应工作区名称,并播放双音提示音。通知支持简中、繁中及英文,点击可自动跳转至浏览器对应会话。插件兼容 Windows、Linux 及 macOS,需浏览器支持相关 API 并允许通知权限。安装命
Read Moredsh-plugin-quota-monitor:在 DSH 侧边栏查看额度与余额
dsh-plugin-quota-monitor 是 DSH(DeepSeek Harness)的一个 MIT 许可插件,旨在解决额度信息分散问题,将 DeepSeek 余额、OpenCode Go 额度及国家超算中心 scnet Credits 统一展示在侧边栏底部。 核心功能包括:实时读取 DeepSeek 官方接口显示剩余金额;将 OpenCode Go 的月、周、5 小时额度映射为 HP/MP/SP 状态条;基于 DSH 本地会话日志估算 scnet 本月 Credits 消耗(因 scnet 无公开 API)。插件支持 60 秒自动轮询,数据源可设为自动识别或手动指定。 设置页提供数
Read MoreDoggyHU/dsh-daily-sticky:DeepSeek Harness (DSH) 的每日语音便签插件
`dsh-daily-sticky` 是 DoggyHU 开发的 DeepSeek Harness (DSH) Web 插件,旨在解决对话中临时事项难以管理和统计的问题。它在 DSH 界面右上角提供可拖拽的每日便签面板,支持手动录入、多行粘贴批量添加,或利用当前模型从口语化内容及语音转文字中智能抽取任务。用户可在对话中通过指令直接让 AI 写入便签。该插件具备未完成事项自动顺延功能,标注“昨天”、“前天”等来源,并提供纯本地计算的周/月任务统计及环比数据,所有数据以 JSON 格式按日落盘至 `~/.dsh/dsh-daily-sticky/` 目录,确保重启不丢失。安装支持 Git 源或 T
Read Moreyuhao-pet:给 DSH Web GUI 加一只可互动、可攒积分的桌面宠物「宇昊」
yuhao-pet 是一款基于 MIT 协议的 DSH Web GUI 社区插件,由 dlpufan 维护。它引入名为「宇昊」的桌面宠物,常驻界面右下角,支持拖拽、隐藏及与赛博朋克主题插件联动。该插件旨在将日常交互转化为轻量养成流程,核心功能包括五项状态管理(饱食、清洁等)、执行投喂、洗澡、学习等动作,以及等级经验体系。特别地,它能将 token 消耗转化为积分,供用户在商店购买食物、道具等物品。此外,插件支持配置 DeepSeek API Key 进行 AI 对话,具备本地历史记录功能,并可实现 Spine 动态立绘、表情切换、换装及多种互动工具。安装需进入源码目录执行 `dsh plugi
Read Moredsh-refined:为 DSH 前端提供 Obsidian Border 风格的主题与 Markdown 美化
dsh-refined 是一款面向 DeepSeek Harness (DSH) 前端的纯前端扩展插件,旨在将 DeepSeek-Refined 的效果移植至 DSH Web 端。它不修改源码或注入脚本,主要解决 DSH 界面整站配色不统一及 Markdown 视觉层次缺失两大问题。该插件提供 Border、Nord 等 5 套主题,支持深浅色自动切换,并通过覆盖 CSS 变量实现全站配色统一。核心功能包括美化 Markdown 元素(如标题竖条、引用块点阵背景、粗体/斜体/代码独立配色),并在会话头部提供调色板按钮以便快速切换主题。主题选择保存在浏览器 localStorage 中,重启后保
Read More@dingtalk-real-ai/dsh-dingtalk:把本地 DeepSeek Harness 接入钉钉
`@dingtalk-real-ai/dsh-dingtalk` 是 DeepSeek Harness (DSH) 的钉钉连接器插件,旨在将本地 DSH 智能体接入钉钉。它采用 Stream 连接技术,无需公网入站端点,同时确保二维码、Client Secret 等敏感凭据仅通过独立终端处理,避免进入机器可读输出或 Checkpoint。插件支持 `plan`、`apply`、`resume` 等命令,Checkpoint 权限限制为 0600 且严禁存储机密字段。安装时需固定版本号,通过 JSON 模式生成并应用配置计划,敏感步骤需手动在交互终端完成 Resume 操作。该插件要求 Node
Read Moredsh-better-input:为 DeepSeek Harness 增加语音输入、AI 润色与文件转 Markdown
dsh-better-input 是面向 DeepSeek Harness (DSH) Web UI 的输入增强插件,由 DIAG5 维护,采用 MIT 许可证。该插件旨在优化长提示词、本地文档及口述内容的输入路径,主要功能包括: 1. **语音输入**:基于 Web Speech API 本地识别,无需 API Key,实时流式转写,支持自定义录音时长。 2. **AI 润色与优化**:复用 DSH 已配置模型,自动清理语音识别错误、去口头禅,并对提示词进行精准化优化,支持原文对比与撤销。 3. **提示词模板**:模板存储在本地,输入 `/` 即可快速插入,确保数据隐私。 4. **文件处
Read Moredsh-sandbox-allowlist:为 DSH 默认沙箱增加可配置授权目录
dsh-sandbox-allowlist 是 DSH 的一个扩展插件,旨在保留默认沙箱安全边界的前提下,通过可配置的“沙箱授权目录”和命令白名单机制,解决沙箱内 CLI 命令及 write/edit 工具难以写入工作区外受信目录的问题。该插件无需关闭沙箱或逐次审批,即可允许对指定目录的安全写入。其核心功能包括:支持通配符配置多个授权目录,覆盖 Windows ACL 和 Linux bwrap 平台,且支持实时生效的配置编辑。插件采用纯插件机制,不修改官方代码,并在 Windows 上提供授权自动回收与应急清理脚本。用户需通过 dsh 命令行安装插件,在 settings.yaml 中配置授
Read Moredsh-web-mermaid:在 DSH Web 中离线渲染 Mermaid 流程图
dsh-web-mermaid 是由 demo007x 维护的 DSH Web 插件(MIT 许可证),用于将聊天消息中的 Mermaid 代码块离线渲染为直观的 SVG 图形,解决直接阅读源码不够清晰的问题。该插件内置 Mermaid 运行时,不依赖在线 CDN,支持 flowchart、sequenceDiagram、gantt 等 Mermaid 11 种主流图表类型。核心功能包括:默认展示图片视图,支持点击放大、缩放及拖拽平移;可随时切换至带语法高亮的源码视图;并自动跟随 DSH 浅色或深色主题重渲染。安装简单,仅需通过 `dsh plugin` 命令添加至 web profile 并
Read Morerestart-service-button:在 DSH 网页界面添加一键重启服务按钮
restart-service-button 是由 DeBug-lzy 开发的 DSH Web 插件,采用 MIT 许可证,旨在解决网页端频繁重启 dsh web 服务需返回命令行的不便。该插件在网页界面右上角添加“重启服务”按钮,支持两次点击确认机制,确保操作安全且按钮在重启后存活。它允许用户通过设置页调整按钮的 top/right 偏移,位置数据保存于浏览器 localStorage,重启后不丢失。插件遵循 DSH 设计标准,接口仅限本机回环访问,防止局域网远程触发。安装需使用 dsh plugin --profile web add 命令指向 GitHub 或本地路径,随后重启 web
Read Moredsh-think-phrases:DSH 会话头部的思维链短语统计插件
dsh-think-phrases 是一款由 deathbook 开发并维护的 DSH 客户端统计插件,采用 MIT 许可证。该插件旨在解决手动查找会话思维链中特定短语的不便,通过挂载至会话头部右侧工具区,实时统计当前会话所有思维链(reasoning blocks)中 “let me”、“we”、“let's” 和 “I'll” 的出现次数及总计。 插件核心功能包括:仅针对思维链文本进行计数,忽略大小写;智能匹配规则,例如 “we” 匹配 “we're” 等变形但不匹配 “weird”,“I'll” 同时包含 “I will”。它兼容 DSH Desktop 2.x、普通 dsh web 及
Read Moredsh-wallpaper-skin:给 dsh Web 换一张图片/视频壁纸
dsh-wallpaper-skin 是由 ddbj-hub 开发的 DeepSeek Harness (dsh) 持久化插件,旨在为 Web 界面提供自定义壁纸背景。该插件支持静态图片(jpg/png/webp)和静音循环视频(mp4/webm),通过将应用背景替换为用户指定的本地文件,并采用半透明面板设计以减少对界面的遮挡。它基于 Cordis 插件架构和 Webserver 路由实现,安装一次后持续生效,兼容深色/浅色模式。 用户可通过 `dsh plugin` 命令、手动配置 `cordis.patch.yml` 或本地文件依赖等方式安装。配置路径需在设置页填入壁纸文件的绝对路径,修改
Read Moredsh-token-data:DSH Web 的 Token 用量、供应商余额与配额面板
dsh-token-data 是专为 DeepSeek Harness (DSH) web 界面开发的 MIT 许可插件,旨在集中展示分散的 Token 用量、供应商余额及订阅配额。该插件提供实时用量仪表盘、每日热力图及7日趋势分析,支持 DeepSeek、OpenRouter、Kimi 等主流供应商的余额查询,以及 OpenCode Go 等的配额监控。其核心特点包括只读且仅回环访问的5个 GET API 端点、不存储密钥(凭据实时解析)、增量缓存及容错机制(保留最后一次成功数据)。安装需 Node.js >= 20,通过 `dsh plugin --profile web add dsh-
Read MoreDSH 插件 dawsondx/dsh-doc-share:把会话整理成可导出的报告
dsh-doc-share 是一款由 dawsondx 维护的 DSH 对话报告化分享插件(MIT 许可)。它旨在解决 DSH 会话消息杂乱、难以归档的问题,将多轮问答、代码块及富组件整理为结构清晰、带摘要统计的专业报告。 核心功能包括:支持轮次筛选、搜索及单轮快捷分享;自动生成包含轮数、字数等统计的摘要;优化排版,独立展示代码块并折叠工具调用。导出格式涵盖 PNG、HTML、PDF 和 Markdown,支持自定义封面标题、调整版式宽度与字号,并可隐藏中间过程。插件兼容 dsh-genui 富组件,支持深色模式及中英文自动适配,设置项通过 localStorage 持久化。 安装只需运行 `
Read Moredsh-client-ui-girlfriend:给 DeepSeek Harness 增加微信风格 AI 女友聊天界面
dsh-client-ui-girlfriend 是 DeepSeek Harness (DSH) 的 MIT 许可插件,由 dalintian 维护。它将 DSH Web 界面改造为微信风格的角色聊天平台,支持多角色管理、AI 肖像生成及上下文互动。用户需配置对话、视觉、文生图及文生视频四组 OpenAI 兼容 API。该插件提供完整角色设定注入、基于上下文的照片或短视频生成,以及图片视觉分析功能。安装要求 Node.js >= 22 及 pnpm,通过 `pnpm dsh plugin` 命令即可安装,默认启用独立于原生界面的“girlfriend”配置(端口 3081)。角色数据以明文
Read Moresuanzhang-dsh:把 DeepSeek Harness 的余额与步骤费用放进界面
suanzhang-dsh 是一个用于 DeepSeek Harness (dsh) 的本地计费插件,旨在解决用户直观查看调用成本和余额的需求。该插件不调用模型,仅通过读取本地会话日志计算费用,并在 web 界面侧边栏常驻显示当前余额和今日消费。其核心功能包括:按步骤详细列出费用明细,支持按模型、工具、天数及会话进行成本可视化汇总与预测;自动同步官方价格,失败时回退至内置价,支持 DeepSeek V4-Flash/Pro(含峰谷计价)及 deepseek-chat/reasoner,其他模型标记为未计价。用户点击费用行可跳转至对应轨迹步骤。安装需 Node v22+,支持从 GitHub 安
Read Moredsh-subagent-model-router:为 DeepSeek Harness 子代理提供可选模型与路由配置
`dsh-subagent-model-router` 是一个为 DeepSeek Harness (DSH) 设计的插件,旨在统一管理子代理的模型路由、委派及后台结果汇合。该插件解决了不同任务(如检索、推理、审查)对模型能力要求不同导致的配置分散问题。核心功能包括:`subagent_model` 工具限制模型选择为已配置别名;`wait-for-subagents` 工具用于等待后台子代理终态结果;通过系统提示嵌入模型标签与路由说明以辅助编排器决策;提供只读模型目录视图及命名空间作用域的配置工具。此外,它支持 Web 设置页手动管理路由,并在 `~/.dsh/settings.yaml`
Read Moredsh-quota-dashboard:会话费用统计与统一额度看板
dsh-quota-dashboard 是 DSH 的一款 MIT 许可插件,旨在将分散的会话费用与多平台额度集中展示于统一 Web 看板。其核心功能包括会话费用统计和统一额度监控。前者支持展示输入、缓存、输出 Token 及费用,提供当日预算、余额、26 周用量热图及峰谷计价,支持中英双语;后者集成 DeepSeek、OpenCode GO、Kimi For Coding、GLM Coding Plan 及火山方舟五大 Provider,支持并行查询、自动刷新及进度倒计时。插件需通过本地源码安装并重启 dsh web 生效,配置存储于 DSH_HOME,凭证优先从凭据库解析。安全方面,凭证仅
Read Moredsh-file-explorer:为 DSH Web profile 增加文件浏览、预览与编辑
dsh-file-explorer 是 cxzrdxy 维护的 MIT 许可插件,旨在为 DeepSeek Harness(DSH)的纯文本 Agent 提供内置文件浏览器。该插件在 DSH Web 界面中增加「预览/编辑」页签及右下角文件树,实现工作区文件的查看、编辑与路径引用无需离开对话界面。核心功能包括:实时同步当前工作区的目录树;支持文本(上限 512KB)和图片(上限 8MB)的预览与编辑,具备标准快捷键支持;可将文件树节点拖入消息框以自动插入路径;支持文件的新建与递归删除。插件包含严格的安全限制,如同源校验、路径规范化、拒绝重名覆盖及禁止删除根路径等。安装需使用 pnpm 和本地路
Read Moredsh-quiz:把 DSH 对话回答变成可作答题库
dsh-quiz 是面向 DeepSeek Harness (DSH) Web UI 的对话式题库插件,由 cungphammanh590-star 维护,采用 MIT 许可证。它解决 AI 回答缺乏即时检验手段的问题,允许用户在不离开当前会话的情况下,将已完成的 AI 回答转换为单选题、多选题或判断题。核心功能包括在 AI 回答下方提供“出题”按钮,支持在右侧抽屉后台生成题目,用户可即时作答、查看解析,并选择性将题目保存至个人题库或加入复习列表。插件提供自然语言调用的模型工具(如 quiz_create_draft、quiz_answer 等),并支持关键词搜索、筛选及历史统计。安装需基于
Read Moredsh-plugin-dit:为 DeepSeek Harness 增加 DIT.ai 双协议模型提供商
dsh-plugin-dit 是一款由 cuboteam 开发、基于 MIT 许可证的 DeepSeek Harness 插件(当前版本 0.2.1),旨在将 DIT.ai 集成为原生模型提供商。该插件主要实现三大功能:一是支持 DIT.ai 作为模型源,同时暴露 OpenAI Chat Completions(dit)和 Anthropic Messages(dit-messages)两套接口;二是提供 Web profile 首次运行时的引导流程,协助用户完成注册、API Key 创建及凭证保存;三是支持 Native Messages 思考等级设置。插件本身不存储 API 密钥,而是通过
Read Moredsh-a-stock-select:A股选股与持仓诊断 DSH 插件
dsh-a-stock-select 是一款基于 a-stock-data 开发的 DSH 技能插件,专为 A 股选股与持仓诊断设计。该插件将 a-stock-data V3.6.1 的 47 个数据端点内嵌合并,集成四大策略筛选逻辑(超短线、短线、中线、长线)、持仓诊断流程及强制风控纪律,形成零外部依赖、开箱即用的自包含技能。其核心功能包括“取数→筛选→输出”的标准化选股流水线,以及包含 7 步数据核查、给出持有/减仓/清仓结论及关键价位的持仓诊断。插件内置强制止损纪律,排除 ST 及风险标的,并每次输出均附带风险提示与免责声明。安装需 Node.js >=18 及 dsh 环境,通过 `d
Read Moredsh-skill-remote:DeepSeek Harness 的远程 skills.sh / GitHub 技能插件
dsh-skill-remote 是一款 MIT 许可的 DeepSeek Harness 插件,旨在从 skills.sh 或公共 GitHub 仓库发现并安装远程技能包。该插件将远程候选技能与本地技能统一展示,并通过 install_skill 工具在模型确认后,将技能原子化下载至本地目录,由 DSH 内置文件系统接管,无需重启。插件默认零网络请求,仅在配置远程源或发起安装时进行通信,支持三类标准 URL 格式。安装要求 DSH next 线版本,可通过 npm 或源码添加,源码安装需配置构建许可。安全方面,插件内置单文件 1MiB、总量 8MiB、文件数 64 等限制,并执行原子化安装与
Read Morecslht11/dsh-ssh-remote:DSH 的 SSH 远程工作区插件
`cslht11/dsh-ssh-remote` 是 DeepSeek Harness (DSH) 的 SSH 远程工作区插件,基于 `flymysql/dsh-remote` 改造(v0.6.0,MIT 许可)。该插件解决了在 Agent 中处理多台远程服务器文件需手动切换 SSH 连接的痛点,支持多机并行注册、独立连接池及当前机切换。 核心功能包括: 1. **多机管理**:支持任意多台服务器注册,配置主机、端口及密码或密钥,配置保存于本地 JSON 文件。 2. **远程工作区**:为每台机器指定远程目录,并提供双向 SFTP 同步机制(`rw_sync` 拉取、`rw_push` 推送
Read Moredsh-plugin-forge:AI-native DSH 插件生成工具
dsh-plugin-forge 是 csiroqa 维护的 AI-native 插件生成工具,旨在将 AI 发现的能力缺口转化为可检查、可提交的独立 git 插件仓库。其核心为 `forge_plugin` 工具,支持 AI 在任务执行中自动调用,完成子代理开发、质量检查(typecheck/test/build)、独立仓库迁移、英文 Conventional Commit 提交及热挂载。该工具具备重复检测机制,支持更新既有插件,默认关闭 push 操作以确保安全。子代理仅在工作区 staging 内操作,失败时保留现场便于排查。安装需 Node ≥ 22、pnpm 及本地 deepseek
Read Moredsh-web-restart:侧边栏一键完整重启 DSH Web 的插件
dsh-web-restart 是一款 DSH Web 插件,旨在解决前台终端运行 `dsh web` 时完整重启困难的问题。该插件提供侧边栏一键重启按钮及供 Agent 调用的 `dsh_restart` 工具,支持中英文界面。其核心流程包括:终止当前 `dsh web` 进程;通过启动守卫等待旧进程退出且端口空闲,以避免端口竞争;最后以原始命令行参数重新拉起服务,并强制添加 `--no-open` 参数防止弹出新浏览器窗口。重启期间页面不刷新,WebSocket 自动重连后在同一标签页恢复 UI,同时具备单次执行保护机制防止并发重启。该插件适用于无 systemd、Docker 等 sup
Read Moredsh-workspace-only-plugin:为 DSH 增加 Workspace Only 文件访问开关
`dsh-workspace-only-plugin` 是 DeepSeek Harness(DSH)的一款 MIT 许可插件,用于在任意沙箱模式下将工作区外的文件访问统一收口至用户确认。该插件通过词法扫描捕获 `read`、`write`、`edit`、`bash` 等工具调用中的越界路径及内嵌绝对路径,一旦检测到访问工作目录以外的文件,即派发 `approval/request` 请求。用户批准后放行本次调用,拒绝则中断。此机制甚至能覆盖 `danger-full-access` 模式,确保即使审批策略为 `never` 也会强制弹窗。插件支持全局持久化开关,并与 `dsh-auto-mo
Read MoreDSH Uni Editor:把现有 Editor 接入 DeepSeek Harness Agent Chat
DSH Uni Editor 是由 `creativedswork` 维护的 MIT 许可 Cordis 插件包,旨在为 DeepSeek Harness Agent Chat 提供统一的 Editor runtime。它通过 MCP Apps 将现有 Editor 接入模型,支持 `stdio` 和 Streamable HTTP 传输,并严格区分“模型可见工具”与仅用于视图交互的“App-only 工具”,避免污染模型注册表。该插件支持注入显式允许列表中的 MCP Prompts,并可选为可信本地服务器转发 Workspace 元数据。在安全方面,视图运行于双 iframe 隔离环境,实施
Read Moredsh-codex-keychain:面向 DeepSeek Harness 的非官方 ChatGPT OAuth 提供者
dsh-codex-keychain 是一个非官方 DSH 插件,旨在解决在 DeepSeek Harness 中接入 OpenAI Codex 模型时的安全认证问题。该插件由 CpfPatrick 维护,基于 MIT 许可证,当前为 0.1.0-alpha.1 开发者预览版,专门适配 DSH 0.1.0-rc.6 版本。 其核心功能是为 DSH 添加 `openai-codex` 模型路由,并强制将完整的 OAuth 凭据保存在操作系统的原生凭据存储中(如 macOS Keychain、Windows Credential Manager 或 Linux Secret Service),严禁
Read Moredsh-write-gate:DeepSeek Harness 的工具调用前写门控插件
dsh-write-gate是面向AI编程代理的DeepSeek Harness(DSH)插件,旨在解决仅靠提示词或文本过滤缺乏可审计策略检查的问题。该插件在工具调用执行前进行两级策略检查:第一级为确定性结构检查,通过路径通配符、命令正则等限制明确约束;第二级为语义LLM判断,处理如“不修改无关文件”等自然语言承诺。 操作者通过YAML文件定义策略(commitments),配置默认失败模式(默认为closed,即fail-closed)及每步Judge预算。插件具备严格的安全设计:当Judge不可用或超时时,阻塞严重级别的调用;防止提示注入;且若策略文件缺失或无效,部署将直接失败而非静默跳过
Read MoreDeepSeek Harness 插件 dsh-travel-plan:面向旅行攻略的工作流插件
dsh-travel-plan 是 DeepSeek Harness 体系下的旅行规划插件,由 cosmic-snail 维护,采用 MIT 许可证。该插件将旅行攻略转化为可执行流程,包含候选扫描、主题发现、POI 核验和按天排四个核心步骤。首先通过地图、OTA 等来源挖掘候选地点,接着利用小红书、抖音等社交平台观察当地玩法主题。随后严格核验地址、营业时间、票务及活动日期等关键信息,避免使用过时数据。最后按区域聚类,将 POI 填入上午至晚上的具体时段,生成包含完整 POI 总表和按天行程的输出,以减少跨区折返。插件提供 plan-travel-guide 技能及四个搜索验证工具,支持 Nod
Read Moredsh-web-search-codex:为 DSH Web Runtime 接入 Codex Web Search
`dsh-web-search-codex` 是一款专为 DeepSeek Harness(DSH)设计的 Web 搜索插件,旨在将搜索请求接入 Codex 的 `/alpha/search` 兼容接口。该插件主要注册 `codex` 搜索提供方,支持复用现有 OpenAI 配置或独立填写接口地址与 API Key。其核心特性包括:模型留空时自动跟随当前会话模型、支持 HTTP/HTTPS、仅发送当前搜索词而不读取对话历史,且拒绝所有 HTTP 重定向以保障密钥安全。 安装要求 DSH 版本为 `0.1.2-rc.1` 或更高,Node.js 版本不低于 22.19。用户可通过 NPM 安装插
Read More@zerorigin-studio/dsh-deepseek-chat:在 DeepSeek Harness 侧边栏打开网页对话
DSH 插件 `@zerorigin-studio/dsh-deepseek-chat` (v0.3.3, MIT) 旨在为 DeepSeek Harness 界面提供便捷的 DeepSeek 网页对话入口。该插件在侧边栏“新对话”按钮下方添加“网页对话”入口,点击后直接打开 `chat.deepseek.com`,无需手动切换浏览器或替换主窗口。其核心功能包括:在支持 Wails v3 的 `dsh-desktop` 环境下,通过本地桥接 API 打开独立聊天子窗口,避免主窗口被导航霸占;在无桌面宿主(如纯浏览器)时,自动降级为当前 webview 内跳转。此外,插件兼容 `dsh-desk
Read MoreDSH 插件 dsh-plugin-message-timeline-navigation:在 web 会话左侧增加消息时间线
dsh-plugin-message-timeline-navigation 是专为 DSH Web Client 开发的一款纯前端辅助插件,旨在解决长会话中手动滚动定位消息效率低的问题。该插件不修改 DSH 本体,通过叠加层在对话视图左侧显示 Codex 风格的消息时间线,每个刻度对应一个用户回合及其完整 Agent 回复。核心功能包括:悬停刻度时预览消息卡片及级联展开效果;点击刻度平滑跳转至对应消息并短暂高亮;滚动时自动高亮当前阅读回合的刻度以指示进度。该插件仅追踪用户消息以保持时间线密集且可预测。安装推荐使用 pnpm 环境并执行 `dsh plugin add` 命令。它要求 Reac
Read MoreCodingendless/dsh-prevent-scd:DSH 防猝死小卫士
`dsh-prevent-scd` 是一款面向 DeepSeek Harness (DSH) Web UI 的本地化插件,旨在防止用户因深夜工作或连续长时间编码、调试而过度疲劳。该插件通过监听真实用户消息,检测深夜窗口(如 23:00-06:00)或连续工作超过设定阈值(如 120 分钟)的行为,并在浏览器端以护士猫形象展示状态条、弹窗及全屏阻塞提醒,强制用户休息。 插件核心特点包括:完全离线运行,无外部网络调用;支持通过 `cordis.patch.yml` 配置工作时长、闲置时间及深夜时段等参数;状态持久化至本地文件,重启服务后依然有效;提供 HTTP 接口供轮询状态或进行“休息”/“稍后
Read Moredsh-plugin-agents-memory:在 DeepSeek Harness Web 设置中编辑全局 AGENTS.md
`dsh-plugin-agents-memory` 是 Cocowwy 维护的 DeepSeek Harness Web 插件(MIT 许可),旨在让用户无需退出浏览器即可直接编辑全局 `AGENTS.md` 文件。该插件在 Web 设置中新增“全局记忆”功能,支持在线读取、编辑和保存全局指令与记忆。核心特性包括自动创建初始文档、原子写入、revision 检查以防多标签页冲突、限制文件大小为 256 KiB 并保持 `0600` 权限。环境要求 Node.js 20+ 及本地 Web 会话,仅限回环地址访问以保障安全。安装只需执行 `dsh plugin` 命令并重启服务,支持从 GitH
Read Moredsh-safe-workflow:为 DSH 增加受控、可验证的工作流
dsh-safe-workflow 是一款 DeepSeek Harness(DSH)插件,旨在通过引入策略检查、审批门和证据记录,让编码工作流更受控、可验证。它不替代沙箱,而是在模型调用工具前检查路径规则并请求审批,同时记录任务合同、检查点及验证结果。插件暴露 `safe_workflow` 工具,支持启动、状态查询、快照、恢复、验证及关闭合同等操作,并将数据存储在会话工作区的 `.dsh-safe-workflow/` 目录下。安装需通过本地 DSH 源码检出方式,使用 `pnpm dsh plugin` 命令指定插件目录进行添加。典型用法包括定义任务目标、验收命令、允许修改的路径及需审批
Read Moredsh-file-browser:为 DSH 聊天界面增加全盘文件浏览栏
dsh-file-browser 是 Clearchenpro 开发的 DSH 客户端插件(MIT 许可),旨在为 Web 版 DSH 会话提供本机文件浏览入口。该插件在聊天界面右侧添加文件浏览栏,支持逐层浏览主机磁盘目录,提供按名称、大小、修改时间的排序及面包屑导航。用户可通过拖拽将图片(如 PNG、JPG)作为附件插入聊天,或将其他文件路径以反引号格式写入草稿;此外支持行内操作,如直接发送路径、复制路径或用系统默认应用打开。插件采用服务端流式扫描,默认每层限制 1000 条记录,并支持中/英双语。安装时需通过 `dsh plugin add` 命令注册并重启实例。需注意,该插件仅适用于 W
Read Moredsh-yunoseek-skin:为 DeepSeek Harness Web GUI 增加 Yunoseek 粉色主题
dsh-yunoseek-skin 是 DeepSeek Harness 的 web GUI 插件,由 clclyzyzybzjsq 维护,版本 0.2.0,MIT 许可,要求 Node.js 22+。该插件旨在将 DSH 浏览器端视觉改为 yunoseek 聊天界面的粉色风格,同时覆盖系统提示装配。 核心功能包括:1)粉色主题层,覆盖语义及静态 token,支持明暗模式自动切换;2)视觉强化,重新上色 Hero 光效并在助手行添加头像(依赖稳定 UI 选择器);3)品牌位显示,在非官方构建中展示 yunoseek Logo 及欢迎图,官方构建则保留原品牌;4)身份提示注入,默认开启且全局生效
Read Moredsh-gateway:为 DSH Web 界面提供 HTTPS 与登录的远程访问网关
dsh-gateway 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决 Web 界面远程访问时的加密与登录保护问题。它作为内置插件运行,无需部署独立反向代理或证书服务,默认采用 fail-closed 机制,仅在本机 127.0.0.1:3443 监听且无账号,确保未配置前无法远程访问。 该插件提供自包含的 HTTPS 加密(支持自动或自定义证书)、账号登录保护(密码哈希存储、失败限速、会话管理)、多站点白名单以及配置热生效功能。通过修改监听地址为 0.0.0.0 并配置账号,即可支持局域网或经端口映射后的互联网访问。其反向代理采用 loopback 伪装
Read Moredsh-skill-manager:DeepSeek Harness Skill 管理插件
dsh-skill-manager 是面向 DeepSeek Harness 的 Skill 管理插件,用于集中管理 skill 的可见性与加载策略。核心功能包括:在新对话前通过界面选择会话加载的 skill;在设置中全局启用或禁用任意 skill(禁用时从会话目录及工具中隐藏,不删除文件);按工作区配置新对话的默认 skill 集合(全可用或指定列表);在对话中通过头部按钮实时调整当前会话的 skill 配置;以及永久删除用户创建的 skill(仅限 `~/.dsh/skills` 和 `~/.agents/skills` 路径,不支持项目级或内置 skill)。插件支持从 SKILL.md
Read Morecking000bigdemon/dsh-toolbelt:待核实的 DSH 插件仓库
DSH 生态采用“一切皆插件”模式扩展能力,其社区目录为独立站点,与 DeepSeek/幻方无官方从属关系。本文针对 `cking000bigdemon/dsh-toolbelt` 仓库进行整理,仅确认了仓库名称及 GitHub 地址。由于 GitHub README 抓取失败,目前无法核实该仓库的安装命令、具体功能、许可证、星标数及维护者信息,因此文中未补充任何未经验证的内容。 鉴于资料缺失,本文不列出具体功能点、使用效果或依赖关系,也不提供推测的安装步骤。建议在核实完源码、依赖和许可证之前,将该仓库视为待评估对象。考虑到 DSH 插件以当前进程权限运行,若仓库未明确说明权限范围和用途,不建
Read MoreDSH Custom Provider Enhancer:为自定义模型提供商补齐模型规格
dsh-plugin-custom-provider-enhancer 是面向 DSH/Cordis 的 MIT 许可插件,用于在 Web GUI 接入自定义模型提供商时自动补齐模型规格,解决配置缺失导致的限制不完整问题。其核心功能包括自动填充 contextWindow 与 maxTokens,启用多模态视觉输入,并注入 Deep Thinking 推理强度档位。该插件仅影响自定义第三方提供商,不修改原生 DeepSeek 通道。内置 30+ 核心模型定义、本地缓存、超时熔断及模糊匹配机制,保存时会将配置写入 settings.yaml 并修补内存中的占位模型。安装仅需执行一条命令,作为 P
Read Moredsh-plugin-midscene:为 DeepSeek Harness 增加 Midscene 驱动的 UI 自动化
dsh-plugin-midscene 是为 DeepSeek Harness (DSH) 开发的 MIT 许可证插件,旨在通过 Midscene 技术实现 AI 驱动的 UI 自动化。该插件通过单一的 `ctx.midscene` 接口提供 `android_ui` 和 `web_ui` 两个工具,支持模型基于自然语言定位并操作真实的 Android 设备或 Chrome 页面。 核心功能包括对 ADB 连接的 Android 设备及已运行调试端口的 Chrome 页面的操作。工具支持 tap、input、query、assert 等动作,视觉模型需通过环境变量配置。安装时需使用 DSH C
Read Moredsh-report-studio:把 DSH 会话变成可校验的工作报告
dsh-report-studio 是用于 DeepSeek Harness (DSH) 的插件,旨在将会话整理为日报、周报、交接文档或文章。它通过从持久会话事件日志确定性提取数据(如工具调用、文件生成、错误记录等),避免模型依赖记忆重新描述,确保报告内容可核查。插件支持自定义模板,并在保存时自动附加包含会话信息及 SHA-256 哈希的可验证凭据块,用户可使用 report_verify 工具进行单文件或批量校验。报告支持 Markdown 和 HTML 格式输出,并可发布至飞书、Notion 或进行干跑预览。此外,插件提供周报聚合功能,需 Node 22.15+ 以读取历史日志,否则仅限当
Read Moredsh-fork-graph:在 DSH 会话头部显示会话分叉拓扑
`dsh-fork-graph` 是一款由 chouyong 维护的 DeepSeek Harness (DSH) Web 插件,采用 MIT 许可证。其核心功能是将 DSH 会话的 fork 关系从传统的扁平列表转化为 git-graph 风格的可视化拓扑图。该插件不替代 DSH 的 fork 动作,也不维护独立数据,而是对现有会话列表数据进行纯投影,旨在清晰展示“哪个会话从哪个会话分叉”的血缘关系,并支持在分支节点间点击跳转。 主要特性包括:在会话头部显示彩色分支 lane 和 fork 曲线,每个节点显示标题及状态(如 current、running 等),默认聚焦当前会话的 linea
Read More@choi-p/dsh-footer-order:把 DSH Web 侧边栏底部条目改为纵向堆叠并排序
`@choi-p/dsh-footer-order` 是一款针对 DeepSeek Harness (DSH) Web 端的布局插件,旨在解决多个插件同时注册到 `sidebar.footer.action` 槽位时出现拥挤的问题。该插件将渲染锚点从 `display: contents` 改为纵向 flex 堆叠,支持配置条目顺序、布局模式(column、row、contents)、间距及对齐方式,且兼容空条目并支持配置热加载。 用户可通过 DSH 设置或命令行(`dsh plugin add`)安装该插件,无需重启即可在设置卡片中实时调整参数。默认配置为纵向堆叠(`layout: colu
Read Moredsh-plugin-message-edit:在 DeepSeek Harness 中编辑并重发最新用户消息
dsh-plugin-message-edit 是 ChisaAlter 开发的 DeepSeek Harness(DSH)Web 插件,旨在解决用户修改最新提交消息并基于此前上下文重新发起请求的需求。该插件在最新一条纯文本用户消息上提供编辑入口,点击后不会直接发送,而是通过在指定消息前分叉子会话(fork child session),将原始文本恢复至新会话的输入框供修改。源会话的历史记录及旧助手响应保持完全不变,确保新请求在干净的上下文中执行。 该插件仅支持文本消息编辑,且只能在聊天视图中使用;若消息包含图片或非文本块,或当前会话仍在运行中,则入口不可用。插件要求宿主提供特定的会话分叉和权
Read Moredsh-light-memory:给 DSH Web GUI 加一套纯文本轻量记忆
dsh-light-memory 是 chidaic 开发的 DSH 插件,为 DSH Web GUI 提供轻量级记忆系统。该插件摒弃数据库、向量库及 MCP,转而采用四个 Markdown 文件(USER.md、PROJECT.md、WORKLOG.md、CONVENTION.md)存储用户偏好、项目约定、操作流水及记忆规约,实现了记忆可见、可编辑及 Git 管理。核心功能围绕 append 和 distill 两个动作展开,前者将临时操作记录追加至工作日志,后者在任务边界将结论沉淀至用户或项目记忆文件。插件提供四个工具接口,支持通过 systemPrompt 等多种方式注入上下文以配合前缀
Read Moredsh-latexcp:DSH Web 界面 LaTeX 公式复制插件
dsh-latexcp 是 DeepSeek Harness (DSH) Web 界面的 LaTeX 公式复制插件,旨在解决直接框选公式导致排版碎片的问题。该插件允许用户在悬停任意公式时,通过浮现的按钮一键复制该公式的 TeX 源码至剪贴板。它支持在美元符号($...$)和斜杠括号(\(...\))两种格式间切换默认值,并能自动识别行内或行间公式以输出正确的单/双定界符。 该插件采用纯浏览器端架构,无后端服务、无数据上传,仅读取当前页面 DOM 内存中的公式源码,且在用户点击时触发复制,具备较高的安全性与隐私性。安装时可通过 GitHub 仓库添加至 DSH web profile,无需额外配
Read Moredsh-plugin-manager:DeepSeek Harness 的插件、MCP 与技能管理
dsh-plugin-manager 是 DeepSeek Harness 的插件管理系统,由 CHF-hub99 维护,采用 MIT 许可证。它旨在统一管理 DSH 生态中的插件、MCP 服务器和 Skills,支持通过 Web GUI 和 Agent 工具进行状态查看、安装卸载、启用禁用及配置导入。Web 界面允许用户安装包名插件、添加多种协议的 MCP 服务以及上传校验 Skills 包;Agent 工具则提供如 plugin_install、mcp_add 等指令以便在对话中操作。系统通过修改 cordis.patch.yml 持久化配置,并暴露仅限回环访问的 HTTP API。安装命
Read Moredsh-api-usage:在 DSH Web 侧边栏查看 DeepSeek API 余额与用量
dsh-api-usage 是专为 DSH Web 开发的轻量级插件,旨在解决模型调用后余额、消费及用量需分别查询的痛点。该插件由 chenzhexii 维护,基于 MIT 许可证,在侧边栏底部提供常驻小部件,集中展示实时余额、今日消费(精确到分)、Tokens 用量、请求数及 24 小时消费柱状图。 其核心功能包括每 60 秒自动轮询余额、基于余额差值计算真实消费、手动刷新、一键跳转充值页面以及故障自动重试。数据状态持久化保存,并具备响应式界面和严格的环回地址路由保护。安装前需确保环境支持 dsh web、Node 20+ 及已配置 DeepSeek API Key,通过 dsh plugi
Read MoreDSH 插件:chenjie1129/remotion-video-plugin
`chenjie1129/remotion-video-plugin` 是一个面向 DeepSeek Harness (DSH) 的独立社区插件,MIT 许可,旨在将 Remotion 视频创建工作流结构化地集成到智能体会话中。该插件提供 `remotion-video` 技能及八个规则模块,并注册五个受限工具:`remotion_doctor`(诊断环境)、`remotion_list_compositions`(发现项目)、`remotion_render_still`(渲染静帧)、`remotion_render_video`(渲染视频)及 `remotion_probe_output`
Read Moredsh 一键启动器:在 Windows 桌面生成 DSH Web 启动快捷方式
dsh-one-click-launcher 是一款面向 Windows 10/11 的 DSH 插件,旨在简化本地 Harness Web 服务的启动流程。该插件基于 MIT 许可证,采用纯 ESM JavaScript 编写,零依赖且无需构建。安装启用后,它会在 `~/.dsh` 目录生成启动脚本 `launch-dsh.bat`,并在桌面创建名为 `DSH Web` 的快捷方式。 核心功能包括:一键启动服务、自动轮询端口并在就绪后打开浏览器(超时 120 秒提示)、支持内置黑色或蓝色鲸鱼图标及自定义 `.ico` 图标,关闭最小化窗口即可停止服务。安装需预先配置 `dsh` CLI 和
Read Moredsh-mobile-link:把本机 DSH Web 推送到手机
dsh-mobile-link 是由 Cheng-xiu 维护的 MIT 许可 DSH 插件,旨在简化手机访问本机 DSH Web 的流程。该工具一键启动本地 DSH Web,自动创建或复用 Cloudflare quick tunnel 以暴露公网 URL,并解决信任栅栏导致的 403 问题,最后将链接推送到微信或自选渠道。支持 Server酱、PushPlus、Bark、ntfy 及自定义 webhook,无需 PC 微信客户端或 Cloudflare 账号。配置 `autoSend` 后,`dsh web` 启动约 8 秒即可自动完成隧道建立与推送。安装需通过 GitHub 添加,要求
Read Moredsh-auto-scheduler:在 DSH 中按时间窗自动启动和停止智能体会话
`dsh-auto-scheduler` 是 DSH 的一个定时自动工作插件,用于在指定时间窗内自动创建会话、下发任务,并在停止时间取消当前轮次并结束会话,会话仍保留供回看。核心功能包括:主机端定时(需 `dsh web` 进程运行,错过时间不补跑)、自动开始与停止、`default`(可询问用户)与 `silent`(无人值守、全权限、不询问)两种模式。插件提供北京时间低峰时段预设(12:00-14:00 与 18:00-09:00),支持 `once` 和 `daily` 重复方式,时区处理为面板按本地时区显示、存储转为 UTC。安装通过指定版本命令执行,安装或升级后需重启 `dsh we
Read Moredsh-deepseek-vision:为文本 DeepSeek 模型增加图片识别工具
dsh-deepseek-vision 是一款 MIT 许可证的 DSH 插件,旨在为仅支持文本的 DeepSeek 模型提供图片识别能力。该插件通过注册 `deepseek_vision` 工具,允许模型提交本地图片路径(支持 PNG、JPG、WebP、GIF,不支持 HEIC)及可选提示词。调用时,插件利用 DSH 子进程服务以数组参数方式安全调用本地 `deepseek-vision-cli`,将图片发送至 DeepSeek Web 端点进行识别,并将描述文本返回给模型。 用户需通过手动登录助手或 Token 登录建立 Web 会话,Token 仅保存在本地缓存。安装支持本地目录或 Re
Read Moredsh-plan-usage:在 DSH Web 对话框右下角查看套餐用量
`dsh-plan-usage` 是一个 DSH 插件,旨在集中展示 OpenCode Go、GLM Z.AI、GLM 智谱及 Kimi Code 的套餐用量。它通过 Web 对话框右下角的角标,直观呈现各渠道的 5 小时、周限和月限窗口百分比,并根据最低阈值以绿、黄、红状态点提示额度紧张程度。点击角标可展开面板,查看详细进度条及重置倒计时,并支持每 60 秒自动刷新。插件提供配置卡片,允许用户全局或单独启用渠道,并设置 API Key 或 Kimi Code 的 `kimi-auth` Cookie。API Key 解析遵循“插件配置 > 环境变量 > 凭据库 > .env 文件”的优先级,
Read Moredsh-qq-onebot-bridge:QQ 与 DSH agent 的双向桥插件
`dsh-qq-onebot-bridge` 是一个基于 OneBot v11 反向 WebSocket 的独立插件,用于实现 QQ 与 DeepSeek Harness (DSH) Agent 的双向桥接。它将 QQ 群聊和私聊消息直接驱动至 DSH 会话,并自动分段回复。 核心功能包括: 1. **会话隔离与记忆**:支持按群、人或私聊独立会话,对话记忆落盘并在重启后自动注入,提供 `/new` 和 `/status` 命令管理。 2. **多媒体处理**:支持私聊识图、群聊引用解析(文本/图片/语音转写),以及基于智谱、OpenAI 或本地 GPT-SoVITS 的语音转文字(STT)和
Read MoreDSH 插件:dsh-chat-anchors 当前可核实信息
在 DSH 插件生态中,安装前通常需核实插件名称、维护者、功能、安装命令及许可证等信息。目前关于该插件的可核实公开信息仅包含 GitHub 仓库地址(https://github.com/Cheerwhy/dsh-chat-anchors),其他关键信息如正式名称、维护者、分类、星标数、许可证、官方安装命令及功能示例等尚未得到确认,因此本文不提供猜测性的安装指令。建议用户在评估该插件时,直接访问仓库查看 README 和文档,检查源码依赖及许可证兼容性,并鉴于插件以 DSH 进程权限运行,需进行安全审查。此外,DSH 社区目录与 DeepSeek 或幻方无官方从属关系。在获得完整且确认的插件信
Read Moredsh-skill-browser:在 DSH web 设置中浏览并打开本机 Skills 文件夹
dsh-skill-browser 是 DSH web 插件,用于在设置中集中查看本机已安装的 skills 并快速打开其所在文件夹。它支持全局 Skills(如 ~/.dsh/skills、~/.agents/skills、preset 及内置 skills)和工作区 Skills(按工作区分组显示 .dsh/skills 等)。用户可在 Web 界面列表中点击路径或按钮,调用系统默认程序(Windows 下为资源管理器)打开目录。插件由 charleswin7 维护,MIT 协议,需 React ^18.2.0 和 @deepseek-ai/cordis ^4.0.1。安装可通过本地路径或
Read Moredsh-econ-tools:面向计量经济学研究的 DSH 插件
dsh-econ-tools 是由 Chaos-Hyper 维护的 DSH 插件,采用 MIT 许可证,定位为计量经济学全流程研究助手。它旨在将分散的研究步骤整合为连续工作流,覆盖方法指导、数据清洗、变量选择、实证分析、稳健性检验及结果报告。核心功能包括根据研究问题推荐 OLS、IV、DID 等模型;提供缺失值处理及 Python 代码片段;支持理论、数据驱动及机器学习变量选择;自动生成多语言代码模板;执行包含平行趋势和安慰剂检验在内的七维稳健性分析;以及输出 Markdown 或 LaTeX 格式的中英文统计报告。该插件适合使用 DSH web 环境的开发者及研究人员,通过 `dsh plu
Read Moredsh-stage-gate:DeepSeek Harness 的阶段验收门插件
`dsh-stage-gate` 是面向 DeepSeek Harness 的 stage-gate 治理插件,旨在将多阶段任务的验收检查点转化为模型可调用的工具,减少对提示词自觉性的依赖。该插件由 changingwang 维护,采用 MIT 许可证,适用于 DSH 0.1.0-rc.5 及以上版本的 Web profile。 它向 `ctx.tools` 注册了四个核心工具:`gate_open` 用于创建带有验收清单的状态为 open 的验收门;`gate_check` 用于检查验收项,支持标记“met”、“unmet”或“n/a”并附带证据;`gate_list` 用于查看当前会话中的
Read MoreDSH 茶歇间(dsh-whale-cards):DSH Web 的本地游戏馆插件
`dsh-whale-cards` 是面向 DeepSeek Harness (DSH) Web 的本地游戏馆插件,旨在帮助开发者在等待编译或测试等长任务时进行低打扰的休闲互动。该插件基于 MIT 许可证,提供“鲸牌茶歇”等三款原创小游戏及陪伴角色“澜音”,支持断点续玩,随时可收起且不影响后台任务。 插件提供两种模式:经典模式使用本地规则与确定性 AI,不消耗 Token,适合离线低成本游玩;Agent 模式则为每局创建独立会话,由澜音调用所选模型作出合法决策,会消耗 Token 并可能涉及会话数据读取。此外,插件支持非阻塞提醒,确保 DSH 任务完成或需确认时不干扰游戏焦点。 数据主要存储在
Read Moredsh-blind-arena:在 DSH Web 中做本地盲评的 Agent 竞技场
`dsh-blind-arena` 是一款由 `changer-changer` 发布的 MIT 许可 DSH 本地插件,旨在通过盲评机制消除模型对比中的身份偏见。该插件将 DSH Web 转化为本地 Agent 竞技场,支持在同一任务、同一 commit 及隔离 worktrees 下进行 2 至 4 路竞赛。其核心功能包括实时进度监控、严格的匿名性契约(公共记录不含身份字段)、共享验证命令、盲评后揭晓机制、离线导出自包含 HTML 报告及补丁、获胜分支提升以及无需 API key 的零成本演示模式。 安装需 Node.js ^22.19.0 或更高版本及特定 DSH 组件,执行 `npm
Read Moredsh-wsl-bridge:让 WSL 里的 DSH 智能体访问 Windows 侧文件与程序
dsh-wsl-bridge 是一个专为运行在 WSL 环境中的 DSH 智能体设计的插件,旨在解决 Linux 侧智能体访问 Windows 主机资源时的路径与操作障碍。该插件提供了一套标准化的工具接口,包括 win_ls(列出目录)、win_read/win_write(读取与写入文本文件,支持 UTF-8/GBK 编码及目录自动创建)、win_run(通过 cmd、PowerShell 或 Interop 执行 Windows 程序)、win_open(默认程序打开文件)、win_path(Linux 与 Windows 路径互转)以及 win_drives(列出驱动器)。此外,若环境安
Read Moredsh-zhipu-codingbar:在 DSH Web 会话头部显示智谱 GLM Coding Plan 额度
dsh-zhipu-codingbar 是一款由 cesarX-AI 维护的 DSH Web 插件,旨在将智谱 GLM Coding Plan 的额度信息集成至会话头部,减少手动查询操作。该插件支持实时显示 5 小时、每周及 MCP 工具的剩余额度、百分比、重置时间,并具备颜色警示功能(低于 20% 变黄,低于 5% 变红)。用户可通过点击头部窄条展开详情卡,插件支持自适应布局以避免被右侧边栏遮挡,默认每 60 秒轮询一次额度数据。安装需通过 dsh 命令添加插件并重启 web 服务,支持本地开发模式。配置项包括轮询间隔 refreshMs 和 API 密钥 zaiApiKey,其中密钥读取自
Read MoreRollback Whale:为 DeepSeek Harness 增加检查点与恢复 CLI
Rollback Whale 是一个独立于 DeepSeek Harness (DSH) 官方的社区插件,旨在解决修改插件、UI 或控制文件后 Web profile 无法启动的问题。它提供了一套独立于当前 Web profile 的检查点管理工具,允许用户从当前 Git checkout 和 DSH 控制文件创建不可变的检查点,并在需要时进行安全回滚。 该插件核心功能包括在侧边栏和设置中提供管理界面,以及一个独立的 CLI 入口(`rollback-whale`),确保在 Web 界面失效时仍能进行恢复操作。检查点默认存储在 `~/.dsh-recovery` 目录下,恢复前会通过 SHA-
Read Moredsh-plugin-wps-office:DeepSeek Harness 的 WPS Office 非官方适配插件
dsh-plugin-wps-office 是一个由 CatNebulaaaa 维护的非官方适配层,旨在解决 DeepSeek Harness (DSH) 接入 WPS Office MCP Server 时常见的工具命名冲突、路由缺失及错误处理不明确等问题。该插件通过 DSH 的 MCP Client 启动上游 wps-office-mcp 服务,将工具统一命名为 mcp__wps-office__<上游工具名> 以避免冲突,并注册专用的 wps-office-dsh Skill 以提供 DSH 侧的安全与错误处理规则。插件核心功能包括挂载 stdio 服务、暴露命名空间工具、注册路由 Sk
Read Moredsh-edit-resend:编辑已发送用户消息并重新生成回复
dsh-edit-resend 是适用于 DSH 0.1.0-rc.6 及以上版本的插件,旨在解决用户消息发送后无法修正的问题。该插件在已完成回合尾部注入“编辑并重发”入口,允许用户修改原文并重新生成回复。其核心机制是从原会话 Fork 一个新分支,在新分支上基于编辑后的文本生成新回复,同时自动将原会话归档。归档仅隐藏视图,不删除任何日志或数据,确保历史不可改写。插件在 Host 端暴露包括编辑、归档、恢复等在内的多个 Remote 端点,弥补了官方版本缺乏恢复 API 的不足,并在设置页提供归档会话列表及一键恢复功能。安装时需在指定 profile 下添加插件并重启 web 服务。该插件遵循
Read Moredsh-project-context:把 DSH 工作区文件夹变成项目
dsh-project-context 是 buhuikongpan 开发的 MIT 许可 DSH 客户端插件,旨在解决模型进入工作区后自动获取简短“项目工作区约定”的问题。该插件将拥有真实 cwd 的会话视为项目,新会话启动时通过 `agent/pre-step` 钩子自动注入独立的 user 消息块(标记为 `project-context`),无需手动追加提示词,且不参与系统提示词拼接。针对无 cwd 的系统会话不生效,界面支持中英文。 插件提供输入框右侧的“项目”开关,默认开启。关闭时,既有上下文块不删除,而是渲染为“已降级”状态提示,避免模型误判约定失效。安装命令为 `dsh plu
Read Moredsh-user-message-navigator:为 DeepSeek Harness Web 增加用户消息导航侧栏
dsh-user-message-navigator 是面向 DeepSeek Harness Web 的 DSH 插件(版本 0.1.1,MIT 协议),旨在提升长会话中用户消息的检索效率。它提供 Codex 风格侧栏,集中列出按对话顺序排列的直接用户提示词及已接纳的引导消息,支持本地搜索、点击跳转、短暂高亮及分页加载历史,并跟随当前语言与主题。插件仅索引当前可见对话节点,排除生成上下文及压缩节点;所有操作均在浏览器本地进行,无网络请求,确保隐私。适用于频繁回看消息、多轮对话场景。安装需 DeepSeek Harness Web 0.1.1-rc.2 或更高版本,Node.js ^22.19
Read Moredsh-prompt-profile:DeepSeek Harness 的可复用 Markdown 提示词配置
dsh-prompt-profile 是 DeepSeek Harness 的一个 MIT 许可插件,旨在解决重复性提示词管理需求。它允许开发者将常用提示词、模型选择及参数封装为可复用的 Markdown 文件,支持按名称调用并自动替换位置参数。该插件具备核心功能,包括从用户和项目目录发现 profiles(项目优先级更高)、使用 shell 风格占位符注入参数、为单轮会话指定 provider、model 及 reasoning effort,并在调用结束后自动恢复之前的 Agent 选择。安装需满足 Node ^22.19.0 或更高版本及特定 peerDependencies。配置位于
Read Moredsh-conversation-minimap:为 DSH Web 长对话提供提示词导航轨
dsh-conversation-minimap 是一款由 Braidy-Wu 维护的 DSH Web GUI 客户端插件,旨在解决长对话中用户提示词难以快速定位的问题。该插件通过“提示词级对话迷你地图”功能,将每个用户提示词映射为左侧导航轨上的锚点胶囊,实现类似桌面聊天软件的会话导航体验。 核心功能包括:悬停锚点预览完整提示词,点击后平滑滚动并高亮对应消息;视觉采用鱼眼放大效果及边缘渐隐设计;技术层面基于官方 API 拉取历史,纯原生 JS 实现,无外部依赖且具备异常保护机制,确保插件故障不影响主界面。 安装简单,支持通过命令行添加插件名或 GitHub 仓库地址,重启 `dsh web`
Read Moredsh-windtunnel:给 DSH 插件作者的契约回归测试舱
dsh-windtunnel 是专为 DeepSeek Harness (DSH) 插件作者设计的契约回归测试工具,旨在解决本地单元测试难以暴露的管线集成问题。该工具通过“剧本适配器驱动真实管线”机制,在零 API key、零网络、确定性的隔离环境中验证插件的稳定性。它提供 L0 至 L3 四层测试能力,涵盖加载、契约校验、行为断言及异常注入,支持并发重入、事件序列检查及负向用例捕获。 工具支持 CLI 和 Bundle 两种使用方式,便于集成至 CI 流程或 DSH 对话中执行。其执行模型强调隔离性,被测插件在禁网子进程中运行,确保环境纯净与结果可复现。需注意,该工具侧重契约合规性而非真实模
Read Moredsh-focus-overlay:为 DSH Web GUI 提供专注模式
`dsh-focus-overlay` 是由 boogoo619 开发的 MIT 许可社区插件,专为 DSH Web GUI 提供全屏专注阅读模式。它通过隐藏标题区、输入区及侧栏,将 AI 工具调用流程折叠为摘要,从而减少界面干扰,让用户更集中地阅读对话并支持就地回复。核心功能包括右侧节点导航、按 F 键快速进入、新回复提醒、文件提及链接化及中英文支持,并兼容 DSH-better-sidebar。安装需满足 dsh CLI >= 0.1.0-rc.5 及 Node >= 22.19.0 环境,可通过 `dsh plugin` 命令从 npm 或 GitHub 安装,安装后需重启 `dsh w
Read Moredsh-deepseek-balance:在 DSH 左侧底部查看 DeepSeek API 余额和本机会话消费
`dsh-deepseek-balance` 是一款 DeepSeek Harness (DSH) 个人插件,旨在集成显示 DeepSeek API 余额和本机会话消费统计。该插件通过 DSH 左下角入口,让用户无需切换平台即可查看 `DEEPSEEK_API_KEY` 对应的官方账户余额,以及本机 DSH 会话累计、今日及 Flash/Pro 模型的详细消费金额。安装仅需通过 `npx` 命令添加插件并重启 DSH Web 服务即可。在数据安全方面,插件确保 API Key 仅用于调用官方余额接口,不上传至第三方,且仅读取本机保存的会话日志进行统计,不上传会话正文。需注意,该统计仅反映本机
Read Moredsh-remote-plugin:在 DSH 里接入 DSH Remote 面板和网关
dsh-remote-plugin 是 DSH 的官方 Bundle 插件,旨在通过 Web 客户端接入远程入口、状态面板及网关。它允许用户在 DSH 侧边栏直接访问快速状态面板和完整管理控制台,实时查看网关状态、设备在线情况及 Token 用量。插件内置随 DSH 自动启停的远程网关,默认监听 0.0.0.0:8787,具备 Bearer Token 鉴权及网关自愈能力。 其核心功能包括文件传输(支持分块上传、断点续传、SHA-256 校验)、多端适配(提供手机端、桌面端 WebUI 及 Android APK)、会话管理(支持模型切换、子代理中断、图片附件等)以及通知系统。安装时需指定 w
Read Moredsh-memory:为 DeepSeek Harness 提供本地 SQLite 跨会话记忆
`dsh-memory` 是一个为 DeepSeek Harness (DSH) 设计的轻量级跨会话记忆插件,采用 MIT 许可证。该插件通过本地 SQLite 文件和 FTS5 索引实现记忆持久化,无需依赖嵌入服务、API Key 或外部进程,适用于 Node.js 22.19+ 或 24.0+ 环境。 核心功能包括三个模型工具:`memory_write`(存储带标签的持久事实)、`memory_search`(基于关键词的词法检索)和 `memory_forget`(删除过时记忆)。此外,插件提供 `memory:recall` 提示段,在字符预算内按“置顶优先、最近更新”顺序渲染记忆,
Read Moredsh-mcp-proxy:为 DSH 提供上下文更省的 MCP 访问方式
dsh-mcp-proxy 是一个 MIT 许可证的 DSH 插件,旨在解决配置多个 MCP 服务器时,将所有工具完整 Schema 注册到提示上下文导致的开销增加问题。该插件通过仅注册 `mcp_discover` 和 `mcp_call` 两个代理工具,利用懒连接机制和磁盘工具目录缓存来管理后续的发现与调用,从而大幅降低常驻提示成本。 其核心功能包括按关键字搜索工具目录的 `mcp_discover`,以及指定服务器和工具名进行调用的 `mcp_call`。插件启动时不连接服务器,支持 stdio 或 streamable-http 类型,且默认服务器列表为空,需用户手动配置。安装要求 N
Read Moredsh-lens-lite:DeepSeek Harness 的编辑后诊断
dsh-lens-lite 是面向 DeepSeek Harness 的编辑后诊断插件,旨在解决模型在调用 `write`、`edit` 等工具后无法即时获取类型或 lint 错误的问题。它在受关注的工具调用成功后,根据文件扩展名并发运行本地配置的检查器,并将结果作为 `notice` 形式的上下文反馈给模型。该插件不内置检查器,依赖本地工具链,支持 tsc、eslint、ruff、go-vet 等,并允许通过占位符自定义参数。其核心原则包括不否决或重写调用、尊重取消信号及超时终止。配置错误会在加载时直接报错,而环境失败则转化为诊断发现,不影响已成功编辑的效力。需注意整仓检查可能增加耗时,且要
Read Moredsh-deepseek-usage:DeepSeek Harness 余额与 Token 用量监控插件
`dsh-deepseek-usage` 是由 ben7am1n 维护的 MIT 许可证插件,专为 DeepSeek Harness 设计,旨在解决账户余额监控和 Token 用量追踪两大核心问题。该插件提供两个模型可调用工具:`deepseek_balance` 用于查询 DeepSeek 账户余额,支持返回各币种(total、granted、topped-up)数据,并可根据配置的 `lowBalanceThreshold` 在余额低于阈值时发出警告;`usage_summary` 用于汇总当前 live 会话的 Token 用量,按总量降序排列,便于估算上下文占用及发现异常高用量会话。安
Read Morehermeslike-moa:DSH 的 Hermes 风格 MoA 请求聚合器
hermeslike-moa 是 DSH 的 MIT 许可插件,为 LLM 调用注入“路由器→多路参考顾问→聚合器”的 Hermes 风格 MoA 流水线。它提供 deepseek-v4-mix(完整 MoA)、pro 和 flash 三种模式,支持并行参考顾问、上下文裁剪与密钥脱敏。插件具备双通道故障切换,Go 优先,连续失败自动切至官方通道;同时通过 V4P 三重闸门(预算、频次、间隔)进行费用防护,拦截时可降级至 Flash。设置页支持实时配置 MoA 参数、API key 及闸门策略,无需重启。安装后选择相应模型并配置 key 即可使用,适用于需多路参考聚合、双通道容灾及严格成本控制的
Read Morebeijingwahw/dsh-computer-use-plugin:基于 DSH 的纯视觉 Computer Use 插件
`beijingwahw/dsh-computer-use-plugin` 是 DeepSeek Harness (DSH) 生态下的纯视觉 Computer Use 插件。它摒弃传统的 UI 树或 Accessibility API 依赖,通过屏幕截图理解界面,支持在 Windows、macOS 和 Linux 上执行点击、输入、滚动、拖拽等跨平台桌面操作。 插件核心能力包括基于 Set-of-Mark 的视觉定位辅助、三段式状态锚点协议、Planner-Actor 架构的长任务编排,以及 OCR 语义核对(支持中英文)。为保障稳定性与安全,内置了行为验证、防死循环、预算控制及敏感凭据输入拦
Read Moreimemory:DSH 自进化长期记忆插件
imemory 是 DSH 的一个 MIT 许可插件,旨在解决多会话中上下文不足导致长期信息丢失的问题。它通过回合后自动提取值得保留的信息并打分,在每一步前通过关键词初筛和 LLM 语义重排召回相关记忆注入上下文。核心功能包括:新会话开场注入用户档案、每 6 小时进行冲突合并与衰减淘汰、将可复用流程沉淀为 `learned-*` 技能,以及提供 6 个记忆管理工具和 `/imemory/` 网页管理面板。该插件零依赖,不挑 profile 类型。 安装需 DSH 版本 0.1.0-rc.6 及 Node >= 20。支持手动挂载(复制文件并修改 `cordis.patch.yml`)或 bun
Read MoreEveryConnect:把微信 Claw / iLink Bot 接入 DSH 会话的插件
EveryConnect 是由 baiyingawa 维护的 DSH 多平台连接插件,旨在将微信 Claw/iLink Bot 接入 DSH 的会话与 AI 能力,实现微信侧文本、语音和文件的消息闭环。其核心功能包括:支持微信二维码登录及参数配置;提供工作区与任务会话菜单,支持通过指令创建、浏览和管理会话;自动下载并解密微信语音及文件至本地供 DSH 使用;优化回复格式以适配微信显示规则;以及独立的消息队列处理机制,确保并发安全且敏感信息不写入日志。 安装需满足 Node.js >=22.19.0 和 pnpm 11.19.0 环境,通过本地构建打包后,使用 `dsh plugin` 命令添加
Read Moredsh-omni-bridge:把微信、QQ、飞书消息接入 DSH agent
dsh-omni-bridge 是 DSH 的多通道桥接插件,旨在将微信 ClawBot/iLink、QQ、飞书的消息接入 DSH agent,并回传回复。它通过 DSH bundle 形式部署,安装后重启即可在设置页配置各通道凭据。插件支持三种通道的收发消息,采用独立会话(omni-bridge-<channel>)并通过水位线实现回复去重。安全方面,默认拒绝所有入站消息,需配置白名单或允许所有人(不推荐生产使用)。配置存储于本地文件,微信通过扫码获取 botToken,QQ 和飞书需配置 appId 及 secret,并订阅相应事件。该工具简化了 IM 通道适配,适合希望让现有 DSH a
Read Moredsh-conflict-guardian:在 DSH 启动时检测并处理插件冲突
dsh-conflict-guardian 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决启动阶段插件冲突难以排查的问题。它通过扫描加载器运行时状态及组合文件静态配置,自动检测重复挂载、激活失败、依赖缺失及未运行实例,并执行停用冲突项或恢复实例等处理,不修改源码或配置文件。该插件提供 Web 界面弹窗报告冲突详情,支持重新检测,并暴露 HTTP 接口及 harness.handle 调用入口。在动态插件模式下,还注册了 conflict_check 工具供模型调用。需 Node.js 20+ 环境,通过 npm pack 安装并在配置中声明启用。其价值在于
Read Moredsh-composer-history:为 DSH Web GUI composer 提供方向键命令历史
`dsh-composer-history` 是一款针对 DSH Web GUI composer 的插件,旨在解决输入框缺乏命令历史回顾功能的问题。该插件不改变消息发送逻辑,而是扩展输入框行为,允许用户通过 `↑ / ↓` 方向键浏览此前发送的指令。其核心功能包括:按 `↑` 切换到较早指令,按 `↓` 切换到较新指令;到达最新条目后再次按 `↓` 可恢复编辑前的草稿。插件仅统计已完成的用户消息,在多行输入、IME 组合或特定修饰键按下时不会触发,以避免干扰正常输入。 安装可通过 `dsh plugin --profile web add github:baisama-cloud/dsh-c
Read Moredsh-settings-organizer:整理 DSH Web 设置侧栏的一级分组插件
dsh-settings-organizer 是专为 DSH Web 环境设计的独立插件,旨在整理设置侧栏的导航结构,提升多插件场景下的用户体验。该插件运行于浏览器端,不修改设置页面内容、插件加载顺序或原生导航节点,仅通过 `MutationObserver` 动态适配侧栏显示。核心功能包括提供会话、工作区等默认一级分组,自动识别现有设置页面,支持用户新建、重命名、隐藏、排序分组及调整二级导航归属。插件具备安全模式,可一键恢复原始导航;支持配置导入导出及备份;在 `prefers-reduced-motion` 下自动关闭动画。安装需在指定 Web profile 中执行 `dsh plugi
Read Moredsh-summary-sidebar:DeepSeek Harness Web 的「摘要 + 侧边栏」插件
dsh-summary-sidebar 是 DeepSeek Harness (dsh) web profile 的独立客户端插件,旨在集中展示对话产物并提供工作区工具。该插件主要包含“摘要”和“侧边栏”两大核心功能。摘要功能自动汇总当前对话中涉及的文档、网页和图片,用户可直接点击条目进行预览或编辑。侧边栏作为右侧抽屉面板,提供五个实用工具:文件夹(浏览与管理文件)、终端(基于 node-pty 的独立命令执行环境)、浏览器(iframe 预览 HTML 或外部网址)、文档阅读器(文本编辑与保存)及图片阅读器。 该插件适用于需要快速回顾会话产物、在浏览器中查看工作区文件或执行终端命令的场景。安
Read Moredsh-thinking-language-zh:固定 DeepSeek Harness agent 的思考、推理与回复语言
`ayanJava111/dsh-thinking-language-zh` 是一个用于 DeepSeek Harness(DSH)部署的单节 bundle,旨在固定 Agent 的思考、推理及回复语言,默认启用中文模式。该插件通过 system-prompt section 生效,适用于 Web UI、headless 及 ACP 环境。其特点包括不添加工具、不访问 Shell、不修改模型,仅贡献一个 system-prompt section。用户可通过 `dsh plugin` 命令将插件安装至指定 profile 并启动。该插件支持配置 `text` 与 `complete` 字段,允
Read Moredsh-plugin-clinic:给 DeepSeek Harness 插件集做只读体检
dsh-plugin-clinic 是 DeepSeek Harness 的一个 MIT 许可插件,专注于提供只读的插件健康检查。它不执行修复或写入外部状态,而是通过加载器、依赖、运行时等多维度评估已安装插件集合的稳定性风险。核心功能包括模型工具 `plugin_health`、Web 仪表板中的“体检”标签页,以及供 CI 和脚本使用的 JSON 报告。该插件提供 8 项只读检查,如负载健康、捆绑清单、对等依赖、运行时兼容性等,并支持通过简单的 npm 命令安装与升级。配置项灵活,可限定诊断范围及启用特定路由。用户可通过会话指令、Web GUI 或 HTTP 接口获取详细的诊断结果。需注意,
Read Moredsh-doudizhu:在 DSH 等待回话时进行在线斗地主
dsh-doudizhu 是一款运行于 DeepSeek Harness Web GUI 的轻量级斗地主插件,旨在利用智能体回话间隙提供娱乐。该插件由 AwesomeHou 维护,采用 MIT 许可,当前仅支持在线对战模式,不具备本地离线对局功能。核心特性包括 3 人在线 PVP、真人不足 15 秒自动补位机器人、Token 签到及完整经济闭环。技术架构上,前端使用 React/TypeScript,提供浅色 UI 及昵称、头像自定义功能;后端部署于 Cloudflare,利用 Workers、Durable Objects 和 D1 实现匹配、实时同步及记账,客户端内置默认 API 地址,无
Read Moreawesome-dsh-pet:DSH Web GUI 内可扩展多角色桌面宠物
awesome-dsh-pet 是 DSH Web GUI 内的可扩展多角色桌面宠物插件,由 Awesome-AI-Pedia 维护,采用 MIT 许可证。该插件将角色显示、交互和素材管理收敛至插件中,允许在页面右下角显示宠物,并进行投喂、玩耍及角色切换等操作。其核心功能包括支持 `jingyu-zongcai` 和 `lulu-capybara` 两个内置角色,以及通过 `settings.yaml` 配置启用状态、尺寸、透明度、行走功能和睡眠参数。插件支持快速添加自定义角色,流程包括确定角色 ID、放置符合规范(如 Codex atlas 或单行 sheet)的素材、更新 `manifes
Read Moredsh-auto-review:DSH 的默认开启安全审查插件
dsh-auto-review是DSH(DeepSeek Harness)的原生安全审查插件,旨在将“权限控制”与“内容审查”分离,防止因授予完全访问权限而跳过安全审查。该插件具备两大核心能力:一是在执行写、编辑、Bash等高风险动作前进行本地规则拦截,默认采取“失败关闭”策略,即未明确审查前拒绝执行;二是在变更交付时,由独立的只读子代理进行审查,若发现高危问题默认要求修复,且审查中断或结果不可解析时不会误报为“干净”。 插件提供默认开启且跨重启保留的会话级Auto Mode,用户可通过命令在当前会话临时关闭。它支持Web和cc-tui profile,需在DSH环境下安装,要求Node 18
Read Moredsh-safety-net:给 DeepSeek Harness 增加自保护护栏
dsh-safety-net 是 DeepSeek Harness (DSH) 的自保护插件,旨在防止智能体错误修改关键文件导致系统崩溃。其核心能力包括硬拦截受保护路径的写入或编辑操作、变更前自动备份原始文件至指定目录,以及提供一套 CLI 自恢复命令。插件默认开启 strict 模式,声明只读沙箱策略并在宿主沙箱配置过宽时发出告警。用户可通过 `dsh plugin add` 安装该插件,它要求 Node.js ≥ 20 并依赖 DSH 宿主运行时提供的特定库。典型用法包括查看状态、手动备份、恢复指定备份、修复缺失文件及授予一次性写入权限。内置受保护路径不可通过配置移除,额外路径仅支持运行时
Read Moredsh-voice-by-edge:为 DSH Web 页面增加语音交流练习模式
dsh-voice-by-edge 是专为 DSH Web 页面设计的语音交流练习插件,旨在通过集成 TTS 朗读与 STT 语音输入提升听说练习体验。该插件基于 MIT 许可证,由 astr0mfly 维护,核心功能包括双语口语化短句回复、自动朗读对话、麦克风实时语音输入及自动发送。TTS 优先使用 Microsoft Edge 神经语音,不可达时回退至浏览器本地合成;STT 依赖浏览器 Web Speech API。用户可通过 `dsh plugin add` 命令安装(需允许 `msedge-tts` 构建脚本),重启后启用。使用场景涵盖语速调节(0.75×-1.5×)、逐条朗读及跟读回
Read Moredsh-doctor:给 DSH profile 做一次配置体检
dsh-doctor 是一款由 asdf17128 维护的 DeepSeek Harness (DSH) 配置健康检查工具,旨在解决 DSH 中配置错误静默失效的问题。它通过对比 DSH 实际启动的配置树与默认配置树,自动检测被补丁丢弃的配置字段(config-clobber)、失效补丁(dead-patch)、工具命名冲突、未挂载插件及过时插件等问题。 该工具支持两种使用方式:作为命令行工具通过 `npx dsh-doctor`直接运行,或作为 DSH 插件安装以注册 `config_doctor` 工具。用户可使用 `--explain` 查看配置树状态,利用 `--verbose`、`-
Read Moreasakumizy/dsh-local-skills:为 DSH Web UI 增加本地 SKILL 浏览页
asakumizy/dsh-local-skills 是一款用于 DeepSeek Harness (DSH) 的 Web UI 插件,旨在简化本地 SKILL 文件的浏览与管理。该插件支持识别目录形式(`<name>/SKILL.md`)和扁平形式(`<name>.md`)的技能文件,要求文件包含 YAML frontmatter 且名称为 kebab-case。核心功能包括在设置页列出技能名称、描述及适用场景,并提供“使用”按钮以获取和复制调用提示。插件支持通过 `watch` 配置实时监听文件变更,新增或修改技能后界面自动刷新。 安装需通过 `dsh plugin` 命令指定路径,并重启
Read Moredsh-qq-remote:通过 QQ 消息远程控制 DeepSeek Harness
dsh-qq-remote 是一个 DeepSeek Harness (DSH) 插件,旨在通过 QQ 消息实现远程智能体控制。它借助 NapCat 等 OneBot 11 协议实现作为桥梁,允许用户在不依赖本机终端的情况下,通过 `/exec`、`/ask`、`/screenshot` 等命令执行 shell 指令、派发任务、查看状态并接收屏幕截图。该插件支持会话管理、AI 聊天模式及阶段汇报功能,要求 Node.js >= 22 环境,且零 npm 依赖。安装时需配置 DSH 设置或 `~/.dsh/qq-remote.json` 文件,核心在于设置 `allowedUsers` 白名单以
Read MoreDeepSeek Harness 用量插件:在 Web 会话里查看今日估算消费与账户余额
`arslan-jh/deepseek-harness-usage` 是一款面向 DeepSeek Harness (DSH) Web 的 MIT 许可插件,旨在解决账户额度可见性问题。它在对话输入区下方实时显示“今日消费”(估算值)和“总余额”,每 3 分钟自动刷新。总余额直接调用 DeepSeek 官方接口获取,而今日消费基于当天余额基线变化估算,并支持通过输入官网数字进行校准。插件复用 DSH 已配置的 API Key,无需重复填写,并具备充值识别、读取本机日志以补齐全天消费等功能。安装需 Node.js 22+,可通过 `dsh` 或 `npx` 命令添加,安装后刷新 Web 页面即可
Read Moredsh-notify:DSH web 的后台对话完成通知插件
dsh-notify 是一款适用于 DeepSeek Harness (DSH) web 版的 Windows 通知插件,旨在解决后台运行多轮对话时缺乏提醒的问题。该插件在对话回合完成、出错、目标达成时,若页面处于后台或失焦状态,会通过 Windows Toast 弹窗和提示音进行通知;而在需要用户提问或审批时,则始终触发提醒以确保交互不被遗漏。 核心功能包括会话头部的总开关与音量控制、智能的前后台状态检测、基于会话的去重机制以及实时热更新的配置支持。插件提供仅限同源的 HTTP API,允许读取配置和上报前台状态。安装简便,通过 `dsh plugin` 命令添加后重启即可生效,无需复杂配置
Read Moredsh-plugin-zh-inventory:为 DSH 插件列表提供中文说明与启停管理
DSH 的 Web 设置页内置插件列表主要显示英文信息,且缺乏第三方插件的直观启停入口。为此,开发者维护了 `dsh-plugin-zh-inventory` 插件(v0.2.0, MIT 协议),用于增强该列表。该插件启用后会自动替换内置只读标签,提供“插件列表(中文)”视图。其核心功能包括:为插件补充中文说明与分类标签;支持按模块名、短名、描述及分组标题多字段搜索;将插件分为 6 个可折叠分组,折叠状态保留于本地存储;并为第三方插件提供启停开关。点击开关后,配置写入 `~/.dsh/cordis.patch.yml`,触发 DSH 热重载,几秒内生效,无需重启进程。DSH 系统插件及关键组
Read MoreDSH Web 语音输入插件:anweat/dsh-voice-webspeech
`anweat/dsh-voice-webspeech` 是一款面向 DSH Web GUI 的浏览器语音输入插件,采用 MIT 许可。该插件利用浏览器内置 Web Speech API 实现“按住说话、松手转文字”功能,将语音实时转换为文字并写入输入框,支持后续编辑或配置为松手自动发送。其核心优势在于零服务端、零 API Key、零模型下载及零 Python 依赖,音频仅由浏览器处理,不经过 DSH 服务端、不落盘且无遥测,确保隐私安全。插件支持中、英、日、韩等多种 BCP-47 语言,偏好设置保存在浏览器本地。 环境要求方面,需 DSH 版本 `>=0.1.0-rc.3 <0.2.0`、N
Read Moredsh-python-tempfile-shim:在 DSH Windows 沙箱中让 Python 临时目录可用
`dsh-python-tempfile-shim` 是一个由 AngelosZou 维护的 MIT 许可的 DeepSeek Harness(DSH)临时插件,旨在解决 Windows 沙箱中 Python 临时目录受限的问题。该插件未发布至 npm,需从本地克隆安装。其核心机制是通过 DSH 插件补丁挂载 shell executor,自动为受限命令(如 `workspace-write` 和 `read-only`)注入 `PYTHONPATH`,并随附 `sitecustomize.py` 使 `os.mkdir` 忽略 mode 参数,让新目录继承父目录 ACL。 插件覆盖 `pyt
Read Moredsh-python-env:为 DSH 提供工作区 Python 虚拟环境管理
dsh-python-env 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,由 AngelosZou 维护,旨在为 DSH 智能体提供工作区范围的 Python 虚拟环境管理功能。该插件通过 DSH 平台的 subprocess channel 调用标准库 `python -m venv` 和 `pip`,无需依赖 `uv` 或 `virtualenv` 等第三方工具。 核心功能包括五个模型工具:`pyenv_discover`(发现)、`pyenv_create`(创建)、`pyenv_install`(安装)、`pyenv_uninstall`(卸载)和 `p
Read More@amphilagus/dsh-literature:DeepSeek Harness 的文献检索与定向跟踪插件
`@amphilagus/dsh-literature` 是 DSH 生态中的文献检索与跟踪插件,需配合「文献跟踪助理」preset 使用,标准编码会话默认不加载。该插件核心功能包括:基于 Crossref 和 arXiv 的主题或研究者(需 ORCID)检索;人工分级后将结果写入全局 SQLite 新库;以及基于 Schedule 的会话级到期提醒与持续跟踪。插件注册了 `literature-survey`、`literature-tracking-setup`、`literature-tracking-search` 三个运行时技能,支持搜索缓存、研究者档案管理及 SCI 期刊目录查询。
Read Moreopencode-usage:在 DSH Web UI 中查看 OpenCode Go 额度
opencode-usage 是由 AmaTsumeAkira 维护的 DSH bundle 插件(MIT 协议),旨在 dsh Web UI 的 composer dock 中直观展示 OpenCode Go 的 rolling、weekly 及 monthly 额度使用率、重置倒计时及刷新状态。其核心功能包括以颜色百分比显示三个额度窗口、实时显示最近获取时间,支持每 5 分钟自动刷新及点击手动刷新。安全方面,API key 仅在后端通过 credentials service 解析并传递给 curl,不会暴露至浏览器或日志。该插件为预构建包,无需安装脚本,支持通过 GitHub 或本地目录
Read Moredsh-app-launcher:把 DSH Web GUI 变成桌面应用窗口
dsh-app-launcher 是一款 DSH profile bundle,旨在将 DSH Web GUI 转化为类似桌面应用的体验。其核心功能包括使用专用配置目录启动 Chrome 或 Edge 独立应用窗口,实现浏览器隔离;窗口 URL 自动携带进程 token 以完成认证;关闭窗口时调用 appExit(0) 让 DSH 进程优雅退出;在 Windows 下默认生成桌面快捷方式,并支持记住窗口状态及关闭拼写检查。用户需安装 pnpm 后,通过 GitHub 或 npm 执行 dsh plugin 命令安装,配置项可在 cordis.patch.yml 中按 id 覆盖,无需手动编写
Read Moredsh-aloof:把 Aloof 团队红线与手册同步到 DSH agent
dsh-aloof 是 DSH 客户端插件,旨在将 Aloof 上的团队规则同步至本机 DSH agent,解决规则读取不稳定及反馈缺失问题。其核心功能包括将团队红线注入系统提示,将手册注册到技能目录,并每五分钟自动拉取上下文;同时提供 `/aloof` 命令及右下角悬浮按钮用于查看连接状态、身份及凭据管理。插件提供 `aloof_whoami` 等只读工具,以及用于提交待确认知识的 `aloof_contribute` 写操作工具,提交后需管理员放行。安装需 Node ≥ 22 及运行中的 Aloof 实例,通过 `dsh plugin` 命令添加。配置时需设置自带服务器地址的接入令牌,支持
Read Moredsh-eye-vision:为 text-only DSH 模型提供图像理解、OCR 与 UI 分析
dsh-eye-vision 是面向 DeepSeek Harness 的 DSH 插件,旨在解决主模型仅支持文本输入但需处理图像任务的痛点。该插件通过调用任意 OpenAI-compatible 多模态 API,实现图像理解、OCR 及 UI 分析,并将结果以文本形式返回给主模型,无需主模型直接支持图像输入。其核心功能包括提供 image_understand 工具、支持大图像裁剪、配置目录白名单、免重启生效以及剥离代理环境变量等。用户可通过 dsh plugin add 命令快速安装,支持本地路径、URL 或 data URI 作为图像源,并可通过指定 task_type 来执行自动识别、
Read Moredsh-quant-workspace:DeepSeek Harness 的自包含量化研究插件
dsh-quant-workspace 是面向 DeepSeek Harness(DSH)的自包含量化研究插件,旨在将数据获取、规则回测及报告生成整合于单一插件中。它内置 Python 引擎,支持通过 Yahoo Finance 获取日线数据(默认2年),并针对单标的提供 `single_ticker` 工具。核心功能包括:基于规则策略的回测(输出逐笔交易、总收益、最大回撤、胜率等指标);生成包含K线、成交量、%B及权益曲线的自包含交互式HTML报告,支持缩放、平移及十字光标操作;以及策略注册表,允许用户保存并复用已验证的规则ID。该插件严格保持只读边界,不下单、不变更持仓,也不需市场数据密钥
Read MoreDeepSeek Harness Flow:为 DeepSeek Harness 增加可视化工作流与多模型评测
DeepSeek Harness Flow 是一个社区维护的可视化工作流与多模型评测插件,旨在扩展 DeepSeek Harness 功能。它不替代原有体验,而是在会话中新增 `Harness Flow` 视图,保留原有的 Chat、Sessions 等设置。核心功能包括 Studio(编辑运行 Input、Agent 等工作流节点)、Bench(对 DeepSeek、OpenAI 等多提供商路由进行预设或导入的评测套件测试)以及 Runs(查看持久化结果、正式排名及脱敏导出)。插件内置 Quick Smoke、Coding 等评测套件,默认重复 3 次测试。正式排名采用 Objective
Read Moredsh-offpeak:DeepSeek Harness Web GUI 的错峰计价浮标
dsh-offpeak 是一款专为 DeepSeek Harness Web GUI 设计的客户端插件,旨在解决界面不显示当前计价窗口的问题。它在输入区下方添加状态胶囊,实时展示 Peak/Off-peak 计价窗口、价格乘数及距下次切换的时间。用户悬停或聚焦时,可查看当前窗口下输入、缓存命中及输出 tokens 的有效价格。插件支持 USD 或 CNY 显示,允许配置汇率和时区偏移,且设置修改后实时生效无需重启。该插件仅负责展示,不发起网络请求、不存储文件或注册工具,价格需用户手动配置。安装需满足 Node.js ≥ 22.19 环境,且必须通过 Release Tarball 包安装,直接
Read Moredsh-image-plugins:为 DeepSeek Harness 接入看图与生图
DeepSeek Harness多模态插件dsh-image-plugins为DSH Web端提供图片理解与生成能力。该插件包含understand_image和generate_image两个独立工具,分别支持读取工作区图片并返回文字描述,以及根据提示词生成并保存图片。插件支持OpenAI-compatible端点及DashScope原生API,其中DashScope图片生成需使用native Model Studio API以规避404错误。安装后需通过Web设置面板或配置文件独立启用vision和image功能,并配置相应的baseUrl、apiKey和model。密钥支持明文、环境变量
Read MoreDSH 会话物理删除插件:dsh-session-delete
DSH 侧边栏的“归档对话”仅隐藏会话,日志文件仍保留在文件系统。插件 `akira399/dsh-session-delete` 通过在会话菜单中新增“删除对话”入口,实现日志文件的永久物理删除。该插件基于 MIT 许可,无第三方运行时依赖,仅使用 Node 内置模块。核心功能包括:通过官方接口定位并递归删除日志文件;删除运行中会话时先中止回复并摘除内存数据;同步清理工作区配置与全局归档记录;删除后会话立即从界面消失;操作前弹出不可恢复的确认框;并严格校验会话 ID 格式及来源合法性。安装需使用 `npx` 命令添加插件,随后重启 `dsh web` 服务生效。使用场景适用于需从文件系统彻底
Read Moredsh-bcc:在 DeepSeek Harness 里把视频拆成剧本、分镜与风格指南
dsh-bcc 是专为 DeepSeek Harness (DSH) 开发的 MIT 许可插件,旨在实现“视频输入、文本输出”的工作流。它利用 ffmpeg 进行镜头检测和关键帧提取,并基于当前 DSH 会话模型(推荐 deepseek-v4-flash-vision-exp,无需额外 API 密钥)将视频拆解为剧本、分镜或风格指南,支持导出为 docx、xlsx 或 html 格式。 该插件包含“包拆拆”面板及一系列工具(如 bcc_shots、bcc_read_frames 等),提供两种主要流水线:一是使用区间切片和提示词合并的“拆剧本”流程;二是基于智能/场景切分的“拆分镜”流程。用户
Read Moredsh-ide-panels:为 DSH 客户端加一个 IDE 外壳
dsh-ide-panels 是一款为 DSH Desktop 开发的 MIT 许可客户端布局插件,旨在将聊天界面扩展为仿 VS Code 的 IDE 外壳,实现聊天与开发工具的集成。核心功能包括中间标签页工具区(编辑器、终端等)、右侧栏(资源管理、搜索、Git 等)、底部面板及基于 node-pty 的真实 PowerShell 终端。插件支持不依赖 Git 的本地代码变更对比、SSH/WSL 远程连接及本地文件搜索,所有状态均可持久化。用户可通过 Agent 指令、PowerShell 脚本或手动复制文件至 node_modules 并配置 package.json 来安装,安装或卸载后必
Read Moredsh-client-ui-tweakcn:将 tweakcn.com 的 index.css 映射为 DSH 主题
dsh-client-ui-tweakcn 是 AIRIKE1 维护的 DSH 客户端主题插件(MIT 许可证),旨在解决直接修改样式易漏掉 token 映射及多主题切换不便的问题。该插件支持将 tweakcn.com 导出的 `index.css` 粘贴至 DSH,自动完成配色、圆角、阴影及字体等语义 token 的映射,并支持保存、切换、编辑或删除多套主题。其功能涵盖 oklch/hsl/hex 颜色解析、浅色/深色模式适配、圆角与阴影变量的标准化映射,以及防止 `layout.tsx` 误粘贴的错误提示。插件采用本地优先策略,故障时不阻碍 DSH 启动。 安装方式包括插件市场搜索安装、执
Read Moredsh-operating-context:在 DeepSeek Harness 中统一管理模型工作窗口
dsh-operating-context 是一个 DeepSeek Harness 插件,旨在解决多模型服务配置中上下文窗口大小分散且易超限的问题。它通过增加“工作窗口”设置页面,将每个模型服务限制在可承载范围内,避免设置过大。该插件由 AIMFllyYS 维护,基于 MIT 许可证,当前版本为 v0.1.0,需依赖 Node.js 和 pnpm 环境,不能独立运行。其核心功能包括安全写入配置(根据路由形状写入不同字段)、读取模型目录上限(未知时不猜测)、幂等应用(移除无效覆盖以恢复原生容量)以及保留原有路由元数据。安装后,用户可通过 Web UI 调整窗口大小并应用,配置会持久化至 set
Read Moredsh-plugin-library-search:在 DSH 设置页搜索插件库并安装
DSH插件`dsh-plugin-library-search`旨在简化插件安装流程,将原本需前往GitHub搜索的过程整合至DSH“设置→插件”页。该插件对接GitHub上带有`topic:dsh-plugin`标签的仓库,提供瀑布流浏览、关键词过滤、自动加载下一页及一键安装等功能。支持Bundle和Cordis两种插件类型的安装与挂载,前者需重启服务生效,后者支持HMR实时挂载。模型也可通过调用`plugin_library_search`、`plugin_library_install`等工具实现自动化搜索与安装。安装时需指定`--profile web`,并依赖`pnpm`环境。为应对
Read Moredsh-alive:为 DeepSeek Harness Web 界面提供零 token 在线状态指示器
dsh-alive 是专为 DeepSeek Harness (dsh) web profile 开发的 MIT 许可证插件,旨在解决会话界面无法直观显示后端服务状态的问题。该插件通过在后端注册进程内 HTTP 端点 `/dsh-alive/ping`,并在前端每 15 秒轮询一次,从而在不消耗任何 LLM Token、不调用模型的情况下,实时监测服务在线状态。状态点颜色直观区分服务情况:绿色代表在线,红色代表离线,黄色代表检测中。 安装支持插件命令 `dsh plugin --profile web add dsh-alive` 或本地手动配置方式,要求 Node 版本不低于 18。安装后需
Read Moredsh-composer-image-tools:给 DSH 聊天输入框补上图片和区域截图入口
`dsh-composer-image-tools` 是一个由 ai-yucheng 维护的 MIT 许可 DSH 插件,零依赖且自研实现。该插件旨在解决聊天输入框缺乏统一图片入口的问题,通过增加工具栏按钮,支持本地图片上传和自定义区域截图,并将图片注入 DSH 草稿轨道随消息发送。 核心功能包括:支持多选图片上传,但会自动拦截超过 10MB 的文件以节省 Token;提供基于 Electron 主进程 `desktopCapturer` 的全屏遮罩式区域截图功能,支持鼠标拖拽框选、自动裁剪及 `Esc` 取消,无需依赖微信或外部工具。此外,它兼容剪贴板粘贴(`Ctrl+V`),与插件内置截图
Read Moredsh-audio-copilot:为 DeepSeek Harness 增加聊天框语音输入
dsh-audio-copilot 是 ai-yucheng 维护的 DSH 语音输入插件,基于 DSH 0.1.0-rc.7,采用 MIT 许可证。该插件允许用户在聊天框点击麦克风按钮说话,通过多引擎 ASR 转写后自动将文本填入输入框。支持 zhipu、local、gemini 和 openai 四种引擎:zhipu 擅长中文多方言及外语,按量计费;local 使用 faster-whisper 离线转写,需下载约 460MB-1.5GB 模型;gemini 免费档有限流及自动重试机制;openai 作为可选引擎。前置条件包括 DSH Desktop、Node.js ≥ 20 及 PATH
Read Moredsh-agentmail:给 DSH 智能体一个可按邮件线程绑定的收件箱
dsh-agentmail 是一款 DeepSeek Harness (DSH) 邮件插件,旨在为智能体提供完整的邮件工作流支持,而非简单的 API 包装。其核心功能包括:按邮件线程绑定 Session 以保留上下文连续性;处理 Bounce 回执以确认发送状态;实施出站审批及收件人白名单限制;通过标签机制实现跨会话的跟进任务持久化;以及将入站邮件标记为不可信输入,防止提示词注入。 该插件提供 11 个工具,覆盖邮箱管理、线程搜索、消息发送及草稿处理等场景。相比仅支持轻量工具调用的 MCP 客户端模式,插件路径提供了更健全的安全边界和状态管理。用户可根据需求选择安装方式,配置时需重点检查 re
Read MoreAgent Plaza:给 DSH 智能体增加零注册公开广场
Agent Plaza 是一个面向 AI 智能体的零注册公开广场,允许外部 Agent 无需邮箱、支付或账户即可发布内容、回复线程及阅读帖子。调用方只需在每次请求中指定 `display_name`。该项目通过 DSH 插件将 HTTP API 暴露为模型可调用工具,如 `plaza_create_post` 和 `plaza_list_posts`。安装只需通过 `npx` 添加 DSH 插件或 Agent Skill,兼容 OpenAI Codex、Cursor 等支持 HTTP 的主机。其核心功能包括生成式主题标签、通过“flowers”表达质量信号,以及提供只读多语言 Web UI。典
Read Moredsh-token-usage:DeepSeek Harness Web GUI Token 用量展示插件
dsh-token-usage 是 DeepSeek Harness (DSH) Web GUI 的 Token 用量展示插件,由 AFAP 维护,采用 MIT 许可证。该插件无需配置且只读运行,旨在帮助用户监控会话级与全局 Token 消耗。 其核心功能包括:在会话头部显示“单会话胶囊”,展示输入、输出及上下文占用,并支持查看详细明细;在侧边栏提供“全局消耗面板”,聚合展示近 30 天每日消耗、模型分布及 24 小时用量,数据来自本地会话日志,面板开启时每 60 秒自动刷新。 插件技术约束严格,零外部依赖,基于 Node 22.22+ 内置能力解析 zstd 日志,并通过浏览器信任围栏确保
Read MoreAFAP/dsh-input-file-ref:DeepSeek Harness 输入框文件引用插件
AFAP/dsh-input-file-ref 是一个已归档且不再维护的 DeepSeek Harness (DSH) Web GUI 插件。其核心功能是在输入框触发 `@` 符号后,弹出可搜索、可逐级下钻的文件选择面板,允许用户引用当前工作目录下的文件。选中文件后,插件将文件的相对路径以文本形式回填至输入框,随后由模型根据该路径读取文件内容。 该插件支持大小写不敏感的即时递归搜索,默认排除 `.git`、`node_modules` 等目录,但允许用户手动进入这些目录浏览。它具备键盘导航、中英双语界面、零外部依赖及浏览器安全围栏特性,且严格保持只读,不修改或删除任何文件。 鉴于 DSH 0.
Read Moreaerince/dsh-active-context-pruning:通过官方 compaction API 主动压缩 DSH 上下文
aerince/dsh-active-context-pruning 是 DeepSeek Harness (DSH) 的一个宿主插件,旨在解决长会话中上下文过长的问题。它允许模型主动选择表层历史范围,通过 DSH 官方 compaction 事务将其替换为模型生成的摘要,从而缩短后续请求的上下文长度,且不修改原始 session.events。该插件采用 MIT 许可证,要求 Node.js 版本为 ^22.19.0 || >=24.0.0,且需依赖 dsh-compaction-basic 模块。 核心功能包括 acp_status(查看状态)、acp_compress(执行摘要替换)、a
Read Moredsh-auto-model-router:为 DeepSeek Harness 提供 L0–L3 模型路由
dsh-auto-model-router 是 DeepSeek Harness (DSH) 的第三方模型路由插件,旨在解决不同请求对模型能力需求差异大导致的成本与效果平衡问题。该插件通过注册虚拟 `auto` provider,将请求智能路由至 L0–L3 四个能力层级,支持 heuristic lock、固定层级及 fully-auto 三种用户模式。其核心功能包括基于文本宽度的零延迟启发式锁定、可配置权重的关键词评分、可选 LLM 分类器、失败回退链以及成本优先、质量优先或平衡型的预算控制策略。显式选择真实模型时,插件不干预路由,请求原样通过。 该插件要求 Node 版本 ^22.19.
Read Moredsh-bt-panel-theme:为 DeepSeek Harness 提供宝塔面板主题与内嵌入口
`dsh-bt-panel-theme` 是一款 DeepSeek Harness Web 插件,旨在为使用宝塔面板管理服务器的开发者提供集成体验。该插件主要功能包括将 Harness 界面切换为宝塔绿色浅色或暗色主题,并将宝塔面板页面通过 API 配置验证和自动登录机制内嵌到 Harness 中,实现同一工作界面内无缝切换,减少窗口跳转。 启用后,首页显示为“宝塔版”,左侧菜单增加“宝塔面板”入口。插件复用 Harness 现有端口,不新增监听,且内嵌页面支持状态保持。环境要求 Node.js 20+ 及宝塔面板 API 白名单配置。安装需克隆仓库至本地,执行 `dsh plugin --p
Read Moredsh-voice-kit:为 DeepSeek Harness Web GUI 增加语音输入与回复朗读
`dsh-voice-kit` 是一个面向 DeepSeek Harness Web GUI 的 MIT 许可证语音插件,旨在增强交互体验,主要解决语音输入和回复朗读两个需求。该插件支持通过麦克风进行语音录入,转录结果会追加至草稿;同时支持系统、微软神经及云端神经(如 SiliconFlow CosyVoice2)三类朗读引擎,能自动清理 Markdown 并分块流式播放长文本。用户在设置中可配置引擎、语速、音调及识别语言,密钥状态仅显示保存状态而不泄露数值。安装需执行 `dsh plugin add dsh-voice-kit`,随后重启 DSH Desktop 并刷新 GUI。该插件要求
Read Moredsh-todo-guard:在 DSH web 中保留 todo 并核验完成证据
dsh-todo-guard 是 DSH web 的一个 MIT 协议社区插件,旨在不修改官方 Todo 面板的前提下,在其下方挂载审阅层(Review Dock)。该插件主要解决两大痛点:一是通过 Checkpoint Resume 保留跨轮次、跨会话及重启后的未完成任务,解决官方面板数据丢失问题;二是对任务附带的证据路径进行存在性标注,区分“已验证”、“证据缺失”或“未验证”状态。 插件运行于纯本地逻辑,零模型调用且无 Token 消耗。其核心机制包括:StrictMode 下仅对证据路径做 stat 检查(不读取内容),确保非阻塞且轻量;支持通过自然语言在 Todo 项中插入证据路径;提
Read Moredsh-git-panel:DSH Web GUI 的 Git 面板插件
`dsh-git-panel` 是 DSH Web 的 Git 面板插件,旨在将分支管理、提交图谱、Diff 审核及 Agent 分析整合至 Web GUI 右侧,减少多窗口切换。其核心功能包括分支面板,支持切换、拉取、合并及远程分支跟踪,并提供实时搜索;GitLens 风格的提交 DAG 泳道图,支持 cherry-pick 与撤销操作;写操作条,涵盖提交、推送、暂存及恢复;以及变更文件列表与行内着色 Diff 查看,可将改动一键带入对话供 Agent 分析。该插件自动适配 DSH Web 的语言、主题及工作目录。用户通过 `dsh plugin add` 命令安装并重启服务即可使用,适用于
Read Moredsh-diff-approval:在 DeepSeek Harness 中审查待处理文件变更
dsh-diff-approval 是一个 DeepSeek Harness (DSH) 插件,旨在统一审查 agent 通过 edit、write 及 str_replace_editor 产生的文件变更。该插件自动记录成功的修改,在侧栏生成待处理列表,并提供带语法高亮、行搜索及虚拟化行的整体文件 diff 视图。 其核心功能包括多层次的控制选项:用户可对单个代码块、拖选行范围、整个文件或全部变更执行 Keep(保留)或 Revert(回退)操作。此外,插件支持 Ctrl+Z/Ctrl+Y 撤销重做、快捷键快速切换文件、行引用复制到 composer、可选的 side-by-side 对比视
Read Moredsh-plugin-translation:DeepSeek Harness 的翻译工具包
dsh-plugin-translation 是面向 DeepSeek Harness agents 的翻译工具包,旨在简化长文本翻译流程。该插件通过 `translate_kit` 工具提供多项核心功能:利用 `segment` 进行文本分块;通过 `glossary` 系列工具提取、维护及一致性检查术语表;使用 `check` 对源文与目标文进行数字、括号、长度比例及标点 QA;借助 `tone` 提供正式、口语或技术语域的语气指南;并通过 `memo` 系列工具在会话工作区持久化保存和读取翻译记忆。安装时需执行指定命令并重启 DSH,工具将自动注册。其文件操作受限于会话工作区,确保路径安
Read Moredsh-plugin-focus:在 DSH agent 中固定目标、约束与决策
dsh-plugin-focus 是面向 DSH agents 的 MIT 许可证插件,旨在解决上下文压缩及跨会话信息丢失问题。它通过持久化的 focus board 记录目标、约束和决策,确保关键信息在模型上下文中稳定保留。核心功能包括支持 set、get、append、clear 动作的 focus 工具,以及自动将 focus 内容在每轮开始或变更时注入模型上下文的机制。执行 clear 时,旧内容会自动归档至备份文件。插件提供可配置的提示引导章节、会话投影及实验性只读 Web 面板。安装后需重启 DSH,配置项涵盖文件路径、归档策略、注入长度限制(maxChars)等,所有文件访问均限
Read More@7dgroup/dsh-7d-tray-win:dsh web 的 Windows 系统托盘与静默启动器
`@7dgroup/dsh-7d-tray-win` 是一款专为 Windows 设计的 DSH 系统托盘插件,旨在简化 DeepSeek Harness web 服务的管理。当 `dsh web` 运行时,插件会在系统托盘显示 DeepSeek 鲸鱼图标,并在服务停止后 3 秒内自动消失。用户可通过双击图标打开 Web UI,插件会自动从运行时读取端口,避免硬编码限制。右键菜单提供快捷操作,包括打开 Web UI、日志目录、重启服务及退出服务。此外,插件自动维护桌面的 `DSH.lnk` 静默启动器,实现无窗口启动服务并自动打开浏览器。该插件仅适用于 Windows 10/11,在非 win
Read MoreDeepSeek Harness Timeline Navigator:为长对话增加可搜索时间线
DeepSeek Harness Timeline Navigator 是一款由 7A7K 维护的轻量级时间线导航插件(MIT 许可证),旨在解决 DeepSeek Harness 中长对话内容过多、难以定位关键信息的问题。该插件利用宿主应用的 `ChatSnapshot` 和 `data-chat-anchor-key` 契约,在不修改宿主源代码的前提下,将线性对话转化为可浏览、搜索的结构化视图。 其核心功能包括:消息搜索与跳转、按回合分组折叠/展开、会话书签管理、当前可见消息高亮,以及在跳转未加载内容时自动加载历史。插件支持移动端底部面板,并尊重 `prefers-reduced-moti
Read Moredsh-provider-quota:DSH Web GUI 的模型供应商额度查询插件
`dsh-provider-quota` 是一款用于 DSH Web GUI 的模型供应商额度查询插件,旨在解决余额分散问题。它通过侧边栏实时面板(每 60 秒自动轮询)和「设置 → 模型额度」页面,集中展示 DeepSeek、OpenAI、Moonshot、智谱、OpenRouter、SiliconFlow 及 Z.AI 等供应商的账户余额、套餐信息及 Token 用量。插件支持中英文界面,API 密钥仅在宿主侧解析,确保浏览器端安全。安装时需在 `web` profile 中添加插件并配置 bundle 层栈,随后重启服务即可使用。用户只需在模型页配置密钥,即可通过侧边栏或设置页手动或自动
Read Morechicheng-peak:DSH 峰谷提醒插件
chicheng-peak 是一个 DSH Web 插件,旨在解决 DeepSeek API 峰谷定价时段的可视化与提醒需求。该插件依据 DeepSeek 官方时段(高峰 09:00–12:00、14:00–18:00,其余为低峰)自动判定当前状态,并在网页边缘渲染橙色(高峰)或蓝色(低峰)呼吸边框,输入框也具备独立可配置光效。 其核心功能包括:在高峰或低峰时段切换前,通过 chicheng-push 渠道(如 Server 酱、钉钉、Telegram 等)或 messaging-core 平台发送自定义提醒,服务端调度确保页面关闭也能送达;支持浏览器本地通知、状态角标位置调节及高峰时段自定义
Read Moredsh-web-plugin-explain:让 Web 插件列表展开后显示描述
`dsh-web-plugin-explain` 是一款由社区开发者维护的 DSH Web 端插件(MIT 协议),旨在解决插件增多后难以快速识别其来源和功能的问题。该插件通过增强 Web 设置中的“插件列表”页面,实现以下核心功能:1. 统一展示插件包 `package.json` 中的 `description` 描述,解析失败时显示占位符,且不影响列表正常渲染;2. 自动为非 `@deepseek-ai/` 或 `cordis:` 开头的插件添加“第三方”标签,便于区分内置与外部能力;3. 支持按插件 ID、模块名、描述文本及“第三方”标签进行综合搜索。插件已发布至 npm,用户可通过
Read Moredsh-localnote:把“以后再说”的灵感放到到点处理
dsh-localnote 是一款 DSH host 端插件,旨在解决临时想法“记录”与“处理”之间的断层。该插件允许用户在浏览器浮窗中快速记录灵感,支持设置到期时间及动作。到达设定时间后,系统可仅发送通知提醒,也可由一次性 AI Agent 将灵感展开为结构化结果(如要点拆解、执行动作)并回写。 核心功能包括随手记录(含截图)、定时回访、AI 自动执行、双通道提醒(Toast 与系统通知)及状态实时追踪。插件采用 MIT 许可证,数据本地持久化存储于 `~/.localnote`,并提供 REST 接口供查询与调试。 安装需克隆代码并在 DSH 根目录通过 `pnpm dsh plugin`
Read Moredsh-esc-stop:在 DSH Web GUI 中用两次 Esc 停止生成
dsh-esc-stop 是一个专为 DeepSeek Harness Web GUI(dsh web)开发的 MIT 许可插件,旨在通过键盘快捷键优化停止生成的操作。该插件允许用户在会话中连按两次 Esc 键(间隔需小于 400ms)来停止当前回合,其底层机制与 GUI 停止按钮一致,均通过 session.cancel 路径实现,且会保留待处理的 inbox 消息。 该插件仅适用于 web profile,不适用于 TUI 或 headless 模式。安装需在 web 目录执行 dsh plugin add 命令,并在 package.json 的 bundles 中注册插件,重启服务后生
Read Moredsh-prompt-polish:DeepSeek Harness 输入栏提示词优化插件
dsh-prompt-polish 是 DeepSeek Harness (DSH) 的 Web 端提示词优化插件。它集成于 Composer,允许用户点击 Optimize 按钮,将当前草稿发送给已配置的模型服务,生成更清晰、具体的版本。插件支持默认、简洁、结构化等六种重写模式及中英语言选择,并可可选注入目标、待办事项、会话摘要等上下文信息。 优化结果以弹窗形式展示,提供原始与优化草稿对比,用户需显式点击 Adopt 才能回填,且仅当草稿未变时生效。插件具备运行限制(如草稿长度、超时机制)、流式停止、最近五次尝试历史记录及本地设置同步功能。UI 适配 DSH 主题,支持键盘操作及无障碍设置。
Read Moredsh-token-stats:面向 DSH Web 的全局 Token 用量统计插件
`dsh-token-stats` 是面向 DeepSeek Harness / DSH Web 的插件,用于集中展示 Token 用量。它从 `llm/stream` 调用采集真实 usage 并记入账本,按供应商、模型、会话、日期聚合数据,统计缓存命中率、成功率、平均耗时及首字延迟,并基于真实 usage 估算费用。插件提供右下角可拖动的悬浮面板及全屏大屏弹窗,支持查看 KPI、图表及明细,并可通过 HTTP API 和模型工具 `token_stats` 进行查询。安装命令为 `dsh plugin --profile web add dsh-token-stats`,要求 `@deep
Read Moredsh-instruction-audit:DeepSeek Harness 指令文件的最小会话留痕
`dsh-instruction-audit` 是一个面向 DeepSeek Harness(DSH)的独立社区插件,旨在解决 workspace 指令文件审计问题。当遇到嵌套工作区边界或指令预算事件时,该工具能准确记录哪些 `AGENTS.md` 或 `CLAUDE.md` 文件实际进入了会话,无需猜测。 其核心机制是观察 Harness 发出的持久化 `agent-instructions` 消息源,并生成隐私最小化的收据(receipts)。每条收据包含会话 ID、事件时间、范围、显示路径及内容摘要,但不读取原始文件、不保存指令正文、不修改工作区,且无运行时依赖。收据默认存储在 `$DS
Read Moredsh-goal-quiescence:给 DeepSeek Harness 的 goal-mode 子代理完成证据加门禁
`dsh-goal-quiescence` 是 DeepSeek Harness 的 MIT 许可社区插件,旨在解决 goal-mode 中父代理可能在子代理未结束或未读取结果时提前完成目标的问题。该插件提供完成证据门禁,在观察到活跃的子代理运行结束且父代理显式读取终态输出之前,拒绝执行 `update_goal(action=complete)`。 其核心能力包括:记录子代理生命周期;阻止在运行未结束(settle)前完成 goal;强制父代理调用 `goal_quiescence_ack` 以将终态输出返回至上下文;并通过 `goal_quiescence_status` 查询仍阻塞完成的
Read Moredsh-crypto-portfolio:把链上资产与 CEX 资产放进一个本地 Dashboard
dsh-crypto-portfolio 是一个免费、100% 自托管的 DSH 社区插件,旨在统一展示分散在 BTC、EVM、Solana、Hyperliquid L1 链上及 CEX 交易所的加密资产。该工具提供零依赖的 Web Dashboard,支持全局筛选、每日快照存储(SQLite)、趋势图生成及一键代币黑名单功能。插件具备多 Profile 配置、亮暗色主题及中英双语界面,并暴露标准的 JSON API(如 /api/refresh)供外部调用。它采用 MIT 许可证,由社区独立开发,非官方项目。安装需 Python 3.9+ 环境,支持通过 DSH 命令或独立脚本启动,默认端口
Read Moredsh-task-estimator:会话标题栏任务估算窗口
`dsh-task-estimator` 是一款面向 DeepSeek Harness web GUI 的 DSH 插件,旨在通过会话标题栏集中展示任务预计剩余时间、token 用量及按模型估算的花费(约 CNY)。其核心功能包括基于近 5 轮趋势外推的启发式估算、支持峰谷时段计价的模型花费明细、利用当前模型进行轻量补全的 AI 智能估算(含 PERT 三点估算及复杂度分档),以及在 Agent 思考时显示的单轮耗时预估。插件提供悬停显示、点击固定、快捷键切换等交互方式,并允许用户自定义价格表、刷新间隔及恢复默认设置。安装时需注意版本差异(如 v1.1.0 与 1.1.1),可通过命令行添加插
Read Moredsh-codex-approval:DeepSeek Harness 的 Codex 式审批插件
dsh-codex-approval 是面向 DeepSeek Harness (dsh) 的 MIT 许可插件,旨在通过更细粒度的决策链解决工具审批过粗或过松的问题。该插件在 `approval/request` 环节引入三层机制:首先执行显式规则层,支持按命令或原因匹配并设定 allow、ask、deny 动作,其中 deny 优先级最高;其次引入 AI 审判层,当规则未命中时,由 AI 评估风险并映射为具体动作,支持配置模型、风险容忍度及超时策略;最后由人类兜底,在 AI 失败或需确认时交由人工处理。插件提供 manual、ai 和 ai-auto 三种模式,后者在自动拒绝或放行未决请求
Read Moredsh-project-memory:DeepSeek Harness 的项目记忆插件
dsh-project-memory 是专为 DeepSeek Harness (DSH) 智能体设计的持久项目记忆插件。它通过磁盘存储文档、代码符号、经验记录及任务状态,解决跨会话开发中上下文缺失问题。核心能力包括:支持 PDF/Markdown 等文档记忆及带源码引用的代码符号提取,可选集成 TypeScript 进行语义增强;采用内容哈希自动刷新及读取时记忆机制,实现文档与代码的交叉链接;基于 BM25 算法提供带有盲点警告的精准召回,并支持经验记录的优胜劣汰。此外,TaskBridge 功能支持跨会话任务的绑定、重命名及状态查看。该插件运行于 Node.js 环境,无向量数据库依赖,适
Read MorePR Genius:面向外部 PR 的评估与建议插件
PR Genius 是由 zsxh1990 维护的开源插件,定位为面向专业 OSS 贡献者和 AI 智能体的“Outbound PR CRM”。它基于历史反模式与成功模式,为提交给外部仓库的 PR 提供评估与建议,解决 PR 提交价值判断、状态跟踪及后续行动决策问题。该插件采用 MIT 许可证,要求 Python 3.10+,兼容 DSH 插件架构及 MCP 协议。核心功能包括跨仓库 PR 列表管理、9 种状态分类、陈旧检测、行动建议及基于 1355 个加载模式的策略分析,并提供 8 个 MCP 工具支持。用户可通过 pip 安装核心包,配置 MCP 服务,或使用 GitHub Action
Read Moredsh-content-studio:面向 DSH 的内容创作与多平台分发插件
dsh-content-studio 是面向 DeepSeek Harness(DSH)的内容创作与多平台分发插件,旨在解决工具分散、环境不一致及缺乏人工确认的问题。该插件整合了素材生成(文本生图、macOS 截屏录屏)、内容渲染(Markdown 转小红书卡片、自包含 HTML)及发布(dev.to/Medium API)功能,并内置浏览器浮动审阅面板以实现发布前的人工确认闭环。 插件通过 bundle 或预设复制方式安装,需 macOS 环境及 Chrome、ffmpeg 支持,并配置相应的 API Key。其核心工作流为渲染卡片后进入审阅,用户可在面板中修改样式、文案或批准发布,支持多种
Read Moredsh-plugin-template:DeepSeek Harness 插件的最小化已验证起始模板
`dsh-plugin-template` 是一个面向 DeepSeek Harness (DSH) 插件开发者的社区起始模板,旨在解决插件“能加载但不一定可真实调用”的痛点。该模板由 `zoahdev` 维护,采用 MIT 许可证,提供最小化且经过验证的插件结构。其核心能力包括内置 `hello` 工具供 CI 真实调用以验证链路、运行时版本守卫(拒绝不兼容的 `@deepseek-ai/dsh-tools`)、以及完整的单元测试、打包集成测试和 DSH Web 启动冒烟测试。模板基于 `dsh 0.1.0-rc.6`、Node 24 和 pnpm 11 环境,支持本地 `dsh-plugi
Read MoreDSH 插件 dsh-github-release-radar:无需 API key 查询 GitHub Release 与仓库信息
`dsh-github-release-radar` 是 DeepSeek Harness (DSH) 生态中的一个 MIT 协议社区插件,旨在让 Agent 无需配置 API Key 即可直接查询公开 GitHub 仓库的状态。该插件封装了四个核心工具:`github_releases` 用于列出近期发布版本;`github_repo` 提供 Stars、Forks、License 等仓库概览;`github_search` 支持按语法搜索并排序仓库;`github_repo_tags` 展示最近的 Git Tags 及 Commit SHA。所有功能均基于匿名访问,受限于每小时 60 次的
Read MoreDSH Agent Bridge:在 DeepSeek Harness Web 中接入 Grok Build
DSH Agent Bridge是一款将Grok Build作为根Agent接入DeepSeek Harness (DSH) Web的插件,由`zmh2000829`维护,安装名为`dsh-grok-acp`。它允许用户在同一个DSH Web页面中自由切换DSH Agent和Grok Build两种模式,并复用DSH原生的输入框、工具展示、权限确认及Markdown diff界面。 核心功能包括:在空白会话中动态选择Harness,首轮消息后锁定以避免历史混淆;将ACP流式输出映射为DSH可读的回答、思考及工具调用时间线;支持`/usage`、`/model`等Grok命令;以及通过独立进程管
Read Moredsh-share:为 DeepSeek Harness 会话生成只读局域网分享链接
dsh-share 是一个面向 DeepSeek Harness (DSH) web 配置文件的 MIT 许可证插件,由 zljr 维护。其核心功能是将当前会话冻结为自包含、只读的 HTML 快照,并生成仅限同一局域网访问的令牌链接,从而避免直接暴露主服务端口。插件在会话头部提供 Share 按钮,点击后通过独立的只读 HTTP 服务器(默认绑定 0.0.0.0:3081)提供页面,主服务保持仅本地回环访问。分享页面无 JavaScript 和外部资源,包含 Markdown 渲染、工具调用合并、上下文统计及明暗主题支持。链接使用 128-bit 随机令牌,支持撤销及 1h/24h/7d 过期
Read Moredsh-settings-drawer:选择 DSH Web UI 设置侧栏显示哪些栏目
dsh-settings-drawer 是 DeepSeek Harness (DSH) Web UI 的一款纯客户端插件,旨在解决安装多插件后设置页左侧导航栏目过多导致查找成本高的问题。该插件允许用户自定义显示或隐藏左侧导航中的任意设置栏目,更改立即生效并保存在浏览器 localStorage 中。其核心优势包括:自动发现并同步新插件注册的栏目,移除插件后自动清理残留列表;提供手动刷新按钮以重新同步;默认保护 General、Models、Plugins 和 Agent Presets 等核心页面。插件无额外服务依赖,无网络调用,采用 MIT 许可证。安装时需根据使用的 profile(we
Read Moredsh-approval-voice:为 DSH Web GUI 审批弹窗增加语音提醒
dsh-approval-voice 是 DSH Web GUI 的社区插件(MIT 协议),用于在出现审批或提问弹窗时播放升调提示音并进行中文语音播报,帮助用户减少因视线离开页面而漏看请求。该插件监听 DOM 中的特定标记(如 data-approval-key 等),通过 SpeechSynthesis 实现语音提醒,支持每个请求仅提醒一次。用户可通过设置界面调整开关、音量及试听,配置保存在浏览器 localStorage 中。安装需执行 dsh plugin add 命令并重启服务,支持远程仓库或本地链接安装,也可通过控制台接口进行调试。该插件依赖系统安装的中文 TTS 语音,若无中文语
Read Moredsh-novel-reader:在 DSH Web 里加一个轻量小说阅读面板
dsh-novel-reader 是 DSH 的一款轻量级小说阅读插件,旨在让用户无需切换浏览器即可在 DeepSeek Harness Web 内直接阅读小说。该插件由 ZhuSheng-0807 维护,采用 MIT 许可证,要求 Node >= 20。其核心功能包括可拖动、缩放及位置记忆的悬浮阅读面板,支持明暗主题适配;提供分页目录、多本收藏书架、自动保存及恢复阅读进度、章节预缓存以及按书名搜索换书等便捷操作。插件结构为纯 JS 无构建,通过 Host 注册路由负责内容抓取与解析。安装仅需执行 `dsh plugin --profile web add dsh-novel-reader`
Read Moredsh-finance-db:DeepSeek Harness 的只读市场数据插件
dsh-finance-db 是专为 DeepSeek Harness (DSH) 设计的只读金融数据插件,旨在通过直接调用外部数据工具替代不稳定的网页解析,解决模型获取行情、新闻等数据的噪声问题。该插件基于 MIT 协议,严格限定于只读分析,不支持交易执行、资金移动或账户访问。其核心功能包括获取实时报价、历史 OHLCV 数据、基本面指标、近期新闻标题、市场概览及数据服务健康检查等,部分功能如情绪分析需挂载额外 Provider。用户可通过 npm 命令将其安装至 DSH 的 web profile,并在 Prompt 中显式指定工具名(如 finance_quote)以确保精准调用。该插件
Read Morezhangzujian/dsh-subprocess-inherit-environment:让 DSH 子进程继承完整 Harness 环境
dsh-subprocess-inherit-environment 是一个用于 DSH(DeepSeek Harness)的可移除插件,旨在解决默认凭据清洗机制导致子进程无法获取完整环境变量的问题。该插件通过包装 ctx.subprocess 服务,在创建子进程时保留并传递当前 Harness 进程的完整 process.env,同时确保调用方的显式环境覆盖及 undefined 状态不被破坏。 安装需克隆仓库并添加到 DSH profile,移除后可恢复默认隔离行为。插件适用于专用、可信的本地部署场景,如某些 CLI、脚本或 MCP server 需要读取环境值的情况。但需注意,启用该插件
Read Moredsh-token-usage:DSH Web UI 的 Token 用量统计插件
dsh-token-usage 是一款 DeepSeek Harness Web UI 插件,旨在解决智能体开发中 LLM 调用 token 用量监控不便的问题。该插件通过捕获 `llm/stream` 事件中的用量数据,在侧边栏提供统计面板,支持按 API、模型及日期维度展示 Token 消耗、缓存命中率及估算成本。核心功能包括双轴趋势图、近一年每日用量热力图、模型汇总表及最近请求记录,并支持导出 JSONL、JSON 或 CSV 格式数据。插件具备自动成本估算功能,价格数据同步自 modelradar.cn 且支持手动覆盖。安装需 Node >=18,推荐通过 `dsh plugin` 命
Read Moredsh-cosplay:给 DSH Agent 加一个全局角色开关
dsh-cosplay 是专为 DSH(DeepSeek Harness)设计的 MIT 许可插件,旨在让 Agent 在保留写代码、查资料等核心任务能力的同时,支持全局开关式的角色扮演。该插件通过全局开关控制角色层,开启后 Agent 将以选定角色的语气和行为对话,关闭则立即恢复默认人格。其角色卡兼容 SillyTavern v2 规范,支持标准 JSON 导入导出,并内置“蓝色大肥鱼”默认角色。用户可通过自然语言让 Agent 自动搜索设定并生成角色卡。插件提供中立与角色化两种思考风格,其中角色化思考仅适用于 DeepSeek v4 且可能影响任务能力。安装需确保 pnpm 在 PATH
Read Moredsh-ui-beautify:给 DSH Web UI 换配色、背景和卡片布局
dsh-ui-beautify 是一款针对 DSH 0.1.1-rc.2 及以上版本 Web 界面的社区插件,由 Zalpha263 维护,采用 MIT 许可,支持 Windows、Linux 和 macOS。该插件旨在增强 DSH Web UI 的外观与布局能力,核心功能包括四套配色预设(默认、深海蓝、暖沙、松石绿)的深浅色模式切换、支持本地上传并自动压缩的整页背景图(存储于 localStorage,约 5MB 配额)、以及 VSCode 式的卡片布局系统。在卡片布局中,侧栏、会话区和插件面板可拖拽至浮动或吸附到屏幕五向停靠区,支持手柄拖拽调整宽度、四边缩放及自动折叠功能。插件提供统一入口
Read MoreDSH Archive Manager:为 DSH Web 提供 Codex 风格会话归档管理
dsh-archive-manager 是一款面向 DSH Web 界面的插件,旨在解决会话归档后缺乏集中管理入口的问题。该插件提供 Codex 风格的归档管理能力,支持在设置页查看、搜索及筛选归档会话,并按工作区或项目分组展示。其核心功能包括解析 zstd 压缩文件、展示会话元数据(如标题、时间、轮数、磁盘占用)、预览最近 50 条消息、实时同步侧边栏变动,以及执行取消归档或物理删除操作。插件内置基于 Node zlib 的解压引擎,无需额外安装命令行工具。 安装需 DSH 版本 >=0.1.2-alpha.2 及 Web Profile,通过 `dsh plugin` 命令安装后,需确保
Read Moredsh-token-cost-meter:在 DSH 会话中显示 token 消耗与估算费用
`dsh-token-cost-meter` 是一款 DSH 插件,用于在 Web GUI 输入框下方实时显示当前会话累计 Token 消耗及基于 DeepSeek 官方价格的估算费用(人民币)。该插件支持安装版 `dsh.bundle` 和动态 `cordis_define` 两种模式。核心功能包括读取会话投影中的 Token 用量(未命中输入、缓存命中、输出),并每 6 小时动态抓取 DeepSeek 官方价格页,按北京时间自动切换峰谷价。若抓取失败,则回退至内置快照并在界面上标注。费用计算公式为:未命中输入量×未命中价 + 缓存命中量×命中价 + 输出量×输出价。安装需满足 DSH We
Read Moredsh-icon-theme:为 DSH Settings 与侧边栏提供可自定义图标
dsh-icon-theme 是一款由 yzke 发布、采用 MIT 许可的 DSH 插件,专为 DSH 0.1.x 环境设计。该插件旨在解决 settings 与 sidebar 图标因缺乏公开 resolver 而统一回退为齿轮图标的体验问题。其核心功能包括自动发现 live 的 settings.section 与 sidebar.footer.action 贡献,并允许用户通过稳定键(如 settings.section:market)自定义或恢复图标,避免依赖翻译标签或 DOM 位置。插件内置 121 个离线字形(涵盖 Fluent UI 及 DSH 官方 UI),运行时无需连接 C
Read Moreai-company-framework:一句话创建多角色 Agent 公司
ai-company-framework 是 DeepSeek Harness 的一个 MIT 许可插件(v0.3.10),旨在通过一句话创建由 Writer、Developer、QA 等多角色 Agent 组成的协作“公司”。其核心能力包括启用 `/company` 模式后运行多 Agent 工作流、按客户隔离 SQLite 档案以沉淀上下文,以及通过飞书实现 Agent 主动推送和人工决策门审批,确保重大操作经用户手机批准后方可执行。该插件注重本地安全与数据边界,安装包无预置用户数据、无遥测及向量数据库,密钥使用 Windows DPAPI 本地加密,且支持通过 `dsh plugin`
Read Moreoh-my-dsh:面向 DeepSeek Harness 的多代理编排插件
oh-my-dsh 是由 YYTbit 维护的 DeepSeek Harness (DSH) 社区插件,采用 MIT 许可证,旨在提供多代理编排能力。该插件将开发任务拆分为探索、规划、实现、审查及调试等环节,通过五个专职代理(Explorer、Architect、Implementer、Reviewer、Debugger)和四个工作流技能(Autopilot、Deepwork、Review、Reflect)协作完成复杂任务。核心功能包括并行执行、依赖跟踪、运行时模型配置切换及任务流程自动化。用户可通过 `dsh plugin --profile your-profile add oh-my-d
Read Moredsh-plugin-pi-bridge:将 Pi Agent 技能桥接到 DeepSeek Harness
dsh-plugin-pi-bridge 是一款由 YYTbit 开发、基于 MIT 许可的插件,旨在将 Pi Agent 的技能(Skills)和配置无缝桥接到 DeepSeek Harness(DSH)中,遵循 DSH“一切皆插件”的理念。该插件的核心价值在于实现零迁移成本,允许开发者直接复用现有的 Pi Agent 技能,无需重新整理或迁移。其工作原理是将位于 `~/.config/pi/skills/<name>/SKILL.md` 的文件作为可用技能注入 DSH。用户可通过 `dsh plugin --profile your-profile add dsh-plugin-pi-br
Read Moredsh-plugin-codex-bridge:将 OpenAI Codex 的 skills、instructions 和 configuration 接入 DeepSeek H
dsh-plugin-codex-bridge 是一款由 YYTbit 维护、基于 MIT 许可证的 DSH 插件,旨在解决 OpenAI Codex 本地文件难以复用的问题。该插件实现“零迁移”,通过将 Codex 的 skills、instructions 和 configuration 自动桥接至 DeepSeek Harness,避免用户手动搬运或调整分散的文件。具体功能包括:将 ~/.codex/skills 下的文件注入为可用技能,将 instructions.md 注入系统提示词,以及从 config.toml 注入模型上下文。用户可通过 dsh 命令在指定 profile 中安
Read Moredsh-vision-helper:DeepSeek Harness 的持久化视觉插件
dsh-vision-helper 是为 DSH 打造的零依赖持久化视觉插件,旨在低侵入地集成图片分析能力。它注册 `vision_analyze` 工具,支持本地路径或 data: URI 输入,通过配置的多模态模型返回分析文字。插件允许自定义 provider、model、温度、最大输出 tokens 及图片边长,配置即时生效无需重启,并在 Web 端提供专属设置界面。其核心优势包括无额外依赖、全局可用、持久化存储以及自动处理不可见字符和去重等健壮性机制。安装支持 npm、GitHub 或手动复制,需在 llm-pi-ai 中预先配置好模型路由或兼容端点。用户可通过 Web 设置页或 JS
Read Moredsh-turn-rail:DSH Web 的自动隐藏轮次导航
dsh-turn-rail 是面向 DeepSeek Harness (DSH) Web 的轻量级浏览器 UI 插件,由 Yujm888 开发,采用 MIT 许可证。它旨在解决长对话界面拥挤问题,在会话右边缘提供自动隐藏的轮次导航栏(Turn Rail)。该插件无设置项、无额外面板且零运行时依赖,不介入模型请求。 核心功能包括:指针靠近右边缘时自动淡入显示;通过分层点击区域实现轮次跳转与预览;支持搜索用户消息并快速定位;在长会话中展示最多 30 个标记并支持内部滚动;且能自适应 DSH 主题与视口。安装要求 DSH 版本 >= 0.1.0-rc.6 且 Web Profile 需支持 sess
Read Moredsh-ide-sidebar:DSH Web 的工作区切换侧边栏
`dsh-ide-sidebar` 是一款由 `yuhangkang` 维护的 DSH Web 浏览器端插件,定位为 IDE 式工作区切换侧边栏。该插件采用纯浏览器端 bundle 架构,无 host 行为及服务端依赖,仅适用于 `web` 平台,要求 `dsh >= 0.1.0-rc`。其核心功能包括左上角悬浮下拉工作区切换器、会话列表按工作区过滤、完成与待确认状态灯显示、工作区及会话搜索,以及工作区和会话的增删改查管理。插件无配置项,所有行为内建。安装时需通过 `dsh plugin` 命令添加,并在 profile 的 `package.json` 中注册 bundle 名,重启后生效。
Read Moredsh-desktop-tools:为 dsh 补齐桌面窗口、环境面板与代码编辑器
`dsh-desktop-tools` 是一个基于 TypeScript 编写的 DSH 环境管理插件,采用 MIT 许可证。该插件在 DSH“一切皆插件”模式下,将桌面窗口、运行时管理、平台兼容、计费查看及文件编辑整合为统一功能。安装后,`dsh web` 可自动获取 Tauri 桌面宿主并打开窗口(支持 Win/macOS/Linux),用户可通过 `--no-desktop` 参数禁用自动开窗。插件提供核心功能:包括通过快捷键或菜单打开的环境面板(显示宿主状态、运行时、平台兼容及 DeepSeek 官方计费摘要)、运行时一键更新入口、仅限 Windows 生效的平台自动适配、以及内置代码
Read Moredsh-decision-split:DSH Web UI 的分屏阅读插件
`dsh-decision-split` 是一款由 yuanbaoerer 维护的 DSH Web UI 插件,旨在解决 Agent 消息过长挤占主窗口上下文的问题。该插件遵循「一切皆插件」理念,为已完成轮次中的含文本 Agent 消息提供侧栏阅读入口。核心功能是在消息尾部显示「在侧栏查看全文」按钮,点击后在右侧详情栏独立滚动展示完整 Markdown 内容(支持表格、代码块等),并自动提取首个标题作为栏名。侧栏默认宽度 480px,支持通过再次点击按钮、右上角关闭或点击其他消息按钮进行收起与切换。该插件不含内嵌输入框或决策回传功能,决策交互仍依赖原生 `ask_user_question`。
Read Moredsh-pin:给 DeepSeek Harness 侧边栏会话加两级置顶
dsh-pin 是一款由 Yu-tao-Li 维护的 DSH 插件,旨在优化 Web GUI 侧边栏的会话管理体验。该插件采用纯客户端架构,零运行时依赖,通过增加两级置顶功能提升常用会话的可访问性:📌 工作区内置顶利用宿主官方 API 持久化顺序,适合单工作区管理;⌃⌃ 全局置顶区实现跨工作区快速访问,仅影响显示层级且取消时精确还原位置。插件支持多会话同时置顶、级别切换,并自动适应不同列表模式。安装需执行特定命令并重启服务,要求 Node >=22 环境。虽然它不改 DSH 本体且安全性较高,但仅限 Web GUI 使用,且因依赖内部结构,大版本升级后可能失效。总体而言,dsh-pin 为高频
Read MoreDSH Profile Lab:DeepSeek Harness 的本地实验与发布门禁工具
DSH Profile Lab 是 DeepSeek Harness 的本地实验与发布门禁工具,采用 MIT 许可证。它允许在隔离环境中重复运行多个 DSH profile 或 patch 组合,基于官方持久化 session 事件计算质量、Token、费用、时延和稳定性,并输出 JSON、MD、HTML 格式的审计报告。核心功能包括提供 `profile_lab_run`、`compare`、`gate` 三个 DSH 工具及对应 CLI 命令,支持 Web 端“Profile 组合对比”页签,并具备可恢复执行能力。运行需 Node.js 22.19+ 或 24+、pnpm 11 及 DSH
Read Moredsh-open-explorer:为 DSH Web GUI 增加 Workspace 文件夹打开入口
dsh-open-explorer 是由 YooRarely 维护的 DeepSeek Harness (DSH) 社区插件,旨在为 DSH Web GUI 提供便捷的 Workspace 根目录打开入口。该插件遵循 MIT 许可证,通过公开的 Client Connection Host RPC 和 Header Slot 工作,不修改或依赖 DSH 源码。其核心功能包括在会话标题右侧添加文件夹按钮,以及在工作区菜单中增加“在资源管理器中打开”选项,点击即可调用 DSH 主机命令直接打开当前 Workspace 根目录。该插件支持 Windows、macOS、Linux 及 WSL 平台,并
Read MoreHarness Plugin Store Optimized:dsh-plugin-hub 0.1.6 的定制优化版
`dsh-plugin-store-optimized` 是 DSH web 插件商店 `dsh-plugin-hub` 0.1.6 的社区定制优化版,旨在解决安装链路中的痛点并修复上游 Bug。其核心功能包括:支持在设置中配置插件下载目录,默认保留在 `<DSH_HOME>/plugins`;安装前自动检测 Bundle 层入口 ID 冲突,防止插件树崩溃;当 `pnpm` 不在 PATH 中时自动回退至 Harness 本地 Shim,确保安装成功;准确提示需重启 DSH 才能生效,并在启用超时时透传真实错误原因。此外,该版本完善了 scoped 包支持,并修复了 YAML 卸载误判、补丁
Read Moredsh-migrate:DSH 配置迁移工具
dsh-migrate 是一款用于 DSH 环境配置迁移的工具,旨在解决换机时手工复制配置易遗漏、缺乏校验和回滚的问题。该工具通过固定流程实现源机导出打包与目标机导入还原,主要覆盖 profile 配置、settings.yaml、.agent-presets 及 vendor 目录。核心功能包括导出时自动扫描并脱敏凭据,生成包含版本、文件清单及校验和的单一 .dshmig 归档包;导入时先进行同 OS、磁盘空间等预检,默认新建独立 profile 以避免覆盖原有配置,并依次执行路径重算、依赖安装及验证链,失败时自动回滚。工具支持设置页向导及 host 工具两种入口,适用于同操作系统环境下的配
Read Moredsh-vision:让文本模型在 DSH 中处理带图请求
dsh-vision 是一个 DSH 插件,旨在解决 DeepSeek V4 Flash/Pro 等文本模型无法直接处理图片的问题。当请求包含图片且目标模型不支持视觉输入时,该插件自动调用视觉模型或系统 OCR 对图片进行描述,并将 provider 调用中的图片块替换为文本描述,确保模型能继续处理上下文。会话日志和 UI 界面仍保留原始图片。 插件提供 Auto 和指定模型两种模式。Auto 模式按顺序尝试已声明视觉能力的模型,失败则回退至系统 OCR(macOS 用 Vision,Windows 用 Media.Ocr,其他平台需 Tesseract)。指定模式仅使用配置模型,失败不重试。
Read Moredsh-unknown-theme:把 DeepSeek 官网视觉搬进 DeepSeek Harness
dsh-unknown-theme 是 ycqaq233 维护的 MIT 协议社区插件,旨在优化 DeepSeek Harness(DSH)Web 工作区的视觉效果,使其更接近 deepseek.com 的官网观感。该插件并非官方组件,采用纯 CSS/DOM/Canvas 实现,零依赖且免构建,支持浅色/深色双主题自适应。其核心功能包括:移植官网 WebGL 流体背景、鼠标交互网格(HeroGrid)、粒子鱼形 LOGO 动画、标题聚光灯效果以及磨砂玻璃质感的 UI 组件样式。 安装推荐通过 git 仓库执行 `dsh plugin --profile web add ycqaq233/dsh
Read Moredsh-web-enhance:DSH Web UI 的逐轮导航、思维链展开与会话成本插件
dsh-web-enhance 是由 yangzhe1991 维护的 MIT 许可开源插件,旨在增强 DeepSeek Harness (DSH) Web UI 的使用体验。该插件主要提供三项核心功能:一是逐轮对话导航,通过右下角浮动按钮允许用户在长对话中快速跳转至当前轮起点、终点或相邻轮次,减少手动滚动;二是思维链默认展开,支持自动展开 Think 推理行,偏好设置通过 localStorage 持久化,且尊重用户手动折叠的操作;三是会话成本计量,仅在连接官方 DeepSeek API 时显示,基于峰谷价计算并展示估算或累计 CNY 成本,非官方 API 会话不显示此信息,历史会话可能标记为
Read Moredsh-code-review:将 git diff 打开成独立 Code Review 页
yangzhe1991/dsh-code-review 是一款专为 DSH Web 会话开发的代码评审插件(MIT 协议)。它旨在解决在聊天窗口中查看 `git diff` 的不便,当会话中出现 diff 代码块或 bash 工具行时,提供“在新标签页打开”按钮,将 diff 渲染为独立的代码评审页面。 核心功能包括:支持双列并排视图,清晰展示新旧文件差异,具备行号、字符级高亮及基础语法高亮(关键字、字符串等);保留 `@@` hunk 分隔和多文件区块显示,提供文件导航侧边栏及顶部统计栏。评审页继承 DSH 主题颜色,支持浅色/深色模式及中英文界面。用户可在行号处添加行内评论,提交后自动以
Read Moredsh-memory:DeepSeek Harness 的长期记忆插件
dsh-memory 是面向 DeepSeek Harness (DSH) 的 MIT 许可长期记忆插件,旨在解决多会话工作中用户偏好、验证步骤及失败教训缺乏稳定载体的问题。它通过 GitHub 分发,利用结构化抽取将已完成会话中的可复用信息转化为摘要与记忆文件,并自动注入后续会话。核心功能包括:会话结束后的防抖抽取(默认3分钟)、全局冷却整合(默认6小时)至 MEMORY.md 与 memory_summary.md、摘要常驻注入,以及提供 memory_list、memory_read、memory_search、memory_add 四个查询与添加工具。其中 memory_add 仅在用
Read Moredsh-vision-imagen:DeepSeek Harness 的视觉识别与图像生成插件
dsh-vision-imagen 是由 xuxun-oss 维护的 DeepSeek Harness(DSH)插件,旨在桥接 Google Gemini 的多模态能力,支持部分 OpenAI 兼容后端。它允许用户在常规 DeepSeek 会话中直接进行图片识别、文本生图及改图,无需手动切换模型。核心功能包括使用 `vision_read` 进行 OCR 和图像分析,`generate_image` 进行带自检迭代的文生图,以及 `edit_image` 进行图像优化。插件支持 Gemini 和 OpenAI 兼容后端(如 GPT-4o、Qwen-VL 等),具备自动降级机制。安装需 Node
Read Moredsh-xiaohongshu-viral-note:把小红书爆款笔记 Skill 以 DSH 插件分发
`dsh-xiaohongshu-viral-note` 是一个 MIT 许可的 DSH bundle 插件,由 xuboboo 维护,旨在简化 DeepSeek Harness 中处理小红书爆款笔记的流程。该插件将 skill 包、参考文档、脚本及发布约束封装在一起,解决了手动装配能力的问题。安装后,它会在 `ctx.skills` 注册 skill provider,支持热门笔记研究、选题、文案生成与改写、合规校验、账号权重分析、扫码登录及受控发布等功能。用户可通过 `dsh plugin add` 命令安装并重启 DSH 启用。虽然插件本身不依赖 Python,但其脚本运行需 Pytho
Read Moredsh-balance-display:DeepSeek Harness Web 余额显示插件
dsh-balance-display 是由 xsuas 发布的 DeepSeek Harness Web 余额显示插件(MIT 许可证),用于在 DSH Web 端展示 DeepSeek API 账户余额。该插件支持手动刷新及 10 分钟缓存,确保安全性的同时,API Key 仅由宿主插件读取且不会返回给浏览器,余额接口仅接受 localhost 或 127.0.0.1 请求。安装需执行 `dsh plugin --profile web add github:xsuas/dsh-balance-display` 并重启 DSH Web;本地开发可使用路径安装。卸载命令为 `dsh plug
Read MoreXJungit/omdp:可独立安装的 DeepSeek Harness 插件集
`XJungit/omdp` 是一个 DeepSeek Harness(DSH)插件 monorepo,包含三个可独立安装的 MIT 许可插件。`@omdp/dsh-connector` 在 DSH Web UI 中统一管理 MCP servers、用户 skills 及只读市场浏览,市场数据仅在内存中保留 30 分钟。`@omdp/dsh-key-fallback` 提供多 API key 池管理,支持自动轮换、状态显示及冷却/删除操作,但重发功能由 DSH 自带的 `dsh-llm-retry` 处理。`@omdp/dsh-vision-bridge` 允许 text-only 模型通过配
Read Moredsh-session-actions:DSH Web 会话菜单增强
`dsh-session-actions` 是一款 DeepSeek Harness Web 插件,旨在补全 DSH Web 会话管理功能。它在会话行菜单末尾追加四项操作:复制会话 ID 至剪贴板、置顶常用会话(配置存于本地 JSON 文件)、导出会话内容为 Markdown 格式,以及永久删除会话目录(需二次确认,非归档)。该插件不修改官方组件,由 `xingyingyuzhui` 维护,采用 MIT 许可证,运行环境要求 Node.js 版本不低于 20。安装时需确保本机可运行 `dsh web`,通过执行 `dsh plugin --profile web add` 命令从 GitHub
Read Moredsh-quick-attach:把粘贴图片转成可发送给 AI 的路径
ximisi/dsh-quick-attach 是一款面向 DSH web GUI 的 MIT 许可插件,旨在简化图片识别工作流。它解决了传统手动保存图片并输入路径的繁琐步骤,允许用户在会话输入框直接粘贴图片。插件会自动将图片保存到配置目录,并将绝对路径追加至消息草稿,随消息发送给 AI,供其利用文件工具和视觉能力读取识别。该插件通过 host 接口处理保存与配置,并在客户端拦截输入框粘贴事件。安装后,用户需在设置中启用并配置保存目录(默认为 `<DSH_HOME>/quick-attach`)。典型用法包括粘贴图片、自动保存并发送路径。需注意,该功能仅作用于会话输入框,会替换原生的图片附件发
Read Morexie-tj/dsh-token-usage-ledger:DSH Web profile 用量账本与 Usage 仪表盘
文章介绍了社区仓库 `xie-tj/dsh-token-usage-ledger`,这是一个为 DeepSeek Harness Web profile 设计的 MIT 许可证插件。该插件旨在解决用量信息分散且重启后丢失的问题,提供持久化的用量账本和可视化仪表盘。 核心功能包括记录每次 provider dispatch(含失败与重试),保存输入、输出及缓存 token,并支持基于 session 历史的数据回填。在 Settings → Usage 界面中,用户可按提供方、模型及时间范围(7/30天)筛选,查看包含曲线、柱状图及 API 请求次数的详细数据,同时单独展示缓存命中情况。 安装需
Read Moredsh-draw-router:给 DeepSeek Harness 增加统一绘图路由
`dsh-draw-router` 是 DeepSeek Harness (DSH) 的统一绘图路由插件,旨在解决不同 OpenAI 兼容图像生成服务接口不一致的问题。该插件通过注册 `draw_image` 和 `draw_list_sources` 两个 Agent 工具,允许 DSH Agent 在对话中直接调用绘图功能,并支持自动发现可用图像模型,无需依赖固定模型清单。它兼容 SenseNova、StepFun、Qwen、Hunyuan 等多种提供商,配置时只需指定 API Root 即可自动适配路径。除 Agent 集成外,插件还提供 REST API 用于管理绘图来源及发起绘图请求
Read Moredsh-session-surgeon:修复无法加载的 DSH 会话,并让新会话引用旧会话
dsh-session-surgeon 是一款 MIT 许可的 DSH 插件,旨在解决 DeepSeek Harness 会话无法加载及上下文继承问题。它提供会话修复、检查、导出及 ID 复制功能,兼容 `@deepseek-ai/dsh@0.1.0-rc.6`。 核心功能包括:在 DSH 会话菜单和侧边栏中提供“复制会话 ID”、“inspect”及“dry-run repair”入口,支持浏览、修复、预览和导出 JSONL。该插件能修复 seq gap、torn zstd frames、lone surrogates 及缺失 message ID 等错误,inspect 仅警告不伪造结果。
Read Moredsh-obsidian-export:把 DSH 对话导出到 Obsidian vault,并提供笔记读取与检索工具
dsh-obsidian-export 是一款 DeepSeek Harness (DSH) 插件,旨在将 DSH 会话沉淀为本地 Markdown 知识库。它不依赖 Obsidian 应用本体,而是将 vault 视为存放 Markdown 文件的目录,提供导出会话、读取笔记、全文搜索、目录列表、标签聚合及反向链接查询等六大模型工具。插件支持多种导出模式(如 create, skip, update, overwrite, dry-run),允许用户灵活控制数据写入行为,并通过 dry-run 预览避免误覆盖。安装时需指定 profile 并重启进程以挂载工具层。该插件适合需要将 AI 对话
Read Moredsh-resume:恢复被中断的 DSH 回合与 shutdown 时运行中的会话
`dsh-resume` 是 MIT 许可的 DSH 插件,旨在解决 DSH Web profile 中对话被中断后无法继续及进程关闭后会话丢失的两个核心问题。其核心功能包括:一是支持空提交继续,通过将部分文本和推理过程折叠至会话历史,允许用户在不添加可见“继续”消息的情况下恢复被中断的对话;二是实现 shutdown 后恢复,利用 `~/.dsh/resume-state.json` 记录运行状态,在进程重启时自动恢复标记为 running 的会话和子代理,并具备失败重试及诊断日志记录机制。 该插件针对 DeepSeek Harness `0.1.0-rc.6` 提供兼容补丁,支持自适应版本
Read Moredsh-credential-handoff:让 agent 请求凭据而不把密钥放入模型上下文
`dsh-credential-handoff` 是一个针对 DSH 插件化场景的 MIT 许可插件,旨在解决 agent 请求 API key 时密钥进入会话记录或模型上下文的隐私风险。它注册了 `request_credential` 工具,通过浏览器对话框收集凭据,并利用 DSH credential service 以只写方式存储。工具调用仅返回固定状态元数据(如凭据引用及配置状态),确保密钥值不回传至模型上下文。 该插件支持 HTTPS 提交及本地循环回路的明文 HTTP,并防止非本地明文传输。每个会话仅允许一个待处理请求,且对话框十分钟过期。凭据引用遵循 shell 风格命名规则,
Read Morewuxiangru915/dsh-review-loop:给 DeepSeek Harness 增加增量 diff 审查
DSH 插件 `wuxiangru915/dsh-review-loop` 是一款面向 DeepSeek Harness 的增量 diff 审查工具,旨在解决智能体连续修改文件时全量 diff 审查效率低、注意力分散的问题。该插件采用纯 bundle 架构,不修改宿主核心代码,通过 Web UI review panel 和 `/review` 命令提供两个共享逻辑的审查入口。其核心功能包括增量审查(批准时记录 checkpoint,后续仅显示新变更)、直接读取 git 状态以反映磁盘实际改动、支持将审批评论注入 agent 实现反馈闭环,以及将 checkpoint 持久化至 `$DSH_H
Read Moredsh-chat-manager:在 DeepSeek Harness 侧边栏管理会话归档
dsh-chat-manager 是 DeepSeek Harness(DSH)的非官方社区插件,旨在增强原生侧边栏的会话管理能力。该插件主要解决归档会话难以查找、聊天记录缺乏检索入口及误删风险等问题。其核心功能包括在侧边栏中浏览和搜索已归档会话、按名称、工作区或聊天内容检索、一键恢复会话至原工作区,以及提供带有二次确认的安全永久删除机制。若会话存在运行中任务,插件会先安全停止再删除。用户可通过标准命令安装指定版本,安装或更新后需重启 DSH 生效。该插件仅以 bundle 层扩展功能,不替代核心机制,卸载时也不会删除现有会话数据。使用时需注意永久删除不可撤销,建议提前备份;插件以当前进程权限
Read Moredsh-model-capability:在 DeepSeek Harness 中明确模型输入类型
`dsh-model-capability` 是 DeepSeek Harness (DSH) 的一款 Web 端插件,旨在通过输入类型选择器明确声明模型支持的输入能力,避免依赖模型名称猜测。该插件利用 `settings.models.model.fields` 扩展点,在模型配置页提供“继承默认值”、“文本”、“图片”及“文本+图片”四个选项,并直接映射写入模型配置的 `input` 字段,如 `["text", "image"]`。插件保留 Harness 原生表单提交与持久化逻辑,仅更新当前模型行的能力声明,同时支持深浅主题自适应及多语言文案。安装命令为 `dsh plugin --p
Read MoreDSH Web Preview Float:给 DSH Web UI 增加悬浮预览与代码窗
dsh-web-preview-float 是 DeepSeek Harness (DSH) Web UI 的悬浮预览插件(版本 0.1.0,MIT 协议),旨在让用户在修改代码时同时查看项目运行结果和工作区文件。该插件通过官方扩展点挂载,不修改 DSH 核心,提供两个独立可拖拽、拉伸和缩小的悬浮窗: 1. **预览窗**:利用 iframe 直连 dev server,自动探测 Vite、Next.js 等框架端口,支持自定义宽高比、分辨率预设及放大适配。 2. **代码窗**:提供文件树懒加载、内容查看及纯文本编辑功能,支持保存写入文件并记录日志。 插件安装简单,作为 profile pa
Read MoreDeepSeek Protocol Doctor:在 DSH 中离线排查 DeepSeek 请求、工具循环和 SSE 流
DeepSeek Protocol Doctor 是一款由 Whning0513 维护的 MIT 许可第三方 DSH 插件,旨在离线检查 DeepSeek 请求、工具循环及 SSE/JSONL 流,解决因请求响应拼接错误导致的工具调用失败或参数非法 JSON 等问题。它不调用模型,仅提供静态检查,核心功能包括 `deepseek_protocol_check`(检查请求和消息历史)和 `deepseek_stream_check`(检查录制流)。该工具可检测 `tool_call_id` 缺失、流式 delta 交错、`reasoning_content` 丢失、strict schema 配
Read Moredsh-blackjack:DeepSeek Harness 的事件溯源 21 点插件
dsh-blackjack 是一款 DeepSeek Harness (DSH) 的 21 点插件(版本 0.1.0,MIT 许可),旨在通过单一 Bundle 整合宿主游戏服务、浏览器侧 UI 及会话事件记录。该插件由 LLM 担任发牌员,通过辅助调用决定“击打/站立”,并支持“大肥鱼”和“雌小鬼”两种持久化人格。它具备跨回合记忆、确定性牌局规则及基于事件溯源的日志重放功能。若 LLM 路由失败,系统会自动退化为预设人格台词。浏览器 UI 通过 Remote namespace 与宿主通信,展示牌桌、心情徽章及闲聊流。安装需使用 `dsh plugin` 命令并配置 pnpm 构建权限。该插
Read Moredsh-projects:为 DSH 增加项目化工作流
dsh-projects 是一款由 WenhongPan 维护的 DSH 插件,旨在将零散的 Workspace 和会话整理为清晰、可搜索的项目工作流。当前版本为 0.3.0-alpha.2,基于 DSH 现有数据,不建立第二套数据库。核心功能包括项目侧边栏(支持排序、收藏)、按项目分组的全局搜索(含聊天正文索引)、多文件夹项目组合、集中式归档中心以及优化的目录选择窗口。该插件兼容 DSH Desktop 和 Web UI,安装时需根据桌面端或 Web 端分别执行插件添加命令并重启服务。它提供独立任务目录自动创建功能,并在远程 Web UI 场景下使用 Host 端应用内浏览器以避免远程系统窗
Read MoreDSH 插件:wellorbetter/dsh-product-delivery-workflow 产品交付工作流
`wellorbatter/dsh-product-delivery-workflow` 是一个 MIT 协议的 DeepSeek Harness 插件,旨在为长难任务提供 100% AI 原生的产品交付工作流。该插件由 `wellorbetter` 维护,包含一个工作流技能及九个角色智能体技能,支持从输入 brief 开始,自主执行研究、产品决策、PRD 制定、架构设计、并行实现、评审、测试、记忆进化及发布审计,最终生成报告。 核心特性包括:10 阶段门禁管理,无需手动逐条触发;评审闭环机制,问题最多回溯 5 轮处理,未通过则请求人工介入;产物持久化至 `.opencode/workflow
Read MoreWindow Stats:DeepSeek Harness Web 的跨会话统计插件
wellorbetter/dsh-plugin-window-stats 是一个面向 DSH Web 的 MIT 许可证本地只读插件,旨在解决多会话并行运行时缺乏全局观察面板的问题。该插件无需外部网络请求,不写入会话数据,提供全窗口概览、会话分析及右侧抽屉视图。核心功能包括实时监控所有会话的进度、Token 用量及基于 DeepSeek 官方定价(区分 V4-Flash/Pro 及缓存命中状态)的成本估算,支持 USD、CNY 等多种货币切换。此外,插件提供 Token 趋势图、工具耗时分布、热力图及每轮任务摘要,侧栏底部持续显示运行计数与总消耗。安装简单,通过 `dsh plugin` 命令
Read Moredsh-opencodego-quota:在 DSH Web GUI 左侧栏常驻展示 OpenCode Go 额度
dsh-opencodego-quota 是 DSH Web GUI 的 MIT 许可插件(v1.0.5,需 Node 18+),用于在左侧栏常驻展示 OpenCode Go 额度信息,减少手动查询成本。它从 OpenCode 官方用量接口获取数据,实时显示日(近5小时)、周、月三个窗口的额度进度条(绿转红渐变)、已用金额、配额及重置时间,并支持按北京时间显示计费时段与 24 小时色带。插件每 30 秒本地刷新,允许用户设置 5–3600 秒的自动刷新间隔(持久化于 localStorage),也可手动触发刷新。API Key 按顺序自动从 DSH 凭据、环境变量或 OpenCode CLI
Read Moredsh-conversation-stats:DSH Web GUI 的会话统计插件
dsh-conversation-stats 是 DeepSeek Harness (DSH) Web GUI 的会话统计插件,旨在解决多轮对话、工具调用及模型用量数据分散、难以核对的问题。该插件在 Web 界面新增“会话统计”标签页,直接解析本地 `~/.dsh/sessions` 下的日志文件,无需常驻监听,即可展示历史与当前会话数据。 核心功能包括会话总览和明细视图。总览表展示轮数、步数、模型调用次数、Token 用量(输入/输出/缓存)、缓存命中率及最后活跃时间,支持跨工作区查看及汇总统计。点击会话可展开详情,查看逐条模型调用、工具调用耗时、失败数及结束原因。此外,插件支持会话管理,允
Read MoreWeirdSky924/project-change-router-skill:面向 AI coding agent 的项目级变更路由与边界治理
`WeirdSky924/project-change-router-skill` 是一款面向大型仓库的 AI 编码治理插件,适用于 Codex、Claude Code 和 DeepSeek Harness。旨在解决 AI 代理因局部上下文缺失导致的重复实现、架构违规及依赖混乱问题。该插件在代码修改前强制执行路由与门禁检查,通过生成项目本地的路由 bundle 和报告,识别模块归属、公共 API 及依赖方向,并输出包含 `execution_gate` 状态的强约束证据。其核心机制将“路由建议”与“写权限”分离,通过 `blocked`、`conditional` 和 `pass` 三种门禁状
Read Morewebkong/dsh-plugin-sidebar:DeepSeek Harness 左右侧栏插件
webkong/dsh-plugin-sidebar 是专为 DeepSeek Harness (DSH) Web 端开发的插件,旨在通过左右侧栏增强会话与文件管理能力。左侧栏支持按工作区分组浏览会话,提供状态显示、搜索、重命名及归档等一键操作;右侧栏集成文件浏览器与 Git 面板,支持懒加载目录、文件搜索、Git 状态查看、Diff 预览、提交历史管理及分支切换。此外,插件基于 CodeMirror 6 提供文本文件的语法高亮、编辑及保存功能,并支持全中文/英文界面及 DSH 主题自动适配。安装时需注意 dsh 版本兼容性(如 dsh ≥ 0.1.2 建议搭配插件 v0.3.2),通过 Gi
Read Moredsh-agent-pricing:DeepSeek Harness 的实时会话成本预览
`dsh-agent-pricing` 是专为 DeepSeek Harness Web profile 开发的 MIT 许可插件,旨在解决会话式开发中 Token 消耗与成本追踪的问题。该插件提供三大核心功能:一是在输入区下方实时显示当前会话累计成本,每 5 秒刷新并支持 CNY/USD 切换;二是展示今日用量浮层,包含 Token 明细、小时级柱状图及模型拆分;三是注册 `price_estimate` 和 `session_cost` 工具,允许 Agent 自主查询预估价格或完整会话成本。插件价格同步自 DeepSeek 官方页面,支持峰谷电价感知,并在抓取失败时自动回退至仓库或内置价
Read Morevisual-review:让 DSH Web 显示图片并调用视觉解读
visual-review 是 DSH 的一个 MIT 许可插件,旨在解决 Web 聊天界面中图片无法直接展示及文本模型无法理解图片内容的问题。该插件支持在 DSH Web 中渲染 PNG、JPEG 等格式图片,并提供 `visual_review` 工具,通过调用视觉多模态模型返回图片的中文描述,涵盖文字、物体、场景等内容。 插件支持双引擎模式:优先使用 OpenAI 兼容的云端多模态 API,未配置时自动回退至本机 Qwen3-VL-8B 模型,确保数据隐私。用户可通过 `visual_review_config` 工具灵活查看或更新云端配置(URL、API Key、模型),或将配置清空以
Read MoreDSH 圆桌插件:在 @ 提及中组织多角色讨论
DSH 插件 dsh-round-table 支持在对话中通过 @ 提及不同 AI 角色进行评审或讨论。左侧边栏可创建并持久化角色,配置包含 System Prompt、性格参数及限 2000 字符的 SOUL.md 文档,数据原子写入至本地 state.json。 核心功能分为单角色与多角色模式:单角色模式下,AI 以该身份第一人称回答,并可调用 DSH 宿主工具(如读文件、执行命令);多角色模式下(单次最多 4 个),各角色以独立 Agent 会话串行接力讨论一轮,随后由主持人收敛共识、分歧及行动建议。为防止死循环,多角色讨论阶段禁用工具,并设有单角色 90 秒、整体 120 秒的超时保护
Read Moredsh-tdai-memory-adapter:把 DSH 接到已有 TencentDB Agent Memory
`dsh-tdai-memory-adapter` 是 DeepSeek Harness (DSH) 的轻量级适配插件,旨在复用已运行的 TencentDB Agent Memory Gateway/Core,避免在本地重复构建记忆栈。该插件主要解决三大核心问题:在 DSH 动作前自动检索相关记忆注入上下文、在对话结束时捕获并交由现有 MemoryCore 处理、以及提供一组只读搜索工具(包括记忆、对话历史和 Skill 搜索)。 与全量移植记忆系统的 `dsh-tdai-memory` 不同,本插件不复制 MemoryCore,不管理本地存储,仅负责生命周期事件触发和工具注册。其优势在于轻量
Read Moredsh-code-reference:DSH 代码参考检索与复用调查插件
dsh-code-reference 是 DeepSeek Harness(DSH)的代码参考检索插件,定位为候选发现器而非自动决策器。它旨在需求澄清后、编码前介入,通过调查本地代码、系统画像及开源平台(GitHub、npm、GitLab、Gitee)中的可复用资源,向用户呈现候选清单与价值权衡。插件由 core、tools、decision 三个模块组成,支持架构级复用及四档决策(直接复用、改造、引入依赖、重写),并依据许可证、语言等政策约束进行自动评估。当前状态为可靠 Beta 版,适用于企业内部试点。安装需固定版本并校验完整性,建议配置 GitHub Token 以提高检索配额。安全方面
Read Moredsh-unarchive:DSH 归档会话回收站
`dsh-unarchive` 是一款面向 DeepSeek Harness (DSH) `web` profile 的独立第三方插件(MIT 许可证),旨在补全会话归档后的管理与恢复功能。该插件不兼容 `headless` UI,主要提供以下核心功能:1. **归档列表与预览**:通过右下角悬浮按钮打开面板,按工作区分组展示已归档会话,支持行内预览会话开头及最近消息(仅文本块,限 200 字符)。2. **会话恢复**:支持单个或批量恢复,操作具备幂等性、存在性校验和串行写入,恢复后侧边栏即时更新并同步多标签页,无需刷新。3. **归档二次确认**:可选开启功能,在原生归档操作前增加确认环节
Read Moredsh-plugin-market:在 DSH 设置页浏览并管理 mydsh.dev 插件大全
dsh-plugin-market 是一款非官方 Web 平台插件,由社区 mydsh.dev 出品,旨在为 DeepSeek Harness 提供集成的插件管理功能。该插件将 mydsh.dev 插件大全接入设置页,支持对 3656 个已核验插件进行分类浏览、本地或 AI 语义搜索、安装、启用、停用及卸载。其核心优势在于将分散的命令行操作整合至图形界面,并支持在 PM2、Docker 等多种环境下的一键自动重启以生效配置。插件生命周期涵盖七种状态,具备完善的安全机制,包括写前备份、失败回滚、核心组件保护及不兼容插件拦截。用户可通过 GitHub 命令安装,配置项涵盖 API 地址、缓存时长及
Read MoreLocalLens:用 macOS Vision OCR 为 DeepSeek Harness 本地读取屏幕与图片文本
LocalLens 是一款基于 macOS Vision 框架的 DeepSeek Harness (DSH) 社区插件,用于在本地执行 OCR 识别。它无需视觉模型、API key 或网络请求,即可从屏幕截图、剪贴板图片或本地文件中提取文本,并将结果返回给 DSH 进行处理。该插件支持 macOS 13+ 及 Node.js 22+ 环境,提供 `source=screen`、`clipboard` 和 `file` 三种输入来源,默认支持简体中文和英语。安装后可通过自然语言指令直接调用,例如读取剪贴板内容或解析本地图片文本,并支持后续的数据转换与分析。需注意,该插件仅处理位图,PDF 需先
Read Moredsh-memory-manager:为 DSH 提供跨会话记忆管理
dsh-memory-manager 是 DSH 的记忆管理插件,旨在解决跨会话上下文沉淀难题。它提供持久化存储于磁盘的跨会话记忆库,支持 Obsidian 兼容文件夹、不可变快照与标注层、记忆标签及双向链接等特性。核心功能包括规约与会话总结的自动注入、上下文计划管理、6 个 Agent 记忆工具、力导向图谱双视图及完整对话侧栏面板。该插件允许用户非破坏性地排除或恢复特定轮次注入,并通过设置页自由开关控制功能。安装需本地 DSH 环境,使用 `file:` 协议添加本地仓库路径并重启,需 Node.js 18+。使用时,用户可通过侧栏面板将记忆加入计划或开启临时模式,新会话将自动注入相关记忆。
Read Moredsh-langfuse:为 DeepSeek Harness 接入 Langfuse 会话追踪
dsh-langfuse 是 TtTRz 维护的 DeepSeek Harness (DSH) 社区插件,旨在为 DSH agent 会话提供 Langfuse 可观测性。它基于 OpenTelemetry,将每个会话的模型调用、工具调用、Token 用量、TTFT 及用户反馈整理成 Trace 树并发送至 Langfuse,而非替换原有日志系统。 核心功能包括全链路会话追踪、基于 Content-Length 的传输、Feedback Score 关联、同进程子代理血缘追踪,以及三种共享模式(FULL、FEEDBACK_ONLY、DISABLED)。默认模式为 DISABLED,不导出数据;
Read Morettmouse/dsh-taskboard:DSH 的本地优先任务板插件
ttmouse/dsh-taskboard 是面向 DeepSeek Harness (DSH) 的本地优先任务板插件,数据完全保存在本地 SQLite 数据库,不依赖外部云服务。该插件由 chuspeeism/dashi-taskboard 衍生而来,核心功能包括支持 Kanban、列表、甘特图、工作流及仪表盘五种视图;任务详情涵盖关联、附件、标签及每任务 AI 聊天;支持自动认领 workspace 映射项目中最旧的 todo 任务,并通过 dsh-routines 以无头会话执行,进度写回评论。插件实现 DSH workspaces 与 board projects 的自动同步,并可将任
Read MoreSpecsRelay for DeepSeek:把 DeepSeek 对话交给 DSH 项目继续做
SpecsRelay for DeepSeek 是一款面向 DSH 桌面端的开源插件,旨在解决从 DeepSeek 网页讨论到本地项目实施的交接断点。它允许用户在 DSH 客户端内直接打开并登录真实的 DeepSeek 网页,无需手动复制对话或整理上下文。通过内置技能,插件能自动获取当前完整多轮对话,将其整理为结构化需求,并在必要时询问补充信息,随后发送至选定 DSH 项目并立即启动 Agent 进行处理。该插件复用 DSH 已配置的模型,不额外索要 Key,支持 anywhere-labs、Pilot Harness 等四款 DSH 客户端。安装简单,通过 npx 命令即可自动识别并安装。作
Read Moredsh-feishu-bot:在飞书私聊中驱动 DeepSeek Harness 本地智能体
dsh-feishu-bot 是 DeepSeek Harness 的一个插件,旨在将本地智能体的交互延伸至飞书私聊。当前版本 0.1.0-rc.11 兼容 DSH 0.1.2-alpha.2,允许用户通过飞书发送命令、查看会话、处理审批,并与 Web GUI 共享同一会话。 核心功能包括一系列私聊命令,如 `/new` 创建会话、`/ls` 查看会话、`/use` 绑定会话、`/stop` 停止任务及 `/status`、`/effort` 等状态与模型控制指令。普通文本消息可直接进入已绑定会话,支持审批卡片交互,且插件不干预模型内部行为。 安装需使用 `dsh plugin` 命令添加 s
Read Moredsh-balanced-search:为 DSH 提供 Keenable、Exa、Tavily 均衡搜索的插件
dsh-balanced-search 是一个由 tianmingwan 维护的 MIT 许可插件,旨在解决 DSH 联网搜索依赖单一 API 的问题。该插件整合 Keenable、Exa 和 Tavily 三个搜索服务,采用 round-robin 策略轮流调用,并在单个服务失败时自动切换至下一个,确保高可用性。它提供统一的返回格式,包含标题、链接和内容摘要。 插件支持两种使用形态:一是 dsh 原生插件,无需 Python 依赖,直接注册 `balanced_search` 和 `balanced_fetch` 工具;二是通用 MCP 服务器,通过 Python 脚本以 stdio 方式暴
Read Moredsh-plugin-voice-input:DSH Web 输入框里的本地语音转草稿
`dsh-plugin-voice-input` 是一款由 tangbut1 开发的 DeepSeek Harness Web 语音输入插件,采用 MIT 协议开源。该插件旨在解决 Web 输入框中长句或中英夹杂内容输入不便的问题,通过在输入框旁增加“按住说话”麦克风按钮,实现本机离线语音识别。用户按住按钮录音,松开后系统利用 `sherpa-onnx-node` 和 `SenseVoice-SSmall INT8` 模型在本地回环地址(127.0.0.1:18765)进行离线识别,支持中、英、日、韩、粤等多语言自动检测。识别结果通过 DSH 官方 slot 和事件追加到当前草稿,不自动发送,
Read More@superfish058/dsh-llm-proxy:按模型配置代理与失败重试的 DSH 插件
`@superfish058/dsh-llm-proxy` 是一款专为 DSH 设计的模型代理插件,采用 MIT 许可,要求 Node.js >= 24。其核心功能是解决网络路径差异及请求中断问题,实现“一切皆插件”的扩展理念。该插件允许用户按模型 API 地址粒度配置代理:选中模型经指定地址(如 Clash)转发,未选中模型保持直连,避免全局代理影响。同时,插件内置自动重试机制,针对断连、HTTP 429 及 5xx 错误默认重试 3 次,间隔 1 秒。 在技术实现上,插件通过 undici 全局 Dispatcher 注入 `RoutingDispatcher` 和 `RetryAgent
Read Moredsh-test-runner:DSH 的结构化测试运行插件
dsh-test-runner 是 DSH 生态的一款 MIT 许可证插件,核心工具 `test_run` 旨在优化智能体执行测试流程。它通过自动探测 vitest、jest、pytest 及 node:test 等框架,执行测试并结构化解析失败摘要,从而避免模型阅读冗长的原始终端输出,降低多轮修复成本。 该插件支持按文件或用例模式过滤测试目标,提供 `last_failed` 功能以仅重跑失败用例,并允许通过 `command` 参数覆盖默认执行命令。默认超时时间为 120 秒,且严格遵循会话级的沙箱安全策略。安装需通过本地目录添加命令,随后重启 DSH Web 进程生效。 适用场景为频繁执
Read Moredsh-chrome:DeepSeek Harness 的 Chrome 侧边栏插件
dsh-chrome 是 DeepSeek Harness(DSH)的浏览器伴侣插件,旨在通过 Chrome 侧边栏嵌入完整 dsh web UI,赋予本地 agent 读取页面、捕获流量及驱动浏览器的能力。该插件运行于受信本地环境,要求 Chrome 118+ 及 Node 18+,核心功能包括自动感知活动标签页的 URL 与正文(支持 SPA 路由)、按需捕获 HTTP 请求详情(自动掩码敏感头信息,保留最近 500 条记录),以及提供导航、点击、开新标签等基础控制工具。为保障安全,插件采用 best-effort 防护机制,如将注入页面标记为不可信数据,并通过 intent-unlock
Read Moredsh-weixin:微信 iLink/ClawBot 私聊接入 DSH agent
dsh-weixin 是一个将微信私聊接入 DSH 智能体(Agent)的社区插件,支持插件与独立两种运行模式。其核心功能包括:将微信消息转化为 DSH 输入,并将模型回复按“气泡”形式切分返回,支持流式输出、多用户会话隔离、长期记忆自动维护、定时任务提示、白名单访问控制以及图片、语音、视频和文件的收发。 插件具备完善的连接管理机制,如长轮询看门狗、指数退避重连及登录续签功能,在令牌到期前会生成二维码供用户扫码授权。它支持通过 `/new`、`/stop`、`/cron` 等微信命令管理会话和任务,并允许自定义 System Prompt、Soul 和 Rules。安装需 Node.js >=
Read More@stu-xie/dsh-message:把微信、飞书、QQ、企业微信和钉钉统一接入 DeepSeek Harness
`@stu-xie/dsh-message` 是一款面向 DeepSeek Harness (DSH) 的消息接入插件,旨在解决多 IM 渠道分散配置导致的人设、记忆及上下文不一致问题。该插件支持微信、飞书、QQ、企业微信和钉钉的统一接入,通过单一 DSH 助手实现跨渠道共享提示词、长期记忆、会话上下文及模型策略。 核心功能包括:使用统一 Host/Client 架构集中管理渠道与助手状态;提供流式回复、自动重连及多机器人管理;采用编号选项交互以适配移动端;支持原子更新的长期记忆管理。在模型路由上,采用分级策略并具备失败兜底机制;默认启用 `danger-full-access` 权限以关闭人
Read More@steven-wu/dsh-cost-meter:在 DSH Web UI 中显示实时美元成本角标
@steven-wu/dsh-cost-meter 是一个 DSH 插件,旨在解决 Web UI 中缺乏实时成本显示的问题。它通过读取 Provider 报告的 Token 用量,结合可配置的价格表,将数据映射为美元成本,并在会话界面中实时展示。核心功能包括基于 `session-projection` 进行成本累计,区分 uncached input、output 及缓存读写等用量,避免重复计数;在助手消息末尾通过 Badge 展示单轮成本,Hover 可查看详细用量分解及会话总额。价格配置支持 USD/百万 Token 单位,可通过本地文件、环境变量或行配置指定,支持默认价格回退。用户需通
Read Moredsh-session-delete:为 DeepSeek Harness Web 增加带确认的会话删除入口
`dsh-session-delete` 是由 StarsTom 维护的 DeepSeek Harness Web 开源插件(v0.1.3,MIT 协议),旨在解决旧会话手动清理繁琐的问题。该插件不替代官方侧边栏,而是在现有会话菜单中增加带二次确认的“删除会话”入口,支持在删除前核对名称并强制勾选确认,以降低误删风险。 它仅支持官方 JSONL 会话持久化后端,且要求在 Node.js 20+ 及 DSH 0.1.0-rc.6 兼容环境下使用。插件具有严格的安全边界:不发起网络请求、不收集或上传数据,服务端 RPC 仅限 loopback 权限。对于非 JSONL 后端或 DOM 结构变更的情
Read Moredsh-voice:DSH 的 TTS 与 STT 插件
dsh-voice 是一款基于 DSH 框架的语音处理插件,旨在为智能体提供简化的 TTS(文字转语音)和 STT(语音转文字)工具能力。该插件采用 MIT 许可证,要求 Node.js 版本在 22 及以上,运行时无需依赖内部模块,通过原生 WebSocket 实现通信。 其核心功能包含三个工具:`voice_tts` 支持将文本免费合成为 MP3 文件,支持自定义音色、语速等参数,零配置即可使用;`voice_stt` 用于音频转文字,支持 OpenAI 兼容接口,需配置 ASR 密钥(建议通过环境变量管理);`voice_list` 则用于查询可用音色列表。 插件通过 `dsh plug
Read Moredsh-sql:DSH 的数据库插件,覆盖连接、只读查询、写审批与结构探查
dsh-sql 是 DSH 的工程师级数据库插件,旨在安全地接入 SQLite、MySQL 和 PostgreSQL。它通过四个核心工具划分操作边界:`sql_list` 用于连接管理与连通性测试;`sql_query` 执行受限的只读查询,强制白名单校验;`sql_exec` 处理写操作或 DDL,受审批门及只读策略控制;`sql_schema` 用于探查表结构与清单。 该插件支持多连接配置,内置行数上限、超时限制及安全机制,密码可通过环境变量管理,避免明文配置。其设计重点在于限制模型直接执行任意 SQL 的风险,确保读库稳定且写库经过审批。适用场景为需在 DSH 中接入数据库并实施严格访问
Read Moredsh-token-price:为 DeepSeek Harness Web 聊天界面显示 Token 花费与账户余额
`dsh-token-price` 是一款针对 DeepSeek Harness (DSH) Web 聊天界面的插件,旨在解决请求产生 Token 用量但花费与余额不可见的问题。该插件由 `spoon-man569` 维护,遵循 MIT 协议,核心功能包括在 UI 中实时显示每轮回复的 Token 花费、会话总花费以及基于 `USD/CNY` 汇率估算的人民币金额。同时,它调用官方接口显示账户余额,并对未知模型路由标记为“未定价”以避免误解。安装需通过 pnpm 执行 `dsh plugin` 命令,配置项涵盖余额接口地址、API 密钥环境变量及刷新间隔等。插件支持宿主服务与浏览器展示的双重激
Read MoreDASH:面向 dsh 的 oh-my-pi 风格终端 TUI 插件
DASH 是由 songqikong 开发的终端 TUI 插件,基于 MIT 协议。它不重构后端,而是将 DSH 官方 agent kernel 封装为 oh-my-pi 风格的交互界面,通过 `dsh --profile dash` 启动。其核心优势在于提供接近专业编辑器的终端体验,支持多行输入、kill-ring、undo 及文件补全。功能上,DASH 完整复用 DSH 的工具调用、会话持久化及官方 Agent presets(如 Standard, PTC),并引入了多模型角色系统(default/smol/plan/task),允许用户灵活切换模型与思考力度。此外,它支持会话时间回溯、
Read Moredsh-chatgpt-subscription:在 DSH 内用官方 OAuth 绑定 ChatGPT 订阅
`dsh-chatgpt-subscription` 是由 songao25 维护的 DeepSeek Harness (DSH) 插件,旨在让拥有 ChatGPT Plus/Pro 或 Codex 配额的用户,通过官方 OAuth 授权将 ChatGPT 接入 `dsh web`。该插件支持在 DSH 模型切换器中直接使用 GPT 系列模型(如 gpt-5.6-terra)进行对话,消耗官方订阅额度。核心功能包括:严格的官方 OAuth 绑定(不复用现有 CLI 登录)、自动维护 Access Token(每 30 分钟检查刷新)、在设置页展示绑定状态及 Token 剩余时间,并可与 `Bo
Read Moredsh-approval-hotkeys:DSH 交互面板的 Enter / Esc 快捷键
dsh-approval-hotkeys 是 DeepSeek Harness (DSH) 的一款纯浏览器端插件,由 SiriLee 维护,采用 MIT 许可。该插件旨在通过键盘快捷键提升交互效率,让用户在审批、工具提问及计划审查等面板中,使用 Enter 键执行确认操作(如 Allow once、Submit、Approve),使用 Esc 键执行取消操作(如 Reject、Discard、Decline 或 Discuss)。它无需配置,通过监听 document 级 keydown 事件并模拟点击对应按钮实现功能,同时具备防止误触发的机制,如忽略输入框按键、组合键及焦点已在按钮上的情况。
Read Moredsh-notify-center:DSH 本机桌面通知与 Webhook 插件
dsh-notify-center 是 SingleOne 开发的 DSH 插件(MIT 许可),旨在解决开发者离屏时错过顶层 Agent 状态的问题。该插件将 Agent 任务完成或等待审批的事件实时发送为本机桌面通知或远程 Webhook,且无额外 Token 或模型开销。 核心功能包括:监听 turn/end 和 approval/asked 事件,支持 Windows、macOS 和 Linux 原生通知;兼容飞书、企业微信、钉钉、Slack、Discord 及自定义 Webhook,支持超时重试且不阻塞 Agent。提供细粒度的过滤规则、正文长度控制及摘要权限配置,默认关闭摘要以保护
Read Moredsh-turn-index:DSH Web GUI 对话轮次索引
dsh-turn-index 是面向 DeepSeek Harness Web GUI 的第三方轮次索引插件,由 Simon314620 维护,采用 MIT 许可。该插件旨在解决长会话中快速定位用户提问的痛点,通过在 Web GUI 右侧显示索引栏,逐轮列出用户提问。核心功能包括:点击索引条目实现平滑滚动与高亮定位;阅读时索引栏同步高亮当前轮次;支持分页加载更早历史;在轨迹视图下提供切换提示;自动避让右侧详情面板;支持响应式布局及中英双语。插件无配置项,安装后即时生效。数据方面,插件零运行时逻辑,不读写文件系统、不发网络请求,会话数据仅用于渲染,偏好存于 localStorage,无遥测或埋点
Read MoreDSH K12 English Lesson Builder:从同一蓝图生成英语 PPTX 与 DOCX 教案
`shyboy/dsh-k12-lesson-builder` 是一款基于 DeepSeek Harness 的 MIT 许可插件,旨在解决 K12 英语教学中 PPT 与 Word 教案内容不同步的问题。该插件通过先生成统一的 `lesson-blueprint.json` 教学蓝图,再从同一蓝图渲染可编辑的 PPTX 和 DOCX 文件,确保页码映射与页面内容一致。它读取教师提供的教材、课程标准及模板,调用特定接口提取来源并渲染材料,最终生成包含审计报告的同步教案文件。 该插件仅支持 Windows 10/11 环境,需安装桌面版 Microsoft Office、PowerShell 7
Read Moredsh-codex-harness:为 DSH 提供可自定义提示词与 Codex 工具的编码模式
`shuind/dsh-codex-harness` 是一款面向 DSH 的 MIT 许可插件,旨在为 Web 端 Agent 会话提供可自定义的 Codex 风格编码预设。它不是独立工具,而是 DSH 插件体系的扩展,核心功能包括使用精简 Codex 提示词、提供 `exec_command`、`apply_patch` 等工具,以及支持 Fast 请求、GPT 图片处理、思考强度调整和上下文容量控制(1K–1000K tokens)。 该插件允许用户在设置中实时查看、编辑或恢复完整提示词,并优先使用原生 `apply_patch`、hosted `web_search` 和远程压缩,失败时
Read Moreshrekcg/dsh-im-channel:为 DSH 接入飞书等 IM 的统一桥接插件
`shrekcg/dsh-im-channel` 是专为 DeepSeek Harness (DSH) 开发的 IM 接入插件,支持将智能体能力直接部署至飞书、Telegram、钉钉等即时通讯平台。该插件采用 MIT 协议,具备持久会话、话题上下文隔离、真流式输出及多媒体收发功能。核心亮点包括通过 MCP 暴露 40 个飞书对象工具(如日程、文档、消息操作),支持自然语言调用;内置丰富的斜杠命令(如 `/help`、`/model`、`/status`)用于会话管理与状态诊断。渠道支持程度各异:飞书与 Telegram 完整可用,Slack 和 Discord 半可用,钉钉为实验性,QQ/微信
Read Moredsh-suggest:DSH 会话里的可点击后续问题插件
`dsh-suggest` 是由 `shaoeric` 维护、采用 MIT 许可证的 DeepSeek Harness(DSH)插件,旨在解决 Agent 会话中手动输入后续问题的问题。其核心功能是在 Agent 每轮回答完成后,基于最近 3 条用户消息自动生成 3 个可点击、可编辑的推荐后续问题。用户可直接点击提交以开启新一轮回答,或悬停编辑后再发送。插件优先调用同 provider 的 flash 模型(关闭思考),失败则回退至原模型,并具备缓存、骨架占位、失败重试及明暗模式自适应等特性,且仅显示最新一轮推荐。 该插件提供两种安装形态:正式插件(持久化,适合长期使用,需通过 `file:`
Read Moredsh-im-bridge:DeepSeek Harness 的 IM 通道
dsh-im-bridge 是 DeepSeek Harness(DSH)的 IM 通道插件,由 shaobeichen 维护,采用 MIT 许可证。该工具旨在让用户脱离网页界面,通过飞书、企业微信或 Telegram 等即时通讯工具远程向 DSH 派发任务、接收结果通知并审批危险操作。 核心功能包括:在 IM 中直接发送任务指令;对危险操作实行默认拒绝、需确认执行的审批机制;任务完成或失败后主动推送包含耗时及 token 用量的通知;长输出自动截断并支持通过 `/log` 命令导出全文;提供 `/new`、`/status` 等会话管理命令;以及基于角色(管理员/普通用户)的权限控制,仅管理
Read Moresent-msg-locator:在 DSH 会话中定位每一轮对话
sent-msg-locator 是一款由 ShanHaiFish 维护的纯 Client DSH 插件,旨在解决长会话中查找特定轮次困难的问题。它在对话区左缘提供常驻的轮次图标列,将每轮对话可视化为可点击的序号气泡。用户点击图标即可平滑滚动至对应轮次开头,当前浏览轮次会自动高亮并跟随图标列;悬停图标可查看轮次时间、用户输入摘要及状态。该插件支持静态 bundle 和动态插件两种形态,静态形态随进程自动加载,动态形态需每次重启后重新激活。插件采用 MIT 许可证,适配浅色与深色主题,且无 Host 权限(无 RPC、网络或文件系统操作),仅使用元素级 API 进行滚动定位。用户可通过 `dsh
Read Moredsh-plugin-security-review:给 DSH 动态插件安装加一道静态安全审查
`dsh-plugin-security-review` 是 ShanHaiFish 开发的 DSH 插件安全审查守卫,采用 MIT 许可。它针对通过 `cordis_define` 和 `cordis_run` 安装或运行的动态插件进行静态源码安全审查。该工具提供 `plugin_security_review` 和 `plugin_security_audit`两个核心功能,依据 `BLOCK`、`ASK`、`WARN`、`ALLOW` 四级策略处理插件操作。 其主要特性包括支持浏览器端的人工审批弹窗(同意、同意+白名单、拒绝),并能在人工批准后持久化代码指纹,后续相同指纹自动放行。此外,
Read Moredsh-self-update:DeepSeek Harness git 源安装的应用内自更新插件
dsh-self-update 是面向 DeepSeek Harness(DSH)git checkout 安装场景的自更新插件。它解决手工执行 git pull、安装依赖及构建重启等繁琐流程,提供应用内一键更新、失败回滚及服务重启功能。插件后台每 6 小时或按需检查新版本,通过侧边栏入口展示更新面板。更新过程自动执行标准构建命令,拒绝修改脏工作树以保护本地更改;若存在分叉,会将本地提交备份至独立分支后同步远程。更新失败支持一键回滚及 CLI 回退命令。服务重启通过进程退出码 75 实现,兼容 systemd、PM2 及原生 macOS Shell(需 Xcode 工具链,应用为 Ad-hoc
Read Moredsh-global-task-list:DeepSeek Harness 全局任务库插件
`dsh-global-task-list` 是面向 DeepSeek Harness 的插件,旨在解决任务分散、进度不可视及状态不同步的问题。核心功能包括:1. **任务 CRUD 与持久化**:提供 `task_add/list/update/delete` 工具,任务存储于跨会话 `storageDomain`,支持长期维护。2. **常驻悬浮面板**:浏览器端右下角面板,实时订阅 SSE 刷新任务状态,支持修改、删除及查看结构化内容。3. **后台作业同步**:通过 `jobId` 关联任务,自动同步后台作业的完成、失败等终态,适配主从 Agent 协作流程。4. **生成式 UI**
Read Moredsh-plugin-8r:DSH 的 8R 本地判定插件
dsh-plugin-8r 是 DeepSeek Harness (DSH) 的一款本地判定插件,由 SensenMeng 维护。其核心功能是在用户消息触发特定规则(8R)时,通过本地 JavaScript 逻辑在 AI 回复开头自动注入加粗的“诶!…”前缀。该过程完全在本地完成,模型无需理解规则,也不占用上下文或 Token,从而避免了对模型判断的依赖。 插件通过 `agent/pre-step` 判定,并在流式输出中注入前缀,支持失败重试及避免同回合重复注入。它仅对主会话生效,排除子代理消息,且提供本地诊断接口。安装时需在 DSH profile 目录执行添加命令并重启,要求依赖 `@de
Read MoreDSH Session Manager:为 DeepSeek Harness Web 会话补一组常用操作
Semidia/dsh-session-manager 是一款针对 DeepSeek Harness (DSH) Web 客户端的社区插件(v0.1.1,MIT 许可),旨在提升会话管理效率。该插件通过两个主要入口增强界面:一是在侧边栏会话行提供右键上下文菜单,支持固定/取消固定、标记未读、重命名、归档、在新会话中继续(fork)、在文件管理器打开、复制工作目录/标题/ID/深链及在新窗口打开等操作;二是在侧边栏底部提供当前会话的 Session Manager 入口,支持导出 ZIP、归档、fork 及复制信息。插件仅使用公开客户端服务,部分深链功能需搭配 `dsh-deeplink` 插件
Read Moredsh-tool-describe-image:给 DSH 增加图片理解能力
`sala003/dsh-tool-describe-image` 是 DSH 生态下的 MIT 许可插件,旨在为文本模型赋予图片处理能力。它通过接入任意 OpenAI 兼容视觉端点(如百炼、智谱等),将图片转化为文字描述或结构化 HTML,供 DeepSeek 使用。核心功能包括:Web 界面粘贴即识别、按路径调用工具描述图片、查询 DeepSeek 账户余额,以及提供可定制的鲸鱼娘桌宠入口。插件支持零配置启动,后续可通过环境变量或设置面板补配 API Key。安装需 DSH 0.1.0-rc.6+,通过 npm 全局安装并启用。支持 PNG、JPG、WebP、GIF 格式,单张上限 8Mi
Read Moredsh-git-plugins:DeepSeek Harness 的 Git 与源码控制插件套件
`sakthiveltofficial/dsh-git-plugins` 是面向 DeepSeek Harness (DSH) 的 MIT 许可插件套件,旨在将 Git 操作和平台交互转化为代理可调用的工具。需 Node.js >= 20 及 git CLI 支持。核心功能包括:1. 本地仓库操作,涵盖 clone、commit、push、merge、rebase 等常见指令;2. 托管平台操作,支持 GitHub、GitLab、Bitbucket Cloud、Azure DevOps 及 Gitea 的 PR/MR、issues、releases、CI/CD 及安全告警管理,不支持的操作会返
Read MoreDeepSeek Harness 插件 dsh-skill-importer:在 Web UI 中导入、整理和调用 Agent Skills
`dsh-skill-importer` 是 DeepSeek Harness(DSH)的一个 Web UI 插件,旨在解决 Agent Skill 管理分散、重名及资源遗漏等问题。该插件允许用户通过 Web 界面从本地 Markdown 文件、URL 或 Claude Code、Codex 等其他 AI 编码代理中导入、验证、去重和迁移 Skills,并自动将其纳入 Harness 的发现机制。 核心功能包括支持批量迁移完整 Skills 目录,保留脚本、引用和资源文件,并提供智能的去重与替换保护机制。用户可通过 Composer Picker、`/skills` 命令或直接输入名称调用 S
Read MoreLoongPort DSH 插件:在 DSH 中接入 OpenAI-compatible provider
`loongport` 是 SailingLoong 维护的 DeepSeek Harness(DSH)插件及 CLI 工具,旨在简化 OpenAI-compatible 提供商的接入。该插件(v0.2.0,MIT 许可,需 Node.js >=20)主要提供两项功能:一是在 DSH 的“设置 → LoongPort”中提供可视化配置入口,用户可在此选择预验证的提供商、粘贴 API 密钥并选定模型;二是提供高级 CLI 命令,用于将自定义 OpenAI-compatible endpoint 写入 DSH 配置。 CLI 支持通过 `--base-url`、`--model`、`--route
Read MoreDSH Cost Meter:为 DSH Web GUI 提供按轮次成本追踪
DSH Cost Meter是面向DeepSeek Harness Web GUI的成本追踪插件,旨在解决价格调整导致历史会话成本重算的问题。其核心机制采用价格快照锚定,确保每轮已完成回复的成本固定于当时用量发生时的价格,不受后续变动影响。主要功能包括:基于快照的按轮次及逐条消息成本展示、账户余额实时获取与缓存、流式过程中的实时成本估算(结算后替换为精确值)、峰谷计价支持、子代理成本汇总及中英文界面。该插件提供Composer dock读数、成本视图页签和头部实时估算等界面组件,并支持手动刷新接口,但仅限本地或可信主机访问。用户可通过DSH CLI快速安装至Web profile,兼容DSH
Read Moredsh-searxng:为 DeepSeek Harness 接入 SearXNG 搜索
dsh-searxng 是 DSH 的一个 MIT 许可证插件(v0.2.1),旨在通过 SearXNG 为 Agent 提供基于 `ctx.web` 的 Web 搜索能力。该插件支持两种主要模式:一是自动部署受管理的、仅限回环地址的 SearXNG Docker 实例;二是连接用户已有的本地或远程 SearXNG 实例,无需启动 Docker。它要求 Node.js 20+ 及 Docker Compose v2(仅限 Docker 路径),不支持 Podman。 核心功能包括通过 `setup` 命令快速初始化配置并激活 Profile,支持指定端口和多 Profile 环境隔离;提供 `
Read MoreDSH 插件 dsh-longtask-orchestrator:长任务编排
DSH 插件生态中的 `dsh-longtask-orchestrator` 是一个专为长任务设计的编排插件,遵循 MIT 协议。它采用多模型协作模式,强调“一切皆插件”:由 Codex 负责规划、打分及终审,DSH 负责具体执行,Kimi 负责摘要、交叉验证及视觉验收。该插件将长任务拆解为初始化、计划生成、子任务执行、结果打分、补充验证及终审等标准步骤,共注册 9 个工具,并支持通过 skill 自动触发循环模板。 安装需使用本地链接命令并重启 DSH web。典型用法包括切换至特定模型组、初始化任务、按清单执行子任务、迭代打分及最终审核。配置上,Codex 默认调用本地二进制文件并自动检测
Read Moredsh-wallpaper:为 DSH Web 配置壁纸、模糊与透明表面
dsh-wallpaper 是由社区维护的 DSH Web 壁纸插件(v0.1.0,MIT 协议),用于自定义背景并调整显示效果。它支持主界面与轨迹页独立配置壁纸,提供无壁纸、内置渐变、上传图片、导入文件夹及图片裁剪功能。用户可精细调节模糊度、表面不透明度、文字配色及图片填充位置,轨迹页还提供多套配色方案。数据存储在浏览器 IndexedDB(图片)和 localStorage(参数),需注意清理缓存可能导致图片丢失。支持从 GitHub、Release 或源码安装,跨平台适用,但导入文件夹功能依赖浏览器 webkitdirectory 支持(Firefox 不支持)。安装后需在 DSH We
Read Morerice-awa/dsh-lan-gateway:把 DSH Web GUI 安全开放到局域网/公网的插件
rice-awa/dsh-lan-gateway 是一个 DSH 插件,旨在安全地将 DSH Web GUI 开放至局域网或公网。它通过反向代理网关解决 DSH 仅绑定 127.0.0.1 导致其他设备无法访问,以及直接监听 0.0.0.0 带来的安全风险矛盾。该插件保持 DSH 本地绑定,另起网关转发请求,并实施来源分级策略:LAN 与本机来源免密访问,非 LAN 来源需通过登录页及 HMAC 会话 Cookie 验证。插件支持可选 TLS(自签名或自定义证书)、速率限制、CSRF 防护及热配置管理。用户可通过 `lan_gateway` 命令或 DSH 对话进行启用、密码设置及状态监控。密
Read Moredsh-git-credentials:把 Git 平台 API token 值挡在模型上下文之外
`dsh-git-credentials` 是一款 DeepSeek Harness 插件,旨在解决在 DSH 智能体中调用 GitLab、GitHub 等 Git 平台 API 时,避免 Token 值进入模型上下文的安全痛点。该插件将凭据管理从模型逻辑中剥离,仅让模型处理业务参数,Token 值则由插件从本地 AES-256-GCM 加密存储中解密,直接用于出站 Authorization 头。 其核心特性包括:按 Provider(如 `gitlab_*`、`github_*`)限制工具调用范围;提供 Web 设置面板,支持站点的增删改查及 Token 的热轮换,修改后即时生效无需重启;
Read Moredsh-recall:为 DeepSeek Harness 增加会话历史原文召回
dsh-recall 是 Relistencode 维护的 DeepSeek Harness (DSH) 插件,旨在解决长会话中上下文累积及压缩后原始信息难以定位的问题。该工具将“搜索聊天记录”转化为可被 agent 调用的召回机制,版本为 0.2.2,基于 MIT 许可,要求 Node >=22 环境,且完全本地离线运行。 其核心功能包括三层混合检索,合并 literal、fuzzy 和 semantic 结果,并在语义层覆盖不足时自动降级;采用渐进披露策略,先返回轻量粗召回,按需展开原文窗口;通过事件聚合将同一主题的多次提及合并为完整事件;支持 agent 在压缩后或上下文缺失时主动召回默
Read Moredsh-session-move:在 DSH Web UI 中移动、删除和 AI 重命名会话
dsh-session-move 是 reinocheong 维护的 DSH 客户端插件(v0.1.2,MIT 协议),专为 DeepSeek Harness Web UI 提供会话管理功能。该插件由 host 和 browser 组成,主要提供移动、删除及 AI 重命名会话三类核心操作,并将这些操作暴露为 Agent Tools 和 HTTP 端点,便于在智能体流程中集成调用。用户可通过侧边栏拖拽或菜单选项移动会话,使用带风险确认的菜单选项永久删除会话,或通过 AI 自动总结对话生成新标题,且支持配置 provider、model 等参数以优化重命名效果。安装要求 Node.js >=22.
Read Moredsh-noc-memory:给 DeepSeek Harness 接入长期记忆的插件
dsh-noc-memory 是 DeepSeek Harness(DSH)的一个插件,旨在解决智能体单次会话结束后上下文丢失的问题,实现长期记忆功能。该插件并不提供独立的记忆库,而是将 DSH 连接到用户自部署的 Noc Memory MCP 服务器上。它主要提供两类能力:一是会话开始时的长期记忆加载(noc_boot)与每日简报(noc_briefing);二是对记忆条目的读取、搜索、创建和更新(noc_read, noc_search, noc_create, noc_update)。 使用该插件需满足 Node.js >= 20.0.0 的环境要求,并通过 dsh plugin --p
Read Moredsh-team-task:面向 DeepSeek Harness 的长任务多智能体插件
`dsh-team-task` 是一款由 Ready22Race 维护的 DSH 插件,专为长任务多智能体协作设计,旨在解决任务追踪、依赖评审及崩溃恢复难题。其核心架构采用 append-only event log 作为唯一真相源,支持日志重放;通过 lead 会话规划依赖有向无环图(DAG),由 durable members 执行节点,并引入评审闸门机制,仅当 lead 批准后方可解锁下游任务。插件配备常驻 reconciler,利用计时器在进程重启或崩溃后自动推进任务,确保执行稳定性。此外,它提供渐进式 playbook 按需加载角色协议,并暴露 state 与 log API 供前端
Read MoreDeepSeek Harness 插件:dsh-balance-monitor
`dsh-balance-monitor` 是 Rainronin 开发的 DSH 社区插件,旨在整合 DeepSeek API 的账户余额、峰谷计价状态及会话费用信息。该插件提供官方 `/user/balance` 接口快照、`ds_balance` 会话内查询工具(支持强制穿透缓存)、北京时间峰谷计价状态显示及单会话费用估算。其原生风格侧边栏徽章支持 CNY/USD 多币种显示,默认每 30 秒自动轮询,并通过绿/黄状态灯指示连接正常或降级情况。插件复用 `DEEPSEEK_API_KEY`,采用 30 秒 TTL 缓存、请求串行及 5 秒超时策略,确保安全性与稳定性。用户可通过 `dsh
Read Moredsh-session-nexus:DSH 会话生命周期与跨会话消息插件
dsh-session-nexus 是一款由 qiushi-dev 维护的 MIT 许可非官方 DSH 社区插件,旨在将 DeepSeek Harness 会话转化为可操作对象。它主要提供两大核心能力:一是会话生命周期控制,支持通过斜杠命令显式挂载冷会话、取消归档及在开启特定配置后删除会话;二是跨会话消息交互,允许开发者或模型向其他会话投递唤醒或静默消息,并获取目标会话的标题、时间线及摘要。插件支持多种地址格式,具备发送者归属、防自投递及循环限制等安全机制,并在 Web UI 中增强会话 ID 展示。安装简单,通过 `dsh plugin` 命令即可添加,默认启用消息投递工具但关闭删除功能。该
Read Moredsh-plugin-dosage:在 DSH 侧边栏集中查看余额与峰谷成本
dsh-plugin-dosage 是 DeepSeek Harness(DSH)的一款社区插件,旨在解决多供应商账号监控和计费入口分散的问题。该插件在 DSH Web 配置文件中提供统一的侧边栏 `Usage/Balance` 弹层,集中展示多 Provider(如 DeepSeek、OpenRouter、Moonshot 等)的余额与账号状态、Token 统计及按峰谷时段计算的每次调用成本。 核心功能包括:总览面板显示总支出及峰谷时拆分;月度热力图支持按成本或 Token 查看历史;详细调用日志记录模型、命中率及费用,并提供多种时间过滤。插件支持 CSV、JSON、PNG 数据导出及基于时
Read More@puxora/dsh-browserpilot:为 DSH 接入本机 Chrome 控制
`@puxora/dsh-browserpilot` 是 BrowserPilot 的独立 DSH 双端插件,旨在解决 DSH Agent 安全控制本机 Chrome 的接入问题。Host 端通过 MCP 提供浏览器工具,Web 端提供设置、权限策略及本地管理面板入口。核心功能包括本机 Chrome 控制、分级权限限制、本地最终确认及连接诊断。插件严格禁止将令牌、Cookie 或凭据保存至 DSH,且本地策略仅能进一步限制而不能放宽全局策略,敏感操作如上传下载在 DSH 内被禁止。安装需先通过 `browserpilot install` 注册 Chrome Native Messaging
Read Moredsh-codex-migrate:Codex 与 DSH 的一次性结构化迁移插件
dsh-codex-migrate 是由 polarskicpl 开发的 DSH 插件(MIT 许可),用于在 DSH 与 Codex 之间进行显式的一次性结构化对话导入。它不依赖后台双向同步、不共享会话或合并冲突,每次导入均为独立操作。核心功能包括支持单个或多个对话的互导,保留原始工作区路径,并提供“Continue in Codex/DSH”入口。此外,插件提供 MCP memory Beta 功能,支持通过 `remember_memory`、`search_memory` 和 `forget_memory` 操作本地存储的记忆(存储于 `~/.codex/dsh-codex-bridg
Read MoreDSH 插件 dsh-serendipity:对话后的随机奇遇与主角属性养成
`dsh-serendipity` 是 DSH 社区的“工作奇遇”插件,在用户主动对话结束后按概率触发随机剧情,并持久化主角属性、经验与等级。插件监听 `turn/end` 事件,支持自定义触发概率与间隔轮数,内置 7 大主题、700+ 分级事件,六维属性驱动分支剧情,属性自动裁剪、等级自动提升。默认以主角视角续写故事,与工作回复分离。在 dsh 设置页提供“奇遇设置”,可实时配置角色档案、触发参数与主题,配置即时生效;通过 `serendipity_status` 与 `serendipity_reset` 工具供模型查询或重置状态。安装命令 `npx @deepseek-ai/dsh pl
Read Moredsh-token-cost:在 DSH 网页端查看 DeepSeek 用量、花费与余额
dsh-token-cost 是一款用于 DSH 网页端的插件,旨在解决 DeepSeek 会话中 Token 用量、费用及余额分散的问题。该插件在浏览器中提供一个可拖动的鲸鱼悬浮球,用户悬停即可通过环形进度查看剩余余额百分比,点击则展开详细卡片,显示本次会话费用、输入/缓存读/写/输出四类 Token 用量、累计花费及 DeepSeek 官方账号余额(含赠送与充值构成)。 核心优势在于服务端精确记账:插件注册会话投影单元,在 DSH 服务端逐事件回放日志,按每个请求实际使用的模型单价计费,避免了前端估算误差,支持会话中途切换模型时的准确核算。此外,它复用 DSH 配置的 DEEPSEEK_A
Read Moredsh-ezcommit-plugin:DSH「一键 Commit」静态双面插件
`dsh-ezcommit-plugin` 是 DSH 的一款静态双面插件,旨在简化 web 会话中的 Git 工作区改动处理。该插件提供“一键 Commit”功能,允许当前会话模型根据业务颗粒度自动拆分 Git 改动为多个 Conventional Commits 批次,并在用户确认后执行提交。其核心优势包括自动识别非 Git 仓库或无改动状态并置灰按钮、智能过滤敏感文件与环境噪音、以及在提交前展示详细批次计划和文件清单。插件支持通过 npm 或 Git 安装,需重启 profile 后在标题栏使用。使用流程包含二次确认、模型分析裁决(noise 或 commit)及逐批执行 `git ad
Read Moredsh-workspace-sidebar:DSH Web 右侧工作区侧边栏
`dsh-workspace-sidebar` 是一款用于 DSH Web 会话的右侧工作区侧边栏插件,旨在无需切换外部 IDE 即可处理代码。其核心功能包括:支持懒加载的文件树浏览(含查看、重命名、删除、Markdown 及代码高亮预览);展示 Git 差异文件列表(M/D/U 状态)及具体 Diff 内容;通过 `git log --graph` 展示提交历史并支持查看单次提交的文件改动;以及通过悬停点击「@」按钮,快速将文件相对路径引用至输入框。 插件提供 GitHub 和 npm 安装方式,需重启 `dsh web` 服务生效。需注意,该插件的文件写操作(删除、重命名)及 Git 操作
Read MoreOpenSaozi/dsh-xai-catalog:DeepSeek Harness 的 xAI/Grok 模型目录插件
OpenSaozi/dsh-xai-catalog 是面向 DeepSeek Harness (DSH) 的 xAI and Grok Coding Plan LLM Provider 模型目录插件,旨在帮助持有 xAI 凭据的用户在 DSH 中接入并使用 Grok 模型。该独立集成(MIT 许可)不依赖 xAI 或 DeepSeek 官方背书,主要解决模型列表查询、协议差异处理及凭据刷新问题。其核心能力包括动态查询 `xAI /models` 接口展示可用模型,提供 Grok 4.6 的已核实配置预设(如上下文窗口、输出限制及推理控制),并为不同版本 Grok 模型注册相应的适配器(Chat
Read MoreDSH Settings Plus:给 DeepSeek Harness 增加设置管理面
`dsh-settings-plus` 是一款为 DeepSeek Harness (DSH) 开发的 MIT 许可插件,旨在解决插件化扩展中设置管理的缺口。它提供表单级和文件级的设置管理能力,并开放 SDK 供其他插件注册设置命名空间。该插件通过 `file:` bundle 方式安装至指定 DSH profile,而非作为宿主源码构建。 其核心能力包括:从 live `cordis` registry 枚举已注册设置命名空间及插件 composition 配置,默认采用只读策略以确保安全;通过 `settings.section` 和 schema form renderer 实现表单级编
Read More@deepseek-ai/dsh-tool-scout:DeepSeek Harness 的环境探测插件
@deepseek-ai/dsh-tool-scout 是面向 DeepSeek Harness 的环境探测插件,旨在解决智能体依赖环境判断时的不稳定及工具调用浪费问题。该插件提供 `environment_probe` 工具,以只读方式按需采集运行时环境、PATH 命令、软件版本、主机资源(CPU/内存/磁盘)、网络端口、系统服务及硬件信息(如 GPU、USB),并输出规范化 JSON 与人类可读文本。其核心优势在于避免模型猜测和多次慢速命令探测,支持 `environment`、`commands`、`software`、`resources` 等多维 scope,且具备超时控制、并发上限
Read Moredsh-cron:为 DSH Automation 提供持久化 calendar 触发器
omdsh-dev/dsh-cron 是一款 MIT 许可证的 DSH 插件,定位为持久化 calendar 触发器,旨在将一次性或重复的计划事件转换为幂等的新会话 Runs,但自身不执行 Agent 回合。该插件支持五分钟字段 cron、RFC 3339 一次性时间戳及 IANA 时区计算,并为每次计划生成持久化记录。对于错过的重复任务,采用 latest-only catch-up 机制,仅补跑最新一次而不重放更早积压。 功能上,插件通过 dsh.client manifest 提供浏览器任务中心,支持 headless profiles 的 tools、commands 和 RPC。它提
Read Moredsh-dseyes:给 DeepSeek Harness 的纯文本模型提供原生图片上传体验
dsh-dseyes 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决纯文本模型无法直接处理图片的问题。该插件允许用户在 Web GUI 中粘贴或拖入图片,以附件形式显示并保留原图。在请求发送给 DeepSeek 之前,宿主端自动调用智谱 GLM 免费视觉模型(如 glm-4v-flash)识别图片内容,生成文字描述并替换原图片块,使文本模型基于描述进行回答。 插件支持自动降级链、结果复用及诊断接口,读图失败时对话不中断。安装需 Node >= 22,配置 GLM_API_KEY 或 ZHIPU_API_KEY,并通过 `dsh plugin --profi
Read Morenzl153/dsh-pet-whale:DSH Web 桌宠小鲸鱼
`nzl153/dsh-pet-whale` 是 DSH Web 的桌宠插件,通过小鲸鱼动画实时反馈 Agent 状态。它支持 idle、think、working 等七种状态,提供单击、双击、拖拽及右键菜单等交互,并配备六种 WebAudio 音效。插件内置七套预设色板,支持中英文自动切换、亮暗主题跟随及后台暂停功能,同时兼容 `prefers-reduced-motion` 无障碍降级。安装需 DSH >=0.1.0-rc.6,支持本地目录或 Git 直装,配置后重启 Web 服务即可生效。该插件使用 MIT 协议,鲸鱼轮廓采用 DeepSeek 官方素材,适合希望增强 DSH Web 界
Read Morevoco-input-sh:DeepSeek Harness 的 VocoType 语音输入插件
voco-input-sh 是一个 DSH web 插件,旨在将 VocoType 的本地离线语音识别集成到聊天输入框中,减少对外部工具的依赖。该插件基于 MIT 许可,版本 0.2.0,主要功能包括在输入框旁提供麦克风按钮,启动 VocoType 进行语音识别,并将结果自动插入草稿区,同时具备智能去重功能。它支持 Paraformer 中文识别、VAD 及标点预测,能自动检测、启动甚至静默安装 VocoType(需下载约 25MB 安装包及 1.6GB 模型)。 安装需在 DSH profile 目录使用 pnpm 添加本地包,并在 `cordis.patch.yml` 中配置挂载,随后重启
Read Moredsh-usage-monitor:DeepSeek Harness 的 Session 用量看板
dsh-usage-monitor 是一个由 NOirBRight 开发的 DeepSeek Harness (DSH) Web 插件,旨在解决多组 Provider、Model 和 Workspace 下用量指标分散的问题。该插件通过读取 `ctx.sessionQuery` 的实时及持久化会话日志,将 Token 用量、请求数、输出 Token 及缓存命中率汇总至 Web UI 的 `Settings → Usage` 界面。其核心功能包括提供堆叠图表,支持按 Token/请求指标、Provider/Model/Workspace 分组,以及按日/周/月或自定义时间段聚合数据,并具备响应式
Read Moredsh-data-ledger:为 DSH 本地数据提供统一看板与 AI 管家
dsh-data-ledger 是由 Niuniu-Sir 开发的 DSH 插件,采用 MIT 许可证,旨在集中管理并安全清理 DSH 本地数据。该插件解决数据分散、体积不清及误删风险问题,提供右侧“数据管理”面板,分组展示对话、技能、日志等数据的来源、大小及状态,支持树状展开子代理及路径操作。 核心功能包括 AI 管家工具(如 ledger_scan),允许智能体扫描数据并提议清理,但执行删除、恢复或彻底清除前需用户明确确认。安全机制严格,仅处理 `~/.dsh` 目录,通过白名单及 realpath 复核防止符号链接逃逸,删除默认进入回收站,彻底删除需双重确认,且不触碰用户项目文件。插件零
Read Moredsh-plugin-cas-kb:面向中国会计、审计与税法条级查询的 DSH 插件
`dsh-plugin-cas-kb` 是面向 DSH 的插件,旨在解决中国会计、审计和税务问题中缺乏可核验条级依据的痛点。该插件基于 Quaesto 开放知识库,提供 CAS、ASSE、CSA 及中国税法的只读条级访问,包含 265 个文档,无需账号或 API key。 核心功能包括 10 个 MCP 工具(如 `list_standards`、`get_article` 等)及 `china-accounting-standards` skill。该 skill 强制模型“无原文不引用”、“不编造条号”,并规范判断与核验流程,防止引用未读取的原文或依赖未审阅的 AI 生成决策层。 安装需指
Read Moredsh-web-search-tavily:为 DeepSeek Harness 增加 Tavily 搜索与后端切换
dsh-web-search-tavily 是 DeepSeek Harness (dsh) 的一个插件,用于为 ctx.web 搜索接口注册 Tavily 后端,并支持在 Tavily 与 DeepSeek 官方搜索之间热切换。该插件采用委托 Provider (search-switch) 机制,将后端选择逻辑置于配置层,避免了直接修改 web 行配置导致的插件重启及 Provider 释放副作用,实现后端切换即时生效且无需重载。插件通过凭证解析链(literal apiKey -> credentials service -> launch environment)安全处理 API 密钥
Read MoreDSH 插件 dsh-translator:在 Web GUI 中划词翻译
`dsh-translator` 是一款 DSH Web GUI 划词翻译插件,旨在解决用户在阅读对话时依赖外部接口或额外 API Key 的痛点。该插件由 `nicearrack` 开发,采用 MIT 许可,核心优势在于利用 DSH 当前已配置的模型管线生成译文,无需调用第三方端点或单独配置密钥。 其主要功能包括:支持在界面任意位置划选文本并触发悬浮翻译按钮;自动识别语言方向(主语言转英语,其他语言转主语言),默认主语言为简体中文,也支持繁体、日、韩、俄语;提供可拖拽、可固定的翻译卡片,显示原文、译文及模型参数,并支持一键复制。用户可在 DSH 设置中配置模型、推理强度、超时时间等参数。 安
Read Moredsh-llm-deepseek-vision:给 DeepSeek Harness 的纯文本模型提供视觉输入
dsh-llm-deepseek-vision 是一个 MIT 协议的 DeepSeek Harness (DSH) 插件,用于解决纯文本模型无法直接处理图片的问题。该插件注册了 `DeepSeek (Vision)` 路由,通过引入视觉模型将图片转换为文字描述,再交由文本模型(如 deepseek-v4-flash/pro)进行推理。其工作原理是根据请求分流:无图片时直接透传至文本路由;有图片时,由配置的视觉模型生成描述,再由委托路由完成推理。安装需通过 npm 添加至 web profile,并在 cordis.patch.yml 中配置视觉提供商、模型、提示词及委托路由。启用前需确保视觉
Read MoreDSH 插件描述扩展:给 Web 插件列表补上中英文说明
`dsh-plugin-description` 是 DeepSeek Harness (DSH) 的组合插件,旨在为 Web 设置中的插件列表页提供中英文功能说明。该插件内置覆盖 DSH 出厂组合 134 个模块的说明字典,支持在插件卡片上展示、搜索及编辑说明。它发布 `pluginDescriptions` 服务及 `GET /plugin-descriptions` 数据端点,允许同一进程内的 Host 侧插件注册或覆盖自定义说明。用户可在页面中直接编辑说明并持久化至 `<DSH_HOME>/plugin-descriptions.json`,升级或重装后自定义内容不丢失。说明优先级为:
Read Moredsh-skill-manager:为 DSH 增加技能分组与启停管理
dsh-skill-manager 是 Mvyvn 维护的 DSH 技能管理器插件,随 dsh web 自动加载。它提供技能扫描、导入、上传、分组启停和默认组切换功能,将管理集成至设置界面,并赋予 AI 通过 skillmg_* 工具自主操作的能力。插件支持从指定目录一键导入技能或浏览器上传文件,可通过原子改名实现并发安全的技能停用。默认组控制全局会话的技能目录,聊天栏提供会话级分组选择器(当前仅记录,不改变模型目录)。安装需在 Windows 上克隆仓库并运行脚本,随后完全重启 dsh web 进程进行验证。典型用法包括导入技能、建立分组、设为默认组,或直接指令 AI 进行分组管理。该插件适
Read Moredsh-model-garden:给 DSH Web UI 增加可搜索、可排序、可看成本的模型选择器
dsh-model-garden 是面向 DeepSeek Harness (DSH) Web UI 的静态插件,旨在解决模型数量多时难以搜索、排序及缺乏成本可视化的问题。该插件由客户端 `client.js` 和宿主端 `index.js` 组成,需 Node.js 22+ 及 Web 栈支持。 核心功能包括:提供即时搜索、按名称/上下文/价格排序、收藏管理及本地模型筛选的表格化选择器;集成 `models.dev` 数据展示价格(缓存24小时)与上下文窗口;实时显示每任务用量与成本,支持会话成本明细导出 CSV;并提供推理强度选择器。插件以插件化方式运行,不改变 DSH 原有架构,仅在 W
Read Moredsh-pm:春笋驱动的 DSH 项目交付插件
dsh-pm 是一个 DSH 插件,由春笋(ChunSun)驱动,旨在为 AI 原生项目交付提供统一闭环。它通过插件机制将需求、Run、Step、验收场景/用例及工作记忆整合至同一状态体系,避免分散维护。核心功能包括提供 28 个 `chunsun_*` 模型工具,支持 Agent 以需求为对象执行任务、上报状态并维护验收用例;同时提供 GUI 界面用于展示交付状态和配置连接参数。工作记忆与状态以春笋自部署实例为单一事实来源(SSOT)。 插件基于 MIT 许可证,要求 Node.js >= 24 环境。安装方式包括本地构建后通过 `dsh plugin add` 命令接入指定 profile
Read MoreDeepSeek-Harness-biaoqingbao:让 DSH 助手用表情包表达情绪
DSH表情包插件(moononnn/DeepSeek-Harness-biaoqingbao)为DeepSeek Harness提供基于情绪的表情包发送能力,支持本地图库管理、AI识图、语义检索及用户反馈优化。需Node.js 20+及DSH v0.1 rc系列,Web模式完整支持,headless模式仅提供工具接口。用户需自行上传PNG、JPG、GIF等图片(单次限200张,ZIP限50MB),并可配置视觉与向量模型实现自动识图与配图。插件支持“喜欢/不喜欢”反馈、标签调整及9种方言风格,助手可通过express等工具按情绪调用图片。数据本地存储于${DSH_HOME}/plugin-dat
Read Moredsh-deepseek-vision-router:给 DeepSeek Harness 加一条图像预处理路由
`dsh-deepseek-vision-router` 是 DSH(DeepSeek Harness)的一款插件,旨在解决文本专用 DeepSeek 主智能体无法直接处理图片的问题。它通过一条独立的 `deepseek-vision` 路由实现图像预处理:先将图片发送至已配置的视觉模型生成文字描述,再将描述交由 DeepSeek 处理。在此过程中,官方 DeepSeek adapter 继续负责主会话、推理、流式传输及工具调用,插件仅保存视觉提供商和模型设置,不触碰凭证或复制端点。 该插件支持在 DSH 设置中配置视觉模型,并在模型菜单中选择“DeepSeek + Vision”模式,配置变
Read MoreVentus 搜索:DSH 多引擎搜索与正文抓取插件
mmzm0808/dsh-ventus-search 是面向 DeepSeek Harness (DSH) 的搜索与正文抓取插件,采用 MIT 许可证。该插件整合 Bing、360 和 Bilibili 三个搜索引擎,提供并发搜索、结果评分去重、URL 规范化、缓存及自动重试能力,并具备单引擎失败隔离机制。在正文抓取方面,支持广告黑名单过滤、类 Readability 抽取、镜像回退及体积控制。插件附带 Ventus 设置卡,允许用户控制总开关及独立引擎开关,查看健康状态并执行测试搜索。安装简单,无需构建,通过 dsh 命令添加即可。此外,提供仅限本机访问的状态 API(GET/PATCH/P
Read Moredsh-playwright-cli:把 Playwright CLI 接进 DSH 的 agent loop
dsh-playwright-cli 是 DSH 智能体的 Host-only 插件,旨在将 Playwright CLI 常用操作封装为 agent 可调用的工具,实现自动化测试流程。该插件提供四项核心功能:`playwright_version` 探测本地 CLI 状态;`playwright_install` 自动安装浏览器及缺失的测试依赖;`playwright_test` 运行测试套件,支持多种参数配置;`playwright_show_report` 生成并返回 HTML 报告的路由或文件路径。 插件基于 DSH 的 shell 执行器运行,继承其沙箱策略、超时控制及环境变量配置,
Read Moredsh-cost-display:在 DSH 状态栏显示会话费用
`dsh-cost-display` 是 DeepSeek Harness (DSH) 的开源成本显示插件,旨在解决会话调试时费用信息不直观的问题。该插件在状态栏实时显示当前会话累计费用,支持悬停查看按模型拆分的 Token 用量及思维链统计。其核心功能包括支持基于北京时间的峰谷时段自动定价、可配置的生效日期以应对官方调价、模型列表自动同步以及未知模型的兜底价计费(带 `?` 前缀区分)。用户可通过 `dsh` 命令或手动修改配置快速安装,并在设置页灵活管理价格表、峰谷窗口及开关。费用估算基于输入、缓存及输出 Token 分别乘以对应单价,修改配置后新请求立即生效,但历史数据不变。需注意该费用
Read MoreDeepSeek WebUI Studio(dsh-webui-studio):在真实 DSH WebUI 上开发插件
DeepSeek WebUI Studio 是 memorax-ai 开发的 DSH WebUI 插件可视化构建工作区,旨在隔离开发环境以避免调试代码混入稳定 Host。它要求 dsh-harmony@0.8.7 及特定 Node 版本,通过为每个 Draft 提供独立的 Git worktree、DSH_HOME 和 Profile,实现完全隔离。核心功能包括基于真实官方 WebUI 检查 DOM、React 归属及 Patch 痕迹,使用 CodeMirror 编辑源码并生成 CSS 装饰器,以及通过 Harmony 进行事务性重载以调整插件顺序和 Provider 状态。工具支持构建验证
Read Moredsh-session-doctor:诊断、解卡、读取 DeepSeek Harness 会话
dsh-session-doctor 是一款由维护者 mayf3 开发的 DSH 插件,定位为“会话医生”,旨在扩展 DSH 环境能力。该插件当前版本为 1.0.0,采用 MIT 许可证,集成了列出会话、读取记录、诊断状态、恢复卡死会话及发送消息五大核心功能。通过 `list_sessions` 可查看会话详情,`session_status` 用于诊断运行状态,`read_session` 支持按序读取文本消息。针对卡在 `running` 状态的会话,`session_recover` 可发送取消信号中止活动并保留排队消息;`send_session_message` 则能向目标会话投递消
Read Moredsh-tesseract-ocr:为文本模型接入本地图片 OCR
`dsh-tesseract-ocr` 是一款 DeepSeek Harness (DSH) 插件,旨在解决文本模型无法处理图片输入的问题。该插件通过本地调用 Tesseract OCR 引擎识别附件图片中的文字,并将识别后的纯文本发送至模型 API,默认保留原始图片字节在本地,不上传给模型提供商,从而避免修改模型输入模态或传输敏感数据。 核心功能包括:支持文本模型处理图片附件、本地 OCR 识别、默认仅发送文本、可选的视觉模型直通模式(`passthrough: true`),以及未加载时拒绝图片附件的 fail-closed 安全机制。适用场景为使用 DSH 文本模型且需基于图片文字问答的
Read More@max-null/dsh-chinese-thinking:固定中文思考与回复的 DSH 插件
`@max-null/dsh-chinese-thinking` 是一款为 DeepSeek Harness (DSH) 设计的轻量级插件,旨在确保 Agent 始终使用中文进行思考和回复。该插件属于 Max-Null 维护的 `@max-null/*` 系列(SSID 桌面体验),当前版本为 0.3.0,采用 MIT 许可证。其核心功能是通过 `cordis.yml` 配置向系统提示词(system-prompt)注入一条固定的指令:“始终使用中文进行思考和回复,无论用户使用什么语言。”该插件设计极简,不引入任何存储、工具或状态,仅依赖于宿主环境提供的 `@deepseek-ai/cordi
Read More@mars.liu/dsh-rich-editor:DSH composer 区域的富 Markdown notebook
`@mars.liu/dsh-rich-editor` 是 DSH 的一个第三方 Web 插件,旨在 Composer 区域提供富 Markdown 草稿编辑面,同时保留原生 Composer 的提交路径。该插件通过工具行切换和上下文栈卡片两个入口访问按会话隔离的 Notebook 草稿,并基于 CodeMirror 6 提供语法高亮、原生撤销重做及 Codex 风格的列表 Enter 编辑行为。其核心特性包括与原生 Composer 的双向草稿同步、通过 `conversation.send` 路径提交以及失败时保留草稿。安装要求 DSH family >=0.0.1-rc.1 及挂载特定
Read Moredsh-chat-width-customizer:为 DeepSeek Harness Web UI 一键加宽对话区
magicOF2/dsh-chat-width-customizer 是一款为 DeepSeek Harness (DSH) Web UI 提供的 MIT 许可插件,旨在让用户无需进入设置页即可直接在会话标题栏调整对话内容区宽度。该插件通过点击标题栏工具区的按钮,循环切换 748px 至 1600px 之间的七个预设宽度档位,同步加宽对话消息区、底部输入框及用户气泡。其宽度选择作为全局状态存储在 localStorage 中,支持跨会话保持、跨标签页实时同步,并根据视口宽度自动钳制(下限 320px,上限为视口减 24px),适配深浅色主题。安装时只需执行 `dsh plugin --prof
Read Moredsh-password-prompt:在 DSH Web GUI 中弹出密码面板
DSH插件`dsh-password-prompt`由MagicCrazyMan开发,旨在解决DeepSeek Harness(DSH)Web GUI中Agent向用户请求密码的交互问题。该插件提供`password_prompt`工具,支持仅密码或“账号+密码”模式,通过浏览器弹出掩码面板获取输入。为保障安全,密码不直接返回给Agent或进入模型上下文,而是写入私有文件,仅返回文件路径及账号信息,供Agent通过脚本(如ssh、sudo)调用。 该插件采用MIT许可证,作为双端插件运行,无需修改DSH核心代码。安装需使用GitHub源,并针对pnpm 10+配置构建权限,建议固定Commit
Read Moredsh-jmcomic:在 DSH 侧边栏加入 JMComic 搜索、下载与本地阅读
`dsh-jmcomic` 是一款 MIT 许可的 DeepSeek Harness (DSH) 插件,由 `lywusichen` 维护,旨在将 JMComic 漫画的搜索、下载及本地阅读功能集成至 DSH 侧边栏,无需切换外部应用。该插件内置 `jmcomic` 源码及阅读器前端,无需额外安装 PyPI 包即可运行,要求 Node.js >=22 环境。 核心功能包括:通过侧边栏按钮按 ID 或标题搜索并下载漫画;绑定本地文件夹后,可浏览漫画封面网格、管理本地库(含章节查看)及在 DSH 窗口内阅读。阅读器支持窗口拖拽调整、位置记忆、断点续读(记录最后阅读章节和页码)、页码跳转及卡片悬停删
Read Moredsh-subagent-tools:为 DeepSeek Harness 增加单次调用覆盖参数
dsh-subagent-tools 是一款用于 DeepSeek Harness (DSH) 的 MIT 许可插件,旨在增强 subagent 委托工具的灵活性。它允许在单次调用中动态覆盖 model、provider、persona 和 toolFilter 参数,支持复合 model ID 及 @preset: 预设引用,从而适应不同任务对模型、角色或工具策略的差异化需求。该插件以标准 bundle 形式提供,不修改官方文件,并通过 peerDependencies 确保与 DSH 版本的兼容性。安装时需先添加插件,Web 会话用户还需运行 preset adapter 并重启服务。典型
Read Moreluxueliu-usage-command:DSH 本机 API 花费账单指令
`luxueliu-usage-command` 是一款基于 MIT 协议的 DeepSeek Harness 插件,旨在解决多来源模型调用时的成本核算难题。它通过读取本机 LiteLLM 网关的落账文件 `gateway_usage.jsonl`,提供 `/usage` 指令以展示按模型和小时划分的当日费用报表。 该插件核心功能包括:支持官方直连、中转商及套餐池三类模型的计价;根据用户时区自动适配币种(如中国用户显示人民币及北京时间);支持基于缓存命中状态的精细化计价;允许通过配置文件扩展自定义模型价格及别名映射。 使用要求 Node.js 22.18+ 环境,安装后需重启 DSH 即可使用
Read Moredsh-memory-palace:为 DeepSeek Harness 增加 Markdown 文件式记忆
DSH 插件 `dsh-memory-palace` 旨在为 DeepSeek Harness 提供跨会话的持久化记忆。它将记忆存储在人类可直接编辑的 Markdown 文件中,包括长期记忆 `MEMORY.md` 和每日日志,并支持用户级与工作区级双层记忆结构。 核心功能包括自动读取与写入记忆、超期日志自动迁移至长期记忆、兼容 WorkBuddy/CodeBuddy 记忆目录,以及提供 `memory_note`、`memory_read` 等工具进行记忆的增删查改。插件支持 hybrid 模式以保留日志证据,并具备主动记忆与智能摘要功能。所有配置均可通过 DSH 设置面板图形化调整。 该插
Read Moredsh-skill-manager:在 DSH Web 设置中管理用户级 Skill
dsh-skill-manager 是一款面向 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在简化用户级 Skill 的管理。它通过 DSH Web 设置界面,解决了手动修改目录、SKILL.md 文件及 frontmatter 的繁琐问题。该插件支持在设置面板中集中查看、启用/停用、编辑、新增、删除及重命名位于 $DSH_HOME/skills 下的所有 Skill。其核心优势包括即时生效的启停机制(通过修改 frontmatter 并由 watcher 自动排除,无需重启)、内联编辑内容以及同步目录名的重命名功能。用户可通过命令行安装插件并启动 DSH Web
Read Moredsh-guardian:为 DeepSeek Harness 增加危险操作策略与输出脱敏
dsh-guardian 是 DeepSeek Harness(DSH)的一个 MIT 许可插件,旨在通过执行前策略、执行后脱敏和只读安全审查来提升智能体调用的安全性。它不执行操作,而是检查工具名称、参数及输出,可拒绝危险调用或请求审批。核心能力包括:1. 执行前策略:提供标准、严格、宽松三种模式,内置规则禁止递归删除根目录、向系统目录写入等危险操作,并支持自定义正则规则,遵循最严格结果胜出原则。2. 执行后脱敏:自动从 JSON 结果和渲染文本中删除 AWS Key、GitHub Token 等敏感凭证,防止泄露。3. 安全审查:提供 /security-review 只读技能。该插件适用于
Read Moredsh-gitflow:给 DeepSeek Harness 的受控 Git 工具
dsh-gitflow 是 DeepSeek Harness (DSH) 的一款 Git 操作插件,当前版本为 0.1.3,采用 MIT 许可证。该插件旨在为智能体提供边界清晰的 Git 工作流工具,明确区分只读与写操作。核心功能包括读取 Git status、diff 和 log,以及在 DSH approval 批准后提交已暂存的更改或创建/切换分支。插件还可选集成 Change Ledger 服务,提供检查点列表及恢复功能,但默认禁用自动检查点。 该插件严格限制破坏性操作,不支持 push、stash、reset 或访问凭证,也不联系外部 Git 主机,确保安全性。它适用于需要安全读取
Read Moredsh-ui-workbench:DSH WebUI 的工作区文件与 Git 审查面板
dsh-ui-workbench 是 DeepSeek Harness 的 WebUI 实验性插件,旨在增强 Web 会话页的工作区审查能力。该插件在会话页右侧提供集成面板,核心功能包括:带行号、语法高亮及搜索功能的文件树与文件查看器,支持统一和并排视图的 Git 状态及差异审查(覆盖暂存、未暂存、未跟踪文件及提交引用),以及基于 Typst 的实时 SVG 预览。插件支持中英文及亮暗主题适配,并内置优化字体以提升阅读体验。 该插件定位为轻量级审查工具,不承担 Git 提交、凭据保存或通用文件编辑职责。它通过 Host 侧 API 路由和 Browser 侧面板访问当前会话工作区,代码边界清晰
Read Moredsh-tui-pro:面向 DeepSeek Harness 的多会话终端工作台
dsh-tui-pro 是面向 DeepSeek Harness 的社区多会话终端工作台插件,MIT 许可。它基于 DSH 插件化扩展,将长期可用的持久 Assistant 和多个活跃项目会话整合进同一全屏 TUI,提供转录、编辑器、当前计划、实时状态、模型信息及上下文占用视图,减少多窗口切换。核心功能包括:按工作区分组的项目会话管理,支持跨会话读取已完成对话(不暴露隐藏推理和工具流量);丰富的会话命令(如 /new、/switch、/quit)及快捷键切换;运行中的对话控制(Enter 即时转向、Tab 排队、Esc 恢复或查看检查点);查看工具详情(Ctrl+O)和推理内容(Ctrl+R)
Read MoreDeepSeek Harness Prompt Optimizer:为 DSH 增加一次辅助改写的提示词优化插件
`@lizhecome/dsh-prompt-optimizer`(v0.2.0,MIT)是 DeepSeek Harness 生态的可安装插件 bundle,旨在不侵入 agent loop 的前提下,通过一次辅助 LLM 请求优化用户草稿或一次性任务输入。该插件提供 Web 端 sparkle 按钮以手动优化未发送草稿,支持 Host 端在 `agent/pre-step` 阶段自动优化,并暴露 `/optimize-prompt` 操作。核心特性包括支持 `append` 与 `replace` 两种投递方式,智能路由解析(按配置、会话历史或 agent 选项),以及失败时保留原始草稿的
Read MoreDeepseek-Continuity:DeepSeek Harness 的本地生成与身份一致性插件
Deepseek-Continuity 是由 linxuhao 维护的 MIT 许可证 DSH 插件,旨在解决 Agent 在生成图像、语音、音乐及音效时的一致性与即时反馈问题。该插件支持本地图像、语音、音乐(基于 Stable Audio,最长 120 秒)及程序化 SFX 生成,并具备 WAV 转写回听功能,确保失败生成不被误报为成功。 核心功能包括跨调用身份一致性:通过 `create_character` 等接口固定视觉角色,再调用 `subject_image` 生成图像;通过 `create_actor` 固定声线,再调用 `actor_tts` 生成台词。此外,提供 `trans
Read Moredsh-writing-pad:DeepSeek Harness Web 的会话级 Markdown 写作板
dsh-writing-pad 是面向 DeepSeek Harness Web 的客户端插件,旨在解决长文写作中草稿、改写指令与模型返回结果混杂的问题。它提供会话级 Markdown 写作板,支持在同一会话内维护正文、切换编辑/预览模式、输入额外要求及查看候选修改。核心功能包括生成完整草稿、选区局部改写、自动展示 Diff 定位变更、反馈操作状态及中英文界面即时切换。草稿暂存在 Host 内存中,不同会话互不影响,支持最多 50 步撤销,且不会自动覆盖项目文件。安装需先配置 dsh CLI,版本为 1.1.3。该插件适合需要在 Web 会话中结构化处理 Markdown 写作与模型交互的场景
Read Moredsh-reloader:DSH 的 Web 界面一键重启插件
`dsh-reloader` 是一个 MIT 许可证的 DSH 插件,旨在解决安装或更新插件后需手动重启 `dsh web` 进程才能生效的问题。该插件通过封装 `dsh_reload` 工具,实现了自动化重启流程:等待 6 秒后,利用 `lsof` 和 `ps` 命令精准定位并终止监听 3080 端口且命令行包含 `dsh` 的进程;随后等待最多 15 秒确保端口释放,最后使用 `nohup` 在后台重新启动 `dsh web`,并将日志写入 `~/.dsh/web.log`。 用户只需安装插件(支持 GitHub 或本地源码安装)并在 DSH 中发出“帮我 reload 一下”的指令,即可
Read Moredeepseek-vl-support:为 DeepSeek 文本模型接入视觉的 DSH 插件
`deepseek-vl-support` 是一个 MIT 许可的插件,旨在解决 DeepSeek 文本模型无法直接读取图片的痛点。该插件通过拦截图片读取请求,将其发送至选定的 OpenAI 兼容视觉服务(如 OpenRouter、SiliconFlow、DashScope 等),并将返回的文字描述以固定格式回传给模型,从而实现图片理解。 该工具支持多种 Agent 环境,包括 Claude Code、Codex、DeepSeek Harness、Cursor、VS Code 等,并提供一次性安装向导、按 Agent 安装命令及 `doctor` 健康检查功能。用户只需具备 Node.js 1
Read Moredsh-codex:从本地 Codex 导入会话并生成新 DSH 会话
`life1996cou/dsh-codex` 是一个 MIT 许可的 DSH 插件,旨在解决手动导出 Codex 会话导致上下文丢失的问题。它通过读取本地 `~/.codex/` 目录,将现有 Codex 会话导入 DeepSeek Harness,生成包含完整对话历史的新会话。该插件适用于 Web 平台,支持在设置中配置自定义会话目录。 安装时,使用 `dsh plugin --profile web add github:life1996cou/dsh-codex` 命令。若从本地目录安装,必须使用 `file:` 前缀以避免软链导致的依赖解析失败。启用后,用户需在 DSH Web 设置
Read Moredsh-appearance:DeepSeek Harness Web 外观设置插件
levi52/dsh-appearance 是一款基于 MIT 许可的 DSH Web 外观设置插件(v0.1.0),用于定制 DeepSeek Harness 的界面风格。其核心功能包括:提供浅色、深色、跟随系统三种模式及 9 种预设主题;支持 8 种预设强调色及自定义取色,并自动适配文字反色;允许选择界面与代码字体,支持系统字体选择及字号缩放;支持上传或 URL 加载背景壁纸,可调整透明度与模糊度。配置管理支持 JSON 导出/导入,设置保存于 `$DSH_HOME/settings.yaml`,采用草稿机制,确认后方生效。安装需 Node.js 18+,通过 `npm run insta
Read Moredsh-image-gen:在 DeepSeek Harness 中生成 GPT Image 2 图片
dsh-image-gen 是 DeepSeek Harness (DSH) 的 Web profile 插件,提供基于 GPT Image 2 的图像生成能力。该插件注册 Codex 兼容的 `image_gen` 工具名,支持两种鉴权路径:默认使用 `dsh-codex-connect` 的 ChatGPT OAuth 订阅,或显式配置 API Key。生成过程中,插件显示动态开发动画,并支持通过 DSH 的中断控制取消请求。最终图片会保存至 DSH 的不可变附件存储,支持回放、灯箱预览和下载,且在会话重载后仍可访问。安装需先配置 `dsh-codex-connect` 并登录,随后安装插
Read Moredsh-agent-arena:DSH 插件中的多模型编码比较与确定性验收
`dsh-agent-arena` 是一款由 LeemanCheung 维护的 DSH 插件,旨在通过隔离运行、统一验证和显式应用流程,比较 2 至 4 个不同模型的编码结果。该插件在独立的 Git worktrees 中启动模型竞争,利用 `ctx.subprocess.spawn` 执行保守的 argv 验证命令(如 `pnpm test`),确保过程不依赖 shell 且不使用 LLM 裁判。评分基于成功执行验证命令的权重百分比,平局时依据 contestant ID 决定。用户可审查覆盖所有文件状态的 diff,并仅在确认 HEAD 版本未变且工作区干净后,显式应用获胜者的更改。插件具
Read Moredsh-bell-notify:为 DeepSeek Harness 添加可配置的 Agent 生命周期提示音
`dsh-bell-notify` 是 DeepSeek Harness(`dsh`)的社区插件,旨在将 Agent 生命周期事件转化为低打扰的声音提示,帮助开发者在不持续监控页面的情况下掌握任务进展。该插件由 `Laplace-bit` 维护,采用 MIT 协议开源,非官方发行。 其核心功能包括提供 10 个可配置的生命周期事件提示,默认仅开启开始执行、等待确认和本轮完成。每个事件支持试听、上传自定义音频及还原默认,音频通过 Web Audio 实时合成,离线可用且数据仅存储在浏览器本地(`localStorage` 和 IndexedDB),不上传外部服务器。插件提供总开关、音量调节及事件
Read Moredsh-yizi-themes:DeepSeek Harness Web UI 的 19 个风格主题与自定义品牌插件
dsh-yizi-themes 是一个由 laoduu 维护的 MIT 协议第三方插件,旨在无需修改 DeepSeek Harness 源码即可自定义其 Web 端外观。该插件基于 YiziMarkdown 设计语言,提供 19 个精品主题,支持亮/暗色模式独立切换及跟随系统设置。核心功能包括自定义 Logo、品牌字样、徽章和新会话标题,品牌颜色可自动适配主题;此外还实验性地支持替换界面中的特定品牌词。用户可通过 `pnpm dsh plugin` 命令从 GitHub Release 下载 tgz 包或从源码构建进行安装,Web 与桌面版需使用不同的 profile 参数。配置优先顺序为用户
Read MoreDSH File Tree:给 DeepSeek Harness Web 会话增加工程文件查看与编辑
lak321/dsh-filetree 是一个面向 DSH Web 界面的插件组合,采用 MIT 许可证,旨在增强会话视图对当前工程文件的管理能力。该插件新增“文件”页签,提供完整目录树的展开、折叠及实时切换功能,支持点击文件查看内容,并具备 VSCode 风格的编辑器,包含 C/C++ 语法高亮、行号、自动缩进、深色主题及透明滚动条,可直接修改并保存文件到磁盘。安装需通过指定最新提交号的 bundle 命令添加插件,随后重启 DSH Web。使用时,用户仅需进入会话,点击顶部“文件”页签,即可在左侧浏览目录,右侧打开文件进行编辑与保存。开发层面需注意客户端插件须正确导出 `inject` 依
Read Moredsh-mycordis:打包与管理 dsh 会话级 Cordis 插件
dsh-mycordis 是一款基于 dsh 的会话级动态插件,旨在解决 Cordis 插件固化与跨会话管理需求。它支持将动态插件一键打包为可重复安装的 dsh 安装包(.tgz)或跨会话导入的便携包(.dshplugin.json),并提供单包与批量打包功能。此外,该插件具备 profile 级插件安装与卸载、便携包导入注册、收藏与去重等管理能力,并内置信任栅栏、请求体上限等安全加固机制。安装需通过 npm 注册表添加并重启 dsh,适用于需要固化动态插件、多会话管理及自动化打包的用户。需注意其预览版便携包目前主要支持 Windows,且导入操作会在进程内执行代码,建议仅使用可信来源。MIT
Read Moredsh-hot-installer:DeepSeek Harness 插件免重启增删与热更新
dsh-hot-installer 是一款由 KYinCode 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。它旨在解决 DSH 中插件添加、移除或更新需重启才能生效的问题,特别适用于长驻表面(如 dsh web)的开发者。该插件在常驻 profile 中监听插件清单变化,实现热装、热卸和热更新,即时修改运行中的插件树,且全程不写配置文件或修改补丁层。 核心功能包括:自动挂载新增包并注入补丁文件;按映射移除对应插件行;升级时当场重载;具备补丁层保护机制,手动编辑冲突时自动补回热装行(除非显式禁用);升级失败时预检并回滚旧版本;支持自身免重启热更新(v0.4.4+
Read MoreKurenai:DSH 原生 Cocos vibe coding 插件
kurenai-studio/kurenai 是一款基于 DSH 的 Cocos 开发插件,旨在将代码修改、实时预览和节点检查整合至同一工作流。该插件支持在 DSH 会话旁提供 Headless Cocos 实时预览,允许用户检查运行时场景树,并将点击选中的节点作为精确上下文传递给 AI 智能体,从而辅助代码修改。与仅修改浏览器运行时不同,Kurenai 直接编辑磁盘上的 Cocos 项目源文件,确保修改可审查且便于后续开发。核心功能包括 HMR 热刷新、基于 package.json 的项目检测、2D/3D 模板选择以及 Web 平台的静态发布支持。当前处于 MVP 阶段,需配置外部 Hea
Read Moredsh-feishu-gateway:把 DeepSeek Harness agent 接到飞书
`@kriskwok/dsh-feishu-gateway` 是一个将飞书消息路由至 DeepSeek Harness (DSH) agent 的插件,旨在让用户无需公网 Webhook 即可通过飞书私聊或群聊与本地 DSH 进行交互。该插件利用飞书长连接接入,支持持久会话管理,飞书对话或群 Topic 可映射为独立 DSH Session,并支持通过 `/new` 或自然语言指令开启新会话。功能上,它提供 Markdown 富文本回复、原生 Typing 状态提示、长任务流式进度卡片,以及基于点击按钮的审批和问答交互。Web 端特有的交互组件在飞书端会自动降级为可读提示。使用前需配置 DSH
Read Moredsh-network-proxy:DeepSeek Harness 的网络代理管理插件
dsh-network-proxy 是一款为 DeepSeek Harness (DSH) 开发的网络代理管理插件,旨在解决手工修改环境变量或依赖系统代理导致的配置分散问题。该插件采用 MIT 许可证,通过图形化界面集中管理网络出口,支持跟随系统、手动代理和直连三种模式。设置变更通过 DSH 的 live settings 机制即时生效,无需重启。插件基于 undici 统一接管全局请求,并在 Windows 上智能解析系统代理设置。它要求 Node.js 20.18.1 及以上版本,以及特定的 DSH 依赖包。用户可通过 npm 安装,并在设置界面选择模式;手动模式需输入合法的 HTTP/H
Read MoreListForm:DSH 中的记录、汇总与提醒工具
ListForm 是 DSH 插件生态中由 kobenfang 维护的 MIT 许可智能记账与信息汇总工具,旨在将日常信息处理流程化,无需大型模型即可实现结构化记录与管理。其核心功能涵盖五大类:一是记录,支持支出账单、出货台账、运行日志及自定义表单;二是附件,支持图片与文档存档并自动关联记录;三是归类,能自动识别类型,按类别、日期或标签整理;四是汇总,生成日、周、月报及趋势图表;五是提醒,支持到期、周期及异常提醒。用户可通过命令 `clawhub install list` 进行安装,并在对话中通过自然语言指令(如“记一下吃饭花了68元”或“提醒我每周一交房租”)触发记录、查询及设置提醒等操作
Read Moredsh-plugin-manager:在 DeepSeek Harness 网页里管理插件
dsh-plugin-manager 是 DeepSeek Harness (DSH) 的一个 Web 端插件管理工具,旨在解决插件分散、组合切换难及来源识别不直观的问题。该工具提供核心功能:内置 128 个插件的分类列表,支持搜索、筛选、启停及标签编辑;通过“插件包”功能实现预设组合的一键切换、回滚及导入导出;集成插件市场,允许浏览 GitHub 相关仓库并一键安装或获取提示词。此外,它还包含 DeepSeek 余额实时查询、工作时间视觉提醒及多个 Agent 操作工具。在安全方面,变更操作需经审批或确认,市场安装参数经过白名单校验以防注入,预设名与导入内容亦有严格限制。用户可通过指定命令安
Read Moredsh-sidechat:DeepSeek Harness Web GUI 的侧边聊天面板
dsh-sidechat 是面向 DeepSeek Harness Web GUI 的轻量级插件,旨在通过侧边聊天面板隔离临时问答,减少主对话上下文噪声。用户悬停浏览器右边缘即可呼出面板,其回答基于当前项目根目录、Git 分支及最近 12 条会话消息,但不写入主会话且无工具调用能力。核心功能包括会话独立隔离、流式输出、可折叠的思考过程展示、Markdown 支持及模型推理等级切换。插件还支持从主对话选中文本直接发送至侧栏提问,以及一键清空历史。安装仅需一条 pnpm 命令,无需构建脚本,适用于希望将临时概念确认、代码解释或方案比较从任务执行中分离的开发者。需注意该插件运行于当前 dsh 进程权
Read Moredsh-power-button:DSH 侧栏电源按钮与独立重启/关机控制
`keyiadiannao/dsh-power-button` 是一款面向 DeepSeek Harness (DSH) Web 界面的自包含电源控制插件(MIT 协议)。它在侧栏底部添加主题感知的电源按钮,提供重启(Restart)和关机(Shutdown)菜单,并具备 Windows 风格的全屏过渡覆盖层。插件内置独立重启引擎,通过写入 `.cjs` helper 实现进程重启,无需依赖其他插件或系统命令。此外,它支持 `/restart` 和 `/shutdown` 命令及 `restart_harness` 模型工具,具备中英双语本地化功能,并自动清理过期日志。安装需 Node >=
Read Moredsh-pin-recall:为 DeepSeek Harness 会话增加“固定并召回上下文”的插件
dsh-pin-recall 是一款由 kerwin2046 维护的 MIT 许可 DeepSeek Harness (DSH) 插件,旨在解决会话中引用历史内容的痛点。该插件允许用户将助手回复、工具结果或自由文本固定(Pin)为持久事件,并通过 `/recall` 命令或 Web UI 卡片将这些内容注入下一轮模型上下文,避免手工复制粘贴。 核心功能包括支持按最新结果、指定 ID 或文本进行 Pin,提供 `/pin`、`/pins`、`/unpin` 及 `/recall` 等指令。`/recall` 可唤醒 agent 处理固定内容,`/recall quiet` 仅排队不唤醒。Pin
Read Moredsh-approval-guardian:为 DSH 沙箱升级审批接入一次性 reviewer
dsh-approval-guardian 是 DeepSeek Harness (DSH) 的插件 bundle,旨在解决自动化流程中交互式审批断点问题。它专门拦截与当前工具执行相关的 strict sandbox escalation requests,并将其路由给一次性 approval-reviewer agent,由后者基于结构化 allow 或 deny 决定审批结果。插件遵循“一切皆插件”理念,仅处理 sandbox 扩大请求,其他非 strict 或无关请求仍交由下游 answerer 处理,保持 DSH 原有行为。 该插件支持 fail-closed 和 fallback-t
Read Moredsh-goal-mode-enhance:为 DeepSeek Harness Web 界面提供可视化 goal 模式
KarlOfLaw/dsh-goal-mode-enhance 是一款面向 DeepSeek Harness (DSH) Web 界面的 Goal 模式增强插件(v0.1.0, MIT 协议)。它将目标状态管理与操作入口可视化,支持查看轮次进度、状态标签及暂停、恢复、编辑、完成、清除等全生命周期操作。插件提供多行文本框创建与编辑目标,支持自动换行、拖高及 `Ctrl+Enter` 提交,并允许在创建时设定轮次上限。在 Composer 工具行中,通过 `◎` 按钮及阶段色点(绿/黄/红)快速指示目标状态,点击可展开或收起目标栏。插件具备零空闲干扰特性,未设置目标时不渲染额外内容。配置通过 Ge
Read Moredsh-cost:在 DSH 输入框旁实时计算 DeepSeek 对话花费
`dsh-cost` 是一款 DSH Web 端原生插件,用于实时计算并显示 DeepSeek 对话花费。它依据 DeepSeek 官方峰谷价格表,基于 `deepseek-v4-flash` 与 `deepseek-v4-pro` 模型的 token usage,自动折算为 CNY 或 USD,并在输入框旁常驻显示金额徽标。插件支持悬浮查看输入/输出 tokens 及 flash/pro 详细花费,货币选择与语言跟随系统设置,金额保留两位小数(不足 0.01 显示为 `<0.01`)。 其核心特点包括:仅针对官方内置 provider 计价,不猜测第三方模型价格;分离计算缓存命中、未命中、写
Read Moredsh-aigc-radar:DeepSeek Harness 的 AIGC Radar 项目检索插件
dsh-aigc-radar 是一款为 DeepSeek Harness (dsh) web profile 设计的插件,旨在帮助开发者在实现新功能前检索可复用的 AI 开源项目。该插件通过 AIGC Radar MCP endpoint 提供项目搜索、分类浏览及 Web UI 卡片展示功能,支持双语标签、每日增长指标及会话回放。 核心能力包括 `search_ai_projects`(检索精选库)和 `get_project_categories`(查看分类体系),结果可渲染为原生卡片并在 Code Mode 中程序化调用。安装需使用 `dsh plugin` 命令,支持 npm 或 Git
Read Morejumpserver-dsh:通过 JumpServer 与 KoKo 操作资产的 DeepSeek Harness 插件
jumpserver-dsh 是一个 DeepSeek Harness 插件,旨在解决 Agent 直接 SSH 连接资产导致无法保留 JumpServer 管控策略的问题。该插件通过 JumpServer 管理资产,并经 KoKo 堡垒机执行命令或读写文件,确保流量不直连资产 IP,从而维持命令过滤、ACL 及会话审计的有效性。它支持 SSH/SFTP 主机及多种数据库(如 MySQL、Redis 等),将相关操作封装为 `jms_*` 工具供 Agent 调用。默认仅允许查询和只读操作,主机资产管理及数据库写操作需显式开启特定环境变量,且所有请求仍受 Core RBAC 权限控制。插件支持
Read Moredsh-git-ui:DeepSeek Harness Web UI 的 Git 状态可视化插件
dsh-git-ui 是 DeepSeek Harness (DSH) Web UI 的 Git 状态可视化插件,由 Julyves 维护。它旨在解决开发者在浏览器会话中查看 Git 状态需频繁切换终端的痛点,将常用状态查看功能集成至 Web 界面。插件核心包括会话头部的状态胶囊(显示分支、脏文件计数及远端差异)、详情弹窗(展示最近提交及支持 inline 变更管理)以及功能完整的 Git Center。Git Center 包含 History(提交历史与分支图)、Changes(分组展示文件变更及支持多种模式的 Diff 查看器)、Records(工作记录归属判断)和 Settings(展
Read Moredsh-agent-memory:为 DSH 提供智能体驱动长期记忆
dsh-agent-memory 是为 DeepSeek Harness (DSH) 打造的 MIT 许可长期记忆插件(v0.3),旨在提供跨会话的结构化记忆能力。它采用分层存储架构,将记忆划分为 L1 事实(偏好与环境)、L2 知识(可复用内容)、L3 情景(经历时间线)及摘要层,并支持全局与工作区两种作用域路由。插件向智能体暴露 remember、recall、memory_browse、update/forget 及 memory_stats 等工具,支持多维度检索与时间金字塔浏览。其特色功能包括时间桶自动压缩以及与 dsh-agent-compact 联动,在会话压缩后自动沉淀 che
Read MoreJohnXu22786/worktree-mgr:为 DSH 任务自动创建隔离的 git 工作区
`worktree-mgr` 是 DSH 的 MIT 许可证插件,旨在解决并行任务共用仓库工作区导致的变更污染与合并混乱问题。它通过自动创建隔离的 git worktree,实现任务工作区的创建、同步、合并及收尾全生命周期管理。插件支持 Node.js 21+,提供 5 个模型工具及 CLI,具备任务驱动自动生成分支与路径、分支名安全校验、未提交变更检测、合并目标一致性验证及并发安全互斥锁等核心能力。其设计强调同步与收尾分离,支持批量清理且失败不中断,并具备创建失败自动回滚及跨平台触发器支持。用户可通过 `dsh` 命令安装或本地启用,使用 `wtm` 命令行工具执行开始、查看状态、合并、收尾
Read Moredsh-auto-compact:DSH 会话级自动上下文压缩插件
`dsh-auto-compact` 是 DeepSeek Harness(DSH)的会话级自动上下文压缩插件,由 JohnathonYe 维护,采用 MIT 许可证。它旨在解决长会话中上下文压力过大的问题,通过监听会话上下文用量,在超过用户设定的独立阈值时自动执行 `compact` 压缩,并将摘要注入上下文以自然继续会话,全程无需发送“继续”消息。该插件支持 1%–90% 的阈值调节(默认 50%),按 `sessionId` 持久化设置,与 DSH 内置的 `compaction-basic`(默认 80% 阈值)并存且互不干扰。安装需满足 Node.js ≥ 20、pnpm ≥ 10
Read Moredsh-canvas-preview:DSH 画板预览与导出插件
dsh-canvas-preview 是由 jiuyuechuwuhao 维护的 DeepSeek Harness (DSH) 插件,采用 MIT 许可证。该插件旨在解决 AI 生成 HTML 产物时预览、保存和导出的不便,通过在 DSH 会话界面增加“画板”视图,提供实时预览及多种导出功能。 核心功能包括:与聊天并排的独立画板页签,支持左侧文件列表与右侧沙箱实时预览;每 4 秒自动扫描工作区同步新产物;右上角可拖动、展开的通知卡展示实时渲染缩略图;支持使用原生 macOS 目录选择器“另存为”HTML 文件;提供 PNG/JPG 位图(使用无头 Chrome 高清截图)及 SVG 矢量图(直
Read Moreiterate-plugin:在 DSH 中跑 review、fix、validate 闭环
`iterate-plugin` 是一款 MIT 许可的 DSH 插件,旨在解决代码审查仅停留于建议、缺乏修复闭环的问题。它提供两种模式:dry-run 模式执行只读多轮审查,支持并行维度审查、确定性聚合及断点恢复,确保零文件修改;normal 模式则实现自主闭环迭代,涵盖审查、分诊、原子化修复、验证及失败回滚,直至收敛自动停止。推荐先使用 dry-run 确认问题,再切换至 normal 执行修复。插件包含 13 个核心工具,覆盖配置、决策记录、状态管理等,并支持通过 UI 标记有意为之的发现以过滤后续审查。此外,具备历史审计、运行时清理及 Web UI 层(如分诊面板、收敛仪表盘)。用户可
Read Moredsh-voice:语音输入转用户消息,回复可朗读
DSH 插件 `dsh-voice` 旨在通过语音交互提升终端智能体效率,实现语音转文字、文字转语音及离开式朗读。该插件遵循“本地优先”理念,音频文件默认存储于本机,不自动录音或上传云端,除非用户显式配置 OpenAI 或 Edge-TTS 等云端后端。其核心功能包括:`transcribe` 支持从文件转写或麦克风实时录制,结果以语音卡片形式插入会话;`speak` 在后台合成并播放文本,适合长任务状态播报;`/voice` 命令用于切换会话级自动朗读回复(默认关闭)。插件兼容 Node.js >=20,支持 Whisper-local、macOS、Say 等本地后端,并可与 `dsh-cr
Read Moredsh-crosstalk:DSH 同机会话横向消息插件
Jesse-njx/dsh-crosstalk 是一个基于 DeepSeek Harness 的 MIT 许可插件,旨在解决同一台机器上多个 DSH 会话无法互相发现或通信的问题。它扩展了 `list_agents` 和 `send_message` 功能,使任一会话能够列出本机其他实时会话并向其发送消息,实现了同机、同用户环境下的 peer 对等通信,无需额外守护进程。 其核心机制包括通过 `~/.dsh/crosstalk` 下的 heartbeat 文件进行会话发现,以及利用原子文件写入实现本地消息投递。消息会被标注为来自 peer agent 的请求,而非用户指令,确保信任边界清晰。该
Read Moredsh-observability:为 DSH 外部子代理调用补上归属观测
dsh-observability 是 jeremy9682 维护的 MIT 许可插件,旨在解决 DSH 调用外部子代理(如 Codex、Cursor)后无法确认会话产物的可观测性问题。该仓库包含两个核心插件:dsh-codex-observability 和 dsh-tool-cursor。前者通过指纹追踪 `~/.codex/sessions` 等目录,将 `sessionRef` 等归属指针写入 journal 文件,仅记录指针而不存储 prompt 或 transcript 内容;后者提供 `cursor_delegate` 工具,支持将任务委托给 Cursor CLI,默认只读且编辑
Read Moredsh-3d-plugin-graph:把 DSH 插件运行时画成实时 3D 图谱
`jelly-000/dsh-3d-plugin-graph` 是 DSH 生态下的 Web 端插件,旨在可视化插件拓扑。它读取 Cordis runtime 实时数据,将节点、工具活动及连接状态渲染为可旋转、缩放、拖拽的 3D 图,无数据时自动回退至离线演示模式。该插件不仅用于监控,还支持安全地执行插件启用或禁用操作,内置双重确认及服务端守卫机制,防止误删核心组件。技术上采用单文件 UI,零外部依赖,具备 CSP、XSS 防护等安全措施,并支持无障碍访问与降低运动偏好。在 170 节点负载测试中,平均帧间隔约 17ms,性能良好。安装需通过 `dsh plugin` 命令添加并重启 Web
Read Moredsh-feishu:DeepSeek Harness 的飞书 DM 桥接插件
dsh-feishu 是一个专为 DeepSeek Harness (dsh) 设计的飞书 IM 桥接插件,旨在将飞书单聊消息接入 dsh 智能体运行时。该插件由 itr-del 维护,采用 MIT 许可,核心功能是建立飞书 DM 用户与持久 dsh 会话的一一映射,支持跨重连的多轮文本对话。 插件具备纯 ESM 运行特性,无需 TypeScript 编译,且完全本地运行、无遥测。它会自动过滤出站文本中的 DeepSeek DSML 工具调用标记,确保用户可见消息的纯净性。配置上,用户需在飞书开放平台创建应用,订阅 `im.message.receive_v1` 事件并授予相关权限,随后设置
Read Moregetnote-dsh-plugin:在 DeepSeek Harness 中搜索、保存和阅读得到大脑笔记
DSH插件 `@getnote/dsh-plugin` 由 iswalle 维护,采用 MIT 许可证,旨在将得到大脑接入 DSH,赋予 Agent 通过自然语言搜索、保存和阅读笔记的能力。该插件支持检查登录状态、全库或指定知识库语义搜索、保存文字及网页链接(支持标题和标签)、查看最近笔记及详情、列表展示知识库等功能,并内置引导 Skill 以优先调用原生工具。安装需 Node.js 20+ 环境,通过 `dsh plugin` 命令添加,并使用 GetNote CLI 完成本地授权登录,随后重启 DSH 即可使用。用户可通过自然指令实现笔记管理,如搜索特定主题、保存链接并打标签、列出最近内容
Read Moredsh-hermes-memory:DeepSeek Harness 的双库记忆插件
dsh-hermes-memory 是 DeepSeek Harness(DSH)的双库记忆插件,旨在解决跨会话信息不连续问题。它将记忆分为两个独立库:MEMORY.md 记录环境事实、项目约定及工具怪癖(上限 2200 字符),USER.md 记录用户偏好、沟通风格及工作习惯(上限 1375 字符)。两者预算与淘汰机制独立,字符上限硬编码。 插件提供 memory 工具,支持添加、替换、删除及批量操作,采用精确匹配优先策略,超限时返回条目列表供模型合并重试。会话开始时自动注入冻结快照,连续 10 轮无写入时提醒持久化。辅助工具包括搜索、列表、统计及调试功能。数据存储于本地 JSON 文件,支
Read Moredsh-mimo-vision-hint:零依赖提示 DSH 把图像识别分派给 opencode-go mimo-v2.5 子代理
dsh-mimo-vision-hint 是由 Isekai-Mfu 维护的零依赖 DSH profile bundle 插件(MIT 许可)。它不注册模型工具,也不提供 cordis 服务,仅通过注入系统提示,指导代理将图像识别任务分派给 opencode-go 的 mimo-v2.5 子代理;若 workflow 调用失败,则自动回退至 read_image。该插件适用于已配置 opencode-go provider、mimo-v2.5 模型及 workflow 工具的 DSH 部署环境。 安装时可通过命令 `dsh plugin --profile web add github:Ise
Read Moredsh-plugin-butler:在 Web UI 中管理 DSH 插件
dsh-plugin-butler 是一款基于 MIT 许可的 DSH 插件管家,旨在通过 Web UI 图形化管理 DeepSeek Harness (DSH) 插件。它集成了常见操作,如查看插件目录(含 130+ 官方模块中文说明)、实时启停(通过编辑配置热应用,无需重启)、自定义分组、更新检测与一键更新(含失败回滚机制)、卸载以及依赖关系图展示。该插件零构建、零运行时依赖,支持从 GitHub 市场检索安装第三方插件。用户可通过命令行安装后重启 Profile,在「设置→插件」中管理。适合频繁维护 DSH 插件的开发者。需注意,插件以当前进程权限运行,禁用关键依赖可能导致启动失败,且部分
Read Moreimrascal/dsh-archive:DeepSeek Harness 归档会话与回收站管理插件
imrascal/dsh-archive 是一款针对 DeepSeek Harness (DSH) 0.1.0-rc.5 及更高版本的插件,旨在通过设置面板集中管理归档会话和回收站。该插件支持 Windows、macOS 和 Linux 平台,要求 Node.js >=22.0.0。 其核心功能包括查看侧边栏隐藏但记录保留的归档会话,并支持单个或批量恢复。用户可将归档会话移至回收站(存储于 `~/.dsh/trash`),该操作默认可逆,允许后续恢复或永久清除(purge/empty trash),后者不可逆且配有确认弹窗。插件采用 native 与 fallback 双路径设计,启动时进行能
Read Moredsh-ui-outline:为 dsh web 增加轮次导航轨道
`dsh-ui-outline` 是专为 `dsh web` 开发的社区轮次导航插件,旨在解决长对话中快速定位 Prompt 和 Response 的难题。该插件由 iluluyu 维护(MIT 协议,v0.0.2),采用官方 TurnNavigator 设计语言,提供侧边导航栏,支持点击吸附至最近轮次、拖动浏览以及显示每轮内容的预览卡片。用户可配置侧边位置、预览材质(如毛玻璃)及刻度布局,设置持久化于宿主设置文档,支持中英文并跟随系统语言。安装需 DSH 版本不低于 0.1.0-rc.7,可通过 npm 或 GitHub 命令行添加,安装后需重启服务并刷新页面。插件以进程权限运行,依赖 Re
Read Moredsh-plugin-auditor:DSH 插件组合的只读预检
`dsh-plugin-auditor` 是一款面向 DeepSeek Harness (DSH) 的只读兼容性预检工具,旨在降低新增第三方插件后的启动风险。该插件通过扫描 `package.json`、`cordis.patch.yml` 及 `node_modules` 等文件,在不执行被审计插件代码的前提下,输出风险报告。其核心检查项包括:重复工具注册、entry ID 冲突、peer 依赖版本不一致、多个 memory 插件同时启用,以及 Telegram/Lark 等渠道插件缺失 Token 或 App ID 等凭据。用户可通过 `dsh plugin --profile [prof
Read Moredsh-auth:为 DeepSeek Harness Web 增加管理员登录
dsh-auth 是 DeepSeek Harness 的非官方社区插件(版本 0.2.3),旨在为仅在本机回环地址运行的 DSH Web 应用增加安全的 HTTPS 管理员登录。该插件由 hxy91819 维护,核心机制是引入项目持有的 Caddy forward_auth 边缘服务,统一拦截页面、API、下载、SSE 及 WebSocket 请求,确保未登录状态下的访问安全。 其核心能力包括:支持交互式或非交互式 JSON 配置;通过 Argon2id 哈希存储密码或启用登录令牌,避免明文保存;默认使用自动 TLS 证书以启用 HTTPS;独立运行 dsh-auth-caddy.servi
Read Moredsh-file-mention:为 DSH Web GUI 增加 @ 工作区文件引用
`dsh-file-mention` 是 DSH Web GUI 的客户端插件,旨在简化模型读取工作区文件的过程。它允许用户在聊天输入框通过 `@` 符号触发实时文件候选菜单,按文件名或路径过滤(大小写不敏感),选中后自动插入 `@相对路径`,从而避免手动输入路径的错误及遗漏。 该插件主要扫描 Git 跟踪文件及未被忽略的新文件,天然遵循 `.gitignore` 规则。对于需被引用但被忽略的文件,可通过在工作区或子目录配置 `.aiinclude` 文件重新纳入候选。支持目录引用、逐级展开及智能排序(优先精确匹配及近期变更文件)。为确保性能与安全,插件设定了文件总数、遍历深度上限,并采用分层
Read Moredsh-tool-git:为 DeepSeek Harness 提供 Git 工具
dsh-tool-git 是面向 DeepSeek Harness (DSH) 智能体的 Git 操作插件,由 Huasfan 维护,采用 MIT 许可证。该插件提供 9 个核心工具,包括查看状态、差异、日志,执行暂存、提交、分支管理、文件恢复及合并等,所有操作均默认基于会话工作区。插件支持从 GitHub 安装或通过本地补丁加载,配置需指定 Git 路径和超时时间。适用场景为需要在 DSH 会话中处理 Git 任务的开发者。使用要求 Git 版本不低于 2.23,并已在 DSH 0.1.0-rc.6 中测试。在安全性方面,插件通过参数数组避免 shell 注入,固定特定环境变量,且区分领域结
Read Moredsh-ui-skin:DeepSeek Harness UI 皮肤插件
dsh-ui-skin 是面向 DeepSeek Harness 的 UI 皮肤插件,旨在为界面添加壁纸或视频背景,并将包括侧栏在内的表层背景处理为半透明毛玻璃效果以透出底层。该插件支持拖动裁剪缩放、历史皮肤记录、可拖动悬浮窗及自定义本地或网络资源。安装需根据操作系统执行脚本并重启 dsh,配置持久化于浏览器 localStorage。其运行环境要求 Node.js 22-24 版本及 harness 0.1.0-rc.7 以上。安全方面,插件遵循 S1/P1 级别,仅包含只读工具和本地路由,不读写文件、不发外部网络、不运行 shell。已知限制包括未实现 WebGL/Shader 渲染及部分
Read Moredsh-plugin-manager:DeepSeek Harness 的第三方插件管理器
`dsh-plugin-manager` 是面向 DeepSeek Harness(dsh)的第三方插件管理器,旨在解决多插件部署后的集中管理需求。该工具不替代 dsh 的加载机制,而是在 Web UI 设置页提供统一入口,支持选择插件库文件夹并自动扫描识别 `dsh.plugin.yaml` 或 `package.json` 定义的插件项目。 核心功能包括可视化展示插件列表、一键切换插件启停状态(通过修改 `cordis.patch.yml` 中的 `disabled` 标记,并自动备份),以及查询当前插件状态。安装过程提供 Windows 与 POSIX 系统的幂等脚本,支持 `git c
Read Moredsh-session-manager:在 DSH Web UI 中管理会话
dsh-session-manager 是一个用于 DeepSeek Harness (DSH) Web UI 的会话管理插件,旨在安全地执行归档、删除、移动工作区及单条 Agent preset 迁移等操作。该插件由 hkkz9522 维护,采用 MIT 协议,当前版本为 0.4.1,支持 Cordis >=4.0.0-rc。其核心功能包括:在侧边栏和会话头部提供直观的操作入口,支持会话的归档与取消归档;执行永久删除时强制要求显式确认;将会话移动至目标工作区(会改变存储的 cwd,运行中会话移动前会自动中断);以及单条会话的预设迁移(仅改变元数据,不影响消息历史或文件)。插件排除了 Suba
Read Moredsh-plugin-auxiliary-runtime:DSH 可取消辅助模型调用与来源保留用量账本
dsh-plugin-auxiliary-runtime 是 DSH 的社区 Host 插件,旨在管理不进入主 Session transcript 的辅助模型调用。它解决来源混淆、缺乏并发限制及用量统计难控制的问题,核心功能包括:将可取消调用绑定至 live Session;实施 per-Session 策略限制(如最大并发、调用次数及总 token 量);维护独立于官方 tokenUsage 的辅助用量账本。插件提供 Official、Auxiliary 和 Combined 三种用量视图,并持久化至 storageDomain,支持 Session fencing 以防止旧数据干扰,且在
Read Moredsh-skill-panel:在 DSH 设置页查看和管理本地技能目录
dsh-skill-panel 是由 hexbee 维护的 DSH 客户端插件(v0.1.1,MIT 协议),旨在集中管理分散的本地技能目录。该插件在设置页新增 Skills 面板,支持查看和管理全局目录(~/.agents/skills)及项目级目录(<workspace>/.agents/skills)。核心功能包括列出技能详情、当前作用域内搜索、删除技能以及在系统文件管理器中打开目录,并提供中英文界面。用户可通过 GitHub 或本地路径安装至 web profile。技术上,插件 RPC 固定为 loopback,所有操作严格限制在上述指定目录内,且删除符号链接时仅断开链接而不影响目标
Read Moredsh-antv-infographic:在 DSH 中渲染可编辑的 AntV Infographic
`dsh-antv-infographic` 是由 HellowVirgil 维护的 DSH 插件,旨在优化智能体输出路线图、时间线等信息图表的工作流。该插件允许模型直接生成 `infographic` 代码块,并将其渐进渲染为可编辑的 AntV Infographic SVG,无需复制 DSL 或依赖外部工具。其核心能力包括支持约 200 个模板、本地编辑模式、导出 SVG/PNG 及复制源码。插件具备按需加载引擎、限制生成源大小及阻断危险资源等安全机制,并兼容 `fence-registry` 或 DOM 回退方案。安装简单,通过 `dsh plugin` 命令添加并重启即可,还可选装 S
Read MoreDeepSeek Harness Background:为 `dsh web` 提供自定义背景与玻璃面板
`HaoyueQin/deepseek-harness-background` 是一款为 DeepSeek Harness Web GUI 设计的 MIT 许可社区插件,旨在解决界面背景与可读性平衡问题。该插件支持上传本地 JPG、PNG、WebP、GIF 图片或使用 HTTP(S) 链接作为背景,并在设置面板提供实时预览。用户可精细调节背景不透明度、自动明暗适配的可读性遮罩、面板透明度、毛玻璃模糊半径及背景模糊效果,并选择覆盖或包含的适配模式。此外,插件提供第三方玻璃注册接口以扩展自定义面板,并为 dsh 0.1.2 及以上版本增强会话时间线滚动体验。本地图片经严格校验后存储于本地,插件以当
Read Moredsh-vision-mix:为 DSH 增加识图、图片追问与生图编辑能力
`dsh-vision-mix` 是 DeepSeek Harness 的视觉增强插件(MIT 许可证),旨在为仅支持文本模型的 Agent 提供视觉能力。该插件通过 `Mix` 模型入口,将文本模型、视觉模型及可选的图片生成 API 整合,实现图片识别、跨轮追问、截图分析及图片生成与编辑功能。其核心特性包括在“设置 → Vision Mix”中检测并声明 `image` 能力,支持通过 `OpenAI-compatible` API 进行 `vision_mix_image_generate`(生图)和 `vision_mix_image_edit`(基于会话内现有图片的编辑)。凭据由 DS
Read Moredsh-acp-enhanced:面向 Zed 等 ACP 编辑器的 DSH 增强 ACP 服务器
dsh-acp-enhanced 是面向 Zed 等 ACP 编辑器的 DeepSeek Harness(DSH)增强服务器,旨在将 DSH 的会话、权限、遥测及工具能力接入 ACP 通道。其核心功能包括文本与推理过程的流式输出、完整遥测、多模态图像输入(无附件存储时自动降级)、模型切换、推理力度调整、权限预设、审批机制、Agent 预设管理,以及工具卡片、原生表单、计划面板等 Zed 集成特性。此外,支持会话恢复与归档、多根工作区、斜杠命令及 MCP 服务器扩展。安装时需通过 dsh 插件命令添加,并在 Zed 配置中注册脚本路径及环境变量,如指定提供商、模型和预设。该插件以当前进程权限运行
Read Moredsh-markdown-preview:在 DSH Web 中内联预览 produced files
dsh-markdown-preview 是一款用于 DeepSeek Harness Web 的社区插件(v0.3.0,MIT 协议),旨在优化智能体生成文件的预览体验。它通过拦截默认点击行为,支持在对话窗口内直接预览 Markdown、代码、图片及纯文本,无需打开原生应用或新标签页,显著降低了查看成本。 核心功能包括:使用 `markdown-it` 和 `highlight.js` 实现服务端高质量渲染与高亮;支持 40+ 代码扩展名及多种图片格式;提供全屏、复制、折叠等交互操作,并完美适配明暗主题。插件保留原有文件行体验,不影响其他功能。 安装需 DSH 版本不低于 0.1.0-rc.
Read Moredsh-balance:在 DSH Web 输入框下方状态栏展示供应商余额/用量
dsh-balance 是 GeekRicardo 维护的 DeepSeek Harness (DSH) web 插件,采用 MIT 许可。该插件旨在解决切换不同 AI 提供商后需手动查询余额的问题,通过在 DSH 输入框下方的状态栏实时展示当前提供商的余额或订阅用量。 其核心功能包括:自动识别当前提供商(基于 agentDefaultModel.currentSelection()),支持 DeepSeek、Kimi Coding、OpenCode Go、智谱 GLM、MiniMax、OpenRouter 及 OpenAI Codex 等主流提供商;采用 2 秒轮询机制更新界面,并设有 5
Read Moredsh-credits:DeepSeek Harness 额度插件
dsh-credits 是 DeepSeek Harness 的一个 Web 插件,由 Gaq152 维护(MIT 许可),旨在解决账户额度、单会话消耗及累计消耗的展示问题。该插件在 dsh web 输入框下方及右下角显示实时额度状态、模型计价估算、实时 TPS 及跨会话累计消耗。核心功能包括支持内置套餐、余额或自定义 HTTP 接口等多种额度来源,可按供应商独立配置,并兼容多账号(如 OpenCode Go)及峰谷计价。插件提供设置卡片以管理展示、阈值、单价及 YAML 导出,支持敏感凭证脱敏存储。安装需通过 dsh plugin 命令添加并重启服务,升级时需清理缓存。配置可即时生效或持久化
Read Moredsh-github-bridge:连接 DSH 与 GitHub 的插件
dsh-github-bridge 是一个连接 DSH/dwsh 与 GitHub 的 MIT 许可插件,旨在解决 API 请求散落及令牌管理不便的问题。其核心功能包括基于 OAuth 2.0 设备码流程的 GitHub 登录认证,以及一组覆盖仓库、Issues、Pull Requests、文件内容和搜索的 `github_*` 工具。令牌由 DSH 凭据服务存储,模型不可见,确保安全性。 安装需在本地目录执行 `dsh plugin --profile web add .` 并重启 DSH。配置前需准备 GitHub OAuth App,必须启用 Device Flow 并建议关闭令牌过期选
Read Moredsh-desktop-shortcut:为 DSH Web 提供 Windows 桌面快捷方式
`dsh-desktop-shortcut` 是由 `fuyue521` 维护的 DeepSeek Harness(DSH)Web 插件,旨在简化 Windows 用户访问本地 DSH Web 的流程。该插件通过创建桌面快捷方式,实现双击即可启动 `dsh web` 服务并自动打开浏览器,解决了手动输入命令和 URL 的繁琐操作。 核心功能包括:一键生成可定制的桌面快捷方式(支持名称、图标、启动参数及浏览器选择,如 Edge/Chrome);在 Web UI 中集成可拖拽的浮动刷新按钮,具备加载动画、成功反馈,并在 AI 回复期间自动禁用并显示红色提示,避免干扰。 安装前需确保 Windows
Read Moredsh-chat-tools:DSH Web 客户端的对话布局、提问历史与 Markdown 大纲
dsh-chat-tools 是 DSH Web 客户端插件(v0.1.0, MIT),旨在优化长对话阅读效率。其核心功能包括:1)右上角控件支持按百分比调节对话列宽度及居中/靠左布局,设置自动本地保存;2)提问历史菜单带序号,支持通过按钮或快捷键(Ctrl+↑/↓)快速跳转,记录按会话 ID 持久化,未加载内容点击后分页加载;3)为 Markdown 标题生成大纲横条,覆盖对话区及 better-sidebar 文件预览区,鼠标悬停显示完整大纲,点击可定位标题。安装需手动执行 `dsh plugin --profile web add dsh-chat-tools`,在 `cordis.pa
Read Moredsh-sticky-notes:DSH 工作区便签插件
`dsh-sticky-notes` 是一款由 `flyhigao` 维护的 DSH Web 轻量插件,采用 MIT 许可证。该插件旨在让用户在工作区中快速记录临时笔记或待办事项,支持 DSH `0.1.0-rc.6` 及更高版本。其核心功能包括在会话头部提供快捷入口,支持多便签的新建、编辑、保存和删除,并允许用户在工作区间切换。界面语言跟随 DSH 设置,支持中英文,且在切换或关闭前会自动保存内容。数据以 Markdown 文件形式存储于工作区的 `dsh-notes/` 目录下,便于直接用编辑器维护,无额外索引依赖。安装可通过 GitHub 命令执行,安装后重启 `dsh web` 即可使
Read MoreDeepJIT:为 DSH 把重复 agent 工作流编译为可复用技能与流程
DeepJIT 是 fly3366 维护的 DSH(deepseek-harness)插件,旨在将智能体执行中重复出现的工作流转化为可复用资产。它通过监控 agent 执行 traces,挖掘高频的“hot workflows”,并利用 LLM 将其编译为 markdown skills 或 flow 步骤模板。这些产物支持热加载到运行中的 DSH 实例,无需重启即可生效。插件提供完整的编译式生命周期管理,包括 AOT 校验、层级提升、降级(deoptimization)和垃圾回收(GC),同时记录 metrics 并输出 GenAI semantic-convention spans 以监控
Read Moredsh-mcp-manager:在 DSH 设置页管理 MCP 服务器
`@fishlikewater/dsh-mcp-manager` 是 DSH 的一个 MCP 服务器管理插件,旨在简化配置维护、状态判断及密钥管理。它允许用户在 DSH 设置页直接对 MCP 服务器进行新增、编辑、删除及启停操作,配置持久化至 `settings.yaml` 的 `mcp` 命名空间。核心功能包括支持 `stdio` 和 `streamable-http` 传输方式,实时展示连接状态(如重连中、失败等),通过 `rev` 修订号实现并发保存保护以避免多窗口覆盖,并支持 `env`/`cred` 密钥引用。插件要求 Node >=18,依赖 `@deepseek-ai/dsh-m
Read Morefenxin-fx/dsh-default-workspace-plugin:新会话不必先选工作区
dsh-default-workspace 是社区维护的 DSH 插件,旨在简化新会话启动流程。针对全新用户需手动选择工作区才能对话的问题,该插件通过自动准备默认工作区或提供“不在工作区中对话”入口来减少前置步骤。其核心功能包括:首次启动时自动创建并注册位于 `<DSH_HOME>/workspaces/default` 的默认工作区;在工作区选择器中新增无工作区会话选项,该会话工作目录回退至 host 的 `process.cwd()` 并显示为未分组。插件设计遵循零依赖、幂等、非致命错误及零足迹原则,已有工作区时默认不干预,除非配置 `always: true`。支持通过配置项或环境变量
Read MoreFectivnfy112357/github-explore:gh CLI 的 GitHub 发现与管理封装
Fectivnfy112357/github-explore 是一个面向 AI 编码智能体的 DSH 插件,基于 gh CLI 封装 GitHub 仓库发现与管理功能。它不新增 CLI 入口,而是围绕 gh search 和 gh repo view 提供多轴探索、相关度评分、智能默认过滤(如去重、排除 fork/archive)及分层 Markdown 摘要输出。插件支持 --schema 参数以生成机器可读的 JSON 结构,适用于 find_repos、explore 和 repo_summary 等脚本。 安装时需确保环境具备 Python 3.10+ 及已认证的 gh CLI,通过
Read Moredsh-prompt:DeepSeek Harness 的 Prompt 模板插件
dsh-prompt 是专为 DeepSeek Harness (DSH) Web 客户端设计的提示词(Prompt)管理插件,旨在解决对话中频繁手写或复制粘贴固定结构提示词的痛点。该插件通过 DSH 官方 bundle 机制实现零配置接入,支持 MIT 许可证,当前版本为 0.1.6。 核心功能包括内置 24 条深度提示词模板、自定义模板管理,以及三种便捷的调用入口:界面 Prompt 按钮、`/prompt` 命令触发源和智能推荐悬浮卡。用户选中模板后,内容会自动插入当前对话输入框,允许在发送前进行二次编辑和上下文补充,从而提升操作效率。 安装需依赖 DSH CLI,通过 `dsh plu
Read Moredsh-chinese-skill-patch:让 DSH 支持中文技能名
dsh-chinese-skill-patch 是一个由 FeatherHunter 维护的 DeepSeek Harness(DSH)插件,旨在解决中文技能名无法被发现、校验及调用的问题。该插件无需修改 DSH 源码或 SKILL.md 文件,即可让“私家大厨”等中文技能在 `/` 补全、斜杠手势及模型侧 `skill()` 调用中正常工作。 核心能力包括:支持中文技能名的发现与调用,实现 `/私` 补全及 `/私家大厨` 直达注入,兼容模型侧中文名称调用;同时处理 BOM 导致的解析失败及折叠语法兼容。插件提供 `_chinese_skill_patch_list` 工具查看加载状态,并自
Read Moredsh-plugin-studio:DSH Web 设置页的插件管理与插件市场
dsh-plugin-studio 是面向 DSH 0.1.0 web profile 的插件管理工具,旨在将插件的安装、启停、卸载及查找操作从命令行迁移至 Web 设置页。该工具按官方和社区分组展示已安装插件,内置 129 个包的中西文描述库,支持插件详情查看、一键启停(写入用户补丁层并热重载)及社区插件卸载。此外,它集成基于 GitHub 的插件市场,提供高收藏与增长最快榜单,支持搜索及一键安装启用。用户需通过 npm 或本地仓库安装该包,并重启服务后即可在设置页中使用。该工具仅允许环回地址访问,受保护插件禁止操作,且要求使用 pnpm 以确保安全。适用于需在 Web 界面高效维护多插件场
Read Moredsh-a2a-agent:把 DSH 智能体暴露为 A2A 兼容 Agent
`dsh-a2a-agent` 是面向 DeepSeek Harness (DSH) 插件环境的组件,用于将 DSH 智能体转换为 A2A 兼容 Agent。它提供 Agent Card 自动发现、JSON-RPC 2.0 端点及大模型驱动的对话回复,支持 `message/send`、`tasks/get` 等标准方法。该组件以 npm 包或动态插件形式存在,要求 Node.js >= 20,复用宿主 webServer 并支持 CORS。若启用流式配置,可通过 SSE 返回事件流;模型失败时自动降级为确定性回显。数据仅存于进程内存,停止即清空。适用场景包括接入外部 A2A 客户端、统一发现
Read Moredsh-session-folders:为 DSH Web 侧栏增加一层会话文件夹
dsh-session-folders 是 DSH 客户端插件,旨在优化 Web 侧栏会话管理。它通过引入一层命名文件夹,解决多会话工作区的分组、移动、归档及查找问题,同时保留内置浏览器的运行状态徽章。核心功能包括:支持文件夹的创建、重命名、删除及拖拽排序;允许通过拖拽或右键菜单移动会话、即时新建文件夹、内联重命名及自动命名;提供会话固定(Pin)功能以保持顶部显示;支持快速归档与恢复,并通过 Recent 区域快速访问最近会话。此外,插件支持双语 UI、会话搜索及折叠状态记忆。数据持久化方面,文件夹结构及会话状态保存于 DSH 服务端,视图状态存于浏览器 localStorage,且所有操作
Read Moredsh-tiered-approval:DeepSeek Harness 的分级自动审查插件
`dsh-tiered-approval`是专为DeepSeek Harness(DSH)设计的分级自动审查插件,旨在解决工具调用审批中“全确认”效率低与“全放权”风险高的两难困境。该插件采用MIT许可,通过三层裁决机制替代简单的二进制审批:首先利用静态规则安全网,直接拦截递归删除、格式化等不可逆高危操作;其次由LLM审查员判断调用是否符合用户意图,输出允许、拒绝或询问指令;最后对拿不准的调用进行人工兜底确认。插件支持配置`autoApproveAligned`以在意图高度对齐时免弹窗,以及`alignDeny`允许特定高危操作降级为人工确认。审查强度随DSH访问模式(如只读、工作区写)自动调
Read Moredsh-opencode-go-provider:DSH rc.6 的 OpenCode Go provider 插件
`dsh-opencode-go-provider` 是 `edynasty` 维护的 MIT 许可插件,专为 DeepSeek Harness(DSH)`rc.6` 设计。它提供 `opencode-go` 模型路由、Web Connect 设置卡片、stale-while-revalidate 模型目录及安全诊断命令。该插件未发布至 npm,需通过固定 commit 的 Git 依赖方式安装到 DSH `web` profile。运行环境要求 Node.js `^22.19.0 || >=24.0.0`、pnpm `11.7.0` 及有效的 OpenCode Go API key,后者仅通
Read Moredsh-smart-restart:DSH 重启后自动唤醒主 agent
DSH 插件 `edusrez/dsh-smart-restart`(v0.5.1,MIT 协议)旨在解决服务重启后主 agent 不知情导致工作中断的问题。它通过检测进程 PID 变化识别重启,并在启动时向 agent 发送 Smart-restart 通知以恢复任务。 核心功能包括: 1. **重启检测与通知**:通过 `marker.json` 比较 PID,计算宕机时间,并利用 `agent/session-start` 钩子发送通知。 2. **智能投递优先级**:按 `pending-notice.json` > `shutdown-notice.json` > 默认目标的顺序处理
Read Moredsh-better-chat-history:DeepSeek Harness 会话 I/O 优化插件
dsh-better-chat-history 是面向 DeepSeek Harness (dsh) 的会话 I/O 优化插件,由 echo-xianyu 维护,遵循 MIT 协议。该插件基于“一切皆插件”理念,通过读路径缓存与写合并优化聊天记录加载,无需修改 DSH 本体,要求 dsh 版本至少为 0.1.0-rc.6。 其核心功能包括三级读路径缓存:对 inspect 实施 LRU 缓存与并发去重;readFrom 命中时直接内存截取,避免磁盘 IO;list 操作启用短时缓存以减少全盘扫描。插件还内置会话预热器,后台预加载活跃会话,并监听事件实现精确缓存失效,确保只读缓存语义下不产生错误
Read Moredsh-plugin-wechat-official:DeepSeek Harness 微信 ClawBot 渠道插件
dsh-plugin-wechat-official 是 DeepSeek Harness (DSH) 的微信官方渠道插件,旨在解决个人微信接入 DSH Agent 的合规与安全需求。该插件基于腾讯官方开放的微信 ClawBot 插件功能(iLink 协议)实现,摒弃了逆向协议、Hook 或网页自动化等高风险方式,且无需维护公网回调服务、域名或端口映射。 核心功能包括:支持扫码登录、长轮询消息接收与发送;每个微信用户拥有独立会话并支持历史持久化;具备“正在输入”状态显示;支持约 24 小时有效期的自动重连与到期提醒;提供 open、allowlist、disabled 三种访问控制模式;支持语
Read Moredsh-rollback-withdraw:DeepSeek Harness Web 的消息撤回与工作区回滚
dsh-rollback-withdraw 是 DSH web-profile 插件,旨在简化智能体开发中的代码与会话回滚操作。它允许用户在回合边界通过一键撤回,同时恢复工作区代码并将会话分叉至该点之前。插件支持 Git 模式和文件快照模式自动切换,默认在 Git 仓库中提交检查点,否则使用硬链接快照。 安装需 Node >= 20,当前优先支持 Windows(依赖 robocopy 和 PowerShell)。启用后,用户在消息旁点击 undo 图标并二次确认即可执行回滚。该功能适合在本地单人使用时快速修正多轮修改中的错误。 需注意,回滚仅限回合边界,插件安装前的消息无快照;Git 模式下
Read Moreduyanta123/dsh-data-insight:DSH 数据洞察技能插件
`duyanta123/dsh-data-insight` 是一款基于 DSH 生态的数据洞察技能插件,旨在将 CSV、粘贴表格、SQL 结果或 DuckDB 数据转化为包含业务结论、指标和图表的结构化 Markdown 报告。该插件采用纯指令型实现,零依赖、零构建,通过 LLM 驱动宿主工具完成计算。其核心功能涵盖五种数据源支持及“输入受理、数据探查、指标计算、图表呈现、报告产出”的五阶段流水线,提供汇总统计、同环比、TopN 及异常值检测等指标,并支持 Markdown、Mermaid 及 ASCII 三种图表呈现方式。用户可通过 `dsh plugin` 命令安装并在会话中直接触发分析。
Read MoreDeepSeek Harness 插件:duntansen/dsh-update-checker
DSH Update Checker 是一款由 duntansen 开发、基于 MIT 协议的 DeepSeek Harness Web 插件,旨在解决本地 DSH 版本滞后于 npm 最新版本的问题。该插件将版本检查与更新操作集成至 DSH 设置页,实现了对分散在终端中操作的集中化管理。 其核心功能包括:自动读取本地版本并与 npm registry 的 latest 和 next 标签对比,支持语义化版本及预发布段识别;在发现新版本时提供一键更新入口,执行 `npx` 命令并实时展示安装进度;展示最近 8 个版本的发布历史及当前版本状态;在页面打开期间每 6 小时自动复检,并通过浏览器通知
Read Moredsh-conversation-rewind:DSH Web 的同 Session 分支与历史消息编辑
dsh-conversation-rewind 是一个 DSH Web 插件,旨在解决修改历史用户消息后重新生成 AI 回复的需求,同时保持会话连续性。该插件在同 Session 内创建 Append-only 对话分支,避免创建新子 Session 或丢失原路径。 核心功能包括: 1. **内联编辑**:用户可直接修改已完成会话中的特定消息,确认后会话分支并重新生成回复。 2. **分支树浏览**:提供可视化 Branches 树,支持只读浏览不同分支路径,不触发模型调用或写入操作。 3. **安全机制**:保持持久事件日志 Append-only,通过 replacement marker
Read Moreskillx:DeepSeek Harness 的外部 Skill 安全采用插件
skillx 是面向 AI Agent 的安全元 Skill 及 DeepSeek Harness 插件,旨在规范外部 Skill 的发现、评估与安全采用流程。它要求 Agent 在执行任务时,先判断是否需要外部辅助,优先检查本地资源,随后按渠道优先级搜索候选项。通过只读方式获取并横向比较候选 Skill 的匹配度,识别提示注入等安全及信任风险。若存在中高风险或危险信号,必须请求用户确认;默认仅临时参考使用,永久安装需遵循更严格的流程。 该插件支持通过 `dsh plugin --profile web add` 命令安装(包名为 `dsh-skillx`),卸载使用 `remove` 命令。
Read Moredsh-windows-readiness-proof:托管 Windows 主机的 readiness 证据校验
`dsh-windows-readiness-proof` 是一个 MIT 许可的 DSH 插件(要求 Node.js >= 22),用于验证已净化且 SHA-256 固定的 Windows 主机观测证据是否满足 DeepSeek Harness 的前置条件。该插件定位为证据验证器,不采集数据也不执行修复,而是对现有证据进行确定性校验并生成审计 artifact。 核心功能包括 `inspect`(查看状态)和 `verify`(执行校验并输出结果)两个 CLI 入口,以及对应的 DSH/MCP 工具。插件采用“Fail closed”策略,对缺失、过期、格式错误、疑似敏感信息或策略不匹配等证
Read Moredsh-terminal:DeepSeek Harness 的持久化终端模式
dsh-terminal 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,由 dongsheng123132 维护,要求 Node.js 22+ 环境。该插件旨在为 DSH 提供持久化交互式终端模式,使开发者能像在会话式 CLI 中一样连续使用 DSH。其核心功能包括在多次提示间保持同一个 Agent 和 Session,复用 DSH 的模型、工具及权限设置。 使用时,普通文本输入会在同一会话中继续对话;通过 `/new`、`/exit`(或 `/quit`)可新建会话或退出终端,`/help` 用于查看命令列表,其他斜杠命令则直接分发给 DSH 处理。用户可通过
Read Moredsh-surface-contract-proof:为 DSH 记录表面固定语义契约
dsh-surface-contract-proof 是一款 MIT 许可的 DSH 插件,用于验证 DSH ToolRuntime、MCP JSON-RPC 和 CLI JSON 三类机器通信表面是否遵循固定的语义契约。该插件基于显式 SHA-256 固定的 JSON fixtures,通过计算规范摘要(canonical digest)进行一致性比对,避免直接重放请求带来的副作用或凭据风险。核心功能包括 `inspect`(生成基线摘要)和 `verify`(验证当前状态),提供 DSH 工具及 MCP 别名。插件采用 fail-closed 策略,在数据缺失、过期或格式错误时拒绝通过,且
Read MoreOLEDCare:DeepSeek Harness 的 OLED 防烧屏插件
OLEDCare 是专为 DeepSeek Harness (DSH) Web GUI 开发的开源插件,旨在解决 OLED 屏幕在长智能体会话中因深色背景和高亮文字长时间静止导致的累积磨损问题。该插件在不改变原有操作习惯的前提下,通过调暗界面像素亮度来保护屏幕。 其核心功能包括提供真黑全屏屏保的 Nap 模式、将深色主题背景设为纯黑、降低静态边框亮度、基于 Gamma 感知对文字和亮色元素进行调暗,以及根据空闲或焦点状态实施阶梯式调暗。此外,它还支持色相随时间旋转漂移,并允许用户自定义各项参数。设置通过浏览器 localStorage 保存,若不可用则回退至内存。 安装需满足 Node.js
Read Moreseekmaid-pet:DSH 自动启动的 Windows 桌宠
seekmaid-pet 是 DSH 生态下的 Windows 11 桌宠插件,用于将长时间运行的 DSH 会话状态可视化。它支持任务开始、完成、新消息及工具调用时的气泡提示,并允许用户向当前 DSH 会话双向发送消息。作为独立站点项目,它既可作为原生桌宠常驻系统托盘,也可作为 DSH 插件自动随 DSH 启动或关闭。主要特性包括无控制台窗口运行、单实例限制、开机自启支持以及零配置自动检测初始化。安装需在 Windows 侧具备 Python 3.10+、PySide6 及 Node.js 环境,并通过本地目录或 GitHub 链接安装插件。初始化需运行 setup_windows.bat 创
Read Moredsh-theme-cyberpunk:DeepSeek Harness Web 赛博朋克主题与本地音乐 HUD
dsh-theme-cyberpunk 是一个面向 DeepSeek Harness(dsh)Web 界面的赛博朋克主题插件,旨在优化本地使用体验。它通过旋转 RGB 色轮、霓虹光斑及 CRT 扫描线等特效营造霓虹氛围,并支持内置或自定义暗色背景图库,选择会被持久化。插件核心亮点是右上角可拖动、可收起的 HUD 界面,集成了一键切换“赛博/默认”外观的功能,以及一个功能完整的本地音乐播放器。播放器支持添加 mp3、flac、wav 等音频文件,具备播放/暂停、随机顺序、多种循环模式、进度拖动及音量调节功能,歌单与播放状态均支持持久化,但刷新页面后需手动恢复播放。安装需 Node.js 22+
Read Moreinterest-memory:为 DeepSeek Harness 增加跨会话长期记忆
interest-memory 是由 djasdh 维护的本地长期记忆服务,旨在解决 DeepSeek Harness (DSH) 会话间上下文不连续的问题。该服务基于 Go 语言开发,利用 SQLite-vec 向量索引实现本地存储与检索,支持完全离线运行。它通过 Cordis 插件 `@djasdh/interest-memory-dsh-bridge` 接入 DSH,在会话开始时自动召回相关记忆,结束时推送对话记录。核心功能包括带证据的记忆存储、三阶段验证(检查/声明/矛盾)、语义相似条目的自动合并、旧条目的取代标记以及基于图谱的查询可视化。系统提供 REST API 供多代理框架共享使
Read Moredsh-usage-cost:按会话逐轮计算 DeepSeek API 成本
`dsh-usage-cost` 是一款 DeepSeek Harness 插件,用于在 Web 端按会话逐轮实时计算 API 成本。该插件通过服务端投影 `usageTimeline` 记录每轮助手的 token 用量(包括未命中、输出、缓存读写)及时间戳,并在对话界面提供对话、工作区、今日及5小时四个维度的成本读数。其核心优势在于自动适配8月17日起的峰谷计价逻辑,根据时间戳切换费率;若旧会话缺失时间线数据,则回退至平峰价计算。插件采用官方 Bundle 形态,从 Git 仓库安装无需额外构建,只需执行安装命令、重启 Web 并刷新页面即可使用。用户可通过编辑 `lib/client.js
Read Moredsh-airdrop:把文件拖进 DSH,AI 就能读
dsh-airdrop 是一款 DSH 网页端插件,旨在解决文件上传难题。用户只需在 DSH 窗口拖入文件或文件夹,附件即可随消息发送,AI 自动读取内容。该插件支持任意格式附件,不限制文件类型,并提供浏览器内预览功能。文件仅存储于当前会话隔离的工作区,互不干扰。针对大文件,插件支持分块上传、断点续传及网关错误自动重试,单文件上限达 20 GiB。安装需 Node.js >=22,通过 `dsh plugin` 命令添加 `dsh-universal-attachments` 包并重启服务即可生效。出于安全考虑,推荐通过 SSH 隧道远程访问,避免直接暴露公网。使用时需注意空目录可能不被保留,
Read MoreDSH 个人工作台插件:@dely0/dsh-personal-workbench
@dely0/dsh-personal-workbench 是一款基于 DSH Web 的个人工作台插件,旨在整合日历、树状任务列表及 AI 助手,适合本地单用户场景。数据完全存储在本地 ~/.dsh/workbench 目录,API 仅限回环访问,确保安全且无云同步依赖。核心功能包括自然语言任务录入、AI 澄清与拆解、执行后的用户验收闭环、AI 复盘、智能排序、日报周报生成以及个人知识库与错题集沉淀。插件支持多种安装方式,包括通过 dsh 命令、npm 或直接挂载源码,安装后需重启服务并硬刷新页面。使用时需预先配置 DSH 模型凭证,AI 操作将真实消耗 Token。该插件仅支持单用户本地使
Read Moredsh-vision-skill:让 DSH 纯文本模型也能识图、OCR、定位目标
dsh-vision-skill 是 DSH 生态下的标准识图插件,由 DDDFXYqiming 开发并采用 MIT 授权。该插件旨在弥补纯文本模型无法直接处理图片的缺陷,通过注册原生 `vision` runtime skill,让文本模型能够调用本地工具实现图片识别、OCR、目标定位及主色分析等功能。 其核心工具包括:`vision_analyze`(支持通用、代码、证据等6种模式)、`vision_ocr`(保留排版的文字提取)、`vision_ground`(返回坐标的目标定位)、`vision_detect`(枚举按钮等元素)、`vision_dominant_colors`(本地算
Read Moredsh-layered-memory:DSH 跨会话长期记忆插件
dsh-layered-memory 是 DeepSeek Harness (DSH) 的跨会话长期记忆插件,采用 MIT 授权,旨在解决会话结束后上下文丢失问题。该插件将验证过的事实、任务经验和环境信息持久化存储于磁盘,支持跨会话检索。 核心功能包括 L1-L3 分层记忆、命名空间隔离、BM25 全文检索、内容去重及跨命名空间经验提升。插件提供 14 个记忆工具,如 `memory_write`(强制证据验证)、`memory_search`、`memory_index` 等,支持渐进式工具暴露。一致性维护依赖查重、手动更新及合并候选,系统不自动检测矛盾,且严禁物理丢弃已验证事实,仅允许压缩
Read Moredsh-annotation-patched:引用助手消息并逐条回应
dsh-annotation-patched 是一款面向 DSH Web 的浏览器端增强插件,由 DDDFXYqiming 维护,采用 MIT 许可证。该插件旨在解决手动复制粘贴助手回复进行追问时丢失上下文及定位不清的问题。其核心功能允许用户选中助手消息中的文字,通过点击“引用”按钮生成引用块并随消息发送。模型收到后,会按编号逐条回应,并附带可悬停展开的引用标记。插件采用显式单按钮制,支持自动清理旧引用块,并能同步多行输入时的引用标签位置。此外,它提供本地补丁重放工具,便于在升级基座时基于清单重放补丁以生成新的客户端文件。安装可通过 `dsh plugin` 命令从 GitHub 或本地目录添
Read Moredsh-web-search-searxng:把 DSH 的 web 搜索接到自托管 SearXNG
dsh-web-search-searxng 是一个为 DeepSeek Harness (DSH) web profile 提供的独立插件包,旨在让用户将 web_search 功能后端切换至自托管的 SearXNG 实例,从而摆脱对外部 API 的依赖。该插件基于 MIT 协议,采用纯 ESM 模块开发,无需构建步骤,通过简单的 `dsh plugin` 命令即可安装并自动激活。 配置方面,支持通过环境变量 `SEARXNG_BASE_URL`(默认 localhost:8888)、`SEARXNG_NUM_RESULTS` 和可选的 `SEARXNG_API_KEY` 进行设置,也可直接
Read Moredsh-plugin-md-outline:DSH 的 Markdown 大纲与结构检查插件
dsh-plugin-md-outline 是一个由 d-ouyang 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证及纯 ESM JavaScript 编写,无需构建步骤。它旨在自动化解决 Markdown 长文档的结构问题,通过添加 `md_outline` 工具,实现对文档标题树输出及结构问题的自动检查。 核心功能包括输出带行号的 H1-H6 嵌套标题树,检测标题层级跳级、重复标题、H1 唯一性问题以及未闭合的代码围栏。插件支持 `outline`、`lint` 和 `both` 三种模式,允许通过 `maxDepth` 限制大纲深度,并支持对目录进行递归扫
Read MoreDSH ExpMem:为 DeepSeek Harness 增加可检查的长期记忆插件
DSH ExpMem 是面向 DeepSeek Harness 的 MIT 许可社区插件,旨在解决长期个人记忆的本地存储与追溯问题。它将用户习惯、任务经验和工程洞察写入本地 JSON 文件,保留 DSH Session 作为原始逐字历史层,且不复制 Session 事件。该插件采用分层记忆架构,支持在上下文压力大时提示 Agent 保留持久知识,并基于相关性、近期性和重要性进行检索排序。其核心优势包括支持可审计的反思(引用支撑观察、可中断恢复)、维护候选至弃用的完整信任生命周期、以及导入 Claude Code 和 Codex 的 Markdown 记忆为带来源证据的候选记录。插件运行轻量,不
Read Moredsh-deepseek-balance-widget:在 dsh Web 侧边栏查看 AI 余额
dsh-deepseek-balance-widget 是一个由 crazy-L118 维护的 dsh Web 侧边栏插件,旨在集中显示 DeepSeek 和 MiMo(小米)的余额、今日消费及 Token 用量,并每 30 秒自动刷新。该插件基于 MIT 许可,要求 Node.js >=18,通过 dsh plugin 命令安装(建议指定版本 2.4.2),安装后需彻底重启 dsh web 服务。 核心功能包括侧边栏实时入口和详情弹窗。弹窗支持管理平台、切换视图、移除或添加新平台。DeepSeek 用户需配置 API Key,可选配置 Platform Token 以查看详细用量统计及繁忙时
Read Moredsh-interview:DeepSeek Harness Web 中的 AI 面试练习助手
dsh-interview 是运行在 DeepSeek Harness Web 中的本地优先 AI 面试练习助手,采用 MIT 开源协议。它将面试练习集成至 dsh web 工作流,支持“背八股”、“模拟面试”、“简历押题”、“场景题”及“力扣 Hot 100”五种模式。核心流程涵盖提问、作答、AI 评分点评、知识讲解及提供可直接表达的答案,并自动保存题目、回答及总结等数据,无需额外部署数据库。插件提供可视化工作台,支持对练习记录进行搜索、筛选、编辑及导出。用户需具备 Node.js 22.5+ 环境,通过 dsh 插件命令安装启用。该工具适合技术开发岗位求职者复习理论、准备面试及练习算法,数
Read Morecoder-wu/dsh-finance-data 插件说明
本文介绍 DSH 插件 `coder-wu/dsh-finance-data`,仅基于已核实信息。确认其仓库 Owner 为 `coder-wu`,GitHub 地址为 `https://github.com/coder-wu/dsh-finance-data`。由于 README 抓取失败且官方文档缺失,本文无法提供核心功能清单、安装命令、典型用法或适用场景等具体细节,也不确认其具备“增量收集金融数据”等功能。文章建议用户避免根据名称自行推测使用方式,在安装或启用该插件前,务必深入检查其源代码、许可证、依赖项及权限范围,以确保符合本地 `dsh` 环境要求并保障安全,防止安装来源不明或权限不
Read Moredsh-chat-tidy:为 DeepSeek Harness Web 对话页整理排版与表格
dsh-chat-tidy 是由 ChuanTianML 维护的 MIT 许可证纯样式插件,专为 DeepSeek Harness (DSH) Web 对话页优化版式。它通过调整字体、间距、标题、列表、分隔线、引用块及表格样式,将 Markdown 表格呈现为 DSH 原生组件效果,显著改善阅读观感。该插件不修改 DSH 的 Markdown 渲染、主题、工具调用、推理或会话行为,不发起网络请求,也不存储任何数据,确保模型输出和宿主数据安全。它支持内置亮色/暗色主题,并与 dsh-skin 兼容,但建议与 dsh-ux 等同类布局插件避免同时使用以防冲突。安装可通过 `dsh plugin -
Read Moredsh-roleplay:DeepSeek Harness 角色扮演、角色卡与图片生成插件
dsh-roleplay 是一个由 chinosk6 维护的 DeepSeek Harness (DSH) 插件,旨在将角色扮演、角色卡管理及图片生成能力整合至 DSH 的 web profile 中。该插件遵循 MIT 许可证,要求环境满足 dsh 0.1.0-rc.6+、Node 22.19+ 及 pnpm 9+。 核心功能包括:支持角色扮演式对话;提供交互式角色卡创作及酒馆兼容角色卡的生成与导入,支持从 RP-Hub 导入卡片;以及调用 NAI 官方接口、ai.erp.sex 三方接口或本地 Stable Diffusion WebUI 进行图片生成。 安装方式灵活,可通过 npm 或
Read Moredsh-web-auto-open:运行 dsh web 时自动打开浏览器
dsh-web-auto-open 是 DSH 的一款 Web 一键启动插件,旨在解决 `dsh web` 启动后需手动打开浏览器的问题。该插件在启动服务时自动调用系统默认浏览器(支持 Windows、macOS、Linux)访问 Web 界面,并能正确处理端口为 0 时系统随机分配真实端口的情况,确保打开正确的地址。安装简单,执行 `dsh plugin add dsh-web-auto-open` 后作为 profile bundle 自动生效,无需额外配置。用户可通过修改配置文件设置 `autoOpen: false` 关闭自动打开功能,或设置 `delayMs` 实现延迟打开。该插件通
Read Moredsh-llmwiki:DeepSeek Harness 的本地 Markdown 长期记忆插件
dsh-llmwiki 是由 chancelu 开发并维护的一个 DSH 插件,旨在解决智能体模型上下文窗口有限及长期记忆缺失的问题。它将本地 Markdown vault 作为 DeepSeek Harness 的长期记忆存储,通过向模型请求注入相关 Wiki 知识实现持续利用。该插件提供 `memory_search` 和 `memory_save` 工具,支持自动捕获每日会话至指定目录,并采用关键词、维基链接图及时间戳三种检索策略,结合 RRF 算法融合结果,在 token 预算内组装上下文。它具备 LRU + TTL 缓存机制,除 Node.js(需 22 及以上版本)外无其他运行时依
Read Moredsh-change-center:DSH 文件变更审查与回滚中心
dsh-change-center是DeepSeek Harness插件,定位为文件变更的统一管理中心。它捕获Agent产生的write、edit、bash结果,自动分组为变更会话,采用“捕获即登记”机制,建立before快照以支持回滚与恢复。核心功能包括状态管理(applied可回滚,rolled_back可恢复)、块级操作(应用、撤销或编辑单个hunk),以及支持统一、并排等模式的Diff视图和变更树。此外,插件提供AI审查、风险验证及后台任务支持。接入时,需将包加入profile的dsh.profile.bundles配置,并满足@deepseek-ai系列依赖。使用场景涵盖查看差异、审
Read Morecesaryike/dsh-image-to-path:让 DSH 纯文本模型对话也能拖图/贴图
cesaryike/dsh-image-to-path 是一个 DSH WebUI 插件,旨在解决纯文本模型无法直接处理图片附件的问题。该插件接管拖放或粘贴图片的操作,将图片保存到当前会话工作区,并将文件路径作为文本插入输入框,使纯文本模型能通过工具获取图片引用。它具备智能检测能力,支持图片的模型仍走原生附件通道,纯文本模型则采用路径化方案。核心特性包括内容寻址去重、10 MiB 上传限制、原子写及安全校验(如魔数校验、同源校验),且无远程请求。安装只需一条命令并重启 Web Profile 即可生效。用户可通过配置文件调整保存子目录、大小上限及未知模型拦截策略。该插件采用 MIT 许可证,由
Read Moredsh-fschannel:让 DeepSeek Harness Web 会话与飞书机器人双向通信
dsh-fschannel 是 DeepSeek Harness (DSH) 插件,利用飞书官方 WebSocket SDK 建立长连接,无需公网回调即可桥接 DSH Web 会话与飞书/Lark 聊天。该插件支持将 Web 会话与飞书聊天一对一持久化绑定,实现消息互通。核心功能包括:基于 SDK 的去重与串行消息投递、支持 Markdown 的流式卡片输出(无权限时自动回退普通消息)、结合视觉工具包的图片识别处理,以及向飞发送图片或文件。此外,插件提供飞书侧命令,支持通过指令或卡片按钮切换模型、调整思考强度、查看状态及停止任务。安装需 Node 22.19+、dsh CLI 及 pnpm,凭
Read Moredsh-openai-codex:为 DeepSeek Harness 接入 ChatGPT 订阅制 Codex 模型的实验性插件
`dsh-openai-codex` 是一款实验性、非官方维护(out-of-tree)的 DeepSeek Harness 插件,旨在将 pi-ai 的 `openai-codex` 模型独立集成到 DSH 中。它通过 DSH 公开的 `ctx.llm` 适配器接口注册模型,并使用独立的凭据文件管理 ChatGPT OAuth 登录,从而与 DSH 内置的 `llm-pi-ai` 设置完全隔离,且不修改已安装的 DSH 核心包。 该插件要求 Node.js `^22.19.0 || >=24` 及 DSH `0.1.0-rc.7`。用户需通过 `dsh plugin` 命令安装指定版本的 G
Read Moredsh-pet-shura:把 DSH 线程状态放到一个桌面宠物上
dsh-pet-shura是一款基于MIT协议的DeepSeek Harness (DSH) web动画桌面宠物插件,由brittanistrehlowll-oss维护。它通过SSE事件气泡、15秒刷新的线程概览及插件环,直观展示忙碌线程及其调用的工具,解决日志信息分散问题。核心功能包括基于v2精灵表的丰富动画(如行走、跳跃)、16方向鼠标跟随、随机动作及状态符号(思考、错误、等待等)。用户可双击宠物或右键打开线程状态卡查看详细信息,并通过设置面板调整大小、行为及位置。该插件零依赖,声明不干扰模型流量,数据仅存入浏览器localStorage,失败时自动移除以避免打扰宿主页面。安装需执行dsh
Read Morebpc-oss/chrome-faithful:DSH 插件,精确控制已登录 Chrome Profile
bpc-oss/chrome-faithful 是一款基于 MIT 许可证的 DSH 浏览器控制插件(版本 0.4.0,需 Node >= 22.12),旨在让智能体直接驱动真实、已登录的本地 Chrome profile,避免使用副本或调试端口带来的权限复杂化。该插件通过 MCP server、MV3 扩展及本地认证桥接实现功能,提供 38 个 MCP 工具。 其核心特性包括:基于 `metadata.profileName` 的精确多 Profile 路由,确保并发隔离且无 fallback 机制;Bridge 仅绑定 127.0.0.1 并强制使用 256-bit 密钥,限制扩展访问权限
Read Moredsh-session-lens:DeepSeek Harness 会话洞察与一键分享插件
dsh-session-lens是面向DeepSeek Harness(DSH)的会话洞察与分享插件,旨在解决原始事件繁杂、Token消耗不清及协作分享不便的问题。该插件要求Node 20+环境,支持DSH 0.1.0-rc.6及以上版本的Web Profile。 其核心功能包括:1. 会话内实时“洞察”视图,每5秒刷新,提供Token五段分解(输入、输出、缓存、思维链等)、按轮次分析时长与成本、工具调用统计及上下文压缩、审批、子Agent等活动监控;2. 一键导出自包含单文件HTML回放页,零JavaScript、零外部请求,支持中英双语,包含完整会话回放及工具结果。 在隐私与安全方面,插件
Read Moredsh-feishu-notifier:把 DeepSeek Harness 的关键交互事件推送到飞书
dsh-feishu-notifier 是由 blooming-fang 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。它旨在解决智能体处于等待用户批准、回答提问、确认计划或对话轮次结束等状态时,用户因不在 Web 界面旁而错过事件的问题。该插件在触发上述关键交互事件时,自动向飞书机器人发送文本通知,并将对话结束时的完成、错误、取消或中断原因转换为可读文本。 使用需满足 DSH 0.1.0-rc.5 及以上版本和 Node.js 22.19+ 环境。支持从 npm 或 GitHub 安装,构建后提供 Node/Cordis Loader 和 Web 浏览器两个入
Read Moredsh-soundscape:DeepSeek Harness Web UI 的会话音效插件
dsh-soundscape 是 Blaczz 维护的 DeepSeek Harness Web UI 社区插件(MIT 协议),旨在通过 WebAudio 合成音效增强会话状态反馈,避免仅依赖文字提示的局限。该插件在回合开始、成功完成(可配彩带)、出错中断及等待用户审批时播放特定合成音效,并支持可选的会话问候音和流式输出环境音。其核心优势在于零音频文件、零网络请求及零核心代码修改,采用纯振荡器合成技术。插件提供独立的设置命名空间,支持保存主开关、音量及逐个音效的偏好,并保留配置跨重启功能。此外,它向其他客户端插件开放 `ctx.soundscape` 服务,允许调用 `play`、`cele
Read Moredsh-dir-tree:DSH web 会话的浮窗工作区目录树
dsh-dir-tree 是 DeepSeek Harness (DSH) web 客户端的浮窗目录树插件,旨在解决手动输入文件路径易出错的问题。该插件在界面右下角展示当前会话的工作区目录,支持懒加载展开子目录、搜索过滤文件名、文件类型图标显示及目录高亮。用户可单击选中、双击复制路径,或直接将文件/文件夹拖拽至对话框自动填入完整路径,且目录树能随工作区或会话切换自动跟随,位置可拖动。安装时,用户需先准备 DSH web 环境,通过 `dsh plugin add` 从 npm 或 git 仓库安装插件,git 安装需配置构建授权,最后启动 `dsh web` 即可使用。该插件由 bentong
Read Moredsh-claude-marketplace:把 Claude Code 资产加载为 DSH Skills
`ben7am1n/dsh-claude-marketplace` 是为 DeepSeek Harness (DSH) 提供的 Claude Code 兼容层插件,旨在让 DSH 直接复用项目 `.claude` 目录或 Claude Code 市场中的 skills、commands 和 agents,无需维护单独的调用方式。该插件通过 `cc_scan`、`cc_marketplace_add` 等工具入口,从本地路径、GitHub、URL 等多种来源加载组件,并将其注册为带有 `cc-` 前缀的原生 DSH skills。安装时需通过 `dsh plugin` 命令添加,支持配置缓存目录
Read More@beihaizb/dsh-notebook:为 DSH 提供 Agent 可控的有状态 Jupyter 工作区
`beihzb/dsh-notebook` 是专为 DeepSeek Harness (DSH) 设计的 MIT 许可插件,旨在让智能体操作有状态的 Jupyter 工作区。该插件提供持久 `ipykernel` 运行时,支持智能体通过 `nb_get`、`nb_edit_cell`、`nb_run_cell` 等工具读取、编辑和执行单元格,并能查看运行时变量与结构化错误信息。核心功能包括基于版本快照的安全编辑与回滚机制、长输出保护(自动摘要并存档完整日志),以及支持队列、中断和重启的 VS Code 对齐式 UI。插件确保每个 DSH 会话拥有独立的内核与目录,防止状态泄漏,并具备进程自动清
Read Moredsh-code-impact:面向 DeepSeek Harness 的只读 TypeScript/JavaScript 变更影响分析
dsh-code-impact 是 DeepSeek Harness 社区推出的独立只读插件,专为 TypeScript/JavaScript Git 变更提供影响分析。该插件由 baidd1011 维护,基于 MIT 许可证,当前版本为 0.2.0。它通过临时构建反向模块依赖图,输出变更声明、受影响文件、传播路径、证据位置及排序后的测试候选,但不替代测试执行,也不维护长期索引。 插件支持 workspace、staged 和 refs 三种比较模式,利用 TypeScript Compiler API 解析多种文件类型及项目配置(如 tsconfig.json、路径别名等),并通过 Sche
Read Moredsh-ocgo-usage:在 DeepSeek Harness Web 侧边栏显示 OpenCode Go 用量
dsh-ocgo-usage 是 DSH Web 的一款 MIT 许可证插件,旨在解决查看 OpenCode Go 用量需切换外部界面的问题。它在侧边栏左下角显示常驻角标,直观呈现本月剩余用量百分比及状态颜色(橙色代表低余量,红色代表耗尽)。悬停角标可展开明细卡片,展示滚动、本周、本月用量进度及重置时间。核心功能包括基于北京时间的高峰时段时间轴,高亮当前区间并提示距下一切换点时间。插件自动按顺序读取本地配置文件或环境变量中的 API key,无需额外配置,数据每 60 秒自动刷新。Host 端通过 Node ESM 注册路由代理用量接口,Client 端手写 Bundle 注册 UI 位置,跨
Read MoreAzzygoatcoder/agent-useful-skills:模块化 AI 科研/工程技能集合
Azzygoatcoder/agent-useful-skills 是一个基于 MIT 许可证的模块化 AI 科研与工程技能集合,旨在解决智能体开发者在论文阅读、制图、文档转换及安全审计等任务中难以跨项目复用的痛点。该工具兼容 Claude Code 和 DeepSeek Harness(DSH),将重复流程沉淀为可注册、可校验、可部署的技能模块。核心功能包括代码安全审计、论文工作流、Office 文档处理(如 Markdown 转 Word/PPT)、期刊级数据图绘制、只读磁盘分析及 Git 协作发布等。用户可通过 DSH 插件命令或链接方式安装,并依赖环境变量配置 API 密钥以调用识图、
Read Moredsh-download-progress:为 DeepSeek Harness 提供常驻下载进度面板
`dsh-download-progress` 是 DeepSeek Harness (DSH) 的下载管理插件,旨在解决多任务下载时进度难以区分的问题。该插件在右下角提供常驻悬浮面板,实时显示文件名、百分比、速度及剩余时间,支持多任务并发、历史记录保留(最多20条)及文件定位,并具备面板拖动与缩放功能。下载功能支持断点续传、HTTP 重定向、GitHub 镜像加速及 aria2 多线程下载(16 连接),任务状态写入 JSON 文件以供面板读取。安装分为动态(临时)和固化(重启自动加载)两种模式,推荐长期使用固化模式,需复制插件包至指定目录并配置 `cordis.patch.yml`。典型用
Read More@az7627/dsh-token-usage:DeepSeek Harness 插件,在 Web 对话视图统计 token 用量
`@az7627/dsh-token-usage` 是一个用于 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在通过 Web 对话视图提供精细化的 Token 用量统计。该插件以独立包形式存在,核心功能是在会话头提供“用量统计”入口,打开右侧抽屉展示基于 ECharts 的分时段堆叠柱状图。它支持对当前、多选或全部历史对话进行统计,时间粒度可选 15 分钟、1 小时或 1 天,范围涵盖近 7 天、30 天或全部历史。数据展示将用量精确分为缓存输入、输入(含缓存写入)和输出三类,并支持精确到个位的总计及每对话明细查看。数据源来自会话日志重放,历史数据亦可查看。用户可通过
Read Moredsh-conversation-cost:在 DSH 对话底部显示 DeepSeek 用量费用
dsh-conversation-cost 是 DSH Web 的一款 MIT 许可插件,旨在解决 DeepSeek 对话费用核算复杂的问题。它实时在对话底部统计行显示人民币和美元双币费用,无需手动对照表价拆分。核心功能包括逐请求精准计费,能处理混合模型、缓存命中(区分命中与未命中输入)以及峰谷时段(平价、高峰、空闲)定价。插件支持从 GitHub 或本地目录安装,升级时需覆盖安装并重启。当费用账本未就绪时,会显示带“≈”标记的近似值;未知模型则不计价并提示。该工具适合需要快速核对复杂会话费用的开发者,但需注意官方价格可能变动,且插件非官方应用商店产品。
Read Moredsh-lark-web-auth:DeepSeek Harness Web GUI 的飞书登录与多用户 session 隔离
`dsh-lark-web-auth` 是 DeepSeek Harness 的社区插件,旨在解决 Web GUI 多用户访问时的身份认证与数据隔离问题。该插件通过飞书 OAuth 实现登录,利用 `open_id` 确保每个用户只能查看、访问和修改自己的 `session`,非所有者请求统一返回 404,从而保护隐私。 其核心特性包括:通过中间件校验 Cookie 实现 HTTP 层隔离,在 RPC 和列表层进行权限过滤;使用 SQLite 持久化登录状态,确保进程重启不掉线;零前端源码修改,通过 API 注入 UI;支持存量 `session` 的自动回填归属。安装需配置飞书应用凭证及 C
Read Moredshp:把 DSH profile 变成可列、可复制、可分享的文件
dshp 是用于管理 DeepSeek Harness (DSH) profiles 的命令行工具及插件,旨在解决 DSH 本身在 profile 管理上的不足。它支持列出本机 profiles 及其资源占用,查看详细的 bundle 加载顺序、plugins 和 patch,并实现 profile 的创建、克隆(保留 node_modules)、导出为单文件、导入重建、差异对比及删除。该工具基于 Node 18+,兼容 dsh 0.1.0-rc.5,采用 MIT 许可证。用户可通过 `npx` 作为 CLI 使用,或作为插件安装。典型流程包括:使用 `ls` 查看现状,`clone` 创建实
Read Moredsh-plan-first-dev:开发前自动进入 plan mode 的 DSH 插件
`dsh-plan-first-dev` 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在将“先方案、后实现”确立为代码开发任务的默认行为。该插件通过 profile 层安装,监听会话创建事件,若为新会话则自动开启 plan mode,同时保留用户手动关闭模式的权限。在开发任务中,它强制模型先提交包含架构、改动文件、API 变更及测试标准的完整方案,经用户通过 `exit_plan_mode` 批准后始得实施。针对写作、数据分析等非开发任务,插件注册了 `no_plan_required` 工具,模型判断任务类型后可直接退出 plan mode 执行,无需方案审
Read Moredsh-eval-regression:面向 DeepSeek Harness 的确定性输出回归插件
`aryswisnu/dsh-eval-regression` 是 DeepSeek Harness(DSH)的插件,提供确定性、CI 安全的黄金输出评估工具。它通过注册 `evaluate_golden_output` 工具,专门检查候选输出中是否包含必需的片段(required fragments)或禁止出现的片段(forbidden fragments)。该插件不评估语义正确性或模型质量,仅生成可重复的通过/失败证据。其核心功能包括片段级检查、输出包含总分及逐用例缺失/禁止片段的确定性报告,以及支持 JSON 套件输入、通过标准输出打印报告并依据结果返回不同退出码的 CLI 工具,便于在
Read MoreArtificialwhale/session-reader-plugin:在 DSH 会话内读取其他会话内容
Artificialwhale/session-reader-plugin 是 DSH 的一个只读插件,允许在当前会话中读取其他会话的上下文,包括用户/助手消息、工具调用结果、推理过程及原始事件流。该插件独立于官方,提供 `session_list` 和 `session_read` 核心功能,支持通过 `/sessions` 斜杠命令直接查询,无需模型回合。读取模式涵盖 `io`(默认消息交互)、`thinking`(推理分块)、`surface`(压缩后视图)和 `raw`(原始日志)。所有输出均设有截断保护以防污染上下文。插件纯 JS 实现,无原生依赖,基于 DSH 0.1.0-rc.6
Read Moredsh-turn-approval:为 DSH Web 审批卡片增加任务级授权
dsh-turn-approval 是 DeepSeek Harness (DSH) 的一个社区插件,旨在解决默认权限下重复审批高权限操作带来的操作成本问题。该插件为 DSH Web 的审批卡片新增“允许本次任务”按钮,允许用户在单个 `turn` 内临时放行特定类型的 `danger-full-access` 升级,授权随 `turn/end` 自动失效。 核心优势在于安全与便利的平衡:它不改变默认权限模型,也不开启全局 `full access`。授权仅保存在内存中,绑定特定的 `session` 和 `turn`,子代理不继承此授权,且仅自动放行明确匹配的 `danger-full-ac
Read MoreDSH 插件 @apodemakeles/dsh-token-dashboard:本地 token 用量热力图
`@apodemakeles/dsh-token-dashboard`是一款DSH Web GUI插件,用于将分散的本地会话Token消耗转化为可视化的每日及每周热力图面板。该插件独立于官方,基于MIT许可,要求Node 22.5.0及以上版本,目前仅通过GitHub分发。其核心机制采用Host-Worker架构:Host监听实时事件并发送数据增量,Worker负责将数据投影至本地SQLite数据库,并通过快照接口提供一致的数据视图。总Token量由输入、输出及缓存读取Token累加得出。用户可通过侧边栏“Token”入口查看用量,并使用CLI命令进行状态验证、数据重建或备份恢复。插件数据仅限
Read Moredsh-hotplug-engine:DSH 插件安装、启停、回滚与审计引擎
`dsh-hotplug-engine` 是由 AnothetLoice 开发的 DSH 插件管理执行层服务,旨在将插件的安装、卸载、启停、回滚及审计操作封装为统一的服务接口。该组件定位为执行引擎而非应用市场,支持 Node >=22.0.0 环境,适用于 DSH 0.1.1-rc.2 版本。 其核心能力包括提供 REST API(涵盖写操作与状态读取)、供宿主插件注入的服务实例,以及面向 Agent 会话的专用工具集。引擎通过修改 `cordis.patch.yml` 实现插件状态的即时变更或提示重启,并支持流式 YAML 操作。它严格遵循官方机制,不重写 HMR 或 loader 语义,以
Read Moredsh-plugin-sync:把 DeepSeek Harness 插件清单同步到 GitHub Gist
dsh-plugin-sync 是一款由 AngLi1997 维护的 MIT 许可 DSH 插件,旨在解决插件状态分散导致跨环境迁移困难的问题。该工具通过 GitHub Gist 实现插件清单的同步,将 profile 中的 package.json 依赖、dsh.profile.bundles 及 cordis.patch.yml 打包导出,并在目标环境自动导入、执行 pnpm install 以完成部署。其核心功能包括使用 GitHub OAuth 设备流便捷登录(仅需 gist 权限)、自动创建私有 Gist 以及导入后提示重启 Harness 生效。用户可通过 dsh plugin 命
Read Moredsh-notify-win:为 DeepSeek Harness 增加 Windows 原生通知
dsh-notify-win 是一款针对 DeepSeek Harness (DSH) 的 Windows 原生通知插件,旨在解决后台任务状态监控低效的问题。该插件由 Andyqwe44 开发,采用 MIT 许可证,通过 Fire-and-forget 机制在不注册额外服务或工具的情况下,为 DSH 提供即时提醒。 其核心能力覆盖三类关键场景:任务完成、上下文压缩完成及等待用户输入。具体功能包括在 Windows 10/11 右下角显示原生 Toast 通知、利用 FlashWindowEx 触发任务栏闪烁以提醒后台用户、点击通知可直接聚焦并切换至对应会话,以及在单选问题时提供原生下拉框和自定
Read Moredsh-ultramath:UltraMath 数学建模竞赛多 Agent 求解插件
dsh-ultramath 是面向数学建模竞赛的 DeepSeek Harness 多 Agent 求解插件,由 Andiii208 开发并采用 MIT 许可证。该插件通过原生 Agent 预设和技能包,将数模求解流程标准化为“读题、框架、推导、编码、验算、论文、审稿”七个阶段,解决了单轮提示词流程破碎的问题。 核心功能包括:提供 UltraMath 主控及数学家、工程师等四个单阶段角色预设;内置 33 篇模型库及论文模板,实现自包含安装,数据幂等同步至本地;设置严格的质量门禁,涵盖独立验算、审稿阻断项、盲评机制及学术诚信七类门控,任一违规即一票否决。此外,引入“数字冻结”机制确保论文数据与代
Read Moredsh-skill-manager:在 DSH 设置面板里管理 Skill
dsh-skill-manager 是一款由 AKS1st 维护的 DSH Web 插件,旨在解决 Skill 配置分散的问题,允许用户在浏览器设置面板中直接管理 Skill,无需频繁切换至文件系统。该插件将可见 Skill 分为 System、User、Workspace 和 Preset 四类,其中 System 和 Preset 为只读,User 和 Workspace 支持编辑与删除。 核心功能包括:在设置页按层级展示 Skill;查看目录文件树并编辑文件内容;通过 Zip 包导入 Skill 至用户目录或工作区;将任意 Skill(含只读)导出为 Zip;对可写 Skill 执行带双
Read Moredsh-guardian:DSH 任务防护插件
dsh-guardian 是 DeepSeek Harness (DSH) 的任务防护插件,旨在解决插件声明不全、任务循环、递归过深及重启中断会话等问题。该插件核心策略为“检测与引导”,绝不直接终止任务,而是通过注入 user/message 提示 Agent 调整方向,并记录事件日志。 其主要功能包括:1. 插件预检:静态分析代码,检查服务声明与用法的一致性,提供修复建议;2. 循环检测:监测同一工具调用的重复次数,超限则触发提示;3. 递归防护:限制子代理嵌套深度,防止无限递归;4. 中断感知:提供状态接口,返回运行状态、嵌套深度及安全重启标识(safeToRestart),协助判断重启时
Read MoreSidor_UI:DeepSeek Harness Web GUI 的星野主题皮肤
Sidor_UI 是专为 DeepSeek Harness Web GUI 设计的 SIDOR 星野主题皮肤仓库,旨在优化界面交互与功能扩展。其核心功能包括:提供星野主题视觉体验及开屏动画;集成余额徽章与低余额红色警告,提升状态可视化效果;在输入框附近提供“文档”路径附加功能,支持 agent 直接读取文件或文件夹路径;在设置页插件列表中注入带二次确认的“关闭/启用/卸载”按钮,简化插件管理流程。此外,该仓库设计了附属插件扩展位,支持多插件共存、侧边栏接入及余额数据复用,例如现有的 Sidor_box 插件。安装方式灵活多样,支持通过 DSH 助手自动安装、本地 PowerShell 脚本或
Read Moredsh-mcp-settings:在 DeepSeek Harness Web 设置中管理 MCP 服务器
dsh-mcp-settings 是一个针对 DeepSeek Harness (DSH) Web profile 的插件 bundle,旨在集中管理 MCP 服务器。它整合了设置驱动的服务器管理器、只读库存 Remote 和 Web 设置界面,允许用户在 Settings > MCP 中统一处理配置、启停及状态查看。 该 bundle 包含三个核心组件:manager 负责拥有 mcp.servers 配置、管理服务器生命周期并发布状态;inventory 暴露只读的 mcpInventory/list Remote;UI 提供 Form/JSON 编辑、启用切换、状态轮询及工具数量展示,支
Read Moremv-superds:DSH 极简 trajectory-anchor 插件
mv-superds 是一个由 aitingtingya 开发的极简 DSH 插件(MIT 许可),专注于 prompt-activation 和 trajectory-anchor,明确排除了 cognition protocol、任务路由及工作流编排等复杂功能。安装后,它自动提供标准、PTC 和创造三种模式,以及 `/mv-superds` 持久化命令。 其核心能力在于通过 Weak、Normal 或 Force 三种模式,独立控制 Pro 和 Flash 模型的首轮工具暴露范围及 epoch/DSH turn 生命周期。无论选择何种模式,首个 durable tool/call 发生后均
Read Moredsh-sound:DSH Web UI 的事件声音提醒插件
dsh-sound 是 DeepSeek Harness (DSH) 的 Web UI 插件,旨在通过声音提醒降低开发者对界面状态的依赖。该插件覆盖任务结束、审批请求、用户提问、计划审查、目标受阻及后台失败六类独立事件,支持为每类事件单独设置 0-100% 音量及声音源。声音来源包括内置合成音(如 Ding、Chime 等)、静音或本地 MP3/WAV 文件,本地文件存储于 IndexedDB 以节省配额。插件提供设置面板,支持配置总开关、事件细节及配置导入导出。在多标签页场景下,利用 BroadcastChannel 确保事件仅响铃一次,并在事件流不可用时回退到快照对比。安装需满足 DSH
Read Moredsh-models-dev-reasoning:给未配置的 DSH 模型补齐思考档位
dsh-models-dev-reasoning 是由 aerince 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。该插件旨在解决第三方或自定义模型在 llm-pi-ai 中缺失 reasoningEfforts 配置导致无法显示思考档位的问题。它通过从 models.dev 获取数据,为尚未设置该参数的模型自动补齐推理档位,确保模型选择器能正常显示,且不会覆盖已有配置。 插件工作流程为:等待设置可用后,优先读取 models.dev/api.json,失败则回退至 GitHub tarball;随后匹配 llm-pi-ai 下的模型并补写缺失档位,同时将目录
Read Moreacnlabs/dsh-plugin-acn:让 DSH 智能体加入 ACN
`acnlabs/dsh-plugin-acn` 是一款由 ACN Labs 发布的 MIT 许可 DSH 插件,旨在让 DeepSeek 智能体(Agent)接入 ACN 网络。它支持 Node.js 18+,通过提供 `acn_join`、`acn_agents_search`、`acn_message_send` 等工具,实现 Agent 的加入、发现、消息发送及收件箱查看功能,促进跨实例协作。该插件支持全球(`api.acnlabs.dev`)和中国(`acn.acnlabs.cn`)两个区域,但文档中关于默认区域的描述存在冲突,建议显式配置 `region` 或相关环境变量。安装需使
Read Moredsh-monitor:给 DeepSeek Harness 增加持续消息监视
dsh-monitor 是 AbnerAI 维护的 DeepSeek Harness(DSH)插件,基于 MIT 许可证。其核心功能是在 DSH 中实现类似 Claude Code Monitor 的能力,通过建立持续后台 watcher 监视消息源,并在有新内容到达时及时唤醒 agent,使其进入当前会话并触发后续处理。 插件提供 `monitor`、`monitor_list` 和 `monitor_stop` 三个工具,用于管理 watcher。它支持两类消息源:一是 `source: file`,监视 append-only NDJSON inbox 文件,当新行写入时触发唤醒;二是
Read Moredsh-msg-hub:把微信、QQ、飞书接入 DSH 的 IM 渠道桥插件
dsh-msg-hub 是 DSH 生态中的 IM 渠道桥插件,旨在将微信、QQ、飞书消息接入 DSH Agent 会话,解决日常消息分散的问题。该插件支持三大渠道的文本收发,微信通过模拟协议登录,QQ 和飞书则利用官方 API。其核心能力包括主动推送服务(支持直接发送文本或唤醒 Agent 执行任务)及远程监控(支持审批、状态推送及会话管理命令)。此外,插件具备微信长消息自动分段功能,并提供适配器注册表以扩展新渠道。 环境要求 Node.js ≥ 22.13,需在 Web Profile 中通过命令安装,自动注册配置。使用时需分别完成微信扫码登录及 QQ、飞书的凭证配置。需注意安全风险:微信
Read Moredsh-arcaea-theme:DeepSeek Harness Web UI 的原创高亮棱镜记忆主题
`dsh-arcaea-theme` 是 DeepSeek Harness Web UI 的主题插件,由 `a1swg1159-pixel` 维护,采用 MIT 许可。该插件旨在为 Web UI 提供原创的 high-key prismatic memory 视觉风格,仅通过 CSS 和内联 SVG 实现外观调整,不包含官方 Arcaea 或 lowiro 素材,且不替换聊天组件、修改会话数据或发起网络请求。插件嵌入 Exo 和 Noto Sans CJK SC 字体至 `dist/client.js`,启用时应用 `arcaea-light` 调色板,移除或禁用后可恢复原有主题偏好。安装需在
Read Moredsh-capability-index:为 DSH 任务型请求提供插件库预检
dsh-capability-index是DeepSeek Harness(dSH)的元插件,旨在解决多插件场景下工具利用率不可预期的问题。它通过三级合议机制(语义向量召回、规则词表过滤、冲突提示)在任务型请求触发时,自动向主会话注入Top-K插件提示块,并携带`use_when`/`not_for`能力说明。插件采用只读建议模式,不强制调用工具、不改写定义,最终决策权保留在模型侧。其核心功能包括通过`runtime-context`通道高效注入提示、利用本地轻量级模型(bge-small-zh-v1.5)进行异步语义匹配,以及设置`not_for`守门闸以过滤冲突候选。当前版本为v0.2,采
Read Moredsh-go:DSH Web GUI 的 OpenCode GO 套餐用量监控插件
dsh-go 是专为 DeepSeek Harness (DSH) Web GUI 设计的 OpenCode GO 套餐用量监控插件。它提供集中化的用量视图,核心功能包括:显示 5 小时、每周、每月三个维度的额度环形图,并在接近额度时变色警示;基于本机 DSH 会话日志聚合各模型的 Token 消耗与估算金额;展示官方 GO 价格表及近 30 天每日花费趋势;以及在对话输入框下方提供迷你条,悬浮可查看详情,点击即可刷新数据。 插件支持自动解析 API Key,具备主题自适应能力,并允许自定义后端参数。安装推荐通过 `dsh plugin` 命令直接添加 GitHub 源,也支持本地离线打包安装
Read MoreDSH Turn Status Phrases:让 DSH Web 轮次状态文字持续轮换
dsh-turn-status-phrases 是由 57ggfk 维护的 DSH Web 插件,旨在将模型或智能体工作期间的 `turnStatus` 状态文字替换为持续变化的自定义轮次状态短语。该插件支持插件扩展,采用 MIT 许可证,配置数据仅保存在浏览器本地,不上传网络。 核心功能包括动态短语轮换,时长按 UTF-8 字节数计算(每字节 100 毫秒,范围 1.8 至 8 秒),且避免重复显示同一句。内置“中国神话”和“Claude Code”两大词库,前者包含嫦娥奔月等神话故事,后者收录 187 条 CLI 状态词。设置页支持词库切换、暂停动态效果及查看词库内容。 安装需在插件目录执
Read Morechicheng-cron:DeepSeek Harness(dsh web)定时任务插件
chicheng-cron 是 DeepSeek Harness (dsh web) 的定时任务插件,旨在将系统 crontab 等外部调度任务整合至 dsh web 侧栏入口,实现任务的集中配置、执行、查看与通知。该插件支持 Shell、Python、Node.js 脚本以及 Skill 和 Agent 任务的定时执行,兼容标准 cron 表达式及多种预设周期,并使用本地时间计算。核心功能包括对接 chicheng-push 进行推送通知、将 Agent/Skill 会话归入“定时任务”工作区并支持自动归档、记录详细执行历史(状态、耗时、输出等)以及移动端适配。数据存储在本地 $DSH_HO
Read Moredsh-plain-plugin-menu:用大白话管理 DeepSeek Harness 插件
`dsh-plain-plugin-menu` 是由 4mForAI 开发的 DSH 社区插件,旨在解决插件名称难懂、分类不清及管理繁琐的问题。该插件通过 DSH Web UI 左侧栏底部的 `sidebar.footer.action` 入口集成,不替换官方侧边栏,提供“大白话”中文分类和搜索功能。核心能力包括在线读取社区插件清单(离线快照含 824 条)、展示 GitHub Star、维护时间、License 等公开指标,支持多维度搜索与排序。用户可直接在 Web 端调用 `dsh plugin` 命令安装、卸载插件,并查看当前 profile 的依赖运行状态。它支持中英文切换,网络失败时
Read Moredsh-md-annotator:在 DSH 侧边栏 Markdown 预览中批注并写入修改指令
`dsh-md-annotator` 是 DSH Web 插件,依赖 `dsh-better-sidebar`,用于在 Markdown 预览中逐项批注并生成结构化修改指令。它支持对标题、段落、列表等块或选中文本添加增、改、删批注,并标记优先级。插件提供可视化的批注清单面板,支持定位、批量管理及 JSON 导出备份。用户可将批注一键或批量发送为包含文件路径、行号及原文引用的结构化指令至会话输入框,便于模型执行修改。若文件重生成,插件会重匹配批注并标注变化。批注仅存于浏览器内存,重启或停用插件后清空。该插件接管 Markdown 侧边栏预览,提供源码编辑支持,但内置编辑模式不可用。需 Node
Read Moredsh-web-notification:DSH Web 的模型回复通知插件
dsh-web-notification 是一款面向 DeepSeek Harness (DSH) Web GUI 的 MIT 许可插件,旨在解决模型回复结束后状态提示不明显的问题。该插件的核心功能是在模型完成回复时触发系统级 Web 通知,通知标题为“🐳 Model Replied”,正文显示本轮用户消息或会话标题。它具备按轮次去重、支持多会话独立通知及自动请求通知权限等特性,且不注入可见 UI 元素。安装需通过 npx 命令指定 v0.1.0 版本压缩包至 web profile,重启服务后生效;开发者也可在本地构建后安装。该插件依赖浏览器通知权限,Safari 需用户手势触发,适合需要在
Read Moredsh-ui-thinking-title:把 DSH 并发会话状态显示在浏览器标签页标题
`dsh-ui-thinking-title` 是一个 DeepSeek Harness (DSH) web 客户端插件,旨在解决多会话并行运行时浏览器标签页状态难以区分的问题。该插件实时将各会话的状态表情拼接至标签页标题开头,无需进入会话即可查看状态:当思维链正在流式输出时,根据尾部内容匹配特定表情;工具执行时显示 ⚙️;无法获取思维链时显示默认 🤔。 插件支持多会话独立计算,并提供设置页以调整启用状态、自定义表情、后缀长度、检测频率等参数,支持配置的导入导出及默认匹配表自动升级。它无第三方运行时依赖,可通过 DSH 客户端自动识别加载。安装方式包括运行时注入(免重启)或写入 profile
Read Moredsh-rewind:恢复选中轮文件并在 DSH 新会话中继续
dsh-rewind 是面向 DSH 的会话回退插件,旨在非 git 工作区中实现文件恢复与会话续接。它利用 SHA256 快照技术,按轮次恢复文件的新增、删除、修改及权限变化,并通过 `sessions.fork` 或 `create` 在新会话中从指定用户消息继续对话,支持沿血缘链回退父会话。 安装需执行 `dsh plugin` 命令并重启服务。用户可通过浏览器界面的回退按钮或终端的 `/rewind` 命令(支持 `list`、`dry-run` 等子命令)进行回退操作。插件默认归档原会话以隔离风险,也可配置保留。 其核心优势在于不依赖 Git 状态,适用于非版本控制的工作区或脚本环境
Read Moredeepseek-harness-memory:DSH 的 Claude Code 风格长期记忆插件
deepseek-harness-memory 是 DSH 社区的一款长期记忆插件,由 2303572348 维护,采用 MIT 许可证。该插件旨在提供跨会话持久记忆能力,并将数据以纯 markdown 文件(含 YAML frontmatter)形式存储,与 Claude Code 记忆格式完全兼容。 核心功能包括:支持用户级和工作区级记忆存储,并在会话启动时自动将记忆索引注入系统提示词;提供 memory 工具用于记忆的增删改查及从 Claude Code 导入记忆;支持通过 projectAliases 将多 checkout 映射至统一项目记忆。插件可通过 cordis.patch.y
Read More21hbguo/dsh-thinking-counter:在 DSH Web GUI 里统计 thinking 短语
dsh-thinking-counter 是 DeepSeek Harness (DSH) Web GUI 的 MIT 许可插件,用于实时统计会话中 thinking/reasoning 内容里自定义短语的命中情况。它从开启时刻起监测所有运行中或新启动的会话(含子代理),记录思考块数、字符数及总命中次数,并在侧边栏提供可拖拽的“🐳 肥鱼智商”悬浮面板。用户可自由增删检测词,设置区分大小写及分类(如偷吃词、头脑大开词等),系统根据“头脑大开词”占比给出娱乐性质的“梁圣/肥鱼/梁子”参考判定及对应插画。插件支持通过 API 配置,数据持久化于本地磁盘与浏览器缓存,但不读取文件内容、不接触 API
Read Moredsh-mcp-manager:DSH 全局 MCP 服务管理器
dsh-mcp-manager 是 DSH 全局 MCP 管理器,旨在解决 MCP 服务配置分散问题。该插件将服务配置统一写入宿主级 `~/.dsh/cordis.patch.yml`,由宿主加载,实现跨项目、跨会话的统一调用,且重启后状态保持。其核心功能包括在设置弹窗中集中管理 MCP 服务的添加、开关、删除及状态监控;支持粘贴标准 `mcpServers` JSON 格式批量添加服务,仅支持 stdio 传输;并能实时展示连接状态、工具数量及错误信息。安装可通过 `dsh plugin` 命令添加 GitHub 源,或手动放置至指定目录并更新配置文件。依赖 Cordis、MCP SDK 和
Read Moredsh-token-stats:为 DSH 提供 Token 用量与费用统计
dsh-token-stats 是 DeepSeek Harness(DSH)的一款 MIT 许可插件,旨在解决 Token 消耗分散、难以统一统计的问题。该插件作为外部依赖安装后随 DSH 自动加载,无需手动激活。其核心功能包括按模型、日期和会话维度汇总 Token 用量,提供 USD 和 CNY 费用估算,并支持通过原生设置页查看深色/浅色主题统计界面。插件内置零依赖的 SVG 趋势图,展示日、周、月消耗趋势,并能在重启后通过扫描持久化日志回填历史数据。此外,它支持筛选后导出 CSV 或 JSON 格式数据以便复盘,并在适配器未上报用量时自动进行估算并标记为 estimated。安装需进入
Read Moredsh-llm-ollama:DeepSeek Harness 的 Ollama 提供方插件
`dsh-llm-ollama`是DeepSeek Harness (DSH)的社区Ollama提供方插件,用于在DSH web profile中接入本地或远程Ollama服务。该插件通过Ollama原生`POST /api/chat`协议实现对话,支持流式返回、工具调用、多模态图片附件及推理过程展示。核心功能包括整页设置界面管理API地址、温度等参数;利用`GET /api/tags`一键发现并添加模型;将上下文窗口和最大输出token映射至Ollama的`options.num_ctx`和`num_predict`;以及通过`thinkingCapable`自动识别或手动控制推理等级。此外
Read Moredsh-context-lens:DeepSeek Harness 的只读上下文观测插件
`dsh-context-lens` 是 DeepSeek Harness (DSH) 的一个只读上下文观测插件,用于调试智能体每次 `AgentLoop` 组装的 provider-neutral 请求。它记录 system、messages、tools 及调用配置,并在 Web 界面新增“上下文”页签,支持查看请求体积、来源归因、搜索及对比不同 attempt 的差异。插件不修改 LLM 请求、不注册工具,也不抓取网络报文,确保对生产环境无侵入。 核心功能包括记录请求详情、展示 UTF-8/UTF-16 字节及估算 token 数(基于 4 字符/token 的估算,非精确值)、导出诊断
Read Moredsh-foxy-jumpscare:给 DeepSeek Harness Web UI 加一个低频 Foxy jumpscare
`dsh-foxy-jumpscare` 是一款 DeepSeek Harness (DSH) web 界面的非官方同人插件,由 `01Virex` 维护,基于 MIT 协议。该插件利用“一切皆插件”架构,无需修改主程序即可在浏览器中按概率(默认每秒 1/1000)触发来自《Five Nights at Freddy's 2》的 Withered Foxy 全屏惊吓特效及尖叫音效。 核心功能包括:命中后显示全屏动画并自动播放音效,1.8 秒后自动消失或点击提前关闭;支持通过 localStorage 实时调整概率、时长、音量等配置,无需重启;提供控制台接口手动触发、隐藏或查看配置。素材版权归
Read Moredsh-better-sidebar-svn:为 DSH 侧边栏增加 SVN 面板
`dsh-better-sidebar-svn` 是面向 DSH web 侧边栏的 SVN 管理插件,旨在解决项目中 SVN 操作缺乏便捷入口的问题。该插件依赖 `dsh-better-sidebar >=0.12.0` 及系统 `svn` 命令行工具(1.7+),通过调用非交互式、XML 输出的 SVN 命令实现功能。其核心功能包括:状态面板区分“已暂存/未暂存”;支持关键词搜索与快捷跳转的文件 Diff 查看;基于 Changelist 的暂存式提交;以及 `svn update`、文件还原、忽略规则维护、分页历史查看和冲突快速解决等。插件具备容错机制,当系统缺失 SVN 或组件渲染异常时
Read Moredsh-loom:DeepSeek Harness 的可验证插件演进控制面
dsh-loom是面向DeepSeek Harness(DSH)的second-validator插件,旨在解决多插件协同演进中的验证与生效问题。它通过Actor(任务规划)、Builder(隔离实现与测试)、Verifier(独立裁决)和Gate(唯一安装恢复权限)的职责分离,提供可验证的演进控制面。核心能力包括Config/Skill的隔离实现、自然语言插件委托、最多三个插件的联合源码演进、确定性生命周期管理及package-aware原子激活/恢复。v1.3.0 Preview支持插件事务,但需基于DSH源码checkout环境;普通CLI安装仅提供v1.2基础能力。该工具严禁Build
Read Moredsh-vision-primitives:给 DSH 智能体加一组像素级视觉推理原语
dsh-vision-primitives 是 DeepSeek Harness (DSH) 的原生视觉推理插件,旨在解决模型视觉定位不精确及缺少可复现坐标基准的问题。它无需外部 MCP 服务器,通过“图像变网格、解析坐标、局部放大、确定性验证”的工程化流程,实现精确像素定位。核心功能包括 SOM 网格叠加、像素级坐标解析、无损局部放大,以及标注、测量、OCR、颜色查找和帧差分等验证工具。该插件可选接入 MiMo V2.5 多模态后端以增强理解能力,同时支持纯本地使用。OS 边界最小化,仅通过 PowerShell 执行截图、OCR 和文件持久化,不包含鼠标键盘控制。安装简单,支持 DSH 插
Read Moredsh-cost-balance:DSH 输入框下方的花费、余额与 Token 统计条
dsh-cost-balance 是一款 DeepSeek Harness (DSH) Web UI 插件,由 zoumutou 维护,采用 MIT 许可。该插件旨在解决调试时统计信息分散的问题,在输入框下方提供统一的统计入口。默认显示为居中黑条,点击可展开半透明面板,展示轮次、耗时、首 token 平均、缓存命中、Token 用量、会话花费及 DeepSeek 账户实时余额(60s 自动刷新)。数据通过同源接口获取,花费基于累计 Token 及模型单价计算,余额需配置 DEEPSEEK_API_KEY。插件支持通过 npm 发布版或源码方式安装,并可通过 `cordis.patch.yml`
Read Moredsh-ui-model-selection-collapsible:为 DSH 模型选择器添加可访问的供应商折叠分组
`ZoeHao2026/dsh-ui-model-selection-collapsible` 是一款专为 DeepSeek Harness (DSH) Web 平台设计的社区插件,旨在为模型选择器提供按供应商独立折叠的分组界面。该插件在保留官方数据、配置及调用逻辑的前提下,支持每个供应商独立展开或折叠,并显示模型数量。用户可在 DSH 设置中灵活选择初始展开策略(如当前供应商、全部展开/折叠等),调整列表密度及动画效果(支持跟随系统或关闭)。插件具备完整的键盘导航支持、无障碍特性(ARIA 标签)及 160ms 对称动画,并适配 `prefers-reduced-motion`。它复用官方服
Read Moredsh-harness-zh-cn:DeepSeek Harness 中文汉化插件
`dsh-harness-zh-cn` 是一个 DeepSeek Harness (DSH) 的纯运行时中文汉化插件,旨在消除 DSH 系统提示词、工具描述、运行时上下文及前端 UI 的英文阅读负担。该插件基于 MIT 许可证,版本 0.2.0,通过 DSH 扩展点在运行时工作,不修改任何源码,升级或卸载后均可无缝还原英文。 核心功能包括:运行时自动汉化系统提示、上下文、工具参数及前端标签;汉化斜杠命令菜单描述(保留命令名为英文);以及配合 `dsh-plugin-marketplace` 翻译插件市场描述(支持 LLM 批量翻译及词表回退机制)。插件提供 `includeSections`、
Read Moredsh-adhd-copilot:把“想做但动不了”拆成一个可带走的最小行动
`dsh-adhd-copilot` 是面向 DeepSeek Harness 插件生态的行为教练技能,旨在帮助 ADHD 用户降低任务启动成本。它通过 `adhd_breakdown` 工具扫描任务与状态信号,依据“情绪 > 结构 > 启动”优先级路由至特定模块,将复杂请求压缩为单一、可执行的最小下一步行动,而非提供长篇计划。核心机制包括:Pre-flight 门(无任务信号时静默,极小请求直接回答)、信号模糊时的 A-G 自助菜单(由用户选择方向),以及严格的输出纪律(首行即行动、步骤不超过 3 步、每步耗时短、禁止虚假状态更新)。插件采用纯 ESM 架构,零构建、零依赖,支持电量、叙事风
Read Moredsh-voice:DeepSeek Harness 的语音输入与朗读插件
dsh-voice 是面向 DSH Web 客户端的语音插件,旨在扩展 DeepSeek 聊天接口的语音交互能力。该插件在输入端将语音转换为文字,在输出端将文字朗读出来,并支持音频文件的转写与合成。主要功能包括:Web UI 提供麦克风按钮实现语音输入,以及助手回复的朗读按钮(基于浏览器 speechSynthesis);提供 voice_transcribe 工具通过 Whisper 兼容端点转写音频附件,以及 voice_speak 工具通过 OpenAI 兼容端点合成语音文件。该插件无需额外 API key 或新模型,支持配置 Whisper、Kokoro 等后端。安装方式为本地路径添加
Read Moredsh-session-tree:DeepSeek Harness 的只读会话谱系导航
dsh-session-tree 是一款为 DeepSeek Harness (DSH) 开发的轻量级社区插件(v0.2.0-beta.1,MIT 许可),旨在提供只读的会话谱系视图。该插件通过读取 DSH 原生的 SessionSummary.parentId 谱系数据,在不维护独立数据库、不修改原生 Session 或父指针的前提下,让用户能在父会话、兄弟分支及子会话间便捷切换。安装后,Chat 界面新增“Branches”标签,点击树状节点即可导航至对应 Session。插件适用于 DSH 0.1.0-rc.7 及 Node.js 22.19+/24.0+ 环境,需通过 dsh plug
Read Moredsh-wikilink:在 DeepSeek Harness Web GUI 中用 [[wikilink]] 引用笔记
zhaoscsc/dsh-wikilink 是 DeepSeek Harness (DSH) Web GUI 的一个社区插件,旨在简化从工作区笔记中引用内容到 Prompt 的操作。该插件采用 MIT 许可证,自 v0.2 起无需修补客户端即可运行。用户只需在 Composer 输入框中键入 `[[`,即可通过支持模糊搜索的拾取器选择笔记标题,生成 `[[title]]` 令牌。发送消息时,插件会自动将所选笔记内容序列化为特定格式并注入 Prompt,作为 user-role 消息处理,过程不调用工具。 安装需执行 `dsh plugin` 命令添加至 web profile 并重启服务,随后
Read Moredsh-skin-blue-whale:为 dsh Web UI 提供蓝鲸跃海主题插件
`dsh-skin-blue-whale` 是一款基于 DSH Web UI 的蓝鲸跃海主题插件,采用 MIT 许可证。该插件通过插件形式提供外观定制,支持一键安装与卸载,卸载后可自动还原样式且无残留。其核心功能包括:复刻 DeepSeek 官网的蓝白渐变背景,适配深色模式;利用官方鲸鱼 Logo 绘制包含水花、涟漪等动效的视觉元素,并支持根据主页空会话或对话场景自适应显示位置;统一覆盖界面各类组件为蓝鲸蓝配色令牌;同时尊重系统减少动效偏好。 安装前置要求为 Node 20+、pnpm 及 dsh 0.1.0-rc.6+ 版本。用户需将仓库克隆至无空格路径,执行 `dsh plugin --p
Read Moredsh-video-preview:dsh-better-sidebar 的视频文件预览插件
`dsh-video-preview`是一款由zemul开发的DSH插件,旨在解决`dsh-better-sidebar`侧边栏缺乏视频文件预览功能的问题。该插件版本0.1.4,基于MIT许可,要求Node >=20,通过注册`video`预览器实现内联渲染标准的`<video>`播放器,支持播放控制、拖拽进度、倍速、全屏及音量调节。它兼容MP4、WebM、MOV等多种常见视频格式,自带支持HTTP Range请求的宿主路由,且不受侧边栏`mediaLimit`大小限制。安装需在已启用`dsh-better-sidebar` (>=0.4.0)的环境中执行`dsh plugin --profi
Read Moredsh-image-reader:为 DeepSeek Harness 智能体提供 read_image 图片读取工具
`dsh-image-reader` 是一个 MIT 许可证的 DeepSeek Harness 插件,旨在为仅支持文本的智能体提供图片读取能力。该插件通过暴露 `read_image` 工具,允许智能体利用任意 OpenAI-compatible vision endpoint 解析工作区内的截图、图表或照片,并基于图像内容回答问题。 核心特性包括:支持传入图片路径及可选查询问题;配置灵活,涵盖 `baseUrl`、`model`、超时时间及允许目录等;安全机制完善,API key 从环境变量动态读取,路径经 `realpath` 解析以阻止符号链接绕过,且上传前进行大小与扩展名检查。 使用
Read Moredsh-governed-workflow:给 DSH 增加任务授权、生命周期与验收边界
dsh-governed-workflow 是一款面向 DeepSeek Harness agents 的社区插件,旨在解决智能体开发中任务边界漂移及权限滥用问题。其核心理念是将 Agent 工作流从直接修改转为“确认权限、受控执行、独立验收”的严格序列。 该插件引入基于公开 GitHub Issue 的任务权限(Authority)机制,并实施生命周期状态机管理(观察、准入、运行、阻塞/完成、待审)。关键特性包括“RUNNING-only 修改守卫”,即仅当任务处于 RUNNING 状态且权限有效时,才允许执行 bash、write、edit 等敏感操作;任务进入终态后自动冻结修改权限,并将
Read Moredsh-plugin-cost-tracker:DSH 的 Token 成本跟踪插件
dsh-plugin-cost-tracker 是专为 DeepSeek Harness (DSH) 开发的 Token 成本追踪插件,由 YYTbit 维护,采用 MIT 许可证。该插件旨在解决仅知 Token 数无法直接对应成本的问题,提供会话 Token 用量跟踪、基于模型定价的成本计算、预算提醒及将成本意识注入系统提示等功能。它支持 DeepSeek、OpenAI、Claude 及 Gemini 等多种主流模型。用户可通过 `dsh plugin` 命令快速安装,并使用 CLI 工具按指定模型和输入/输出量估算成本。配置项包括默认模型、预算警告阈值及提示注入开关。该插件适合需要在 DS
Read Moredsh-bloub-mood:DSH web 端心情图标与桌面启动插件
dsh-bloub-mood 是 DSH 的一个 MIT 许可证插件,主要解决 web 端视觉状态呈现和桌面启动入口两个问题。它将 favicon、侧边栏字标及首页标题替换为可自定义的 bloub 心情形象,支持 8 种形状、12 种颜色及 16 种表情的组合,并带有原生眨眼动画,点击黑球可随机切换表情。设置页支持中英双语自定义。 该插件还提供 macOS 和 Windows 桌面启动功能,共用 `dsh web` 后端。后端在线时直接复用,离线时自动拉起并等待就绪。macOS 依赖 Xcode Command Line Tools 创建原生 App 壳,缺失时回退为浏览器窗口;Windows
Read Moreui-song-theme:可回退的 DeepSeek Harness Song-inspired 明暗主题
`ui-song-theme` 是由 yunfei07 开发的 DeepSeek Harness (DSH) Web 界面主题插件,采用 MIT 许可证。该插件旨在为 DSH 提供一套基于 Song-inspired 风格的亮色与暗色视觉令牌(Tokens),解决用户希望调整界面外观但保留原有亮色、暗色或系统偏好,且需在卸载后能完全恢复初始状态的需求。 其核心机制是通过 `ThemeRuntime.overrideTokens()` 叠加一层可逆的主题层,而非直接修改基础主题,并将传统的蓝色选择框重绘为统一的植物色彩家族。安装该插件需满足 Node.js ^22.19.0 或 >=24.0.0
Read Moredsh-eyecare:为 DSH Web 增加护眼模式开关
dsh-eyecare 是一款 DeepSeek Harness (DSH) Web 插件,由 Yummyxl 维护,采用 MIT 许可证。该插件旨在解决 DSH 界面标准主题偏亮或偏冷的问题,通过提供低刺激的“豆沙绿”护眼配色,优化长时间阅读和调试的视觉体验。核心功能包括在“设置-常规-外观”中增加护眼模式开关,支持浅色、深色及跟随系统主题,状态自动记忆,并保留代码块等层级结构。用户可通过修改 `EYE_CARE_TOKENS` 自定义配色。安装需先确保拥有 pnpm,随后执行 `dsh plugin --profile web add dsh-eyecare` 或克隆仓库运行 `insta
Read Moredsh-ui-spec:将 UI 截图转换为 DeepSeek 可实现的响应式界面规格
`dsh-ui-spec` 是由 `yumimanji` 维护的 DeepSeek Harness(DSH)插件,旨在将 UI 截图转换为面向实现的结构化规格,协助纯文本 DeepSeek 模型重建响应式 Web 界面。该插件利用 Windows 原生 OCR、确定性几何、场景图及渲染比较等技术,补充布局、视觉细节、交互和浏览器验证约束。当前版本为 0.1.1,采用 MIT 许可证。 安装方面,用户可通过 npm 命令 `dsh plugin --profile web add dsh-ui-spec` 安装,需依赖 `@deepseek-ai/cordis`、`@deepseek-ai/ds
Read MoreDSH Project Wiki:为 DeepSeek Harness 增加可审计的项目级 Wiki
`dsh-project-wiki` 是面向 DeepSeek Harness 的本地优先项目 Wiki 插件,由 yu-xin-c 开发(MIT 许可证)。它旨在解决开发中关键上下文易丢失、新会话难以继承及重读聊天成本高且易引入过期结论的问题。插件将架构知识、设计决策及排障结论沉淀为工作区内的 Markdown 页面,支持原生 Web 查看、编辑和全文检索(基于 FTS5,不含向量搜索)。其核心特性包括提案审核机制(Agent 提案需人工批准方可入库)、来源指纹关联、代码变更后的过期扫描、知识图谱生成及双向链接,并保留完整修订记录。安装需 Node.js 22.19+ 或 24+,通过 np
Read Moredsh-zh-output:DeepSeek Harness 的中文思考与输出预设
dsh-zh-output 是一个针对 DeepSeek Harness 的开源插件(MIT 许可),旨在解决长会话中模型人设及上下文压缩摘要出现英文的问题,从而稳定中文思考与输出。该插件由 YKennen 维护,主要提供 standard-zh、code-zh 等五个中文预设,这些预设基于官方版本修改了人设和提示词,功能保持一致。此外,它附带一个中文上下文压缩引擎 dsh-zh-compaction,专门用于将 summarize 钩子生成的摘要转换为中文,并可选提供脚本修补检查点前言。 安装推荐将 presets 目录复制到用户预设根目录,Web 界面将即时生效;也可作为 DSH 组合包安
Read Moredsh-grok-geo:在 DSH 中执行 grok-geo 品牌 GEO 审计
`xuboboo/dsh-grok-geo` 是一款基于 MIT 许可的 DSH bundle 插件,旨在为单一品牌提供 AI 搜索及 GEO(生成式引擎优化)审计能力。该插件支持 17+ 主流 AI 搜索引擎(含 8 个国际及 9 个中文引擎),覆盖品牌可见性、引用推荐、竞品对比、事实准确性及内容缺口分析。其工作流程包括输入收集、校验、搜索执行、指标计算及报告渲染,并具备在 `web_search` 不可用时自动切换离线导入模式的能力。插件本身无需 Python,但脚本运行依赖 Python 3.11+ 标准库。用户可通过 `dsh plugin` 命令快速安装,安装后重启 DSH 即可生效
Read Moredsh-vision-bridge:给 DeepSeek V4 / V4-Flash 的图片消息加一层描述桥接
dsh-vision-bridge 是 DSH 的一个第三方图片处理插件,旨在解决 DeepSeek V4 / V4-Flash 等纯文本模型无法原生处理图片上下文的问题。该插件通过调用 OpenAI 兼容的视觉语言模型(VLM),将用户输入的图片自动转换为文字描述,再交由 DeepSeek 处理,从而在不改变原有文本流程的前提下实现图片理解。 核心功能包括:自动识别并转换图片内容、动态声明模型支持图片输入、请求前拦截并替换图片块、原生支持图片的模型直接放行、基于 attachmentId 缓存描述以重复发送不重复计费、识别失败时优雅降级且不中断对话。安装需前置 dsh CLI 与 pnpm,
Read Moredsh-MusicPlayer:在 DSH Web 中边对话边控制音乐
`dsh-MusicPlayer` 是面向 DSH Web 的插件,由 xiekai886 维护(MIT 许可)。它提供右下角深色毛玻璃悬浮播放器,支持拖动记忆位置、展开收起动画,具备播放/暂停、切歌、进度条、音量、循环/随机及播放列表功能;前端手写模块加载,内联 SVG 图标,不依赖 CDN。 核心能力包括:网易云音乐歌单导入与单曲搜索,host 端代理搜索、歌单和音频流以绕过跨域与防盗链,支持 Meting 同源解析;可通过环境变量 `DSH_MUSIC_PLAYLIST` 配置默认歌单,启动时自动加载;提供 `music` 工具供 agent 按自然语言控制播放、导入歌单、搜索、切歌、音
Read Morexiaoxianyu-office/dsh-image-tools:为 DeepSeek Harness 纯文本会话增加识图能力
`xiaoxianyu-office/dsh-image-tools` 是一款 DSH 插件,旨在为 `deepseek-v4-pro` 等纯文本模型赋予识图能力。该插件通过自动将聊天图片落盘至工作区、动态禁用原生 `read_image` 工具,并引导模型使用 `image_recognize` 工具委派视觉子 Agent(如 `xiaomi/mimo-v2.5`)来识别图像。它支持 `standard`、`code` 等多种预设会话,能根据当前模型能力动态判定拦截或桥接策略,并具备首次安装向导及故障自检功能。识图输出遵循严格规范,要求使用像素坐标、`#RRGGBB` 色值,并对图中未出现或
Read Moredsh-vision:为 DSH 增加视觉能力的插件
`dsh-vision` 是由 `xiaoshihou514` 维护的 DSH 原生插件,旨在为 DeepSeek Harness 补充视觉能力。该插件采用极简设计,核心功能包括增加视觉支持、调用免费的 Zhipu 接口以及使用本地 Qwen-VL 2B 视觉小模型。安装时需先部署 DSH 本体(要求 Node 引擎 ^22.19.0 || >=24 及特定 peer dependencies),插件以 MIT 许可证发布。需注意,README 中提供的安装命令引用了错误的插件地址 `dsh-weixin#main`,在维护者修正前不应直接执行该命令用于安装 `dsh-vision`。该插件适
Read Moredsh-client-ui-writing:DSH 客户端写作面板
dsh-client-ui-writing 是 DeepSeek Harness 生态下的 Web 客户端插件,版本 0.6.2,采用 MIT 许可。它专为写作预设会话设计,提供侧边栏面板和会话内全书索引视图,核心职责是读取数据、展示信息及触发编排,不直接生成正文。 该插件包含四个主要功能模块:项目 tab 用于查看目录、统计及初始化工程;书库 tab 展示导入的小说信息;搜索 tab 支持项目与书库联合全文检索;演化 tab 呈现设定与人物演化版本链及图谱。此外,用户可触发 `novel_sync` 等动作进行章末同步、摘要生成及伏笔提醒。在会话内,支持通过数字直达章节、快捷键聚焦搜索框快速
Read Moredsh-equip-engine:按任务给 DSH 插件配装
dsh-equip-engine 是一个任务驱动的 DSH 插件配装引擎,旨在解决插件组合中的互斥、成本及搭配难题。它通过“五槽位”(感知、决策、行动、记忆、输出)模型拆分任务能力,并引入包含协同加成、冲突惩罚、成本控制及信任度的组合评分机制,以评估插件组合的整体适配性而非单一插件质量。 该引擎采用双检索策略:结合规则精编库的精确匹配与 LLM 的语义理解,从 2000+ 插件中快速筛选出 48 个以内候选,兼顾效率与准确性。数据方面,包含 19 条手工精编及 2033 条 LLM 生成的 manifest,并具备每周自动同步生态的能力。 用户可通过 `/equip` 命令进行规则检索,或使用
Read MoreKnowLP-RAG:为 DSH 提供 Markdown 笔记双知识图谱检索的插件
KnowLP-RAG 是 DeepSeek Harness (dSH) 的一个插件,旨在将 Markdown 笔记组织为可检索的知识结构。它针对开发者在众多笔记中难以判断阅读顺序和关联性的痛点,提供带路径的检索结果,明确建议阅读顺序及相似替代项。 该插件基于 dual-graph retrieval,结合向量检索、全文检索及反馈权重机制。其核心能力包括:采用四引擎扇出检索;支持段落级匹配及中文笔记库(含时间锚点查询);具备基于衰减的遗忘机制(用则强化,不用则衰减);无需 GPU 时可运行于 n-gram 模式。主要工具接口包括 `knowlp_search`、`knowlp_get_note`
Read More@winterchenhuan/dsh-skills-viewer:DeepSeek Harness Web 的只读 Skills 设置页
`@winterchenhuan/dsh-skills-viewer` 是一款为 DeepSeek Harness Web 开发的 MIT 许可纯 UI 插件,旨在解决 Web 设置面板缺乏只读技能列表查看功能的问题。该插件通过 `skill.list` wire RPC 获取当前普通会话可用的技能目录,并在 Settings 面板中新增名为 `Skills` 的页面。页面以按字母排序的只读列表展示技能名称、`model: off` 徽章、`description` 及 `whenToUse` 字段,支持按关键字搜索过滤,但不提供技能主体预览或手动刷新功能。当会话变化或指向 subagent
Read Moredsh-turn-fold:把 DSH 的 Think 与工具调用折叠成步骤和回合栏
dsh-turn-fold 是一款专为 DSH(DeepSeek Harness)Web 界面开发的纯插件,由 Winter-And-You-Gone 维护,采用 MIT 许可证。该插件不修改 DSH 核心源码,核心功能是将智能体回复中冗长的 Think、工具调用及命令输出折叠成可交互的步骤栏和回合栏,以解决长回复导致界面杂乱、总结难以定位的问题。 主要特性包括: 1. **步骤自动折叠**:将两个文本间的工具调用和思考过程分组折叠,运行中实时显示动作与 shimmer 动效,结束后按类型(如运行、读取、搜索)分组标题,失败项标红。 2. **运行中指标监控**:实时显示耗时、Token 消耗
Read Moredsh-prompt-stash:DSH Web 的本地输入暂存插件
dsh-prompt-stash 是 DeepSeek Harness Web 的本地输入暂存插件,由 Wine-Red 维护,采用 MIT 许可证。它解决用户在编写未发送纯文本时需临时处理其他问题而不想丢失当前内容的痛点。核心功能包括按会话隔离的 LIFO 暂存栈(最多 10 条)、输入框上方的折叠预览栏,以及通过官方 API 安全地清空和恢复草稿。插件支持中英文、深浅主题及键盘操作,数据仅保存在浏览器 localStorage,不发送网络请求。支持自定义快捷键(默认 Ctrl+S),可在设置中配置。安装需 DSH 0.1.0-rc.6 至 rc.8 版本及 Web profile,通过命令
Read Moredsh-law:DeepSeek Harness 的本地法律工作台插件
`dsh-law`是DeepSeek Harness的本地法律工作台插件,旨在将待办提醒、月历排期、案件概览及DSH原生法律模式会话整合于同一工作区,解决法律工作中信息分散导致的核对成本高问题。该插件基于MIT协议,要求Node.js版本>=18,零npm依赖且数据保存在本机。核心功能包括同屏办案首页(支持临期/逾期标记)、六列拖拽案件看板(SSE实时同步)、DSH原生会话绑定、技能命令面板及四套法律主题。系统支持咨询收案、八级本地工作目录自动生成、AI材料上板及门禁治理(AI申请、律师审批),并提供Remote入口支持移动端访问。用户可通过GitHub或npm命令安装,重启DSH web服务
Read Moredsh-zotero-wiki:把 Zotero 文献库编译成可检索的 Obsidian Wiki
dsh-zotero-wiki 是一款 MIT 协议的 DeepSeekHarness(DSH)插件,旨在将 Zotero 文献管理、PDF 解析、全文笔记生成及 Agent 检索整合为统一工作流。它自动同步本地或 Web 端的 Zotero 题录,利用 MinerU 解析 PDF 原文,并调用 DeepSeek 生成结构化中文笔记,最终编译为可检索的 Obsidian Wiki。核心功能包括双源同步、交互式范围选择、解析配额控制(默认单轮50篇)、Wiki 索引编译、LINT 自检以及基于内存全文检索的 Agent 查询,确保回答附带可追溯的文献引用。该插件支持 CLI 和 DSH 原生工具
Read MoreWayneJin0918/dsh-wm:DeepSeek Harness 的 world-model 检查、对比与 RSI 插件
`WayneJin0918/dsh-wm` 是 DeepSeek Harness (DSH) 的纯 JavaScript 世界模型调试工具包,旨在简化 rollout 帧检查、pred/gt 对比及研究迭代流程。该插件支持 Node 18+,无需 GPU 即可通过 `fixtures/sunset` 快速启动,视频输入需依赖 ffmpeg。 核心功能包括:`wm_inspect` 采样关键帧生成 contact sheet 并分析亮度色彩;`wm_view` 生成包含 SSIM 时间线、差异热图等内容的自包含 HTML 对比页;`wm_rollout_diff` 计算 SSIM/MSE 指标并
Read Moreacademic-research-graph:把一篇论文变成可生长的研究图谱
`academic-research-graph` 是 DeepSeek Harness (DSH) 的一个插件,旨在构建可探索的研究图谱,而非仅生成引用列表。它从论文、概念、Benchmark 或 GitHub 仓库出发,显式展示研究脉络、争议点及代码实现与论文方法的对比。核心功能包括生成包含论文节点、关系边、顶会徽章及关键图表的可交互图谱;解释核心论文并区分“引用”与“实际使用”Benchmark 的工作;支持从 GitHub 仓库反查论文并校验代码一致性;允许从现有节点增量扩展研究分支并合并结果。插件支持中文、英文或双语输出。安装需满足 Node.js 和 pnpm 环境要求,通过 DS
Read Moredsh-wx-skin:给 DSH Web GUI 添加皮肤背景
dsh-wx-skin 是一款针对 DSH Web GUI 的皮肤插件,由 wangxilhy23 开发,采用 MIT 许可证。它允许用户在侧栏通过「皮肤」面板自定义背景,支持本地上传 PNG、JPEG、WebP、GIF、BMP 图片,或粘贴 http(s) 图片 URL,也提供墨蓝、极光渐变等六种内置预设。插件提供暗化(0-80%)、模糊(0-24px)和透出(0-100%)调节功能,支持明暗主题自动适配,且设置可通过 localStorage 和配置文件持久化,刷新或重启后自动恢复。该插件以外部 client 形式运行,不修改 DSH 主仓库。安装需先满足 Node.js 和 pnpm 版
Read Moredsh-qqbot-bridge:将 QQ 官方机器人接入 DSH
`dsh-qqbot-bridge` 是一款基于腾讯官方 QQ 机器人开放平台的 DSH 插件,旨在安全地将 QQ 私聊或群聊接入 DeepSeek Harness 系统。该插件摒弃了个人 QQ 逆向协议、Hook 及注入等高风险手段,仅使用官方 SDK,确保合规性与安全性。 其核心能力包括:支持首次扫码绑定并自动保存凭证;实施严格的访问控制,私聊默认白名单,群聊默认关闭,空白名单不会导致开放访问;QQ 消息可直接驱动 DSH Agent,支持流式回复、失败重试、会话持久化及模型切换。此外,插件支持在 QQ 内通过验证码进行一次性权限审批,且所有敏感配置(如 AppSecret、API Key
Read Moredsh-done-whale:让 DeepSeek Harness 标签页鲸鱼变成状态灯
`dsh-done-whale` 是一款针对官方 DeepSeek Harness(DSH)的浏览器标签页状态提示插件,旨在解决多会话并行时图标单一难以区分的问题。该插件利用官方插件机制,无需额外依赖,将标签页的鲸鱼图标动态转换为颜色状态灯:绿色表示有会话在用户未查看时运行完成,琥珀色表示有会话等待用户处理(如提问、审批或审核),黑色为默认状态。当两种状态同时存在时,优先显示绿色;插件仅响应主会话,子代理会话不触发变色。 用户只需通过命令行执行 `dsh plugin --profile web add dsh-done-whale` 安装,并重启或刷新页面即可生效。点击对应会话后状态会自动恢
Read Moredsh-tts:dsh web 的最终结果语音播报插件
dsh-tts 是一款由 vim0x3c 开发的 dsh web 语音播报插件(版本 0.1.0,MIT 许可证),旨在通过语音朗读降低长文本阅读成本。该插件利用 Edge TTS 技术,仅朗读助手最终答复结果,忽略中间步骤,支持长回复分段串行朗读、0.5×-2×语速调节及20多种音色选择。它提供内置审批提示音或自定义音频功能,并在Edge云合成失败时自动降级为浏览器本地Web Speech API。插件本体无第三方依赖,支持离线安装,需通过本地tarball配合-w标志安装至web profile。安装后,本地桥服务绑定127.0.0.1并占用8765-8780端口提供合成与健康检查接口,设
Read Moredsh-infinite:DSH 上的会话式长篇正文写作插件
dsh-infinite(诸天万界DSH)是 DSH 的独立树外插件,旨在解决长篇写作中模型易返回助手模式、设定分散及正文不连续的问题。其核心理念是“会话即书”,将新会话组织为一本独立的小说。 主要功能包括:通过 `/new` 命令选择界图、主角和开局,随后全程仅输出正文;内置 Worldbook 关键词触发、随机世界事件抽取、长篇档案自动压缩存档,以及 `/export-story` 导出成稿功能。插件默认开启 `narrativeGuard` 和 `progressionGuard` 以保持叙事连贯性,并支持 `/bind` 切换世界、`/cast` 更换角色,提供十九套题材模板。 安装需
Read Moredsh-crw:DeepSeek Harness 的 fastCRW 检索与抓取 provider
dsh-crw 是一款 MIT 许可证的 DSH 插件,旨在通过 fastCRW(AGPL-3.0)为 DSH 的 `ctx.web` 提供基于后端的 `web_search` 和 `web_fetch` 服务。其核心功能包括在 `ctx.web` 中注册 `crw` provider,由 fastCRW 服务端负责地址解析、校验及私有网段拒绝,支持从普通 HTTP 自动升级至浏览器层。搜索输出标准化为 URL、标题和摘要,抓取结果返回 Markdown 格式,并可选开启 `answer` 配置以利用 LLM 合成答案,但这会增加一次 LLM 调用。安装方面,支持云端 API(需配置 `CRW
Read Moredsh-liquid-glass:DeepSeek Harness 的整体透明与自定义背景
`dsh-liquid-glass`是Ultronen维护的DeepSeek Harness Web客户端外观主题插件,采用MIT许可证。该插件专注界面视觉优化,不涉及业务流程改造,核心功能包括整体界面半透明化、单滑杆透明度控制(3%-95%)及全页自定义背景设置。通过官方ThemeRuntime机制调整页面基座、卡片、聊天气泡等表面的透明度,支持上传本地压缩图片或使用URL作为背景,偏好数据保存在浏览器localStorage中。用户可通过`dsh plugin --profile web add dsh-liquid-glass`安装,在设置中启用并调整参数。插件以当前进程权限运行,需Re
Read Moredsh-dashboard:面向 DeepSeek Harness 的多来源任务编排与看板
dsh-dashboard 是 DeepSeek Harness 的 Symphony-compatible 插件(当前版本 0.7.0),旨在将 Linear、GitHub Issues、Jira Cloud、Asana、GitLab 及本地任务转换为 Harness Agent 可执行、可跟踪的运行对象。它通过读取 WORKFLOW.md 定义的工作流,应用调度约束和并发限制,为每个任务创建持久工作区,并支持有限次数的指数退避重试。插件保留 native Harness 会话与权限体系,在 sidebar 提供 Dashboard 入口,并将 Project 与 Git Repositor
Read Moredsh-media-preview:dsh-better-sidebar 的音视频预览插件
dsh-media-preview 是面向 DeepSeek Harness (DSH) web GUI 的插件,旨在解决侧边栏浏览音视频文件需依赖外部播放器的痛点。该插件在 dsh-better-sidebar 中注册为 FileViewer,支持通过浏览器原生控件直接内联播放音频和视频文件。 核心能力包括提供独立流式路由 /media-preview/file,支持 HTTP Range (206) seeking 以优化长视频拖动体验,并使用流式响应避免整文件缓冲。文件识别支持扩展名匹配及 Magic-byte 嗅探(如 MP4, MP3, FLAC 等),内置 loopback 信任边
Read Moredsh-easycode:DeepSeek Harness 的应用起步器
dsh-easycode 是 TreasureGooldove 开发的 DeepSeek Harness 应用起步器,旨在自动化新项目的前置配置。该工具收集项目名称、需求及技术偏好,在本机生成标准化工作区后,交由 Harness 会话中的 DeepSeek 继续开发。它提供简易与专业两种模式,支持 35 多种技术栈及 Docker、K8s 等多种开发环境,并允许选择 Plan/Go 工作流。插件可自动初始化本地 Git 仓库(主分支为 main),可选写入已确认的 MCP 配置,并生成 README、PLAN 等文档及配置文件。项目默认输出至 $DSH_HOME/easycode-projec
Read MoreDSH 跨会话记忆插件 dsh-memory:YAML 存储、语义检索与两级注入
`dsh-memory` 是一款专为 DeepSeek Harness(dsh)开发的 MIT 许可跨会话记忆插件,旨在解决新会话中上下文丢失的问题,如项目偏好和历史教训需反复说明的情况。该插件通过 YAML 文件(默认 `memory.yaml`)存储记忆,提供 `remember`、`recall`、`view`、`list`、`forget`、`pin` 六个核心工具,实现记忆的保存、混合检索(关键词+本地 Ollama embedding)、查看及生命周期管理。 其主要特性包括:采用“标题优先”注入策略以减少 Token 占用;支持 `session`(固定注入)和 `auto`(按需
Read Moredsh-tsien-hsue-shen:为 DSH 增加工程控制论式项目方法
dsh-tsien-hsue-shen是一款由Tostoevsky发布的DeepSeek Harness(dSH)社区插件,采用MIT许可。它基于钱学森《工程控制论》进行方法论蒸馏,旨在解决智能体在复杂项目中缺乏稳定方法体系的痛点,如目标不清、状态不可见、反馈无闭环及不知何时停止等问题。该插件提供名为tsien-hsue-shen的技能,包含13个主题章节,核心功能是对项目规划、执行或复盘进行方法审查,重点检查目标定义、可观测性、可控制性、反馈闭环、不确定性处理及停止规则,帮助Agent重新定义问题、识别杠杆并判断交付时机。 安装需Node.js版本≥22.19,通过npx @deepseek
Read Moredsh-wanghong-handwritten-ppt:Wang Hong-inspired 学术手写 PPT 打包技能
`tjxj/dsh-wanghong-handwritten-ppt` 是 DeepSeek Harness (DSH) 的打包技能,旨在生成 16:9 Notability 风格的学术手写 HTML 幻灯片,并支持将每张幻灯片导出为 1920×1080 PNG。该插件注册了一个可复用的 DSH skill,提供模板、样式、脚本、示例及预览资源,可通过 `/wanghong-handwritten-ppt` 指令调用。使用前需满足特定依赖:Node.js 版本需为 `^22.19.0` 或 `>=24.0.0`,PNG 导出依赖 Google Chrome,且需通过 Font Book 安装
Read Moredsh-skin-toggle:DSH Web GUI 皮肤管理按钮
tiantyu/dsh-skin-toggle 是专为 DSH Web GUI 设计的皮肤管理插件,旨在解决多皮肤切换困难的问题。该插件在页面右上角提供一个可拖动的悬浮按钮,支持位置记忆及刷新保持。用户通过左键点击可快速恢复默认界面,右键点击则弹出面板,从自动识别的 `dsh-client-ui-skin-*` 已安装皮肤中进行互斥切换。插件状态保存在 localStorage 中,确保刷新后选择生效。作为纯客户端展示层工具,它仅控制皮肤显隐,不触达模型请求或修改插件状态。安装需执行 `dsh plugin add` 命令并重启 Web 服务及硬刷新浏览器。该插件采用 MIT 许可,适合需要频
Read Moredsh-plugin-omoslim:为 DSH 提供 Orchestrator preset 与模型 profile 管理
`dsh-plugin-omoslim` 是一个基于 DSH 理念的 MIT 许可插件包,旨在实现“一切皆插件”的架构。它安装一个 `orchestrator` agent preset,将主 Agent 的规划与派发功能,与 11 个负责具体任务的 specialist subagents(如 explorer、oracle、designer 等)分离,实现角色分工。 核心特性包括模型与人格组合的解耦:模型配置独立存储在 `~/.dsh/.agent-presets/orchestrator/models.d/` 目录中,支持维护多个命名 profile,并通过 `omoslim` CLI
Read Moredsh-digipet:在 DeepSeek Harness 中把真实工作事件变成宠物经验
`dsh-digipet` 是 DeepSeek Harness(DSH)的一个 MIT 许可插件,旨在将真实的工作回合、消息、工具调用及报错转化为“数码兽”宠物的经验值,并推动其沿不同系谱分支进化。该插件核心优势在于零 Token 消耗及模型不可见性:它不注册工具、不写入会话事件,也不读取用户代码或会话内容,仅监听特定的事件点以计算经验,对模型请求无干扰。 宠物生命周期从数码蛋至究极体,支持龙、贤者等分支进化。状态数据以原子操作安全落盘,并具备防刷机制(高饱食度时降低经验收益)及旧存档自动迁移功能。插件信任边界清晰,无网络访问,仅读写自身存档。 用户通过 `dsh plugin` 命令安装并
Read Moredsh-sandbox-tester:为 DSH 插件测试提供进程级隔离沙盒
dsh-sandbox-tester 是一款专为 DeepSeek Harness (DSH) 开发的 MIT 许可插件,旨在通过进程级隔离沙盒实现安全测试。其核心价值在于将插件或补丁的测试与本体运行解耦,避免测试失败直接影响生产环境。 该插件提供独立进程、独立 DSH_HOME 及自动分配端口(从 3182 起)的隔离环境,每个沙盒实例约占用 270MB 磁盘空间。它内置 9 个原生工具,覆盖沙盒创建、插件注入、运行、健康检查、停止、销毁及清理等全生命周期管理。安全机制方面,合回操作默认采用 dryRun 模式,需显式设置环境变量才允许真实写入,且失败时自动回滚;终止操作前会校验进程树,防止
Read Moredsh-antigravity-auth:为 DeepSeek Harness 接入 Antigravity 能力的 DSH 插件
`dsh-antigravity-auth` 是专为 DeepSeek Harness (DSH) Web 端开发的非官方插件,旨在将 Antigravity 的模型路由、搜索、图像与视频理解功能集中接入。该插件采用 OAuth 2.0 with PKCE 协议,通过共享登录状态统一服务 LLM(如 Gemini、Claude 系列及 GPT-OSS)、Web 搜索、图像生成编辑及 MP4 视频分析等功能,并提供配额可视化 Dashboard。其安全性设计确保 Token 不进入浏览器或日志,仅 Host 侧接收授权头。插件要求 DSH 0.1.x 及 Node.js 22.19.0+ 环境,
Read Moredsh-crew:在 dsh 中用 PM 和角色代理完成变更
dsh-crew 是 DeepSeek Harness(dsh)的一个 MIT 许可证插件,旨在将 dsh 会话转化为产品经理(PM),通过调度一组角色代理(如架构师、工程师、QA、评审员等)来协作完成智能体工作流。各角色间通过磁盘文件交换信息,用户仅需与 PM 交互。核心功能分为两条路径:“Ask lane”用于提问和查询状态,不产生代码变更;“Team lane”用于执行变更,遵循“一变更一任务”原则,流程包括一轮 QA、各类评审及最终 commit。所有决策记录在仓库文档中,而 push 和 publish 操作必须由用户每次手动确认。插件要求 Node.js 18 及以上环境,支持通过
Read Moredsh-ui-concise:DeepSeek Harness WebUI 的简洁会话模式
dsh-ui-concise 是面向 DeepSeek Harness WebUI 的会话展示插件,由 stars2022 维护,采用 MIT 许可证。该插件旨在提供类似 Codex/macOS 风格的简洁会话模式,将 Turn、工具调用、思考内容及最终答案组织为更紧凑的视图。核心功能包括:设置页提供“简洁模式”和“隐藏思考内容”选项;每个 Turn 配备独立计时器,运行中实时计时,完成后自动收起,异常时保持展开;连续工具调用合并为活动栏,运行中显示状态,完成后显示汇总,支持展开查看原始详情;最终 Assistant 答案保留在折叠栏外,保持正常 Markdown 排版和操作样式;开启“隐藏思
Read Moredsh-docker:DSH 的 Docker 容器管理插件
dsh-docker 是 DSH 的容器管理插件,旨在让智能体安全地操作本地 Docker 对象。该插件通过官方 subprocess 服务调用 Docker CLI,使用 argv 数组传参以规避 shell 注入风险,并在 `docker_exec` 中保留默认审批机制。它提供六个核心工具:`docker_ps`(列出容器)、`docker_images`(列出镜像)、`docker_logs`(查看日志)、`docker_inspect`(容器详情)、`docker_exec`(容器内执行命令)及 `docker_manage`(生命周期管理,如启动、停止、重启、删除)。插件要求 Nod
Read Moreoctie-dsh-plugin:DSH 插件形式的状态导向任务图内核
octie-dsh-plugin是StarChen-Cycler维护的DeepSeek Harness(DSH)bundle插件,将octie状态导向任务图内核封装为可安装组件。其核心理念为“状态派生而非手工设置”,通过原子任务及依赖关系构建任务图,任务完成后经BFS自动解锁下游,并支持不可变快照恢复长会话。插件提供独立CLI、Web UI及DSH接口,共享同一任务图存储,具备13个模型工具、Cordis服务及事件支持。CLI和Web UI支持终端、脚本及可视化DAG视图,便于在DSH会话中规划、执行与追踪任务。安装要求Node.js ≥ 20,推荐通过npm或GitHub添加,但GitHub
Read MoreMindspace DSH 会话记忆插件:为 DeepSeek Harness 增加可编辑的多人会话记忆
`mindspace-dsh-session-memory` 是 DeepSeek Harness (DSH) 的社区插件,旨在提供可编辑、会话隔离的多人记忆能力。它针对长会话中上下文混乱问题,将记忆分为三层:明确 AI 要求进入 persona 层(替换默认预设),人物信息与普通记忆保留在独立的 contextual section。该插件兼容 DSH 0.1.1 版本,采用 MIT 许可证,核心功能包括通过 `get_session_memory` 和 `update_session_memory接口读写记忆、模型字段中文渲染、V1-V3 数据无损迁移至 V4 sidecar 格式,以及默
Read Moremindspeace-dsh-local-rag:DeepSeek Harness 的本地混合 RAG 插件
mindspeace-dsh-local-rag 是一个为 DeepSeek Harness 设计的本地混合 RAG 插件,采用 MIT 许可。它通过注册 `search_local_memory` 工具,允许模型在上下文不足时自主决定检索本地资料,避免了每轮注入无关上下文或依赖远程 API。该插件结合向量相似度与 BM25+ 词法检索,并支持向量不可用时的纯词法回退。其管理两类语料:用户上传的多格式文件(PDF、DOCX 等)和会话压缩摘要,均支持查看、编辑及版本回滚。插件内置本地模型生命周期管理,支持下载、校验及持久化启动约 407MB 的 ONNX 模型,且联网仅限模型下载环节。安装需在
Read MoreDSH 插件:对话指示器,在 Web GUI 滚动条旁标记用户消息
`@smanx/dsh-conversation-indicator` 是一款面向 DeepSeek Harness (DSH) Web GUI 的社区第三方插件,旨在解决长会话中快速定位用户消息的痛点。该插件在对话区右侧滚动条附近显示紧凑的胶囊状指示面板,仅标记用户输入行。用户悬停可查看摘要,点击后平滑滚动至对应位置;面板在滚动或流式输出时自动隐藏,鼠标靠近时显示,移开后淡出,以避免遮挡正常交互。 作为纯浏览器端插件,它不改变模型行为、不增加 Token 消耗、工具调用或会话日志,偏好设置保存在浏览器 localStorage 中。安装需通过 `dsh plugin` 命令添加 GitHub
Read Moredsh-plugin-multimodal:给纯文本 DSH 会话补上贴图准入
dsh-plugin-multimodal 是 DeepSeek Harness (DSH) 的视觉侧边插件,旨在解决纯文本主模型无法处理图片输入的问题。该插件通过 GUI 接收图片附件,调用具备视觉能力的 Sidecar 模型将图像内容转换为文字描述,再将文字发送给主模型,从而绕过“当前模型不支持图片”的限制。 核心功能包括支持 Web 粘贴图片准入、提供 see_image 工具处理磁盘截图,以及通过环境变量或配置文件设定视觉模型。用户需安装插件并重启 DSH Web 进程,确保 Sidecar 指向真实的多模态模型(如 GLM-4.5V),避免使用纯文本模型作为视觉端点。该插件适用于希望
Read Moredsh-utility-tools:为 DSH 对话增加文件拖拽与文本引用
dsh-utility-tools 是用于 DSH 对话的输入侧工具插件,由 sharkymew 维护,采用 MIT 许可证。该插件主要解决两个问题:一是支持拖拽任意文件至对话区域,发送前可预览文件名、大小并逐一移除;二是允许选中对话文本后,将其以引用块形式加入待发消息开头。插件提供静态挂载和动态加载两种安装方式:静态版通过一行命令安装至 web profile,利用 HTTP 路由上传附件;动态版使用 `cordis_define` 零依赖加载,进程内运行。适用场景包括在 web 或 Electron 环境中补充文件附件或上下文引用。需注意普通浏览器无法获取真实磁盘路径,单文件上限 8MB,
Read Moredsh-yolo-mode:为 DSH 沙箱升权申请增加 LLM 自动审批
dsh-yolo-mode 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,旨在解决沙箱会话中升权审批频繁打断流程的问题。该插件在审批策略为 `ask` 且处于 `workspace-write` 等指定沙箱模式时,利用大模型对 `danger-full-access` 等升权申请进行自动裁决,替代部分人工确认。 它提供 `off`、`strict`、`balanced`(默认)、`permissive`、`yolo` 等预设,并支持通过 `levels` 配置自定义权限层级,针对不同目标模式或具体工具(如 `pwsh`、`write`)设置允许、拒绝或转人工策略。
Read MoreSecurStack DSH 插件:在 DeepSeek Harness 中调用 SecurStack 扫描、策略与诊断
SecurStack DSH 插件是一个面向 DeepSeek Harness 的适配器,旨在让智能体工作流直接调用现有的 `securstack` CLI,而无需重新实现安全工具。该插件主要提供四大核心功能:通过 CLI 执行仓库安全扫描、进行策略门槛检查、运行本地诊断,并在 CLI 支持时返回结构化的 JSON 结果。它复用现有的 SecurStack 认证方式(如 API Key 或命令行登录),并严格遵循保守边界,v1 版本不包含扫描引擎、加密或 Shielding 操作等底层逻辑。安装前需确保环境为 Node.js 20 及以上,并通过 `dsh plugin` 命令启用。该插件适用
Read Moredsh-soul-md:为 DeepSeek Harness 提供人设卡与长期记忆
dsh-soul-md 是 DeepSeek Harness (DSH) 的社区插件,旨在通过设置界面集中管理人设与长期记忆,避免手动维护散落文件。其核心功能包括“人设卡”和“长期记忆”:人设卡内容渲染至 system prompt,支持多卡片、按会话或工作区切换,并允许 AI 通过工具读写演化;长期记忆提供持久化存储,注入 prompt 时受大小限制,且优先关联当前激活的人设卡。安装需 Node.js >=20.18,新版插件要求 DSH >=0.1.0-rc.7,旧版用户需锁定特定版本。使用上,用户可在设置页创建卡片并指定默认值,AI 则利用专用工具自主管理记忆与人设。该插件适用于需在不同
Read Moredsh-plugin-marketplace:在 DSH Web UI 设置页浏览社区插件
`dsh-plugin-marketplace` 是 Scorp1o117 维护的一款 DSH Web UI 插件,旨在解决用户在 GitHub 与终端间频繁切换以查找和安装 DSH 插件的繁琐流程。该插件利用公共 GitHub Search API,在 DeepSeek Harness Web UI 的设置页中内置插件市场,支持按关键词搜索 `github.com/topics/dsh-plugin`,并按 Star 数或更新时间排序。用户可直接浏览插件卡片(含描述、语言、更新日期等)及详情面板(含 README 摘要、安装命令、仓库链接),甚至使用“AI explain”功能通过配置的大模
Read Moredsh-launcher-lifetime:控制 dsh 服务的驻留方式
DSH插件`dsh-launcher-lifetime`由Ruler4396发布(MIT许可),专为配合`dsh-launcher`壳设计,用于控制dsh(node)服务的存活方式。该插件解决用户关闭窗口或从托盘退出时,服务是继续运行、最小化驻留还是直接停止的需求,提供三种驻留模式:常驻(默认)、托盘驻留、跟随窗口。 在dsh设置页中,用户可通过竖排单选即时切换模式,更改立即生效。此外,也可通过`cordis`配置文件设置`serviceLifetime`参数(0为常驻,1为托盘驻留,2为跟随窗口),此方式需重启dsh后生效。插件通过HTTP路由写入`DSH_HOME\dsh-launcher
Read Moredsh-turn-fork:DeepSeek Harness 会话的按回合编辑、重试与版本树导航
`dsh-turn-fork` 是面向 DeepSeek Harness 的 MIT 许可证插件,旨在解决历史用户消息修改与重跑问题。它支持对已确定消息进行编辑,并提供“截断”或“保留”两种下游策略,从该回合创建新分支并重新运行。插件核心功能包括:通过 per-turn 按钮重试历史回合、通过消息按钮或会话头部重新生成助手回复、以及提供版本树 Timeline 用于查看分支摘要、导航(Undo/Redo)和管理运行状态。其分支日志具有持久化特性,进程重启后可读取,且仅使用官方插槽,避免 DOM 注入。安装命令为 `dsh plugin add dsh-turn-fork`,需重启进程生效。该插
Read Moredsh-vision:给纯文本模型补上图片描述桥接
dsh-vision 是一款用于 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在解决纯文本模型无法直接处理图片消息的问题。该插件通过将图片自动桥接为视觉模型生成的文字描述,使模型能够理解图像内容,同时在人类转录中保留原图。它支持通过 `see_image` 工具进行手动识图或追问,并具备递归识别嵌套图片、失败重试及占位文本容错机制。插件需搭配 `uiopt` 插件使用,以便在界面中配置视觉模型、输出上限、超时时间及工作模式(auto/manual/both);若未安装 `uiopt`,则需通过 `settings.yaml` 手动配置。安装后,当检测到纯文本模型接收
Read Moreredfox-data/redfox-community-dsh:RedFoxHub 官方 DSH 插件包
`redfox-data/redfox-community-dsh` 是 RedFoxHub 官方推出的 DSH 插件包,采用 MIT 许可,支持一键安装至 web 或 headless profile。该插件集成 100+ 个社媒数据 Skills 及 40 个原生 MCP 工具,全面覆盖抖音、小红书、快手、Bilibili、微博、YouTube、TikTok 等国内外主流平台。Skills 安装后直接进入会话目录,支持自然语言匹配或 `/skill-name` 手势精准调用。MCP 工具通过 `uv` 启动 `uvx redfox-mcp` 服务,提供平台数据 API 接口,并集成 Kim
Read Moredsh-mic-input:DSH Web UI 的浏览器麦克风输入插件
`dsh-mic-input` 是由 QT-Chen 维护的 DSH Web UI 语音输入插件,采用 MIT 许可证。它完全在浏览器端运行,无需服务端、API key 或模型下载,利用 Web Speech API 实现麦克风听写。核心功能包括:在输入框工具行添加麦克风按钮以开始实时听写;通过草稿重建与去重机制避免文本重复;支持最多 6 次的静默续听以维持会话;提供智能标点(自动补全、保留、去除)及中文、英文或跟随系统的语言选择;并支持可选的自动发送消息。用户可从 GitHub 或 npm 安装,要求 Node.js 版本不低于 20.0.0。安装后重启 DSH Web 或刷新页面即可生效。
Read Moredsh-token-pet:在 DeepSeek Harness 会话头部展示 Token 用量与天气的 DSH 插件
dsh-token-pet 是一款基于 MIT 协议的 DeepSeek Harness (DSH) Web 端插件,由 pk7j7sqryy-ops 维护。该插件旨在解决会话中上下文占用及 Token 累计信息查看不便的问题,将其集成至会话头部右上角的卡通玩偶“布布”组件中,实现无悬浮嵌入展示。其核心功能包括:实时显示本地时区日期、基于 IP 定位的实时天气及未来 3 天预报、极端天气预警,以及详细的上下文占用、输入/输出/缓存 Token 用量统计。Token 数据复用前端投影,实现零额外请求;表情随用量动态变化;主题色自适应深浅模式。 安装推荐使用 `dsh plugin` 命令添加至
Read Moredsh-reasoning-translator:在 Web UI 显示层翻译推理和最终答案
dsh-reasoning-translator 是 DeepSeek Harness 的社区插件,由 pinkllo 开发,采用 MIT 许可证。其核心定位是在 Web UI 显示层对模型的可见推理(reasoning)和最终答案(final answer)进行实时翻译,同时严格保留原始 session logs 不变。该插件支持两种后端:一是基于本地设备的 Chrome Translator(需 Chrome 138+ 或较新 Edge),无需 API key;二是 OpenAI-compatible API,由 Host 进程调用,密钥可通过环境变量配置。功能上,它支持源语言自动检测与跳
Read Moredsh-open-browser:在 dsh web 就绪后自动打开 Web UI
dsh-open-browser 是由 peach0x33a 维护的 MIT 许可证 DSH 插件,旨在解决 `dsh web` 启动后需手动打开浏览器的问题。该插件在服务就绪时自动调用系统默认浏览器访问 Web UI。其核心特点包括零运行时依赖、支持 macOS、Linux、Windows 及 WSL 等跨平台环境,且具备无头环境安全性,在无显示环境下静默跳过操作。插件时机精确,确保能获取动态端口,并通过 detached 子进程机制避免阻塞系统关停。用户可通过 `dsh plugin` 命令安装,并利用 `cordis.patch.yml` 配置文件灵活控制开启状态及延迟时间。尽管在不同平
Read Moredsh-plugin-workbench:把 DSH 网页做成可编辑文件工作台
dsh-plugin-workbench 是专为 DSH Web 开发的文件工作台插件,旨在解决流程中断问题,使网页端具备轻量代码编辑器功能。该插件由 Pasumao 维护,MIT 许可,支持 Node >=18,当前版本 0.0.15。 核心功能包括:左侧文件树侧栏(支持懒加载、独立状态保存)、多标签页可编辑代码预览(支持 JS/TS、Python 等语法高亮、行号、透明 textarea 叠加编辑)、右键文件操作(新建、重命名、删除、复制剪切粘贴、跨工作区操作)、图片内联预览(支持多种格式,20MB 上限)、Markdown 渲染及消息中 @ 引用或拖拽插入工作区文件路径。 插件支持每工作
Read Moredsh-worktree:DSH 子代理的 Git worktree 隔离与交付
`dsh-worktree` 是 DSH 的 Git worktree 插件,旨在解决多个子代理并行处理同一仓库时的写入冲突。它通过为子代理提供独立的工作树,支持审阅、验证、提交、合并、推送、创建 Pull Request 及归档恢复等完整交付流程。该插件安装在全局 DSH profile,不修改业务项目配置。用户可通过 `subagent_worktree` 委派任务,或使用 `/worktree` 命令手动管理。插件支持多种工作树起点和保留模式,内置安全机制防止误删有修改的工作树,且推送不使用强制模式。适用于需要并行开发且保留结果可追溯的场景。使用前需检查源码和许可证,卸载插件不会自动删除
Read Moredsh-balance-stats:为 DeepSeek Harness Web 提供余额与用量统计
dsh-balance-stats 是 DeepSeek Harness Web 的社区插件,由 pangzi499 维护,采用 MIT 许可证。该插件旨在解决余额、会话成本及用量分散的问题,在界面中集中展示 DeepSeek 账户余额(可用、充值、赠送)、当前会话实时成本估算、历史花费(今日、7 天、30 天)及按模型划分的 Token 用量。 插件支持两种发票导入方式:一是自动导入,需保存平台 userToken 至本地凭据文件(权限 0600)以定期获取发票;二是手动导入 JSON 响应。若未导入发票,则回退至本地估算。插件具备容错机制,请求失败时保留最近成功数据,并支持可配置间隔刷新。
Read Moredsh-mobile-control:用 WDA 驱动 iOS 模拟器的 DSH 插件
`dsh-mobile-control` 是一个 DeepSeek Harness (DSH) 插件,旨在通过 WebDriverAgent (WDA) 驱动 iOS 模拟器,实现移动设备的自动化操控。该插件无需依赖 macOS 辅助功能或 idb,利用 WDA 的 HTTP 服务提供截图、UI 元素查找、点击操作、URL 打开、可访问性树导出及隐私预授权等功能。安装后,它会向 agent 注册 8 个 `mobile_*` 工具,支持自然语言调用。 使用前需确保环境满足 Node >=20.11 及特定依赖,并通过命令从 GitHub 安装。核心操作包括使用 `wda-up.sh` 脚本启动
Read Moreorriduck/dsh-tui:一个会话感知的 DeepSeek Harness 终端 UI
orriduck/dsh-tui 是一个基于 MIT 许可的轻量级终端 UI(TUI),专为单人日常使用场景设计,旨在优化 DeepSeek Harness(DSH)在本地项目中的交互体验。该工具采用“会话感知”机制,允许用户在当前目录启动会话、持续追问,并实时监控工具活动、审批状态、上下文窗口占用及权限徽章。它通过 DSH 官方命令处理凭证、模型设置、沙箱及审批,自身不存储敏感密钥。核心功能包括流式文本与推理输出、交互式审批、技能发现与调用、以及基于目录的持久会话管理(支持列表、新建、恢复)。安装需 Node.js 22+、pnpm 及 DSH CLI,通过 `npm install` 全局
Read Moredsh-read-image:为纯文本 DeepSeek Harness 提供即插即用读图
`dsh-read-image`是DeepSeek Harness(DSH)的一款MIT开源插件,旨在解决纯文本模型无法直接读取图片像素的痛点。该插件允许文本路由接受图片输入,将图片块投影为`[Image #N]`文本占位符,并自动注册`read_image`工具。通过该工具,开发者可调用可配置的视觉模型读取会话中的指定图片或文件路径,将其内容转换为文本供模型推理。若路由本身支持原生多模态,插件会智能回退至内置工具以避免冲突。插件提供“Read image”设置区块,支持配置视觉模型及提示词等参数。安装需DSH版本0.1.0-rc.6以上,通过命令行添加后重启即可。插件具备环境自检和失败安全机
Read Moredsh-voice-funasr:DSH Web UI 的本地离线语音输入插件
dsh-voice-funasr 是 DSH Web UI 的本地离线语音输入插件,旨在提供不依赖云端语音服务的语音转写方案。其核心机制为“本地优先”,优先使用基于 FunASR int8 ONNX 引擎(含 Paraformer、FSMN-VAD 及 ct-punc 模型)在本地完成音频转写;若本地引擎不可用,则自动回退至浏览器 Web Speech API。该插件支持按住麦克风按钮录音、松手发送的操作,并可选调用用户配置的 LLM 端点进行两段式润色,以修正口误或口头禅,这是唯一可能出网的环节,其余数据均在本地内存中处理。 安装需先通过 pip 安装 funasr-onnx 等依赖,并下载
Read Moreomdsh-dev/dsh-tool-json:DSH JSON 查询工具插件
`omdsh-dev/dsh-tool-json` 是一款为 DSH 插件开发的轻量级只读 JSON 查询工具,MIT 许可。它提供名为 `json` 的工具,通过自定义的 JMESPath-inspired 路径子集从 JSON 值或字符串中精准提取字段,避免字符串搜索混淆或引入完整查询引擎的高成本。 核心功能支持点号访问、数组索引、特殊字符 key 访问及数组通配符投影。该插件有意限制查询范围,不支持过滤器、管道、函数调用或对象字段枚举,且多级通配符返回嵌套数组而非扁平化结果。安全方面,采用手写解析器避免 `eval`,防止原型链污染,并设有查询长度、深度及元素数量等资源上限。 安装需适配
Read Moredsh-tool-encoding:DSH 的 UTF-8 文本编码、哈希与 UUID 工具插件
dsh-tool-encoding 是 DSH 智能体工作流的编码/哈希工具插件,提供 UTF-8 文本的 base64/base64url/url/hex 编解码、哈希(md5/sha1/sha256/sha512)及 UUID v4 生成。其定位为零依赖、零进程、纯函数,旨在替代 shell 外部命令,降低进程调度与拼接成本。所有操作按 UTF-8 文本处理,输入上限 1 MB,输出上限 4 MB。工具具备严格校验机制,包括 RFC 4648 canonical 校验、fatal 模式 UTF-8 解码、拒绝孤立 surrogate 及 hex 解码合法性检查。该插件适用于 web 和 h
Read Moredsh-lan-access:在 DSH Web 中增加局域网访问开关
`dsh-lan-access` 是一款 DSH Web 插件,旨在简化 DSH 局域网访问的配置管理。DSH 默认仅绑定回环地址(127.0.0.1)以确保安全,拒绝绑定 0.0.0.0。该插件在 `Settings → General` 界面提供“LAN access”开关,允许用户在可信局域网内灵活切换绑定地址:开启时绑定 0.0.0.0,使同网段设备可通过 `http://<LAN-IP>:3080` 访问;关闭时恢复为 127.0.0.1。插件核心功能无需修改 DSH 核心代码,通过注册安全的 JSON 路由实现状态读写与配置同步,并支持远程设置页面访问及浏览器兼容性补丁。安装需执行
Read MoreDeepSeek Harness 插件:unified-agent-memory(共享 Obsidian Vault 的 Agent 记忆)
unified-agent-memory 是 Noelune 开发的 DSH 插件,旨在解决 dsh、Codex、Claude Code 及 Hermes 等多 Agent 记忆隔离问题。它提供共享的 Obsidian Vault 记忆仓库,结合本地 SQLite FTS5 索引实现高效检索,支持开发者直接编辑和人工审查事实。 核心功能包括覆盖知识摄取、晋升、冲突裁决及可逆遗忘(归档不删除)的全生命周期管理。插件支持基础 BM25 检索及可选的混合检索(融合语义向量与概念图谱),并通过 `memory digest` 自动提炼会话内容。安全方面具备提示词隔离与凭据脱敏机制。 安装需 Node
Read Moreniyongsheng/free-vision-skill:DSH 本地图像理解与 OCR 插件
niyongsheng/free-vision-skill 是一款面向 macOS 的 DSH 插件,基于 macOS Vision Framework 提供完全本地的图像理解与 OCR 服务,确保图片不离开本机。该插件采用 MIT 许可证,核心功能包括图像描述、文本提取及表格结构识别。它提供 view_image 和 ocr_image 两个主要工具:前者用于描述图像场景、人物及二维码等内容;后者支持提取文本,并可通过 layout=true 参数获取表格结构及坐标。输入格式支持 http(s) URL、base64 及本地路径。安装需使用 dsh plugin add 命令,并在配置文件中
Read MoreDshViewModes:为 DSH Web 增加 Verbose、Normal、Summary 三种会话展示模式
DshViewModes 是由 NigelYao 维护的 DSH Web 客户端展示插件,旨在通过不同颗粒度的视图优化用户体验。该插件基于 MIT 许可证,仅修改浏览器端展示而不涉及核心文件,提供 `Verbose`、`Normal` 和 `Summary` 三种模式。`Verbose` 保留思考、工具调用等完整调试信息;`Normal`(默认)按语义阶段分组过程步骤,适合日常阅读并支持展开细节;`Summary` 隐藏过程噪音,仅展示结果摘要。用户可通过会话头部或快捷键 `Alt+1/2/3` 切换模式,选择状态保存在 localStorage 中,且界面语言跟随 Harness Setti
Read Moredsh-billing:DSH Web GUI 实时计费监控插件
dsh-billing 是 DSH Web GUI 的实时计费监控插件,集中管理本机模型调用用量、余额及费用估算。核心功能包括:侧边栏实时显示余额(2秒刷新)及状态告警;展开面板查看消费明细、Token 用量及最近流水;支持 DeepSeek v4 峰谷定价及多供应商单价匹配;可通过 API Key 同步官方余额与单价。插件提供设置页配置阈值、单价表及数据管理,并集成 `billing_balance` Agent 工具供查询。账本数据持久化存储,重启自动恢复。安装无需构建,支持从 GitHub 或本地直接安装。需注意其仅统计本机调用,API Key 明文存储于本地,计费为估算值。适合需实时监
Read Moredsh-model-balance:在 DSH Web GUI 模型选择器前显示账户余额与配额
dsh-model-balance 是一款专为 DSH Web GUI 设计的插件,旨在解决多模型供应商开发中频繁切换控制台查看余额的痛点。该插件不改变模型调用链路,仅在模型选择器前显示 DeepSeek、StepFun、Kimi、OpenRouter、MiniMax 及 xAI 等支持 API 查询供应商的真实余额或配额;对于通义、小米等无 API 接口的供应商,则提供控制台入口链接。插件具备智能刷新机制,包括切换模型即时显示、对话结束后强制刷新、每两分钟定时轮询及点击手动刷新,并设有成功与失败结果的不同缓存策略以确保状态准确。用户可通过 npx 命令从 GitHub 或 npm 轻松安装,
Read Moredsh-subagent-profile:按任务管理 DSH 子 Agent 的模型、推理强度与工具范围
`muzyLink/dsh-subagent-profile` 是 DeepSeek Harness 的子 Agent 派发插件,旨在统一管理与优化子任务配置。该插件允许用户根据任务需求灵活选择模型、推理强度及工具范围,并将常用组合保存为可复用的命名 Profile。其核心能力包括内置多重安全检查机制、成本估算与节省分析,以及记录请求、生效配置、执行过程及结算细节的完整决策台账,实现派发的透明化与可追踪。 安装后,用户可通过设置页面管理 Profile,利用 `dispatch` 工具进行前台或后台派发,并在会话标签页中复查决策记录。安全方面,插件默认移除高危工具 `run_code`,且需宿
Read MoreDeepSeek Harness Desktop:把 dsh web 界面放进原生桌面窗口
DeepSeek Harness Desktop 是 DeepSeek Harness 生态中的桌面窗口插件,旨在解决用户希望本地快速访问 `dsh web` 界面而不依赖浏览器的问题。该插件基于 Electron,直接加载当前 `dsh web` profile 的真实 Web UI,而非独立前端,从而保留原有所有能力。它支持桌面快捷方式、开始菜单、安装目录及 Web UI 中的 `/desktop` 命令等多种启动入口,默认采用浅色风格,可切换为深色 Codex 皮肤,外部链接由系统浏览器打开。安装要求 Node.js 22.19+,提供 Git 克隆、Zip 便携版、Setup.exe
Read Moredsh-vision-tools:给 DSH 会话增加图片理解能力
dsh-vision-tools 是 DSH 生态中的视觉插件,由 moon09300731 维护(MIT 许可)。它提供全局 `vision_understand` 工具,通过 OpenAI 兼容 API(支持智谱、阿里、硅基流动、OpenAI)理解本地图片,实现画面描述、文字识别及基于图片的回答。图片可通过粘贴、拖拽或按钮选择方式送入,自动保存至指定目录并填入提示词。插件支持限流自动降级、全局及项目级配置实时生效,并在 Web 界面提供“识图”入口。安装命令为 `dsh plugin --profile web add dsh-vision-tools`,需重启 `dsh web`。配置需
Read Moredsh-recall:DSH Web UI 的消息撤回插件,不回退代码改动
dsh-recall 是 DSH Web UI 的 MIT 许可证客户端插件,用于撤回指定用户消息及其后续的所有对话内容(包括智能体回复、子智能体指令、压缩、重试等),使模型在后续对话中不可见这些内容,但绝不影响已发生的代码或文件改动。其核心机制是通过在 Append-only 日志中追加一条持久墓碑事件实现,确保重启后撤回依然生效。该插件提供“整轮撤回”功能,撤回后可将被撤消息的文本和图片恢复至输入框供重新编辑。界面设计上,撤回按钮位于复制键左侧,不遮挡原有UI元素,且支持实时更新,无需刷新页面即可隐藏被撤回行。技术上,宿主端提供 `POST /recall` 路由,基于 DSH 既有的 s
Read Moredsh-workspace-env:从 workspace .env 注入 DSH pwsh 子进程环境变量
dsh-workspace-env 是一个 DSH 插件,旨在解决 Windows PowerShell (`pwsh`) 环境中环境变量管理的问题。它通过增强 `pwsh` executor,在每次工具调用时自动读取当前 workspace 目录下的 `.env` 文件,并将其变量注入子进程,从而实现项目间的环境隔离,避免串环境或需重启进程才能生效的问题。 该插件核心特性包括:按 workspace 自动切换环境;每次调用实时读取 `.env`,修改后即时生效;支持 `${VAR}` 变量引用及追加操作(如 PATH 前置);自动处理引号和注释;且严格忽略 `DSH_*` 前缀变量以防冲突。
Read Moredsh-skins:DSH Web GUI 第三方换肤插件
dsh-skins 是一个为 DeepSeek Harness (DSH) Web GUI 提供换肤功能的客户端插件仓库,旨在不改核心代码的情况下扩展主题能力。它通过官方 ThemeService 注册皮肤,使用 CSS 变量进行覆盖,支持即时切换。目前已发布 nord、aurora、paper 和 dream 四个皮肤,涵盖深色和浅色基底,并支持内联 data URL 的图片背景,无需外部依赖。插件采用自包含资源设计,提供 pnpm 脚本用于类型检查、构建、测试及国际化一致性验证。用户可通过 omdsh 市场命令安装并启用,随后进入设置页切换皮肤。新增皮肤需在源码中定义皮肤配置、补充中英文案
Read Moredsh-docs-panel:把本地 Markdown 文档放进 DSH 侧边栏
dsh-docs-panel 是 mlosun 开发的 MIT 许可 DSH Web 插件,旨在将本地 Markdown 文档集成到 DSH 侧边栏,解决频繁切换编辑器查看笔记的痛点。该插件从 v0.1.0 起作为 dsh-better-sidebar (≥v0.4.0) 的独立 Tab 运行,自动扫描指定目录(默认 ~/.dsh/docs,可自定义并永久保存)下的 .md 文件,在侧边栏以规整网页形式展示,支持亮暗主题适配、标题/表格/代码块渲染、大纲平滑跳转及代码一键复制。此外,它提供“Chrome 打开”和“VS Code 打开”按钮,但目前仅支持 macOS。安装需先添加依赖 dsh-
Read Moredsh-character-profiler:为长篇小说角色提供一致性监控
dsh-character-profiler是一款DSH写作插件,旨在通过量化监控解决长篇小说中角色一致性缺失的问题。该插件主要提供四项核心功能:利用LLM生成持续可用的角色性格侧写档案;纯本地统计角色出场次数、段落分布及权重占比;检测正文中角色行为是否偏离设定,区分OOC突变与合理发展;以及提供角色一致性状态总览。其工作机制包括将侧写档案写入项目目录以供写作引擎自动注入,从而避免依赖一次性设定。安装需Node.js 22.5.0及以上环境,并依赖特定DSH工具包,配置通过继承现有插件实现。典型工作流为:每卷初查看状态,新角色建档,例行统计出场权重,定期检测行为漂移,并在弧光变化时更新档案。该
Read Moredsh-reconnect:DeepSeek Harness 的模型请求安全重试插件
dsh-reconnect 是 DeepSeek Harness (DSH) 的 Host 端插件,用于在临时网络或服务故障导致模型请求失败时自动重试。它监听 `agent/request-error` 事件,在内置重试策略失败后接管,针对限流、超时、5xx 错误及连接断开等可恢复问题,采用指数退避算法重发请求,避免中断 agent 步骤。插件支持配置本地退避上限(默认 60s),并优先尊重 Provider 的 `Retry-After` 指令。对于配额不足(QUOTA)默认不重试,未知错误默认无限重试(可配置限制),而认证、参数等不可恢复错误则立即终止。该插件提供统一的设置卡片及 YAML
Read Moredsh-whale-pet:把 DSH 服务启停与 GUI 唤起放进桌面宠物
dsh-whale-pet 是一款由 miku00039-01 开发的 Windows 桌面宠物程序,旨在将 DeepSeek Harness (DSH) 的服务启停、状态监测及 GUI 唤起整合至零依赖的 .exe 文件中。该工具支持一键启动 DSH 服务并自动打开 GUI,具备人形桌宠悬浮窗、可拖动记忆位置、双击复用 PWA 窗口等功能。其核心特性包括绿/红两态自适应状态监测、显示详细服务与系统资源的状态卡片、单实例运行、崩溃日志记录以及托盘图标兜底入口。用户可通过 DSH 插件指令 `/whalepet` 快速启用,或直接下载 Release 版本运行,也可从源码构建。程序依赖 Wind
Read Moredsh-kimi-webbridge:让 DeepSeek Harness 智能体调用本地真实浏览器
`dsh-kimi-webbridge` 是 MicroHEROX 开发的 DeepSeek Harness(dSH)插件,旨在解决智能体自动化中缺乏真实浏览器登录态及本地操作能力的痛点。该插件通过本地 daemon(端口 10086)驱动用户当前已登录的真实浏览器,确保流程在本机完成,无需第三方中转或 API keys。 它提供 15 个以 `kimi_webbridge_` 为前缀的工具,支持页面导航、标签页管理、内容读取、元素点击、表单填写、JavaScript 执行、截图、网络监控、文件上传及 PDF 导出等功能。安装简单,支持通过命令添加至 profile 或使用 overlay 方
Read MoreMicroHEROX/dsh-exa-mcp:在 DeepSeek Harness 中挂载 Exa Search
MicroHEROX/dsh-exa-mcp 是一个面向 DeepSeek Harness (DSH) 的 MIT 许可插件(v0.1.0),旨在通过 DSH CLI 的 `dsh-mcp-client` 桥接 Exa 远程 MCP 端点,为智能体提供联网搜索和网页抓取能力。该插件作为纯配置补丁层,无需构建步骤,安装后仅向配置文件添加一行指令。 核心能力包括将 Exa 工具注册为 `mcp__exa__*` 本地工具(如 `web_search_exa`、`web_fetch_exa` 等),并支持自动重同步和 180 秒任务超时。认证方面,未设置 `EXA_API_KEY` 时以匿名方式使用
Read Moredsh-plugin-qr-connect:为 DSH Web 添加扫码连接入口
`dsh-plugin-qr-connect` 是 DSH Web 端的一个 MIT 许可证插件,旨在解决移动设备访问本地 DSH Web UI 的鉴权与连接问题。该插件在侧边栏添加 QR-code 按钮,生成包含本地网络和公共互联网二维码的面板。其核心机制是运行一个认证反向代理子进程,负责验证 auth secret、发放会话 cookie 并转发至 loopback Web UI,同时支持 WebSocket 升级以显示实时更新。 插件支持 secret 自动轮换(默认 30 秒,可配置禁用)及多语言 UI。用户可通过 `dsh plugin add` 命令安装并重启 `dsh web`
Read Moredsh-sidebar-mode:把 Agent 预设切换放进「新会话」按钮
dsh-sidebar-mode 是 Meredith2328 开发的 DSH 桌面端 profile 插件,旨在优化 Agent 预设切换体验。该插件将预设选择功能集成至“新会话”按钮中,用户无需进入设置面板,点击按钮左侧标签即可弹出菜单快速切换标准、PTC等预设。 其核心功能包括:自动发现并显示自定义预设;切换时同步更新全局默认、设置面板及侧边栏状态;仅影响当前空白会话,不干扰已运行任务;支持日间/夜间主题自适应;长名称自动截断显示。 安装需通过 `pnpm add` 引入,并在 `package.json` 的 `dsh.profile.bundles` 中注册后重启。该插件依赖 `co
Read Moredsh-cot-summerization:DeepSeek Harness 的思维链摘要插件
DSH插件`dsh-cot-summerization`由MeowLynxSea开发,旨在优化推理显示。它不直接展示原始思维链,而是在`llm/stream`层拦截原始增量,改由小模型生成缩略摘要,以Reasoning块形式流入UI。此设计确保界面简洁,同时保留模型可见历史中的原始思维链,避免影响Agent多轮推理。核心能力包括流式分段摘要、动态分块、近重复消除及Nekomimi边界协议支持。插件提供多种错误处理策略,并允许配置独立的小模型通道。安装后,用户可通过Web Client配置启用状态、摘要风格及长度限制。虽然增加了一次小模型调用成本,且原始数据需经过配置的LLM通道,但用户可指向本
Read Moredsh-excel-panel:DSH Web 右侧栏 Excel 编辑插件
dsh-excel-panel 是面向 DSH Web 的右侧栏插件,旨在让用户无需切换外部工具即可直接在 DSH Web 工作界面中预览、编辑和保存 .xlsx 文件。该插件支持单元格选择与文字编辑,提供字体大小、加粗、对齐及颜色调整等格式工具,并具备实时公式预览功能,涵盖常用计算及 SUM、IF 等函数。此外,它还支持合并单元格、插入删除行列、调整行高列宽及管理工作表等操作。在保存机制上,插件通过重建整个 xlsx 文件来避免样式损坏,确保多次保存后格式不丢失,并支持撤销与重做。安装时需确保环境满足 dsh-better-sidebar、react 及 exceljs 版本要求,可通过 D
Read Moredsh-web-search-anysearch:DeepSeek Harness 的 AnySearch 网页搜索插件
`dsh-web-search-anysearch` 是 DeepSeek Harness (DSH) 的原生 Web 搜索插件,由 mcxianyujun 维护,采用 MIT 许可。该插件通过接入 AnySearch 的 `POST /v1/search` REST API 提供网页搜索能力,无需修补 Harness 核心或依赖 JSON-RPC 桥接。其核心特性包括独立的 Web 设置区域和凭据管理,使用独立的 `ANYSEARCH_API_KEY` 并通过 DSH credentials service 安全存储,不复用 DeepSeek 默认密钥。插件支持完整的来源信息(URL、标题、
Read Moregalgame-dsh-plugin:一个可配置的纯文字恋爱与世界模拟 Skill
`mchenziyi/galgame-dsh-plugin` 是一个面向 DeepSeek Harness(dsh)的纯文字恋爱与生活模拟 Skill,基于 MIT 许可证。该插件不生成图像或音频,专注于通过自然语言交互构建互动叙事世界。它支持“旮旯给木”和“乙游”两种初始化模板,允许用户自定义角色身份、背景及关系结构,并涵盖同性、双性恋、泛性恋及多人关系等多元设定。核心特性包括世界状态持久化保存(`.game/` 目录),NPC 会在用户离线时继续生活,以及灵活的情节推进机制。用户可通过 `dsh plugin add` 命令安装,或在项目级目录中复制 Skill 文件启用。在使用过程中,用
Read MorePaperLab:Overleaf 式论文迭代修改工作台
PaperLab 是结合 DeepSeek Harness (dsh) 的 Overleaf 式论文迭代工作台。它旨在解决 PDF 批注、LaTeX 源码编辑、编译结果及 Git 历史分散的问题,将“读批注、改论文、看 PDF、回滚版本”整合在同一流程中。其核心功能包括:三栏式界面,支持在渲染后的真实 PDF 上精准批注;基于 dsh agent 的 AI 修订流程,自动执行“读批注-编辑源码-编译检查-Git 提交”,并提供实时轨迹监控;以及完整的版本管理,支持历史浏览、Diff 对比及一键回滚。 PaperLab 不直接调用模型 API,所有 AI 执行均在 dsh 环境中完成,确保模型凭
Read Moredsh-conversation-landmarks:DeepSeek Harness 长对话导航插件
dsh-conversation-landmarks 是一个由 mantonlove 维护的 DeepSeek Harness Web 社区插件,旨在解决长对话中反复滚动的痛点。该插件基于 MIT 许可证,通过官方扩展点在会话工作区左缘添加一个固定、垂直居中的地标栏,帮助用户快速定位用户任务及对应回复。 其核心功能包括:当会话中至少有三个用户任务时,地标栏自动显示;支持悬停预览用户请求及最新助手回复;点击地标可智能加载历史并平滑滚动至目标消息,确保其完全可见。插件采用非侵入式设计,不修改 DeepSeek Harness 源文件,不执行自有网络请求,也不收集遥测数据。 安装要求 DeepSee
Read Moreadb-dsh-plugin:通过 ADB 控制 Android 设备的 DeepSeek Harness 工具
adb-dsh-plugin 是一个 MIT 许可证的 DSH 插件,用于通过 ADB 安全地控制 Android 设备。它不启动额外代理,也不在宿主机 shell 中拼接命令,而是通过 Harness 的 `ctx.subprocess` 服务启动 ADB 进程,继承取消和超时信号,避免模型自由拼接命令。 核心能力包括设备发现、信息获取、应用包管理、系统服务查询、UI 层级分析、输入操作、文件传输、日志抓取和截屏。`adb_shell` 默认不注册,需显式启用;清理和卸载应用等破坏性操作默认关闭。插件支持配置设备白名单、超时限制和输出大小限制,并可通过 `restrictHostPathsT
Read Moredsh-subagent-cwd:给 DSH 子智能体调用增加 per-call cwd
DSH 插件 dsh-subagent-cwd(MIT 许可)在 dsh-subagent-tools 基础上增强子智能体委托能力,核心新增按次调用(per-call)的 cwd 参数,允许指定某一次 subagent / subagent_fork 调用的工作目录。它仍支持按次覆盖 model、provider、persona、toolFilter,以及 @preset: 引用和 provider/model 组合 ID。实现 per-call cwd 依赖两个 in-process provider patches,插件随附 Windows(install.ps1)和 POSIX(inst
Read Moredsh-cost-tracker:为 DeepSeek Harness Web 记录每日 LLM 调用花费
dsh-cost-tracker 是一款 MIT 许可证的 DeepSeek Harness Web 客户端插件,旨在解决模型调用 Token 用量数据分散、难以按维度回看的问题。该插件自动记录安装后产生的每次 LLM 调用用量,包括输入、缓存命中、输出及推理 tokens,并根据可自定义的定价表(支持高峰时段倍率)估算花费。它提供侧边栏按钮、会话标题栏及输入框旁三个入口,支持按总览、模型、会话及最近调用多维度查看成本。用户可修改价格设置,历史数据将按新价重算。插件仅在本机读取 API 响应中的 usage 数据计算,不涉及模型调用、无网络上报且不存储 API 密钥。数据保存于本地文件,卸载插
Read MoreDSH SessionGraph:把当前会话整理成可编辑导图
`dsh-sessiongraph` 是 `lwklbb` 维护的 DSH Web 插件,旨在将长会话内容整理为可编辑、可复制的结构化大纲与思维导图。该插件基于 MIT 许可,通过在浏览器端运行,只读当前会话快照而不修改持久化文件。其核心功能是在输入框上方增加按钮,自动提取会话目标、最终结论、关键决策、待办事项及文件产出,同时过滤堆栈跟踪、终端日志等噪声信息。 插件支持默认、精简和详细三种导图模式,并允许用户在弹窗中手动编辑节点。导出格式涵盖 Markdown 大纲、Mermaid mindmap、PlantUML、XMind 缩进文本及待办清单简介,便于后续用于文档记录或复盘。安装需在插件目
Read Moredsh-background:在 DeepSeek Harness Web 中配置本地背景图
dsh-background 是 DeepSeek Harness Web 的一个 MIT 许可证插件,旨在让用户通过本地图片自定义网页背景,同时保留默认主题和文字可读性。安装后,用户可在“设置 → 通用设置 → 外观”中填入本地图片绝对路径,并调节 0–100% 的蒙层强度以优化显示效果。插件支持 jpg、png 等常见格式(上限 25MB),具备实时预览、明暗主题自动适配及配置持久化功能。由于浏览器无法直接读取本地文件,图片由宿主端通过 `/dsh-background/image` 路由提供。该插件适合需要本地化背景且不直接修改源码的场景,安装前建议审查源码安全性,卸载后需手动清理配置文
Read Moredsh-side-chat:DeepSeek Harness 的只读侧边对话插件
dsh-side-chat 是 DeepSeek Harness (DSH) 的一款只读插件,旨在解决长任务执行中临时提问干扰主流程的问题。它通过在主会话旁创建继承已完成上下文的侧边会话,让用户在旁路查询信息时,主 Agent 能继续独立运行而不受干扰。 该插件核心采用强制只读约束,沙箱审批策略设为“never”,仅暴露父级上下文中可用的只读工具,并拒绝非只读操作及嵌套代码模式。界面支持 Better Sidebar 或自适应悬浮窗,隐藏或最小化时保留草稿与记录,仅在确认结束或双方空闲 30 分钟后进入停放状态。适用于 DSH Web 环境(Node.js ^22.19.0+),通过 npm
Read MoreDSH 插件 dsh-workspace-enhance:把 Web 侧栏改成工作区文件夹列表
dsh-workspace-enhance 是一个 MIT 许可的 DSH 插件,旨在增强 Web 界面的侧栏体验。它将默认工作区浏览器替换为结构化的文件夹列表,每个工作区下集成任务、文件和 Git 三个子 Tab,并提供右侧文件预览面板。核心功能包括:按最近更新排序的任务管理(支持新建、重命名、归档及不可恢复的彻底删除);支持懒加载、语法高亮、Markdown 渲染及防 XSS 安全的文件树浏览(上限 2000 条,大文件预览截断 512KB);以及只读的 Git 视图,涵盖分支切换、提交详情和 Diff 查看(Diff 截断 256KB)。插件要求 Node.js >= 18,分为浏览器端
Read Moredsh-plugins-market:DeepSeek Harness 插件创意市场
Luaphes/dsh-plugins-market 是一款面向 DeepSeek Harness (DSH) 的社区插件创意市场,旨在统一插件的发现、筛选、信任判断及安装流程。该工具从官方 dsh-plugin 话题抓取约前 500 个仓库,通过过滤噪音和展示精选徽章、社区兼容状态,帮助用户快速定位优质插件。它支持按星数、近期涨幅等排序及即时搜索,并提供日增星数快照展示。在安装环节,系统会严格校验目标仓库是否声明 dsh.bundle.patch,拒绝非 bundle 仓库,并在执行前展示具体命令及安全警告,确保操作透明。该插件自身零构建、无后端、不依赖 LLM,仅使用 GitHub 公开
Read Morepaste-to-workspace:把粘贴或拖入的图片与任意文件保存为会话工作区文件
`paste-to-workspace` 是专为 `dsh web` 设计的插件,旨在解决会话中处理截图和本地文件时操作零散的问题。该插件支持将图片通过 `Cmd/ctrl+V` 粘贴或任意文件拖入聊天框,自动保存至会话工作区 `.dsh-paste/` 目录,并向模型发送文件路径。核心功能包括:任意文件拖放支持、图片粘贴预览、基于文件类型的图标渲染(图片缩略图、其他文件显示 RemixIcon 图标)、点击卡片即可下载原文件、无文字纯文件发送、深浅主题自动适配、30天自动清理过期文件以及拖放提示文案优化。安装需依赖 `dsh plugin` 和 pnpm,通过 GitHub 源执行命令即可安
Read Moredsh-specflow:把规格、计划与任务进度保留在仓库里的 DSH 插件
dsh-specflow 是一款 MIT 许可的 DeepSeek Harness (DSH) 插件,旨在解决 DSH 会话重启后工作难以恢复的问题。通过将需求、设计和任务清单持久化存储在代码仓库中,后续会话可读取这些工件,自动定位未完成任务并恢复对应的 DSH goal。该插件支持 DSH 0.1.0-rc.6 及以上版本,要求 Node.js 22.19.0 或更高,已在 npm 发布。 其核心功能包括提供 `specify`、`plan-spec`、`tasks` 和 `implement` 等可复用工作流命令,利用 `spec.md`、`plan.md` 和 `tasks.md` 模板
Read Moredsh-route-resilience:DSH 多路由高可用与故障隔离
dsh-route-resilience 是一个专为 DeepSeek Harness (DSH) 开发的多路由高可用插件,旨在解决单一路由因限流、超时或凭证异常导致请求失败的问题。该插件将同一模型的多条已授权 Provider 路由组织成模型组,通过轮询分配请求,并在遇到可重试错误时自动切换至健康路由,同时隔离故障路由以防止影响整体服务。 其核心功能包括多路由故障切换、429 限流处理、Auth/Quota 异常隔离及 Fallback 机制,确保服务连续性。此外,插件提供只读状态接口和 Web 管理面板,便于用户查看路由健康状态及调整隔离参数。 安装时,用户需通过 npm 或 GitHub
Read Moredsh-muyu:DeepSeek Harness Web 里的右下角电子木鱼
dsh-muyu 是 DSH Web 客户端的 MIT 插件,旨在解决等待模型思考或流式输出时缺乏轻量本地反馈的问题。它在界面右下角提供可交互的电子木鱼,支持手动点击累积功德,并在会话忙碌时自动轻敲计数。该插件仅在本机浏览器维护轻交互计数,不写入对话记录也不发起额外请求,数据存储在 localStorage 或 IndexedDB 中。 功能上,支持切换香炉或木牌样式,显示 9999 以内原数或 Nk 简写,可自定义自动敲击速度、起包连击数及图源(内置、本地、图库或 URL),并支持导入 zip 图包。系统开启“减少动态效果”时会自动跳过动画。 安装要求 DSH 版本 ≥ 0.1.0-rc.8
Read Moredsh-rigorquant:面向经验/计算数学研究的 DSH 会话级研究插件
dsh-rigorquant 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在通过上下文隔离的多智能体协作,优化经验/计算数学的长程研究流程。它解决假设提出、探索、验证与实现混杂的问题,将单次会话组织为带有边界、分工及前置检查的研究实验室。 其核心机制包括并行探索、独立重推分析形式与界限、通过反例对抗淘汰无效路径,以及由 meta-validator `rq_check.py` 进行的证据校验,拒绝无证据的通过结论。插件引入“实现前四项检查电池”,确保数值实现前有充分证据。针对随机性工作,采用固定种子和大数定律约定,并提供可选的 Jacobian MCP 升级路
Read Moredsh-model-switch:为 DSH 子代理和计划执行选择合适模型
dsh-model-switch 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,旨在解决主会话、子代理及计划执行阶段模型切换繁琐的问题。该插件允许用户保留主会话当前模型,同时为子代理或计划执行单独配置合适的模型,支持“跟随主模型”或“自定义”(含推理努力)两种模式。通过保存默认设置,减少了任务前的手动切换成本;在计划审批面板中,用户可直接确认或修改执行模型,执行完毕后自动恢复主会话模型。插件显示子代理的模型、上下文窗口及推理努力等详细信息。安装需通过特定命令添加至 web profile 并重启 DSH,要求 DSH 版本 0.1.1-rc.2 以上及指定 Nod
Read MoreDSH Right Sidebar:把 DSH 会话产物集中到右侧工作区
DSH Right Sidebar 是 Limitinfinitude 开发的 MIT 许可证 DSH 插件,旨在为 DeepSeek Harness Web 提供右侧产物工作区。它将 Agent 在会话中生成的报告、图表、图片、PDF 及数据文件集中展示在对话旁,实现交付物的直观检查与分享。 该插件核心功能包括:会话绑定的产物栏,支持标签拖拽、自动刷新及历史恢复;支持 Markdown、PDF、SVG、多种图片格式自动预览,以及 TXT、JSON、CSV 等数据文件在 Agent 明确提及时按需显示。预览功能强大,如 Markdown 可编辑静默保存、JSON/CSV 支持搜索排序、图片支持
Read Moredsh-file-viewer:DeepSeek Harness 内的只读文件预览
`dsh-file-viewer` 是由 `liguobao` 维护的 DeepSeek Harness 只读文件预览插件(MIT 许可证,v0.3.1)。它允许在网页内直接预览图片、PDF、CSV、Markdown、JSON、YAML、源码及大日志等文件,无需依赖外部应用,并严格遵循“Preview ≠ Execute”原则,禁止执行脚本、宏或命令,确保安全。 该插件支持大文件分级加载策略(<5MB 整读,5-50MB 分块,>50MB 头部加载),提供 `fileViewer.openFile` API,支持打开本地路径、`artifact://` locator、指定行号及强制指定渲染器
Read Moredsh-token-pricing:为 DSH Web 界面增加按模型 Token 定价与费用查看
dsh-token-pricing 是面向 dsh Web 界面的社区第三方插件,用于解决不同模型 Token 单价及高峰时段计费问题。它允许用户按提供方和模型配置输入、输出及缓存命中的美元价格,并支持多档高峰时段计价。核心功能包括在会话底部显示实时费用、提供可拖拽的费用浮窗(支持按轮次或模型视图)、跨项目费用统计面板以及 CSV 导出。修改价格规则后,系统可自动重算历史会话费用。该插件安装简便,需 Node ≥22 环境,通过 `dsh plugin` 命令添加到 Web 配置即可。其设计承诺零 Token 影响,不向模型请求添加工具或提示段,确保不影响原有交互。虽为非官方插件,但依赖轻量且
Read MoreDeepSeek Harness 可视化工作间插件:lhwu1/dsh-lookseek
`lhwu1/dsh-lookseek` 是 DeepSeek Harness (DSH) 的可视化工作间插件,旨在以直观的方式展示会话状态,而非虚构额外聊天窗口。该插件通过“工作间”标签页呈现三类核心内容:左侧成员栏显示智能体真实状态与耗时;中央 3D 场景展示机器人移动、状态标签及路线动画;右侧看板列出计划任务与最近公开工具事件。 插件支持将会话中的真实事件(如模型请求、工具执行)映射到 3D 工位,并仅显示安全摘要,严格隐藏命令、路径、密钥等敏感信息。用户可导入不超过 30MB 的 `.glb` 文件作为自定义办公场景,通过校准工作点和绘制直线或曲线路线来编排布局,保存后生效。此外,自定
Read MoreOrca DSH Launcher:DeepSeek Harness 的更新检查、启停与图形控制台
`orca-dsh-launcher` 是一款面向 Windows 10/11 的 DSH 桌面管理工具,旨在降低命令行操作成本。它基于 Cordis 插件和原生桌面程序开发,提供系统托盘入口、图形控制台及一键安装引导。核心功能包括 DSH 更新检查与预览(不自动修改源码)、服务器启停控制、端口冲突安全处理(仅影响 DSH 进程)及峰谷计费徽标显示。用户可通过 `/orca` 命令集(如状态、启动、更新)或命令行工具进行日常管理。安装依赖 Node.js、git 及 .NET 8 Desktop Runtime,或通过自包含 `orca-setup.exe` 完成。该工具适合希望以图形化方式管
Read MoreLessXi/dsh-fluid-width:DSH Web GUI 聊天显示区宽度自适应
`LessXi/dsh-fluid-width` 是一个面向 DSH Web GUI 的布局插件,旨在解决聊天显示区在宽屏下宽度固定(默认 748px)导致显示偏窄的问题。该插件通过覆盖 CSS 变量 `--dsh-chat-content-width` 为 `min(100%, 2000px)`,使聊天列、输入框等内容随窗口宽度自适应流动,同时保留 2000px 的默认上限,用户也可自定义该值或改为完全流式布局。插件采用 MIT 许可证,零依赖且无需构建脚本,安装后重启 `dsh web` 并刷新页面即可生效。其核心机制结合了静态覆盖与 `MutationObserver` 动态重写互为兜底
Read Moredsh-task-relay:DSH 跨会话任务接力板
`dsh-task-relay` 是一款由 LeslieWylie 维护的 DSH 插件(v0.1.1,MIT 许可),旨在解决 DSH 会话生命周期独立导致的跨会话协作难题。它基于本地持久队列,提供任务接力与会话交接摘要功能,支持多会话及子 agent 场景下的任务传递与上下文延续。 该插件注册了 7 个核心工具:`task_push`、`task_list`、`task_claim`、`task_done`、`task_cancel` 用于全生命周期任务管理;`handoff_write` 和 `handoff_read` 用于记录及读取工作进展摘要。数据默认存储于 `~/.dsh/tas
Read Moredsh-ops-kit:面向证据的 DSH 插件运维包
`dsh-ops-kit` 是 DSH 插件生态下的证据驱动运维工具包,旨在解决智能体过早断言的风险,强制其在声称记忆、计划或发布安全前提供可检查的证据。该工具包默认保守,不静默执行敏感操作,核心功能包括生成从 scope 到 handoff 的工作流计划、在受限本地目录中搜索带来源证据的上下文、审计 Git 仓库清洁度及 credential 卫生、生成插件发布清单并对照检查仓库,以及诊断终端 prompt 兼容性。 安装需 Node.js >=22.19.0,建议将 `roots` 配置为窄目录以避免读取敏感数据。使用前需通过 pnpm 进行离线安装、构建和测试验证。若遇终端兼容性问题,可
Read Moredsh-qq2007-skin:为 DSH Web GUI 提供可撤销的 QQ 2007 风格外观
`dsh-qq2007-skin` 是由 LeemanCheung 维护的独立、非官方外观插件,采用 MIT 协议。该插件旨在将 DSH Web GUI 呈现为 2007 年蓝色即时通讯窗口风格,同时完整保留原生的会话、模型、附件、发送及设置等交互功能。 其核心特性包括:通过官方 API 接入 72 个原生主题 Token,无需修改安装包或开启调试端口;提供可切换、可撤销的复古外观及可选的原创 Web Audio 发送提示音;支持高对比度、减少动效模式及窄屏自适应;用户设置仅保存在浏览器 localStorage 中,无 YAML 配置项。 安装前需确保环境为 DSH `0.1.0-rc.6`
Read Moredsh-prompt-enhancer:DSH 输入框提示词增强按钮
dsh-prompt-enhancer 是 DSH Web UI 的一款开源插件,旨在解决 AI Agent 提示词因缺乏上下文和边界条件导致执行效果不佳的问题。该插件由 LCQ-1024 维护,基于 MIT 许可证。它通过在输入框旁增加“增强提示词”按钮,允许用户在发送草稿前对简短需求进行一键改写。核心功能包括:输入框为空时自动禁用按钮;点击后显示缓冲动画;完成后弹出对比窗口,展示“增强前”与“增强后”的内容;用户可选择采用或拒绝,支持 Enter 键采用、Esc 键拒绝。插件复用 DSH 当前模型及凭据,无需额外配置 API Key,并默认关闭深度思考模式。安装简便,通过 dsh 命令添加
Read Moredsh-think-any-lang:在 DSH 中选择模型思考语言
DSH插件 `dsh-think-any-lang` 允许用户在Web设置中独立选择模型推理语言,使最终回复保持用户语言。该插件在 `Settings → General` 提供 `Thinking Language` 下拉选项,支持简体中文、英语等12种语言及关闭选项,选择结果持久化保存。其核心机制是通过 `systemPrompt.section` 注入由目标语言编写的思考指令,避免额外模型调用带来的延迟,实现零额外调用控制。安装需使用 `dsh plugin --profile <name> add github:lco117/dsh-think-any-lang` 命令,建议固定Com
Read Moredsh-drop-in:在 DSH Web 输入框中拖入或粘贴文件并随消息发送
dsh-drop-in 是专为 DSH Web 界面设计的插件,旨在优化本机文件接入流程。它解决了手动输入路径易错、复制内容丢失位置及图片上传流程冲突等痛点。该插件允许用户通过拖入或粘贴方式将文件(包括图片、文本、文件夹)以原生引用气泡或上方芯片栏的形式展示,发送时自动生成包含绝对路径的引用,使 Agent 能直接读取文件,而非仅处理上传的数据。 核心功能包括:支持任意文件拖放与粘贴,在输入框聚焦时插入光标处,未聚焦时显示在芯片栏;发送后在消息气泡中渲染文件卡片;提供 dropped_files 工具供 Agent 查询未发送文件;兼容 DSH Desktop 的 Electron prelo
Read Moredsh-skill-manager:为 DSH Web GUI 增加 Skills 面板
dsh-skill-manager 是一个 DSH 插件,旨在集中管理 Web GUI 中当前会话可见的技能(Skill)。该插件在侧边栏提供“Skills”入口,支持按全局/局部分组展示技能,并允许用户通过开关控制每个技能的启用状态,从而决定其对模型目录、skill 工具及用户手势的可见性。状态变更会持久化至本地文件,跨会话生效。 核心功能包括技能搜索、增删改(仅针对可写技能)、以及自动触发注册表失效以更新下一轮对话目录。其中,custom、bundled 和 runtime 来源的技能为只读,不可编辑或删除。安装需满足特定 Node 版本,通过 dsh 命令添加插件并重启服务即可使用。该工
Read MoreDSH 热更新插件管理器:在运行中的实例上管理插件 bundle
kyorakuyk/dsh-hotreload-plugin-manager 是一个针对 DeepSeek Harness(DSH)的树外插件,旨在解决插件管理需重启实例的低效问题。该插件支持在运行中的实例上热安装、卸载、更新及启用/禁用 Profile 插件 Bundle,无需重启内核。 其核心能力包括支持从 npm、Git 或本地路径安装 Bundle,通过替换补丁行和实时重放配置实现热更新(仅限组合与配置,代码变更需重启),并持久化启用/禁用状态。插件提供 Web 设置页标签页(设置→插件→插件管理)及 `/plugin-manager/*` HTTP API,便于直观操作和自动化调用。
Read Moredsh-whale-font:把 DSH 对话里的「我/你/I/me」显示成蓝鲸图标
dsh-whale-font 是 DeepSeek Harness (DSH) 的一款 Web 插件,由 kxSenlin 维护,采用 MIT 许可证。该插件仅在显示层进行增强,不修改消息数据、不影响模型读取或记忆,也不作用于输入框。其核心功能是将对话中的主语人称(助手消息中的“我”、用户消息中的“你”及助手消息中的英文“I/me”)替换为 DeepSeek 蓝鲸图标,以直观区分说话者。插件支持自定义替换词(目前统一显示为鲸鱼图标),中文替换通过彩色字体实现,英文通过 DOM 层单词边界匹配。引号、括号及代码块内的内容默认不替换。安装需通过 `dsh plugin` 命令添加,支持在线及离线安
Read Moredsh-plugin-template:DeepSeek Harness 插件入门模板
`dsh-plugin-template` 是 DSH 的入门插件模板,旨在通过最小代码展示 Config、Tool、Events、Service、Hook 及 Browser Client Half 六类常见插件形态,并演示如何在单一可安装 Bundle 中正确激活。该模板遵循 DSH 的 Bundle 分发模型,通过 `dsh plugin add` 接入配置层,同时覆盖 Host 端逻辑与 Web 端 UI 注册(包括 14 个 UI 表面的 Slot 注册及 Config Card 数据写入)。安装支持本地目录、GitHub 源码拉取(需配置 `allowBuilds` 授权构建)及本
Read Moredsh-skill-loader: A Per-Conversation Skill Manifest Selector for DeepSeek Harness
dsh-skill-loader is an MIT-licensed plugin for DeepSeek Harness (dsh) designed to solve the problem of session-level visibility control for skill manifests. By default, dsh loads all skills; this plugin allows users to selectively check the skills to be loaded for the current session via a "Skill Manifest" selector on the start page of a new conversation. Unchecked skills are unavailable in that conversation—both the model's catalog and tool calls will deny access. The selection state is persisted to `$DSH_HOME/settings.yaml` and remains effective after restart. The plugin provides the `/skill-select` command for adjusting or clearing skill selections at runtime, as well as the `/skill-unarchive` command for restoring archived sessions. It is implemented by taking over the skill catalog and intercepting tool calls.
Read Moredsh-composer-keys: Adding History Message Shortcuts to DSH Web Input Box
dsh-composer-keys is a lightweight client-side plugin for the DeepSeek Harness (DSH) web platform, maintained by community developers under the MIT license. The plugin aims to optimize the operational efficiency of the web chat input box through keyboard shortcuts, addressing the previous reliance on the mouse for message reuse and clearing, thereby reducing accidental clicks and mouse operations. Its core features include three keyboard shortcuts: pressing Arrow Up quickly fills in the previous user message from history, making it convenient for debugging prompts or modifying questions; pressing Arrow Down navigates backward through messages, and upon reaching the end, automatically restores the input content from before navigation; when no text is selected, Ctrl+C clears the input box, while if text is selected, the browser's native copy function takes priority. This plugin is client-only
Read Moredsh-feng-gu: A Real-Time Peak-Valley Broadcast Plugin for DSH Web UI
dsh-feng-gu is a third-party plugin for the DeepSeek Harness (DSH) web client that integrates into the browser interface without recompilation. Its core function is to display the DeepSeek API's peak/off-peak pricing status in real time at the bottom-right corner of the Web UI, distinguishing time periods with the playful names "Liang Wenfeng" (peak) and "Liang Wengu" (off-peak), and providing a second-level countdown to the next switch. Period determination is based on Beijing time: peak hours are 09:00–12:00 and 14:00–18:00 daily, with all other times being off-peak. Users can click the badge to view the period schedule, pricing details, and the origin of the meme, and the plugin supports adaptive DSH dark/light themes. During installation, a specified version is added from GitHub via the `dsh plugin` command, with the profile needing to be ensured
Read Moredsh-whale-arcade: Mounting Five Browser Games in the Corner of a DeepSeek Harness Workspace
`dsh-whale-arcade` is a community-maintained DeepSeek Harness (DSH) plugin designed to meet entertainment needs during short waits in the Web workspace. The plugin is mounted on `shell.overlay` and provides a persistent whale launcher in the bottom-right corner, featuring five browser-native games: Whale Wave, Blue Whale Treasure, Whale Coast Run, Ocean Gomoku, and Tidebound Ruins. Its core advantage is that it "does not interrupt the Agent": the panel only occupies a corner of the workspace, automatically pauses while preserving state when closed, and supports resuming at any time. Three of the scored games save a Top 10 leaderboard in the current browser Origin, while the other two only retain progress during the mounted session.
Read Moredsh-survey: A Questionnaire-Style One-Time Prompt Plugin for DSH
dsh-survey is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to solve the cumbersome interaction problem caused by requiring multiple confirmations of several items when models invoke tools. Through the `do_a_survey` tool, it allows the model to submit 1 to 10 or more questions at once, which users can fill out and submit within the same interface, with answers returned as structured data. The plugin supports five question types—`single`, `multi`, `yes-no`, `compare`, and `open`—and provides four presentation modes—`compact`, `inline`, `overlay`, and `grid`—to suit different scenarios. The interface supports Markdown, Chinese and English localization, and accessibility semantics; each question can be skipped, and if not answered within 30 minutes
Read MoreDeepSeek Harness Forge Plugins: Adding Gate Computation, TCM, and Memory Tools to DSH
deepseek-harness-forge-plugins is a set of DeepSeek Harness (DSH) plugins developed by jinguanghai and released under the MIT license, designed to provide developers with extended capabilities such as gate computation, Traditional Chinese Medicine (TCM) queries, memory recall, and evidence auditing. The plugin package includes four core plugins — forge-gates, forge-tcm, forge-memory, and evidence-first — totaling 13 tools. Among them, forge-gates supports symbolic mathematics, formal logical proofs, regex validation, and system model checking; forge-tcm provides TCM syndrome differentiation and diagnosis as well as herb-pair retrieval functions, but requires users to provide their own formula_db.json data
Read Moredsh-opencode-zen-free-provider: Adding Free OpenCode Zen Models to dsh
dsh-opencode-zen-free-provider is an MIT-licensed plugin maintained by jiesou, designed to seamlessly integrate OpenCode Zen's free models into the DSH ecosystem. At startup, the plugin performs a one-time sync of model catalogs and metadata from OpenCode Zen and models.dev, requiring no manual configuration or polling, and automatically filters for free models. Its core features include support for the MiMo V2.5 backend with up to 1M context length, exposing only the reasoning depth tiers accepted by the upstream (Default or Off), and preserving the real reasons behind non-credential rejections (such as quota expiration or regional restrictions) in terminal error events, rather than displaying them generically as an invalid API Key. If the initial fetch fails at startup, the plugin can still mount normally and serve with an empty catalog.
Read Morejiesou/dsh-commandcode-go-provider: Command Code Go API provider for dsh
jiesou/dsh-commandcode-go-provider is an MIT-licensed DSH plugin designed to resolve the `403 upgrade_required` restriction returned by the Provider API endpoint for Command Code Go, GOAT, and Pro Plan users. The plugin streams DSH's native LlmAdapter through the `/alpha/generate` interface, allowing users to directly call subscription models in DSH without any additional configuration. Core features include a dynamic model catalog and dynamic Reasoning Effort tiers. Upon startup, the plugin automatically fetches the real-time model list from `/provider/v1/models` and, based on the offi-
Read Moredsh-archived-sessions: View, Restore, and Delete DSH Archived Sessions
dsh-archived-sessions is a desktop and web plugin for DeepSeek Harness (DSH), designed to address the lack of an entry point for retrieving archived sessions. The plugin is maintained by Jiangdl0220, licensed under MIT, and can be installed via the npm package `@jiangdaoli/dsh-archived-sessions`. It adds an "Archived Sessions" page to the DSH settings panel, supporting viewing, searching, restoring, and deleting archived records. Core features include an archive list displaying session titles, workspaces, and activity information; pagination and instant search support; a read-only conversation viewer with turn-based grouping, Markdown rendering, and tool call details; and the ability to restore sessions to the sidebar or delete archived records.
Read MoreDeepSeek Harness dsh-custom-workspace: Customizing Web Appearance per Workspace
dsh-custom-workspace is an MIT-licensed plugin for DeepSeek Harness (DSH) Web that allows users to independently configure appearance parameters per workspace, such as background, chat font size, Markdown line height, and block spacing, with support for Retina font rendering optimization. Settings are persistently saved to the local `$DSH_HOME/settings.yaml` file, affecting only browser rendering without touching model requests or logs. The plugin requires DSH `0.1.0-rc.6` and Node.js `^22.19.0` or later, and must be accessed via a loopback session for security reasons; settings functionality is unavailable to non-local browsers. Users can manage it through the `dsh plugin --profile w
Read Moredsh-skill-pack: Adding a Set of Workflow Skills for the DeepSeek Harness
`jeremy9682/dsh-skill-pack` is an MIT-licensed plugin designed for DeepSeek Harness (dsh), aimed at solving the problem of repeatedly copying skills—formed from an agent's fixed actions—across different projects or profiles. The package provides 12 core workflow skills in the form of an installable plugin, including `dsh-mode-routing`, `handoff`, `triage`, `to-spec`, `teach`, and `skill-advisor`. By registering a `FileSystemSkillProvider`, it injects the skill directory into the current profile's discovery path, coexisting with—rather than replacing—existing project-level and user-level skills. The
Read Moredsh-mcp-manager-ui: The MCP Management Panel for DeepSeek Harness Web
dsh-mcp-manager-ui is the web-based MCP management panel for DeepSeek Harness (DSH), designed to simplify viewing MCP connection status, parsing tool schemas, and managing configurations. Its core features include: viewing MCP status, parameters, and tool lists with filtering and search capabilities; adding and editing MCP configurations, with built-in preset templates such as Filesystem and service catalogs such as Exa; and compatibility with importing configuration formats such as `mcpServers` and `servers`. The tool distinguishes between global scope (written to `cordis.patch.yml`, with hot-reload taking effect immediately) and project scope (written to `.dsh/mcp.json`, taking effect in new sessions), and supports project-level "blocking" of global...
Read Moredsh-tool-user-memory: A Cross-Session User Preference Memory Plugin for DeepSeek Harness
`dsh-tool-user-memory` is an open-source user preference memory plugin for DeepSeek Harness (DSH), designed to solve the problem of repeatedly stating preferences across sessions. The plugin persists stable preferences such as language habits and communication styles to `$DSH_HOME/user-memory/user.md`, and automatically injects them into the system prompt of every session, enabling memory sharing. Its core features include automatically recording, reading, or deleting preferences through the `memory_update` and `memory_get` interfaces, as well as supporting manual editing of the profile file. Installation is completed via the `dsh plugin` command, and it works out of the box with zero configuration by default, while allowing adjustments to the storage path, byte limit, and injection policy in `cordis.patch.yml`.
Read Moredsh-go-balance: View OpenCode Go Subscription Balance in the DSH Web Toolbar
dsh-go-balance is a DSH Web plugin developed by iamfromchangsha and licensed under the MIT License, designed to help users view the remaining quota of their OpenCode Go subscription in real time within the DSH Web interface. The plugin displays a balance capsule to the right of the input box toolbar, showing remaining percentages across three windows—rolling, weekly, and monthly—and supports hovering to view details (such as usage ratio, reset time, and last updated time). When any window's balance falls below 30%, the capsule turns yellow; below 15%, it turns red to warn of low balance. The plugin retrieves data via API key polling and includes security mechanisms such as concurrent request deduplication, error sanitization, Origin protection, and rate limiting. The API key is only resolved within the host process's memory and is never sent to the browser or logs, ensuring security. Installation requires
Read Moredsh-team: Adding a Visible Agent Team to DeepSeek Harness
dsh-team is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to solve the problem of states being difficult to track during multi-agent collaboration. By giving each sub-agent a name, role, and memory, it builds a visible team of agents. Its core features include: persistent teammates with independent memory, mailboxes for direct communication between members, a shared task checklist for the whole team, a persistent shared workspace (with private notes), and a "collaboration room" tab that updates in real time. In addition, it sets safety boundaries to limit the number of conversation rounds between agents, ensuring that communication in the main session remains unobstructed. Users can start a team via commands or natural-language instructions, view real-time progress, and flexibly disband the team. This plugin is suitable for scenarios that require multi-agent collaboration and intuitive monitoring of task assignments, progress, and workspace states. Installation is simple, configuration overrides are supported, and after a team is disbanded,
Read MoreDSH Whale Desktop Launcher: A Windows Desktop Launcher for the DeepSeek Harness Web UI
`dsh-whale-desktop-launcher` is a community-maintained Windows desktop launcher plugin designed to simplify the startup process of the DeepSeek Harness Web UI. The plugin creates an icon-labeled `DeepSeek Harness.exe` on the desktop, allowing users to start or reconnect to the local service with a single click without opening a terminal, and automatically opens a compact UI in an app-mode window of Edge or Chrome—free of tabs and address bars. Installation requires adding the plugin via the `dsh plugin` command, with support for Windows 10/11 and Node.js 22.19+ environments. The plugin reuses existing healthy servers and captures the current DSH configuration. After uninstallation, residual files need to be manually cleaned up. As an unofficial community
Read Moredsh-plugin-design: Specification Analysis and Refactoring for DSH Third-Party Plugins
dsh-plugin-design is a specification analysis and modification assistance tool for the third-party plugin ecosystem of DeepSeek Harness (DSH), maintained by huabai-flowerwhite. It adopts the "everything is a plugin" philosophy and provides a two-phase workflow to address plugin compatibility issues: Phase 1 is read-only analysis, including discovery, inspection, static analysis, and generation of a design.md document; Phase 2 is executed after user confirmation, covering approval, backup, applying modifications, and rollback reports. The tool aligns with the DH-TP-SDK engineering specification, provides 10 dshpd_* model tools along with a settings page, and supports smoke testing. Installation requires restarting DSH and is compatible with versions >=0.1.1-rc.2. It has clearly defined security boundaries, with network, subprocess, and shell permissions disabled by default.
Read Moredsh-grayprint: A Dual-Fingerprint Plugin for Thinking Text Styling in the DSH Web Client
dsh-grayprint is a web plugin for DeepSeek Harness that analyzes the writing style of reasoning text in real time within the session page. It provides two independent fingerprints: first, it determines whether the thinking text is closer to the grayscale or the current-version samples, by statistically analyzing first-person phrasing at paragraph openings; second, it tracks the frequency and proportions of "Let me" and "We need" at paragraph openings. The plugin has six built-in guards that refuse to make a judgment or degrade results when, for example, the proportion of Chinese is too high, there are insufficient Latin letters, or the sample size is too small (e.g., fewer than 5 or 48 paragraphs), ensuring statistical validity. The interface is located in the bottom-right corner and supports dragging, collapsing, and following the dsh language settings, with state saved locally. Data is analyzed only within the current browser session, never leaves the local machine, and is not used to determine model version, capability, or backend routing. Installation requires dsh CLI 0.1
Read Moredsh-plugin-clarify: The Clarify Host Plugin for DeepSeek Harness
Clarify (dsh-plugin-clarify) is a third-party MIT-licensed plugin for DeepSeek Harness that handles ambiguous requirements through a clarification state machine before formal submission. It binds to real Sessions, reads user drafts and context, and generates Socratic questions, options, and a live Draft preview. Each time the user answers a question, the preview updates accordingly, ultimately producing a Draft awaiting confirmation for the user to decide whether to send; the clarification process is not recorded in the main session log. The plugin provides six Remote interfaces, including start, answer, refine, accept, and others. Model invocations are executed via the Auxiliary Runtime and metered separately, and the state expires by default after 15 minutes of inactivity. Recommended for use with DSH 0.1.0-rc.8.
Read Moredsh-skillradar: Recommending the Next Skill to Load for the Current DSH Session
dsh-skillradar is an MIT-licensed plugin for DeepSeek Harness designed to solve the problem of models struggling to determine which skill to load in multi-skill sessions. The plugin scans the skills visible in the current session, scores them based on recent conversation text (English and Chinese token overlap), and recommends the next most relevant skill. It provides a `skill_radar` model tool with support for `session_id` and `limit` configuration, and optionally offers an interactive Web UI. In terms of data security, it only reads the most recent 8000 characters of message text in the current session and the skill directory, performing no data writes, network requests, or credential usage. Installation requires compatibility with DSH 0.1.0-rc.6; the plugin can be added via GitHub or a local clone, and a restart is required for it to take effect.
Read Moredsh-usage: DSH Provider Usage Query Plugin
dsh-usage is a DSH plugin maintained by heekei under the MIT license, designed to query and display in real time the plan and balance usage of multiple LLM providers, including Kimi, Zhipu, DeepSeek, and Volcano Ark. The plugin automatically recognizes provider base URLs, supports adapting to relay stations or self-hosted services through custom URLs, request headers, and JS expressions, and supports Volcano Ark AK/SK signatures. The interface provides usage readout bars with color grading (green/orange/red), auto-refreshes every 5 minutes by default, and fetches data through same-origin API endpoints. For installation, ensure the DSH Web environment meets dependencies such as Node.js 18+ and React 18+, then add it from GitHub via the `dsh plugin` command and restart for it to take effect.
Read Moredsh-token-usage: A Session Token Usage Bar for the DeepSeek Harness Web UI
`dsh-token-usage` is a pure client-side plugin (MIT licensed) for the DeepSeek Harness (DSH) community, maintained by `hashdiana`. The plugin is designed to replace the default plain-text token statistics line in the Web UI, providing a more intuitive visual experience. Its core features include: dynamically displaying context usage with color; breaking down input tokens into cache reads, cache writes, and uncached portions while showing the cache hit rate; displaying decoding throughput (tok/s) and time-to-first-token (TTFT) in real time; and offering a click-to-expand details panel to view the complete context composition and session statistics. The plugin supports both light and dark themes as well as Chinese and English, reads persisted projection data, and automatically hides when no data is available. Users can install it from Gi via the `dsh plugin` command.
Read Moredsh-compass: Context, Files, and Git Panels on the Right Side of DSH Web
dsh-compass is a DeepSeek Harness (DSH) web plugin maintained by Happy2Git under the MIT license, designed to enhance the agent debugging experience. The plugin adds three core panels to the right side of the DSH web interface: context documents, directory browsing, and Git status monitoring, along with support for session log downloads. Its main features include file browsing with Git status badges, injected context documents with real-time reprojection, context management showing source attribution and token usage, a read-only Git commit graph and work status viewer, as well as file drag-and-drop into conversations and log export operations. Note for installation: the npm-published version of dsh cannot display this plugin; you must use a version built from the GitHub source (commit ≥ 47f9438) or the author's For
Read Moredsh-voice: Adding Full-Duplex Voice Mode to DeepSeek Harness
`haoku123/dsh-voice` is a full-duplex voice plugin for DeepSeek Harness (DSH), licensed under MIT, designed to provide real-time voice interaction experiences for web clients. Its core pipeline follows the flow of "streaming ASR → LLM → TTS with interruption support." The browser side captures Raw PCM audio, while the host side leverages `SenseVoice` (based on `sherpa-onnx`) for Chinese speech recognition, punctuation prediction, and text normalization, and uses `msedge-tts` to stream audio and captions back to the client. The plugin supports three input methods: tap-to-talk for continuous dictation, hold-to-record via the send key or microphone (swipe up to discard), and keyboard-free dictation by holding the Ctrl key (Esc to discard). It also features real-time caption preview.
Read Moredsh-simplify: A DSH Plugin for Reviewing and Simplifying Code Within the Scope of Changes
dsh-simplify is an MIT-licensed plugin for DeepSeek Harness, maintained by GongYuanCaiJi, designed to address the need to clean up only the modified portions of code after changes, rather than rewriting unrelated files. Ported from pi-simplify, the plugin parses the git diff to precisely identify changed files and line number ranges, restricting the Agent to performing simplification, clarity, and maintainability optimizations only within the changed lines. Its core features include strictly limiting the editing scope to the changed lines, supporting four review modes—uncommitted changes, staged changes, comparison against a specified ref, and specified files—and running existing tests before the review concludes to verify that modifications are correct. It also automatically adheres to the project's CLAUDE.md or AGENTS.md conventions. Installation requires Node.js 20.
Read Moredsh-copilot-sdk: Hooking Your GitHub Copilot Subscription into the DeepSeek Harness
dsh-copilot-sdk is a DSH plugin developed by GongYuanCaiJi, ported from @github/copilot-sdk (v1.0.11) under the MIT license. Its core function is to connect an existing GitHub Copilot subscription to DSH by registering it as a copilot provider, without requiring an additional Copilot CLI installation. Users can access models such as gpt-5, claude-sonnet-4.5, and deepseek-r1 through the model selector, with support for streaming output in both chat and reasoning modes, but tool execution is prohibited. Authentication supports GitHub login, Token, or BYOK. The plugin provides /copilot status, /copilot models
Read Morefyy99/dsh-livis-connector: Connect Livis in the DSH Settings Page
`fyy99/dsh-livis-connector` is an independent community plugin licensed under the MIT License, designed to integrate Livis into DeepSeek Harness (DSH). The plugin addresses the fragmentation of authorization, binding, connection status, and task idempotency by unifying Livis account authorization, Agent ID binding, and connection management within the DSH settings page. Core features include reliable message callback, support for cancellation and reconnection after disconnection, whitelist-based document upload (restricted to the configured directory), and Refresh Tokens stored only in the DSH Host, with no dependency on OpenClaw at runtime. Environment requirements: Node.js ^22.19.0 or above, and DSH 0.1.0-rc.6. Installation requires `dsh plugin
Read Moredsh-memory-vault: A Cross-Session Memory Vault for DeepSeek Harness
dsh-memory-vault is a cross-session memory plugin developed for DeepSeek Harness (DSH), designed to solve the problem that information such as project preferences, deployment constraints, and test commands is confined to a single conversation context and cannot be persistently reused. The plugin provides three core model tools — `memory_remember`, `memory_recall`, and `memory_forget` — and persists memory data in the DSH storage domain. Its main features include: automatically injecting recent memory entries at each system prompt assembly to maintain contextual continuity; scoring and ranking recall results based on tag and content matching; and providing a browser-based management entry through the Settings page, allowing users to intuitively browse, add, and delete memories. The plugin is simple to install, requiring only
Read Moredsh-llm-agy: An AGY Agent Enhancement Engine for DeepSeek Harness
flg1217/dsh-llm-agy is an MIT-licensed plugin for DSH designed to extend DSH's capabilities by integrating AGY (Antigravity CLI), enabling seamless upgrades without modifying the dsh source code. The plugin requires Node.js ≥ 20 and dsh >= 0.1.0-rc.6, with the AGY CLI pre-installed. Its core features include: 1. Independent reasoning sub-agents, allowing specific tasks (such as frontend/UI) to be delegated to AGY by setting `agentOptions.provider: 'agy'`, with a `list_agy_models` tool for querying available models; 2. Deep web search, after configuring `searchProvider: agy`, `web
Read Moredsh-vault: A Data Backup and Recovery Plugin for DeepSeek Harness
dsh-vault is a community backup plugin for DeepSeek Harness (DSH) that backs up critical data—including chat history, workspace data, settings, and credentials—to a separate directory outside `~/.dsh`. The plugin provides three core capabilities: one-click backup, detection at startup of data that appears to have been wiped with an accompanying alert, and data restoration supporting either full recovery or scoped recovery (chat history only, workspace settings only). The default backup contents include sessions, storage, configuration files, credentials, and the anonymous user ID, as well as the usage plugin's data if it is installed. Users can check status, back up immediately, list backups, restore, and delete via the Backup Manager on the web settings page or the `backup_vault` tool, and can also generate an offline recovery script. Installation requires the new package name `@feiyang
Read MoreDeepSeek Harness Plugin: dsh-plugin-usage-meter (API Usage/Cost/Balance Dashboard)
`dsh-plugin-usage-meter` is a community plugin designed specifically for the DeepSeek Harness (dsh) web interface, aiming to solve the problems of cost accounting and budget monitoring after API usage. The plugin is approximately 0.6MB in size, requires no Electron or separate process, and is mounted through the official profile mechanism—without modifying source code and can be easily uninstalled. Core features include displaying real-time token usage below the input box, cost estimation based on official listed prices, and account balance queries (API Key configuration required). It provides bar charts showing model cost distribution for the current day and the past 7 days, supports peak/off-peak pricing, and offers dual-currency display in CNY/USD. Users can connect to the official billing from `platform.deepseek.com` to verify actual charges, and historical costs automatically...
Read Moredsh-memory-eternal: A Local Memory Plugin for the DeepSeek Harness
dsh-memory-eternal is a local memory plugin for the DeepSeek Harness, designed to address the persistence of session conclusions and on-demand recall of historical context. Maintained by EternalNight996 and released under the MIT license, the plugin consolidates conversations into a local Markdown Vault, supports Git-based management, and allows multiple Agents to share a common memory repository. Its core features include automatic knowledge card persistence, a memory_recall tool for on-demand retrieval, a built-in graphical knowledge base and knowledge graph, as well as a review center and recycle bin mechanism. The plugin supports integration with DSH, Claude Code, Codex CLI, and Cursor, and offers a standalone browser interface along with self-managed service options. Installation requires Node >= 22,
Read Moredsh-pulse: A Cross-Session Usage and Cost Dashboard for DSH
dsh-pulse is a Web UI plugin for DSH, designed to address usage monitoring and cost management challenges in multi-workspace, multi-model scenarios. The plugin provides a unified dashboard with core features including: cross-session token usage trend analysis (supporting hourly to yearly views and heatmaps), usage breakdown and ranking by project and model dimensions, cost estimation based on per-model rates (with peak/off-peak time-of-use pricing and exchange rate configuration), as well as DeepSeek official balance queries and reconciliation. Additionally, it supports session-level detail attribution, adaptive theming, and CSV data export. The plugin runs within the DSH UI plane, consuming no additional tokens and storing no secrets, and requires Node.js >= 22.15. It can be installed via the `dsh plugin` command.
Read MoreMinecraft Pixel Skin: A Minecraft Launcher-Style Skin Plugin for DeepSeek Harness WebUI
Minecraft Pixel Skin is a community skin plugin designed specifically for the DeepSeek Harness (DSH) WebUI, aiming to restyle the interface into the pixel style of the Minecraft Launcher without modifying the main workflow. The plugin leverages visual elements such as grass-block green and dirt brown, offering crisp blocky borders, pixelated backgrounds and buttons, and is fully compatible with both dark and light modes. Its core implementation achieves visual customization by injecting modules such as `dsh-client-runtime`. For installation, users need to run the `dsh plugin --profile web add` command in the DSH root directory, pointing to the GitHub repository address, and then refresh the page for the changes to take effect. The plugin requires `@deepseek-ai/cor
Read Moredsh-model-modes: Inference Modes and Provider-Native Fast Mode for DeepSeek Harness Web Composer
dsh-model-modes is an MIT-licensed plugin (v0.1.3) maintained by DTSFO, designed specifically for the DeepSeek Harness web composer. Its core goal is to add an explicit `Fast ON/OFF` toggle while preserving the reasoning configuration in DSH's official model selector. The plugin addresses the inconsistency of Fast/Priority request parameters across different providers, and strictly ensures that enabling Fast mode does not silently switch models, downgrade reasoning levels, or change providers. It injects provider-native fast parameters at the final `llm-pi-ai` boundary via `AsyncLocalStorage`, supporting `Max + Fast` and `Ul
Read Moredshmarketplace-plugin: Browse and Install Plugins Within DSH
dshmarketplace-plugin is a DSH plugin maintained by DshMarketPlace, licensed under the MIT License. It is designed to allow users to search for plugins, view their descriptions, and install them—all within the DSH session without leaving it. The plugin supports both English and Chinese and follows DSH's language settings for display. Its core features include the `/store` command and a settings page entry for performing in-session marketplace operations, as well as the `dshmarketplace_search` and `dshmarketplace_install` tools, which enable Agents to automatically search for and install plugins during conversations. To ensure security, plugins must pass installation tests before being listed, installation commands are rigorously validated to reject illegal input, and the browser side is isolated from the Shell. Regarding privacy
Read Moredsh-research: A Research Plugin Marketplace in DSH Settings
dsh-research is an independent research plugin marketplace designed to address the fragmentation of tools for literature search, reference management, and writing review. The plugin adds a "Research plugins" page to the DSH settings sidebar, showcasing curated research tools, and uses a single shared market.json to ensure consistency between the settings panel and the browser directory (dsh-research.com/plugins), preventing data drift. Users can install plugins directly to the currently running profile via the Install button on the page, without needing to manually enter commands. To ensure security and stability, installation behavior is strictly constrained: only packages on the whitelist may be installed, cross-origin triggering is restricted, concurrent writes are prevented to avoid conflicts, and installation targets strictly follow the profile parameters specified at host startup. Users
Read Moredsh-niao-quick-open: A DeepSeek Harness Interface Enhancement Plugin
`dsh-niao-quick-open` is a plugin designed for the DeepSeek Harness (DSH) web interface, aiming to reduce the cost of switching between systems, file managers, editors, and sessions by centralizing frequently used operations. Its core features include one-click workspace opening (copying paths, revealing in the file manager, and opening in commonly used editors), as well as automatic scanning and listing of available editors on the host side. For session management, it provides a user message navigation bar that allows quick location of questions in long conversations, supporting hover-to-view summaries and click-to-jump; it also supports session todo markers and an enhanced three-row layout for the single-column view, optimizing interface information density. In addition, the plugin allows performing a "hard restart" directly within the page—after a double confirmation, it restarts the DSH service and automatically refreshes the page. Configuration options are centralized in the settings panel and take effect immediately or prompt for a restart, with data
Read Moredsh-input-traffic: An Input Queue Plugin for DeepSeek Harness Web GUI During Busy Periods
`drscrewdriver/dsh-input-traffic` is a client-side plugin for the DeepSeek Harness (DSH) Web GUI, designed to optimize the handling of user input while the agent is busy. The plugin provides three tiers of input planning—red, yellow, and green: red (`now`) immediately interrupts the current turn; yellow (`next`) inserts after the current action completes; and green (`later`) queues the message until the entire turn is finished. It supports drag-and-drop reordering, editing, deletion, returning to the input box, and one-click clearing of queued messages. It also features session freezing and resumption, allowing sessions to be paused before DeepSeek's peak pricing hours and resumed in queue order after the peak passes. The plugin isolates session state by `sessionId`, supporting multiple concurrent sessions without interference. As an MIT-licensed public beta
Read Moredsh-tool-policy: Allow / Ask / Deny Before Tool Execution in DeepSeek Harness
dsh-tool-policy is a community plugin for DeepSeek Harness (DSH) that enforces declarative policy controls on built-in, third-party, and MCP tools before tool execution. It adopts a deny-by-default model and supports matching by tool name and argument patterns, applying allow, ask, or deny actions to individual calls. The plugin runs on Node.js, describes argument conditions using JSON Pointer, and provides decision trace logs that contain no sensitive data for troubleshooting. After installation, rules can be defined via YAML configuration—for example, allowing read-only operations, requiring approval for shell or external MCP tools, or outright blocking delete operations. Note that the plugin serves only as a policy routing layer and does not provide sandbox isolation, argument rewriting, or destructive behavior detection.
Read Moredsh-web-search-pool: A Multi-Vendor Search Key Pool for DeepSeek Harness
`dsh-web-search-pool` is a multi-provider search load-balancing plugin designed specifically for DeepSeek Harness, aimed at solving the problem of `web_search` tool interruptions caused by rate limiting (429), quota exhaustion, or network errors on a single API Key. The plugin supports unified management of multiple Tavily and Exa API Keys, builds a search Key pool, and performs scheduling based on RPM-weighted round-robin. When a Key becomes unavailable, the system automatically switches to the next available Key, ensuring the stability of the search service. Its core advantages include: securely storing API Keys through the DSH credentials service, avoiding plaintext writing into configuration files; providing a visualization interface for viewing quotas and limits in real time; and a built-in
Read Moredsh-ops-console: Check for Updates, Apply Updates, and Restart in the DSH WebUI
`dsh-ops-console` is a DSH WebUI plugin maintained by DonnieTangzhili, designed to integrate operations such as checking for updates, executing updates, and restarting services into the WebUI's "Settings" page, sparing developers from frequently switching to the terminal. The plugin supports one-click checking of core package and plugin versions, generating and executing update plans (with automatic restart), precisely restarting services using the original commands, and stopping processes. It is licensed under the MIT License, has no external dependencies, requires no build step, and is compatible with DSH rc.6 through rc.8. Installation requires ensuring that `dsh` and `pnpm` are in the PATH, then running the command `dsh plugin --profile web add github:DonnieTangzhili/dsh-ops-c
Read Moredsh-xiapan-media: Adding Vision, Image Generation, and Video Generation to DeepSeek Harness
`dsh-xiapan-media` is a client plugin for DeepSeek Harness (DSH), designed to integrate visual understanding, image generation, and video generation capabilities into existing text conversations by connecting to the Xiapan cloud service. Maintained by `dongsheng123132` under the MIT license, the plugin requires Node.js >=22.19.0. Its core features include: leveraging the `xiapan-vision` route for image understanding and OCR, supporting direct image paste with backend translation into text; performing image generation and modification via the `gpt-image-2` model; and calling the Seedance service to generate 5-15 second videos. The plugin supports standalone installation via `cordis.patch.yml` or
Read Moredsh-switch: A Model Control Plane Plugin for DeepSeek Harness
dsh-switch is an evidence-first model control plane plugin for DeepSeek Harness (DSH). It provides two independent functions: first, within DSH, it checks registered Provider routes and the default model via `dsh_switch_status`, and verifies and saves the default model settings for new sessions via `dsh_switch_default`, affecting only new sessions and never intercepting or rerouting active session requests; second, it offers a standalone CLI tool for read-only probing of OpenAI-compatible `/models` endpoints, reporting reachability, HTTP status, latency, model counts, and credential configuration status, without consuming inference tokens or verifying end-to-end generation capability. The plugin emphasizes security boundaries and rejects embedding...
Read Moredsh-policy-drift-proof: Policy Drift Evidence for DeepSeek Harness
`dsh-policy-drift-proof` is a DeepSeek Harness plugin maintained by dongsheng123132, designed to generate read-only, content-addressed evidence of policy or configuration drift. The tool pins baselines and observed snapshots through SHA-256 hashing and revision pinning, supporting the `ordered-not-weaker`, `set-no-additions`, and `exact` rules. Uncovered changes are flagged as `UNCLASSIFIED_DRIFT` and result in failure, ensuring the auditability of evidence. Core functionality includes outputting JSON objects via the CLI's `inspect` and `verify` commands, where the `verify` command operates within a specified directory.
Read MoreDSH Narrative Ledger: A Read-Only Story State Evidence Layer for DeepSeek Harness
DSH-Narrative-Ledger is a read-only, verifiable story-state ledger plugin for DeepSeek Harness, positioned as a machine-checkable continuity evidence layer rather than a fiction generator. It provides content-addressed canon references, immutable event sequences, monotonic story time verification, factual assertion and retraction detection, single-value conflict disclosure, and character knowledge boundary control. The plugin supports spoiler-safe projection and deterministic JSON report generation, enabling filesystem verification and atomic publishing via DSH/CLI to ensure byte-level verifiability of canon sources. It refuses to process manuscript bodies and sensitive fields, strictly restricts paths within workspaceRoot, prohibits symbolic links, and does not run shells or initiate network requests. The MCP interface supports only structural validation, not canon byte verification. It is suitable for scenarios requiring checks of narrative continuity.
Read Moredsh-cost: Evidence-First Token Cost Ledger for DeepSeek Harness
dsh-cost is a plugin for DeepSeek Harness (DSH), designed to address the ambiguity of cost accounting caused by the mixing of information from different sources, by establishing an evidence-first token cost ledger based on persisted `assistant/message.usage` events. This plugin separates routing splits, evidence completeness, budget status, and current context pressure snapshots for clear presentation, and provides explicit fail-open/fail-closed budget checking mechanisms. Its core features include offline CLI cost calculation, a built-in stdio MCP server (exposing `cost_report` and `cost_check` interfaces), and a user-maintained price book support, with prices calculated per million tokens and differentiated between input and output.
Read Moredsh-benchmark: Generating Reproducible Benchmark Evidence for DSH Tools and Plugins
The dsh-benchmark is a benchmarking plugin for tools and plugins targeting the DeepSeek Harness (DSH), designed to provide reproducible and deterministic benchmark evidence. Centered around fixed use cases, it leverages three core commands—`inspect`, `run`, and `compare`—to enable protocol metadata inspection, fixed use case execution, and baseline regression comparison, while generating content-addressed reports. After installation, it registers corresponding tools within DSH and supports interaction via both the CLI and a standalone stdio MCP server interface. The workflow is as follows: first, inspect the manifest and target fingerprint; then, run fixed use cases to produce artifacts; finally, compare the current report against the baseline to evaluate performance or behavioral stability. Exit codes carry clear meanings, respectively indicating pass, scoring failure, or operational errors. This plugin is applicable
Read MoreDSH Action Parity: Verifying Whether CLI, MCP, and GUI Reach the Same Action Core
`dsh-action-parity` is a plugin in the DeepSeek Harness ecosystem used to verify that CLI, MCP, and GUI all point to the same stable action core. It does not execute business actions but generates consistency evidence by checking binding declarations, content-addressed hashes, fixture replay results, and state transitions. This plugin ensures that multiple entry points produce consistent result summaries, success statuses, and version migrations for the same input, enforces verification of actions requiring confirmation across all interfaces, and outputs failure evidence as deterministic reports. Its core features include validating `actionId` consistency, SHA-256 content addressing, rejecting inputs containing sensitive information or illegal paths, and enforcing atomic publishing with read-back verification. Installation requires Node.js >=22, and it can
Read Moredsh-snapshot: DeepSeek Harness (DSH) Web Plugin: Automatic Snapshots, One-Click Rollback
`dsh-snapshot` is an MIT-licensed plugin for DeepSeek Harness (DSH) Web, designed to address the issue of unintended file modifications caused by Agent executing `write`/`edit` or shell deletion commands. Through an automatic snapshot mechanism, the plugin saves the state before file content changes or deletion operations, ensuring data traceability. Core features include: automatically saving content before Agent modifies or deletes files; supporting the `/rollback` command to restore any historical snapshot by sequence number, call ID, or list; providing a sidebar timeline panel that groups snapshots by conversation and supports batch rollback; and offering configuration cards on the settings page, with optional configuration via `settings.yaml` or `cordis.yml`.
Read Moredsh-balance: View DeepSeek Account Balance in DeepSeek Harness
dsh-balance is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to help users view their DeepSeek account balance directly within a session or Web GUI, eliminating the need to switch to the platform. The plugin provides a `/balance` slash command to display a complete balance breakdown, and in the web interface's composer-dock area, it shows the balance in real time, supports manual refresh, offers a top-up link, and provides session cost estimates (based on configured prices, not billing records). It fetches data through the host route, ensuring API keys are not exposed to the browser, and only calls the official balance query endpoint, guaranteeing security. During installation, run `dsh plugin --profile web add github:deepforce/d`
Read MoreDSH Plugin plugin-switch: Enable or Disable Plugins Directly in the Plugin Manifest
plugin-switch is a local web plugin for DeepSeek Harness (DSH), designed to simplify plugin management. It allows users to enable or disable plugins in real time via a page slider without restarting the service, and the status is maintained after restart. Core features include real-time effect, group filtering, batch operations in a single transaction, automatic backup with one-click undo, strong confirmation for risky actions, and multi-tab synchronization. Installation requires Node ≥ 22 and a DSH web profile environment. It is recommended to use the `dsh plugin` command to install from GitHub, or alternatively via PowerShell scripts or Git clone, but care should be taken to avoid duplicate installations. Typical use cases include temporary enable/disable, batch adjustments, and reverting accidental operations. If the toggle page disappears, you can modify the local configuration file or use CLI tools.
Read Moredsh-schedule: A Scheduled Task and Status Monitoring Plugin for DSH
`csiroqa/dsh-schedule` is an MIT-licensed plugin developed for DeepSeek Harness (DSH), integrating scheduled task execution and system status monitoring functionality. It supports automatically triggering Agent executions such as daily summaries, inspections, or report generation through 5-field cron expressions, with task status persistently stored and a 30-minute timeout protection mechanism to prevent hangs. Users can add, delete, pause, and resume tasks via the `/schedule` command or the settings page dashboard. In terms of monitoring, the plugin provides a `/status` command and a real-time refresh dashboard, displaying comprehensive status including CPU, memory, disk, active sessions, and models. Installation requires Node.js >= 22 and pnpm environment, with source code cloned and built.
Read MoreDSH-DeepSeek-Quota: View Your Remaining DeepSeek API Quota in the DSH Web Sidebar and Navigate to the Top-Up Page
`cn-scuo-oo/dsh-deepseek-quota` is an open-source DSH (DeepSeek Harness) community plugin released under the MIT license, designed to address the pain point of frequently switching platforms to query API quotas during development and debugging. The plugin integrates a balance card into the DSH web sidebar, displaying in real time the total balance of the DeepSeek API, its composition from top-ups and gifts, and the update timestamp, with support for automatic or manual refresh every 60 seconds and a red warning indicator for low balances. The plugin features a built-in top-up entry that generates a QR code for the official DeepSeek recharge page for users to scan and pay, while explicitly refraining from collecting funds or bypassing the official billing system to ensure compliance. In terms of security, the API key is used solely within the host process and does not fall into the browser or front-end code, safeguarding key confidentiality. Installation requires
Read MorePrompt for Me: Next Message Suggestion Plugin for DeepSeek Harness
Prompt for Me is a community plugin for DeepSeek Harness (DSH) designed to address the issue of users having to reorganize their next input after an Agent's reply. It automatically generates a "Ghost Text" suggestion for the next message based on the current conversation state after an Agent turn ends. The plugin strictly adheres to DSH architecture: it does not automatically send messages, invoke tools, or bypass the human approval process, ensuring users retain ultimate decision-making authority. Core features include: triggering auto-suggestions only when the session is idle, the input box is empty, and no images are present; supporting acceptance of suggestions via Tab or arrow keys, or using shortcut keys to manually generate and write suggestions directly into the draft; and recording skipped suggestions to prevent repetition. Installation supports release tarballs or G
Read MoreOffPeak: Send Interception and Scheduled Execution During Low-Price Periods Under DeepSeek Peak-Valley Pricing
OffPeak is a plugin for DSH, specifically designed to optimize costs for DeepSeek V4 Flash/Pro users. When a user attempts to send a command during peak hours (09:00–12:00 or 14:00–18:00 Beijing Time), the plugin intercepts the send action, displays a price comparison between peak and off-peak periods, and allows the user to choose between sending immediately, scheduling execution, or dismissing the reminder for the day. If scheduling is selected, the user can use a time wheel to choose an off-peak period (00:00–08:59 or 18:00–23:59), and the plugin will automatically submit the command to the original session from the local server at the specified time, without requiring the browser to remain open. This plugin only takes effect with Web configuration, uses hardcoded price judgments, has no network calls or telemetry, features simple installation, and aims to help users control API costs while retaining the flexibility to send.
Read MoreDSH-File: Current Conversation Workspace File Manager for DeepSeek Harness
`dsh-file` is a VS Code-style file management plugin for DeepSeek Harness, with the package name `@rose43/dsh-file`, licensed under the MIT protocol. It allows users to directly browse, edit, and save files in the current workspace during web or desktop sessions, without needing to switch to a local editor. Core features include: a sidebar dynamically displaying the file tree of the current session; Monaco Editor for middle-column file editing with syntax highlighting, falling back to plain text when the CDN is unavailable; real-time Markdown preview with source code toggling; support for multiple preset themes and custom configuration, with JSON theme export/import. The plugin supports creating, renaming, and deleting files and directories, and features strict workspace boundary protection and symbolic link escape detection. During installation, it must be done via
Read Moredsh-session-cost: Display Real-Time Session Cost Estimation at the Bottom of the DSH Web GUI
dsh-session-cost is a DSH plugin that displays real-time cost estimates for DeepSeek API usage in the current session via a bottom status bar in the Web GUI. Maintained by ChengChe106 and released under the MIT license, its core features include displaying four cost figures—cost, hits, misses, and output—by reading token usage data from DSH sessions and calculating according to the official billing methodology (cache writes are billed at the miss unit price). The plugin supports automatic peak/off-peak pricing starting from August 17, 2026, defaults to the deepseek-v4-flash model, and uses the "≈" symbol to indicate that amounts are estimates. Typography and color schemes follow official specifications to achieve theme adaptation. There are two installation methods: if dsh is globally installed, run `dsh plu
Read MoreDSH Cache Precision: Display Three-Decimal Cache Hit Rate in DSH Web and Relax Composer Statistics Line
dsh-cache-precision is a DSH Web plugin (v0.1.1, MIT license) maintained by Cheng-cheng9669, designed to enhance the built-in statistics display in the composer dock in place. This plugin primarily addresses two specific issues: first, it improves cache hit rate display from integer percentages to three-decimal precision (e.g., changing 12% to 12.345%); second, it widens the statistics row to prevent items from being truncated as "...". Its core mechanism reads the same tokenUsage projection and automatically reapplies after React re-renders to ensure display consistency. During installation, you need to confirm the local plugin directory (e.g., D:\Dsh\tools\dsh-cache-precision) and execute `dsh plug
Read MoreDSH Legal Dashboard: A Legal Matters Workbench and Documentation Tool for DeepSeek Harness
DSH Legal Dashboard is a community plugin for DeepSeek Harness, positioned as a matter-aware legal workspace dashboard and document agent tool for the Harness Web UI. It provides a right-side matter workbench, file tree, search preview, document operations, OCR workflow, native task management, and a bilingual interface. Core capabilities include: displaying matter overviews, files, tasks, and settings in independent panels; recursive file indexing and categorization; previewing PDFs, images, and DOCX; automatically generating legal matter checklists; creating, extracting, and revising documents (defaulting to saving new versions to avoid overwrites); OCR workflow based on OpenAI-compatible vision models (requiring explicit approval); creating long-term tasks via `/goal`; and a UI that switches with the system language. The plugin adopts
Read Moredsh-session-export: Exporting DSH Sessions to Markdown and JSON
dsh-session-export is a DSH community plugin maintained by bwndlct, designed to export DeepSeek Harness (DSH) sessions into portable Markdown and structured JSON files for archival, reading, and downstream processing. The plugin is released under the MIT license and supports export triggering via the `session_export()` tool (available in all profiles) or the `/session-export` slash command (required in profiles that mount the commands service, such as web). Its core features include sequentially preserving user, assistant, and tool interactions, with robustness against unknown events, code fences, and oversized results (exceeding 8,000 characters will be truncated and marked).
Read Moredsh-testgen: A Plugin for Generating, Running, and Fixing Unit Tests for DeepSeek Harness
DSH-TestGen is a community plugin for DeepSeek Harness (DSH), open-sourced by bujue600-arch under the MIT License. This plugin aims to address the lack of a testing feedback loop after code generation, providing automated unit test generation, execution, and repair capabilities. Core features include a human-oriented `/testgen` slash command and a `generate_tests` tool for agent invocation. It supports two generation paths: LLM-based generation and template-based generation, with automatic detection of Vitest, Jest, Mocha, or fallback to the Node test runner. The workflow follows a "generate → run → parse failures → repair" loop, with repair rounds limited by `maxIterations` to ensure bounded iterations until tests pass. The plugin employs a T
Read MoreDSH-WxAuto-Plugin: DSH WeChat Automation Plugin
dsh-wxauto-plugin is a DSH WeChat automation plugin (MIT licensed) maintained by br1nosense, based on wxauto4, targeting Windows 10/11 and WeChat 4.1.x environments. This plugin connects the WeChat window to DSH local workflows, supporting task progress push, message listening, bidirectional bridging between WeChat and DSH, keyword auto-reply, and forwarding of DSH queries. Installation requires ensuring a Python 3.9–3.12 environment and dependencies are ready, and registration via the `dsh plugin` command. When using, note that the WeChat window is occupied during bridging and manual operation is prohibited; it must also not be used for production or illegal purposes to avoid account bans. Typical scenarios include executing environment pre-checks, sending test messages, and single-listening checks via PowerShell scripts.
Read Morebobleer/deepseek-harness-plugin-mcp: Enabling Agents to Use DSH Plugins via MCP
bobleer/deepseek-harness-plugin-mcp is an MIT-licensed MCP server designed to provide Agents with a standard interface for discovering, inspecting, installing, and running DeepSeek Harness (DSH) plugins. The project partitions functionality into three planes: the Catalog plane, available by default, allows Agents to search and inspect public plugin repositories and their metadata without requiring a local dsh installation; the Profile plane, enabled with `--allow-install` and when dsh is present locally, permits Agents to perform plugin installation or removal operations; the Runtime plane, enabled with `--allow-runtime`, supports launching DSH configurations and bridging DSH tools into
Read Moredsh-sci: A Zero-Dependency Plugin Adding Physical Units, Constants, and ODE Simulation to DSH
Blaczz/dsh-sci is an independent community plugin designed for lightweight scientific computing needs on the DSH platform, licensed under the MIT License. This plugin addresses issues such as physical unit conversion for model calls, CODATA physical constant queries, and ODE/dynamical system simulations by registering external tools, without modifying the DSH core or introducing runtime dependencies. Its core features include support for unit conversion across more than 70 units, queries for CODATA physical constants such as the speed of light and Planck's constant, and ODE simulations of 9 preconfigured models using the fourth-order Runge-Kutta method. Installation requires a functional DSH environment, Node ≥ 22.19, and pnpm, and can be added via GitHub commands, taking effect after a restart. Its implementation is characterized by zero dependencies, pure function implementation, no network access, and no inclusion of customer data.
Read Moredsh-achievements: Adding Cross-Session Achievements, Badges, and Agent Wrapped to DSH
dsh-achievements is an achievements and gamification plugin for DeepSeek Harness (DSH), designed to organize usage traces scattered across different sessions (such as turns, tool calls, and daily activities) into queryable and shareable achievement states. Built on DSH's philosophy of "everything is a plugin," this plugin leverages the official read-only `session/event` events for functionality without requiring modifications to the DSH core code. Core features include 68 achievements covering lifelong growth lines, session behavior badges, and trajectory achievements; support for real-time unlock push notifications via SSE; a profile card, rarity statistics, and badge wall display on the settings page; generation of privacy-safe share cards and Agent Wrapped; and an open SDK allowing third-party plugins to register custom achievements. Data is persisted.
Read Moredsh-ci-cd-bot: Integrating GitHub Issues/PRs into DSH's Execution and Review Queue
dsh-ci-cd-bot is a DSH Web UI plugin designed to automatically manage issues/PRs in repositories under a GitHub account. It automatically fixes and pushes bugs from locally existing checkouts, and places feature requests and PRs onto a kanban board for one-click execution, review, and merging. The plugin consists of a Host component that polls GitHub and executes Agents, and a Browser component that injects the kanban board interface. It supports automatic categorization, local matching, Agent self-testing, Git commit and push, as well as optional PR creation and Issue responses. Node.js ≥ 22 and dsh 0.1.0-rc.6 are required. Installation is recommended via npm commands, and it can also be built from source or manually linked. Configuration is stored in a local JSON file, with the GitHub Token.
Read MoreDSH Unread Dot: Display DSH Unread Badge and Bubble Notification Sound on macOS Dock
`dsh-unread-dot` is a DeepSeek Harness (DSH) plugin designed specifically for macOS Chrome, aimed at addressing the issue of background session status reminders being too subtle. Built on the Chrome Badging API, this plugin requires no system notifications or additional permissions and takes effect after DSH Web is installed as a PWA. Its core features include: a red dot on the Dock icon to indicate a session is running, a numeric badge to show unread results or pending items, and an embedded bubble notification sound when events occur; the badge clears automatically once the user returns to the app. The plugin uses a cross-window lock to ensure the notification sound plays only once across multiple windows, and it alerts only for events that occur while the user is away. To use it, you must first install DSH Web as a PWA in Chrome.
Read MoreDSH-Galgame-Generator: Turning Script Documents and Assets into Playable Galgame Web Pages
`dsh-galgame-generator` is a web-side plugin for DSH, designed to automatically convert Markdown script documents and assets such as character sprites, backgrounds, and music into a self-contained visual novel (Galgame) webpage that can be directly opened in a browser. This plugin is licensed under the MIT License, requires a Node.js environment of version >= 18.18, and achieves automated generation through two model tools, `galgame_scan` and `galgame_build`, without the need for manual front-end coding. Core features include parsing character dialogue, narration, option branches, variable conditions, and jump logic; supporting sprite show/hide, expression switching, and a 0.35-second fade-in/fade-out effect; supporting background music control (play, stop, volume adjustment) as well as opening/closing animations and CG illustrations (supporting
Read MoreDSH Custom Brand: A Custom Plugin for the Brand Area in the Top-Left Corner of DSH Web
dsh-custom-brand is an open-source DSH plugin that allows users to customize the brand area in the top-left corner locally through the web interface, without modifying frontend files. The plugin supports three core features: first, replacing the whale logo and DeepSeek text with local images, with automatic scaling to 256px and preservation of the transparency channel, and right-clicking to reset to the default style; second, editing the HARNESS badge text, and synchronously updating the browser tab title. All modifications are saved in the browser's localStorage and are not lost after restart. Users can install it by searching for it in the plugin marketplace within DSH settings, or obtain it directly from the GitHub repository (baisama-cloud/dsh-custom-brand). The Node.js version must be no lower than 20 for use. The plugin
Read Moredsh-sleep-send: Adding Scheduled Sending to DSH Web Input Fields
`dsh-sleep-send` is a Cordis client plugin for DSH Web, designed to address the need for "compose messages in advance and send them later." It adds a scheduled-send button and configuration panel on the right side of the input box, allowing messages to be queued for intelligent time slots (e.g., 12:00-14:00, 18:00-08:00 the next day) or custom-specified dates and times, with automatic sending at the scheduled moment. The plugin is a pure ESM zero-dependency package that runs in browser environments, prioritizing the cordis timer service and falling back to browser timers when unavailable. Core features include multi-task queue management, real-time countdown display, and localStorage-based persistent storage, which automatically restores unexpired tasks after page refresh, resends tasks expiring within 15 minutes, and discards those expiring earlier. The plugin also incorporates an anti-accidental-overwrite mechanism.
Read MoreDSH DeepSeek Vision: Adding Image Understanding, OCR, and Visual Evidence to the Text DSH Model
DSH DeepSeek Vision is an MIT-licensed plugin maintained by Argonaut790, designed to add vision capabilities to the text-only DeepSeek Harness model. It introduces an independent vision routing system, providing image understanding, full-screen OCR, and persistent visual evidence features, enabling text-based models to invoke image analysis capabilities and retain results within conversations for traceable evidence. Core features include support for multiple image selection strategies, a session-scoped vision analyzer, structured summary output, and a global Vision provider selector. Installation requires specific Node.js and Harness version requirements, is not published to npm, and must be built locally and added to a Web profile, with configuration needing to avoid conflicts with built-in vision tools. This plugin is suitable for scenarios where images need to be stably integrated into
Read MoreDSH Usage Panel: DeepSeek Harness Consumption Statistics Plugin
dsh-usage-panel is an MIT-licensed plugin designed specifically for the DeepSeek Harness (DSH) web profile, aimed at addressing the challenge of scattered and difficult-to-monitor token usage in multi-model, multi-provider environments. The plugin provides a visual "Usage Statistics" panel on the settings page, with core features including displaying cumulative total usage, cache hit rate, the proportion of the most frequently used models, and an activity heatmap for the past six months. It supports toggling daily token trends at the model level across time periods (7/14/30 days) and lists the Top 10 high-consumption sessions to distinguish between primary sessions and sub-agents. Additionally, the plugin displays token distribution across providers and models, and supports exporting complete JSON data as well as data compliant with the RFC 4180 standard.
Read Moredsh-forge: DSH Runtime Extension Suite
DSH-Forge is a runtime extension suite for the DeepSeek Harness (DSH), maintained by alex04130, designed to address pain points such as scattered plugin installation formats, dynamic plugin restart recovery, and unified model routing management. Built on the "everything is a plugin" philosophy, the suite provides core features including a plugin marketplace and installer, task-aware mindset routing, a Skill manager, a plugin management panel, session management, collaborative orchestration, model delegation and routing, runtime injection, and dynamic plugins, while also supporting archive plasmids and quality verification. The system requires Node >= 22 and is licensed under the MIT License. Installation methods include adding `@dsh-forge/bundle` via npm (requiring versions 0.1.4+ to avoid known bugs) or installing from source code clones to obtain presets and dynamic panels.
Read Moredsh-cyberpunk-theme: A Cyberpunk 2077 Theme Plugin for DSH
dsh-cyberpunk-theme is a DSH interface theme plugin maintained by ai7603, licensed under MIT. Without modifying the DSH source code, this plugin transforms the interface into a Night City or Arasaka style inspired by Cyberpunk 2077, offering deep customization of visual effects such as neon color schemes, CRT ambiance, glitch flicker, and real-time status bars. The plugin supports multiple configuration options, including four accent colors—yellow, cyan, magenta, and gold—as well as three performance tiers: ECO, Balanced, and Full, with ECO being the default tier and certain effects disabled. Users can achieve persistent deployment through bundle installation, ensuring settings are retained after refresh; alternatively, they can quickly experience it via the dynamic Cordis plugin or Agent method, though dynamic deployment is lost after refresh. After installation, the Web Prof needs to be restarted.
Read MoreDSH Plugin: ai-eks/dsh-auth-tunnel
ai-eks/dsh-auth-tunnel is an MIT-licensed plugin designed to securely publish a local DeepSeek Harness Web GUI to the public internet without modifying the deepseek-harness source code. Its core mechanism involves adding a Loopback password gate (including a login page and HMAC Cookie) in front of the web server, and integrating Cloudflare Tunnel to establish the connection channel. The plugin supports two publishing modes, Quick and Named Token, which are suitable for temporary access and fixed domain scenarios, respectively. During installation, it is necessary to ensure that the dsh CLI, pnpm, and cloudflared are in the PATH, and the Node version must be ^22.19 or later.
Read Moredsh-model-search: Adding Searchable Filtering to the DeepSeek Harness Model Selector
`dsh-model-search` is a DeepSeek Harness plugin maintained by a1073097082, designed to solve the cumbersome problem of finding models in the model selector. This plugin adds a searchable filtering feature to the model selector, allowing users to quickly locate candidate models by vendor name, model name, or model ID. Its core features include support for case-insensitive keyword search, as well as allowing spaces to act as wildcards (for example, entering "GPT 6" can match both "GPT-5.6" and "GPT-6"). The plugin adopts a client-only overlay mechanism, does not alter model routing or credentials, and follows the MIT license. Users can install it by executing `dsh plugin --profile web add git`
Read Moredsh-plugin-finance-data: DeepSeek Harness Financial Computation Plugin
dsh-plugin-finance-data is a financial data tool plugin designed for DeepSeek Harness (DSH) agents, aiming to address discrepancies in numerical format, yield, valuation ratios, and risk metric calculations in financial tasks by employing deterministic computation instead of instant model inference. Maintained by user 863683348, the plugin is licensed under MIT, has no file system access, and behaves deterministically without side effects. Core functionalities include number and currency formatting, yield calculations under multiple conventions, financial ratio analysis, present and future value derivation, sequence-based risk metrics (e.g., VaR, Sharpe), data quality checks, dollar-cost averaging and compound interest planning, and portfolio rebalancing strategies. Installation requires executing the `dsh plugin add` command followed by a restart, with support for customizing personalization settings in the configuration.
Read MoreDSH-Engineering-Workflow: Adding a Five-Phase Engineering Workflow to DSH
`dsh-engineering-workflow` is a DSH community plugin designed to provide a controlled workflow for agent development and multi-step engineering tasks. By adding an "Engineering Workflow" preset, this plugin decomposes tasks into five gate-based stages: requirement clarification, plan approval, TDD implementation, parallel sub-agent execution, and validation wrap-up. Each stage corresponds to specific workflow skills, coordinated by the main skill `engineering-workflow`, preventing tasks from arbitrarily jumping between stages. During installation, Node.js version requirements must be met, and the plugin is added via the `dsh plugin` command, followed by restarting DSH or manually running a synchronization script to load the preset. Once enabled, new sessions can select this preset to load the full process discipline. This plugin
Read Morechicheng-push: Adding Multi-Channel Message Push to DSH
chicheng-push is a DSH message push plugin designed to uniformly address the notification issue after plugin tasks are completed. This plugin adds a "Push Plugin" entry in the DSH Web settings interface, supporting centralized management of over ten push channels, including Server酱, PushPlus, Telegram, Feishu, DingTalk, WeChat Work, Bark, ntfy, and Email. Users can enable, edit, delete, and test channels, with the interface automatically switching between Chinese and English. The plugin provides two types of calling interfaces for other plugins or scripts: one is the host-side `pushNotifier` service, offering methods such as list, send, and test; the other is the `/push/api/*` HTTP interface, supporting message sending via POST requests. Channel data is persistently stored in
Read Moredsh-inline-images: Rendering Local Images in DSH Conversation Body
dsh-inline-images is a community plugin for DSH designed to solve the inconvenience that local image paths in LLM replies are only displayed as text and cannot be easily viewed. This plugin scans the assistant's reply text and rewrites existing local image paths into same-origin loopback URLs, allowing them to be rendered directly within the message body. It supports 9 common formats including PNG, JPG, WebP, and GIF, and provides a click-to-zoom lightbox feature. Users can adjust the maximum image width/height (default 640x420px) through the settings interface. If a path does not exist or is a placeholder, the plugin silently skips it, maintaining plain text display to ensure compatibility. Installation requires executing a build under the Web profile and adding the plugin, applicable to DSH and agent developers. Note that this plugin runs with the current DSH process permissions, so users should review the source code and M
Read Moredsh-token-billing: A Real-Time Token Billing Plugin for DSH
dsh-token-billing is a third-party real-time token billing plugin for DSH Web, designed to address the issues of non-intuitive costs, difficult historical queries, and multi-Provider cost classification when calling DeepSeek models. This plugin is based on the MIT license, with core features including direct billing using DeepSeek's official RMB prices, automatic distinction between peak and off-peak periods, support for custom model price overrides, and multi-currency conversion. Additionally, it provides a persistent historical ledger, multi-dimensional statistical dashboard, account balance query (requires API Key), local model savings statistics, and supports exporting data in CSV or JSON formats. Users can install it via the plugin marketplace (pending confirmation), as a pnpm dependency, or from local source code, with configuration taking effect immediately. This plugin is particularly suitable for users who need real-time
Read Moredsh-plugin-text-translation: DSH Text and Document Translation Plugin
`dsh-plugin-text-translation` is a text translation plugin for the DeepSeek Harness (DSH), designed to address the issue that direct translation in game scripts and long document localization can easily damage format structures (such as color codes, variable placeholders, and subtitle timelines). This plugin does not replace the translation model but provides an "extract-assemble" capability: it inspects files via `inspect_text_file`, extracts text via `extract_text` while automatically masking and protecting tags and placeholders from RPG Maker, Unity, Ren'Py, and others, and finally restores the translation results losslessly into the original format via `assemble_text`. It supports Mtool JSON, Ren'Py, SRT/ASS/VTT subtitles, Gett
Read MoreDPH Task Board (@dph/taskboard): Adding a Status Dashboard to DeepSeek Harness Sessions
The DPH Task Board (@dph/taskboard) is a DeepSeek Harness community plugin designed to transform multi-session management into a visualized four-column status board (Todo, In Progress, In Review, Done). This plugin treats sessions as cards, supporting drag-and-drop categorization, attaching notes, priorities, and tags, along with search, JSON export for backup, and import functionality. It is deeply integrated into the Harness sidebar, allowing configuration of the model, reasoning intensity, and grouping when creating new sessions, and it displays the real-time running status of sessions via a "processing" breathing light. Data is primarily stored in the browser's localStorage, while the host side persists the board state to a local JSON file, enabling agents to directly read and analyze current work progress. The installation process requires a Node.js 18+ environment and goes through the deployment script.
Read Moredsh-kit: Adding Dock Panels and Free Web Search to DSH Session Workspaces
dsh-kit is an MIT-licensed plugin for DeepSeek Harness (dsh), maintained by zhouzhencheng07, requiring Node.js ≥ 22. This plugin provides a toggleable dock panel for dsh web, integrating terminal, file tree, source code management, background tasks, skill management, and mobile access features, while incorporating the free multi-source web search capability from dsh-free-search v0.2.0. Users can quickly open each panel via keyboard shortcuts: the terminal supports multi-tab background execution; the file tree supports file editing and diff, with recycle bin protection for deletions on Windows; source code management handles git operations; background tasks monitor session running status; skill management covers skill configurations at various levels. Mobile access generates links and QR codes via tokens, supporting
Read MoreDSH Forge: Standalone Profiles for DeepSeek Harness Plugin Development
DSH Forge is a reproducible, runtime-aware environment for DeepSeek Harness (DSH) plugin development. By establishing an isolated `~/.dsh-forge` Home, a `forge` Profile, and developer Agent Presets, it separates development state from formal configurations, preventing pollution of the daily-used `~/.dsh`. Its core features include locally indexing Harness documentation, source symbols, and interfaces to support rapid retrieval, managing resumable plugin experiments, providing multi-level verification workflows (`quick`, `package`, `full`), and a formal Promotion scaffold. Forge supports secure synchronization of user configurations and mirroring of out-of-tree plugins while protecting the underlying
Read MoreDSH Same-Mode Sandbox Noop: A Compatibility Plugin for Handling Redundant Sandbox Fields in DSH 0.1.0-rc.6
dsh-same-mode-sandbox-noop is an MIT-licensed compatible plugin for DeepSeek Harness (DSH) 0.1.0-rc.6, maintained by zhangzujian, requiring Node.js 22+. This plugin addresses compatibility issues caused by redundant sandbox_permissions and justification fields in tool calls such as bash, pwsh, write, and edit. It does not replace DSH or introduce new sandbox policies; instead, it intercepts requests before DSH snapshots and freezes tool parameters: if the requested sandbox mode is equal to or narrower than the current session's effective mode, the plugin removes these redundant fields; for requests that genuinely require an upgrade, unknown modes, or malformed input, it passes them through unchanged.
Read Moredsh-pluginmanager: Hierarchical, Descriptive, and Uninstall Management for DSH Web Plugins
dsh-pluginmanager is a community-developed plugin for the DSH Web Profile settings page, designed to address the issues of lengthy plugin lists, unclear categorization, and difficult management. The plugin divides plugins into three layered views: native extensions (read-only), user extensions (manageable), and running plugins (temporary), providing intuitive search filtering, count badges, and bilingual display in Chinese and English. Its core features include disabling/enabling user extensions, complete uninstallation (cleaning up configurations and dependencies), and re-registration (incorporating into dependency management), as well as support for editing plugin descriptions, with built-in Chinese introductions for over 90 core plugins. The installation method adopts a bundle approach, adding and configuring package.json via pnpm to avoid conflicts with manual patches. During operations, changes are first persisted and then the loader is hot-swapped to ensure safety, with backups provided.
Read MoreDSH File Explorer: A File Browser Plugin for the DSH Web UI
dsh-file-explorer is an MIT-licensed plugin for the DSH Web UI, designed to address the pain point of switching to a terminal or editor when viewing source code, configurations, and build artifacts in the chat interface, enabling lightweight file operations within the session context. The plugin supports lazy-loaded directory trees, inline editing of text files (with version detection), and an IDE-style right-click context menu covering functions such as create, rename, copy-paste, move, and delete, as well as drag-and-drop movement, real-time refresh, and cross-platform trash bin support. Its panel can be docked or floated and automatically follows the current workspace. Installation requires executing the specified command with pnpm, with DSH version requirements ranging from 0.1.0-rc.7 to 0.1.1-rc.2, and access is available via the title bar entry after restart. In terms of security, write operations are strictly limited to the root directory of the current workspace, with read-only browsing for other areas.
Read MoreDSH-BrowserUse: A browser-use Style Browser Automation Plugin for DeepSeek Harness
`dsh-browseruse` is a browser automation plugin for DeepSeek Harness (DSH), implemented purely in JavaScript with no build step required. It drives a standalone Google Chrome instance via `playwright-core`, enabling operations such as opening web pages, reading content, clicking, inputting text, scrolling, and switching between tabs, while supporting autonomous decision-making based on page state during multi-step tasks. Core features include: 11 fine-grained `browser_*` tools; `browser_task` for natural language autonomous tasks (default maximum of 30 steps); `browser_schedule` for scheduled tasks within the current session; a user confirmation mechanism before sensitive operations (e.g., payments, deletions); manual takeover during CAPTCHA detection; and an independent Pr
Read Moredsh-plugin-opencode-bridge: Integrating OpenCode Skills and Configuration into DeepSeek Harness
`dsh-plugin-opencode-bridge` is a DeepSeek Harness (DSH) plugin developed by YYTbit under the MIT license, designed to achieve "zero-migration" bridging between OpenCode and the DSH environment. This plugin primarily addresses the need to integrate existing OpenCode toolchain capabilities into DSH, with core functionalities including automatically loading OpenCode skills (from the path `~/.config/opencode/skills/<name>/SKILL.md`) and injecting configuration context (from the path `~/.config/opencode/opencode.jsonc`). Users can use the `dsh plugin --prof` command to further manage this plugin.
Read Moredsh-plugin-meta-memory: Structured Long-term Memory for DeepSeek Harness
The dsh-plugin-meta-memory is a plugin in the DSH ecosystem designed to address issues of dispersed long-term memory and context reuse. It organizes memory into a "unit + record" structure, where each record distinguishes between `brief` (summary) and `full` (complete content), supports automatically injecting relevant `brief` into the Agent context, and maintains a global `index` to organize clues. The plugin provides a CLI tool `mm` that supports operations such as initialization, list viewing, reading, searching, and index management, allowing users to name units in a `verb-modifier-noun` format, enabling hierarchical storage and on-demand loading of memory. Its main features include memory classification, quick summary scanning, full record retrieval, and automatic context injection. Configuration options include `m
Read Moredsh-multi-selection-comments: DSH Multi-Selection Incremental Comment Plugin
`dsh-multi-selection-comments` is a DSH client plugin (v0.4.3, MIT licensed) developed by yuanc1204, designed to optimize the user experience of annotating multiple text segments in assistant replies or tool outputs. The plugin addresses the issue where traditional methods stack multiple quoted passages, causing the main input box to become excessively long, and offers a Codex-inspired interaction design. Its core functionality enables users to continuously select multiple text segments and independently specify follow-up requirements for each, with only compact status pills displayed above the main input box to maintain a clean interface. Users can manage selected content via a popup, quickly add entries with `Enter`, insert line breaks with `Ctrl+Enter`, and the requirement field is optional. The plugin only injects the annotations as structured context into the message upon sending, and displays them as pills in the chat history to avoid exposing underlying details.
Read MoreDeepSeek Harness Plugin dsh-file-panel: Right-Side Session File Panel
`dsh-file-panel` is a right-side file panel plugin for DeepSeek Harness (DSH), maintained by `yu2025-luo` and licensed under the MIT License. This plugin addresses the cumbersome issue of manually locating file paths generated by agents in the `dsh` web GUI. It automatically tracks files created or downloaded during a session, displays them centrally in the right-side panel, and supports inline image previews, text content viewing, and metadata display, as well as features such as locating files in the file manager, opening them with default applications, and copying absolute paths. Installation requires adding the plugin via a command and restarting the `dsh web` server. Its security boundaries are strict: the RPC channel is restricted to local loopback address calls, file reading is limited to observed paths only, and the panel state is cleared upon process restart without scanning historical files. This
Read Moredsh-prime-agent: A Persistent TypeScript REPL Plugin for DeepSeek Harness
dsh-prime-agent is an RLM-first control plane plugin for the DeepSeek Harness (DSH), providing a persistent TypeScript REPL environment for Prime preset sessions. Unlike the official one-shot semantics, this plugin converges model-visible tools into a single `repl` interface, allowing variables, functions, and object states declared in previous REPL cells to be reused in subsequent cells. Other DSH capabilities such as `tools`, `agents`, and `jobs` are not exposed in the model schema but are preloaded into the cell for direct invocation; attempting to call other tools directly is rejected by the guard. Core capabilities include local composition operations such as `apply_
Read MoreMathModelingAgent: An Evidence-Driven Verification Plugin for Mathematical Modeling and Competition Problems
MathModelingAgent is a DSH plugin designed for open-ended mathematical modeling, prediction, optimization, and other tasks, addressing the issue where code runs correctly but conclusions may still be erroneous. Its core mechanism registers key conclusions as Claims, which are then verified through Obligations and Evidence, explicitly distinguishing among three states: PASS, FAIL, and INCONCLUSIVE, with particular emphasis on retaining the INCONCLUSIVE state when evidence is insufficient to avoid forcing a definitive conclusion. The plugin provides two Skills: math-modeling-agent for advancing the model, and math-modeling-audit for independent auditing without modifying the original text. It supports optional tools such as Python, Lean, and Wolfram for numerical computation.
Read Moredsh-dynamic-island: Dynamic Island Status Plugin for DeepSeek Harness Web GUI
`dsh-dynamic-island` is a Liquid Glass-style floating plugin for DeepSeek Harness Web GUI, designed to solve the problem of developers frequently switching between event streams, logs, and approval entry points. Maintained by YLifeOnlyOnce and released under the MIT license, the plugin is currently in the high-fidelity design prototype stage. Its core functionality maps Harness states into eight visual states, such as idle, thinking, and approval, enabling direct handling of approval requests within the floating component, viewing detailed tool execution information (e.g., duration, exit codes), monitoring task progress, and managing exception alerts. The plugin supports draggable positioning with position memory, a shortcut command palette, and an automatic demo mode, while also addressing accessibility requirements. After installation, it can be accessed via the `
Read MoreDSH-DeepSeek-Quota: Display DeepSeek Quota and Usage in DSH Web Interface
`dsh-deepseek-quota` is an MIT-licensed plugin for the DeepSeek Harness (DSH) web interface, designed to address the inconvenience of quota viewing. It utilizes the `shell.overlay` slot to display a floating card in the bottom-right corner of the page, showing in real time the total balance, availability status, current conversation cost, today's consumption, and gifted/recharged balance. The plugin supports both automatic and manual refresh: the balance updates every 60 seconds, while the current conversation cost updates every 5 seconds. It calculates costs based on DeepSeek's official price list and the peak-valley pricing rules effective from August 17, 2026, and alerts users to peak hours (Beijing time 09:00–12:00 and 14:00–18:00). For today's consumption, if the `DEEPSEEK_PLATFORM` is configured.
Read MoreDSH-Failure-Capsule: A Local Failure Evidence Bundle Plugin for DSH
`dsh-failure-capsule` is a local failure evidence-package plugin for DeepSeek Harness, maintained by YiHarvest under the MIT license. It addresses the challenge of diagnosing complex failures in DSH scenarios by automatically collecting relevant signals and generating a sanitized ZIP evidence package when errors occur during tool invocation, turn completion, or Agent runtime. The plugin adheres to a local-first principle, with no data upload or remote diagnostics involved. Its core features include: capturing various failure events (e.g., `tool/result` errors, `turn/end` interruptions); default sanitization of credentials, keys, private keys, and sensitive paths; and collecting Git status, runtime information, plugin manifests, and a bounded Session Event timeline (defaulting to a maximum of 80 entries).
Read Moredsh-llm-proxy: Routing dsh's LLM Requests Through a Configurable HTTP Proxy
dsh-llm-proxy is a global HTTP proxy plugin for DeepSeek Harness (dsh), designed to route LLM requests issued by dsh to a specified proxy. It leverages undici's setGlobalDispatcher and EnvHttpProxyAgent to take over request routing, supporting immediate effect upon configuration changes (hot switching) without requiring a process restart. The plugin is also recoverable, automatically restoring the baseline dispatcher when disabled to avoid residue. Users can configure the enable status, proxy address, and exclusion list via the dsh settings page or by editing the settings.yaml file. Additionally, the plugin provides a local interface accessible only via loopback, used to view the current proxy status and test connectivity from the proxy to the target endpoint. When installing, the specified [installation instructions] must be followed.
Read Morexueayi/dsh-opencode-go-usage: View OpenCode Go Quota in DSH Web GUI
`@xueayi/dsh-opencode-go-usage` is an MIT-licensed plugin developed for DeepSeek Harness (DSH), designed to address the pain point of developers frequently switching between web interfaces to check OpenCode Go quotas. The plugin retrieves data via the official API and provides a draggable floating dock in the DSH Web GUI, displaying real-time information on the 5-hour rolling, weekly, and monthly quota windows, remaining quota, and reset countdown. Core features include support for collapsible badges and expandable panels, minimal mode, auto-refresh (60 seconds when collapsed, 10 seconds when expanded), and retention of the last successful data on failure. The plugin does not interfere with the model request path, with no token injection or impact on tool modes. Usage requires configuring
Read More@xsj/dsh-rewind: DSH Session Rewind to Arbitrary User Messages
@xsj/dsh-rewind is a DSH session rewind plugin maintained by XSJUSTC, released under the MIT license with no npm dependencies. This plugin allows users to reorganize input from any user message, truncating that message and its subsequent content from both the chat view and the model context, while preserving the append-only nature of the original session log. Its core features include: providing a rewind entry point in the user message action row, enabling immediate interruption of the model's ongoing thinking or output; automatically filling the truncated message text into the input box for editing, with a "cancel rewind" option available during this period to restore the original state; after sending, the rewind takes effect and the truncated content no longer enters the model context. The plugin ensures consistent hidden state across restarts on both the UI and model sides by recording hook/invoked events and replaying them after process restarts. Installation requires Nod
Read Moredsh-session-timeline: Adding a Navigable Timeline to the Left of DSH Web Sessions
dsh-session-timeline is a DSH web session timeline plugin developed by XiLuovo, designed to address the pain points of quickly locating, jumping to, and previewing user input positions in long conversations. The plugin renders a horizontal short-line timeline on the left side of the conversation area, where each line corresponds to a user message, supporting internal scrolling without scrollbars. Core features include: full statistics and persistent caching based on sessionProjections; Scroll-spy for the active line to follow the current viewport; wave focus effects on mouse movement; hover-displayed rounded preview tooltips containing user questions and AI replies; clicking any line to jump to the corresponding conversation, with automatic history loading if the target is outside the window; and a top capsule handle for collapsing and expanding the timeline. The plugin is licensed under MIT and implemented in pure JS.
Read MoreDSH-Weixin: A DSH Plugin for WeChat QR Code Login and File Transfer
dsh-weixin is a minimalist DeepSeek Harness (DSH) plugin maintained by xiaoshihou514, licensed under the MIT License, and specifically designed for DSH's web profile. Its core capabilities include WeChat QR code login, file sending and receiving, and remote control of DeepSeek Harness via WeChat, aiming to provide developers with a convenient WeChat integration solution. The installation process first requires globally installing the DSH CLI, then using a specific command to add the plugin to the web profile and pull the source code from the GitHub main branch. Typical usage scenarios include scanning a QR code for authentication during the plugin's login process and performing file transfers while logged in. It is suitable for operations that require using WeChat as an access point in a web environment.
Read Moredsh-token-usage: Adding an LLM API Call Usage Statistics Panel to DSH
@wycto/dsh-token-usage is a DeepSeek Harness (DSH) plugin designed to address the challenge of quickly verifying sessions, statuses, token usage, and costs after model calls. By reading DSH session logs rather than intercepting requests, this plugin consolidates scattered API call information into a full-screen statistics panel. Core features include: multi-condition filtering by time, session ID, model, provider, and status code; a detailed table with 15 columns, supporting click-to-sort by column headers and quick filtering by session ID; grouped statistics by provider, model, status, and effort dimensions; and CSV export for secondary analysis. Cost display supports dual-currency estimation in USD and RMB, with a default exchange rate of 7.2, configurable via s
Read MoreDSH Balance Panel: Centralized View of Provider Balances and Key Status in DSH
`dsh-balance-panel` is a DeepSeek Harness (DSH) plugin developed by wycto, designed to centrally display the models, key status, and balance details of configured providers in DSH. The plugin provides a balance entry point at the bottom of the Web UI sidebar; clicking it opens a full-screen panel that shows model chips, balance details, and status badges for each provider, with automatic refresh every 5 minutes. Core features include displaying only actually configured providers and models, a built-in official DeepSeek balance API, support for custom balance query APIs for other providers, and per-provider display of the `apiKeyEnv` credential configuration status (keys never enter the frontend). Installation requires the npm package name `@wycto/dsh-balance-panel`; through
Read MoreDSH-AI-Prompt-Optimizer: Optimizing Prompts on the DSH Web Chat Page
The dsh-ai-prompt-optimizer is a prompt optimization plugin specifically designed for the DeepSeek Harness (DSH) web chat page, aiming to help users organize rough draft text into well-structured, complete AI prompts. Maintained by wuchubuzai2018, this plugin is licensed under the MIT License. Its core functionality is to read the raw text from the input field, invoke the default model configured in DSH to generate an optimized version, and then fill the result back into the input field for user confirmation before sending, rather than automatically submitting it. Key advantages include no need for a separate API Key configuration, reuse of existing model settings, visualized process status, and clear error notifications. Additionally, it improves compatibility with various model providers by sending only essential request fields. Installation requires Node.js 22+ and p
Read Moredsh-attachment: Adding File and Folder Attachment Capabilities to DeepSeek Harness
dsh-attachment is a plugin developed by WJZ-P under the MIT license, designed for the DeepSeek Harness (DSH) web interface. It aims to enhance the handling of regular files and folders, supporting persistence to the workspace while preserving directory structure without altering the original input area layout. Core features include supporting folder drag-and-drop with internal directory tree retention, preview and streaming download of regular files, coexistence with native image attachments, and writing attachments to specified paths for model access. The plugin integrates in a low-intrusive manner, suitable for scenarios requiring complex file structure handling, attachment history retention, and ensuring models can read data based on explicit paths. Users can easily install it into the DSH web profile via npm commands, with attachments automatically synced to the workspace after submission. Note before use: the plugin
Read Moredsh-input-plus: @ Path References and /h History Candidates for DSH Web UI Input Box
dsh-input-plus is an MIT-licensed input enhancement plugin for the DSH Web UI, maintained by WhitePlusMS. It does not replace official components but extends the official `@` and `/` trigger mechanisms, primarily offering two major features: first, typing `@` allows quick selection of file or directory paths from the current Session workspace, with only plain-text path references retained in the draft, and no file reading, directory expansion, or manifest generation occurs upon sending; second, typing `/h` opens a candidate menu of successfully submitted user prompt history from the current Session, supporting keyword filtering to reuse previous prompts. This plugin requires DSH 0.1.0-rc.6 or a compatible version, and must be installed via the official plugin process using a GitHub tag compressed package, ensuring it is built before installation.
Read Moredsh-pdf-edit: AI Editing PDF Text While Preserving Original Layout
dsh-pdf-edit is a DSH community plugin whose core functionality is to use AI to modify text in PDFs while strictly preserving layout styles such as font, font size, color, and position. This plugin is suitable for scenarios like terminology unification, typo correction, and batch replacement in contracts and reports. It supports automatic recognition of Chinese fonts and automatically adjusts font size or truncates text when it becomes longer to prevent overflow. Additionally, it provides an LLM-free feature to insert Markdown or notes as new pages at specified positions, supports reflow for various layouts such as academic papers and mobile devices, and exposes programming interfaces like `StyleLockedEditor` for deep customization. Installation can be done via `dsh plugin add` or npm, and it supports the dsh-std standard ecosystem as well as direct connection via cordis. Typical usage includes opening a document preview for editing.
Read Moredsh-quota-panel: Adding a Provider Quota/Balance Status Component to the DSH Web Interface
dsh-quota-panel is a lightweight Provider balance and quota monitoring plugin (v0.9.1-rc.1, MIT) for the DeepSeek Harness (DSH) web surface. Located at the bottom-right corner of the UI, it displays the status of configured Providers (such as DeepSeek, OpenRouter, and Coding Plan) through an auto-discovery mechanism (reading .credentials.yaml, .env, etc.), supporting both collapsed capsule and expanded card views. Core features include independent status-tier display per row, a default 60-second auto-refresh (paused when the page is hidden), personalized settings based on local localStorage (such as refresh interval, proxy configuration, and visibility), as well as support for
Read More@wenaixi/dsh-superpower: A Complete DSH Port of obra/superpowers
`@wenaixi/dsh-superpower` is a complete port of the `obra/superpowers` plugin within the DeepSeek Harness (DSH) ecosystem, designed to transform development methodologies into callable and verifiable skills. This plugin injects 14 fully Chinese-language skills into `ctx.skills`, enforcing a workflow of "design first → plan slicing → TDD → systematic debugging → review integration," covering scenarios such as brainstorming, plan writing, sub-agent development, system debugging, and code review. The plugin is managed as a `dsh.bundle`, taking effect upon installation or removal, without polluting the user directory and supporting HMR automatic rebuilds. Installation requires Node>=20, pnpm>=9, and a dsh environment, via the `dsh plugin add` command.
Read Moredsh-ponytail: Automatically Injecting Ponytail as a DSH Plugin
wenaixi/dsh-ponytail is an implementation example of the "everything is a plugin" philosophy in the DSH plugin ecosystem. It fully ports the upstream DietrichGebert/ponytail as a DSH plugin, providing 6 Chinese Skills (such as ponytail, review, audit, etc.) that are automatically activated through systemPrompt injection without requiring new empty tools. The plugin core includes the "Ladder 7 Steps" simplification principles (such as YAGNI, reuse, minimal implementation, etc.) and three intensity modes (lite, full, ultra). Once installed, the capabilities are automatically enabled, and mode switching or help viewing is supported via the /ponytail command. Configuration priority is: environment variables > cordis config > local config.j
Read Morewebkong/dsh-plugin-manager: Manage plugins on the DSH Web settings page
dsh-plugin-manager is a community-maintained plugin management tool for DSH Web, designed to migrate the plugin installation, enable/disable, and version inspection workflow from the command line to the Web settings page. This tool allows users to centrally view lists of built-in and third-party plugins under "Settings → Plugins → Plugin Manager", supporting status filtering, fuzzy search, and grouped display, as well as direct navigation to the plugin's GitHub repository. Its core features include parsing of multiple installation sources (supporting npm package names, GitHub repositories, local paths, and tarball URLs), intelligent candidate recommendations, plugin enable/disable operations based on `cordis.patch.yml`, and residual cleanup upon uninstallation. The tool provides both Chinese and English interfaces, supports an optional automatic restart mechanism to refresh page status, and persists configuration locally.
Read MoreDSH-CommandCode-Provider: Integrating Command Code into DSH with Studio API Key
dsh-commandcode-provider is an unofficial community plugin (MIT licensed) for DeepSeek Harness (DSH), maintained by Victor-770. To address the limitation where certain Command Code plans lack Provider API access, this plugin leverages Studio authentication API keys to call the `/alpha/generate` streaming endpoint, supporting all Command Code plans, including the $1 Go plan. Core features include registering the `commandcode` provider to `ctx.llm`, model catalog discovery and offline caching, inference effort metadata management, image input handling, multi-source API key resolution, and providing
Read MoreDSH Workspace Search: Workspace Search in the DSH Web GUI
dsh-workspace-search is a plugin for the DeepSeek Harness (dsh) Web GUI that provides VS Code-like keyword search functionality within workspaces. It supports searching by file name and content, with results grouped by file and displaying line numbers, where clicking opens the file in the built-in editor of better-sidebar. The plugin features VS Code-style search rules, including using Glob patterns to specify include/exclude files, regex query toggling, and case sensitivity options. By default, it excludes directories such as .git and node_modules, as well as hidden files, and imposes limits on file count, match count, and line length, reporting truncation status when triggered. This plugin depends on dsh-better-sidebar >=0.4.0 and Node.js.
Read MoreDSH Browser Companion: Giving DSH Agents a Visible, Persistent, Human-Login Browser
dsh-browser-companion is a browser extension of DSH, designed to address issues related to login, credential security, and state retention when intelligent agents handle web page tasks. This extension provides agents with a dedicated, persistent, and visible browser environment, supporting page opening, clicking, input, scrolling, and tab management. Its core advantages include: preserving cookies, localStorage, and login states through persistent profiles, avoiding repeated logins; offering a visible window mode that allows users to observe agent operations in real time and manually take over; implementing strict security boundaries that prohibit agents from filling in passwords or accessing OAuth secrets, with all sensitive credentials handled directly by users in the visible window. Additionally, the extension provides a fast snapshot tool based on the Accessibility Tree, with an optional local view.
Read MoreResanity: Evidence Search and Load-Bearing Claim Audit Skill for Retail Investment Research
Resanity is an investment research assistant Skill for the DSH agent host, currently at official version 0.2.1, maintained by Thhoho under the MIT license. It aims to address issues in retail investment research such as insufficient evidence, vague inference boundaries, and difficulties in updating conclusions. Its core function is to decompose investment decisions into four dimensions—observations, inferable items, non-inferable items, and decision impact—strictly distinguishing facts from inferences. The tool provides a DSH plugin, an anchor check (/resanity-check), and optional Tushare data credential support, preserving verifiable judgments through a "cognitive anchor" mechanism (active/refuted/realized/archived), and executes read-only reminders only on date triggers without automatically revising user viewpoints. Resanity is explicitly not a stock recommendation or automated trading tool, and strongly emphasizes...
Read Moredsh-commit-review: Adding /commit and /review to the DSH Web GUI
dsh-commit-review is a DSH plugin maintained by the-qian, designed to enhance the git commit and review workflow through a Web GUI. The plugin adopts a pure Host-side zero-dependency architecture, requiring no build steps, and integrates via the `dsh.bundle.patch` format. It primarily provides two slash commands: `/commit` analyzes current git changes and actually creates commits, supporting the Conventional Commits standard and custom prompts, while adhering to safety conventions such as not modifying config, not forcing, and not skipping hooks, and strictly prohibiting the commit of secret files; `/review` reviews uncommitted changes, outputting Markdown reports graded by severity, with support for security, performance, style, and other aspects.
Read MoreDSH-Vision: A Plugin Adding Image Recognition Capabilities to DeepSeek Harness
dsh-vision is a DeepSeek Harness (DSH) bundle plugin maintained by Terry12138qy, licensed under the MIT License. This plugin is designed to address the issue that the DSH main model lacks native image recognition capabilities. By encapsulating the image recognition workflow, it sends local image paths or network URLs to Alibaba Cloud Bailian or Zhipu multimodal models, ultimately returning Chinese text descriptions for use by agents or Code Mode. Core features include automatically reading and encoding images, prioritizing the main model `qwen3.5-omni-plus`, and automatically switching to the fallback model `glm-4.6v-flash` for retries upon failures (e.g., quota exhaustion, rate limiting). It supports invocation via `await tools.vision(...)`.
Read Moredsh-macos-desktop: Overlaying a macOS-style Desktop on the DSH Web Interface
DSH macOS Desktop is a pure front-end JS plugin maintained by Taylor-Cat, designed to transform the DSH Web interface into a macOS-style desktop while preserving the native right-side conversation through the official shell.overlay slot, enabling efficient multi-task collaboration on the same screen. The plugin is compatible with Windows, macOS, and Linux, requiring no native modules or build steps. Core features include desktop experiences such as multiple windows, Dock, and Spotlight search, along with integrated file management (isolated directories, recycle bin), terminal (PowerShell/PTY), multi-tab browser, document office suites (docx/pdf/pptx), and knowledge base. In terms of AI capabilities, it supports automatic image recognition based on modlens screenshots, as well as leveraging DashS
Read More@swell05/dsh-whale-tank: DSH Plugin Development Sandbox and Third-Party Plugin Health Check
`@swell05/dsh-whale-tank` is a plugin development sandbox auxiliary tool within the DSH ecosystem, designed to address local development configuration pollution and security concerns regarding third-party plugins. This tool establishes an isolated sandbox by segregating `DSH_HOME`, offering plugin initialization, building, insertion/removal testing, and restoration capabilities, along with an incrementally mergeable development knowledge package. The core component, `.wttools`, is a zero-dependency single-file utility that supports state inspection, dependency management, plugin integration, and sandbox reset operations. Additionally, its `vet` feature conducts a three-phase health check on third-party npm plugins (static hazard detection, dynamic verification, and LLM review), generating security reports to aid decision-making. Users are required to install this plugin in a Node 20+ environment and initialize projects via `/whale-tank-init` or
Read Moredsh-model-router: A Thin Routing Strategy Plugin for DeepSeek Harness (DSH)
dsh-model-router is a thin routing policy plugin for DeepSeek Harness (DSH), version v0.2.2, licensed under the MIT License. It adds rule execution on top of DSH's existing model management, with core features including deterministic keyword routing, the whitelist-based model switching tool `model_route` that is disabled by default, and an isolated Beta image generation channel `image_gen`. Routing rules are executed in configuration order, stopping at the first match, while preserving the current state if no rule matches; model switching requires precise validation of provider, model, and other fields. `image_gen` uses an OpenAI-compatible endpoint, enforces HTTPS and strictly restricts result downloads, and supports integration with third-party services such as Seedream; however, video, audio, and 3D features are not included.
Read Moredsh-remotion: Registering Remotion Video Creation Skills for DSH
dsh-remotion is a DSH video creation skill plugin designed to register the official Remotion ported skill directly into DSH, enabling users to trigger React-based programmatic video workflows through natural language instructions (e.g., "make a video with Remotion"). The plugin supports a variety of visual tasks including animation, audio, subtitles, 3D, charts, and fonts, with 38 built-in rule files to cover different scenarios. It follows the cordis composite package patch model, adopts the open Agent Skills (SKILL.md) format, and does not depend on DSH internal modules, thus offering excellent cross-platform compatibility. The skill directory can be directly reused in tools such as Claude Code, Cursor, Gemini CLI, and OpenAI Codex. Installation is performed via
Read Moredsh-codex-tools: Adding Codex Search, Image Generation, and Image Recognition Tools to DeepSeek Harness
`dsh-codex-tools` is a plugin for DeepSeek Harness (DSH), maintained by SPYQWER1, providing three tools: `codex_web_search`, `image_gen`, and `image_vision`, which respectively enable public web search summarization, bitmap generation, and local image understanding. This plugin reuses existing ChatGPT/Codex login sessions and does not offer standalone login or LLM services. Search supports customizing the number of sources and freshness; image generation supports multiple sizes and formats, with output paths restricted to the DSH session workspace, prohibiting absolute paths, parent directories, and symbolic links, and not overwriting existing files; image vision recognition only accepts local files within the workspace that meet specific format and size constraints. Installation requires Node>=22 environment, supports adding via Git or npm, and after installation
Read MoreDSH Node Navigation: A Conversation Node Navigation Plugin for the DSH Web GUI
dsh-node-nav is a client-side plugin for the DSH Web GUI, designed to optimize navigation and input experiences during long sessions. The plugin is implemented in pure handwritten JavaScript with zero dependencies and is released under the MIT license. Its core features include a vertical node chain on the right side of the chat area, supporting message text preview on hover or keyboard focus, smooth scrolling and highlighting of corresponding positions when clicking a node, with the active state automatically following the reading progress. Additionally, the plugin supports input history backtracking: when the input field is empty, users can quickly refill or browse historical inputs using the up and down arrow keys. It features dark mode, auto-hide, reduced-motion support, and avoidance of details panels, and can cover unloaded session logs via the full history node endpoint. Installation involves adding a GitHub repository or local directory through the dsh command, followed by a restart.
Read Moredsh-youmind-plugin: Integrating YouMind OpenAPI Tools and Skills into DeepSeek Harness
dsh-youmind-plugin is a community adapter plugin for DeepSeek Harness (DSH), maintained by seamas0825-lab, licensed under MIT, requiring Node.js >=20. Following DSH's "everything is a plugin" philosophy, this plugin integrates the YouMind OpenAPI workflow into DSH, registering the `youmind` Skill and five core model tools: searching available APIs, reading API documentation, invoking confirmed interfaces, searching personal knowledge bases or specified Boards, and conducting public internet searches via YouMind. In terms of configuration, the plugin leverages DSH's native `credentials` service to dynamically read API Keys, eliminating the need for restart after modifying credentials.
Read Moredsh-log-memory: Guarding Session Logs with Popups When Opening DSH Web
`dsh-log-memory` is an MIT-licensed DSH plugin (v1.3.0) designed to address recovery challenges caused by accidental deletion or format migration of session logs. Upon opening the DSH web interface, the plugin immediately displays a guardian panel prompting users to back up log files under `~/.dsh/sessions`, and allows adjusting the reminder interval (10 minutes to 3 hours) and selecting a backup folder within the popup. Core features include mute reminders based on Beijing time natural days, incremental backups supporting both fish-version (original `.zstd`) and human-readable (readable `.txt`) formats, each maintaining an independent index. The plugin configuration is persisted in local files, and the backup process involves purely local file copying—no network connectivity or data reporting, with HTTP routes accepting only same-origin POST requests. It supports installation via the `dsh plugin` command, source code, or manual methods, and is tested for compatibility with D
Read Moredsh-boot-guard: A Standalone Rescue Console for DSH Web UI Startup Failures
dsh-boot-guard is a rescue plugin for the DeepSeek Harness (DSH) Web UI, designed to address the issue where the interface fails to start due to plugin loading failures. It operates independently of the normal plugin loading chain, providing an emergency entry point when a "Failed to load plugins" error occurs, allowing users to identify suspected faulty plugins, temporarily skip them, and refresh to retry without restarting the DSH process. This plugin only writes disabled entries with specific markers to the configuration file, and during recovery, it processes only its own markers without deleting plugins or interfering with other configurations. Core features include automatic fault plugin localization, batch skipping and recovery, diagnostic information copying, and bilingual interface support in Chinese and English. Installation is primarily executed via GitHub commands, with compatibility for Node.js 22.19.0 and above. In terms of security, it strictly limits
Read Moredsh-model-meta-autofill: Automatically Completing Metadata for DSH Custom Vendor Models
dsh-model-meta-autofill is a DSH plugin designed to automatically fill in missing metadata for custom provider models in the `llm-pi-ai` settings area, including context length, maximum output, display name, and input modalities. By default, the plugin fetches data from models.dev, supports building with an offline index bundled at build time for offline usability, and allows merging other directory sources via the `sources` configuration. Its core principle is to "only fill missing fields with evidence," never overwriting user-existing settings, and it does not make guesses about newly released or niche models not included in the directory. The plugin provides a rich set of operation interfaces, including graphical options on the settings page (such as single-model filling, batch override, and data refresh) as well as a native loopback HTTP API, facilitating invocation by developers through scripts or consoles. Installation requires Node.
Read Moredsh-plugin-browser: DSH Plugin Marketplace Entry and Installed Plugins Panel
`dsh-plugin-browser` is a DSH plugin designed to unify the management of plugin status queries and administration. It integrates the awesome-dsh-plugin community directory browsing, the loading status check of plugins in the current profile, and installation, update, and uninstallation operations executed via `dshmarket` into a single panel. This plugin provides the agent with two tools, `list_plugins` and `browse_plugin_market`, enabling direct querying of the plugin list or keyword-based search with status viewing during conversations. The GUI interface includes "Market" and "Installed Plugins" tabs, supporting category filtering, search, and status display, and requires `dshmarket` for executing change operations. Additionally, the plugin offers HTT
Read MoreDSH-FrostFin: Kimi Code as DSH's Agent Loop
DSH-FrostFin is an MIT-licensed loop plugin for DSH. Its core concept is to use Kimi Code's `kimi acp` subprocess as the session driver, running Kimi's agent loop while preserving DSH's native interface and approval system. The plugin supports native rendering of streaming responses, thought blocks, and tool calls, achieving seamless alignment between Kimi tool approvals and DSH approval dialogs, as well as image input, session lifecycle management, and restart self-healing. Additionally, it provides a Moonlight Frostfin Whale default mode, real model list synchronization, status bar display, and goal/plan mode driving. Usage requires pre-installing Node.js 22.19+ and a logged-in Kimi Code, installing the plugin via the `npx` command, and restarting DSH.
Read MoreDSH Bilibili Floating Window Plugin: Keep a Bilibili Mini Window in DeepSeek Harness
`dsh-bili-widget` is a Bilibili floating-window plugin designed for DeepSeek Harness (DSH), aimed at resolving the issue of context interruption caused by window switching during development. It allows users to browse, play, and search Bilibili content within DSH through a persistent floating window. The plugin supports pinning, drag-to-resize, mini mode, and minimizing to a floating ball for continued playback, along with features such as auto-play-next, watch history persistence, and watched markers. Content entries cover recommendations, trending, rankings, featured selections, subscriptions, and AI channels, with support for quick access to 45 topics, multi-type searches, and aggregation of followed UP creators. Installation methods include direct command installation within a DSH conversation or manually modifying the profile configuration file and then executing `pnpm install`. It is primarily compatible with Windows platforms, using
Read Moredsh-pollyreach: PollyReach Phone Tool Plugin for DeepSeek Harness
dsh-pollyreach is a DeepSeek Harness (DSH) plugin (v1.0.3, MIT License) designed to encapsulate PollyReach telephony capabilities, addressing processes such as credential persistence, account activation, outbound calls, polling, balance inquiry, and incoming call data handling. The plugin registers seven core tools for model invocation, including `pollyreach_register` (securely saving credentials), `pollyreach_activation_status` (activating and obtaining a number), `pollyreach_send_call` and `pollyreach_query_call` (outbound calls and result polling), `pollyreach_balance` (balance inquiry), and `pollyreach_i
Read Moredsh-wechat: Making WeChat a Second Client for DSH
dsh-wechat is a DSH plugin maintained by pan17, designed to bridge WeChat private chats as a second client for DeepSeek Harness (DSH) through the Tencent iLink bot protocol. This tool allows users to directly trigger DSH agents within WeChat, supporting the receipt and processing of text, images, files, and voice messages, as well as enabling agent replies to be sent back to WeChat. Its core features include: managing DSH status, switching workspaces or sessions within WeChat via slash commands (such as /workspace, /session, /model, etc.); displaying consistent native approval/query cards across both WeChat and the GUI interface; and providing a silent mode along with a busy-message queueing mechanism. Installation requires using `npx @deepseek-ai/dsh
Read MoreDSH Plugin dsh-task-control: Adding Task Pause, Resume, and Cancel to DSH Web
`dsh-task-control` is a plugin for DSH Web, designed to enhance control over long-running tasks with support for pausing, resuming, and canceling. This plugin is compatible with DSH v0.1.1-rc.2 and is licensed under the MIT License. It offers three pause modes: `safe wait` (default, waits for natural completion), `safe stop` (pauses after tool completion), and `force` (immediate interruption), and allows users to operate via buttons next to the input box or slash commands such as `/pause`, `/resume`, and `/cancel`. When resuming, users can choose to re-execute or skip the interrupted tool, ensuring that completed work is not repeated. The paused state is persistently saved and is not lost after a restart. Additionally, the plugin provides an API for other components to query and control task status. This tool is suitable for
Read Moredsh-tool-time: A Time Utility Plugin for DSH
The DSH plugin `omdsh-dev/dsh-tool-time` is a zero-dependency, pure-function time processing tool designed to address error-prone time calculations in Agent tasks, such as timezone offsets, leap years, and month-end boundaries. This plugin is compatible with the DSH 0.1.2-alpha.1 system and provides a core `time` tool with four operation types: `now`, `convert`, `add`, and `diff`. It supports strict ISO 8601 subset parsing, IANA timezone conversion, UTC calendar arithmetic, and fixed-duration difference calculation. Its design emphasizes safety and determinism: input validation poses no `eval` risk, `add` operations are based on the UTC calendar rather than local wall-clock time, and `diff` only returns fixed-duration differences without supporting natural language or calendar month/year differences. The plugin establishes clear conventions for time precision; both `iso` and `unix` formats are handled with defined precision.
Read MoreDSH Tool Markdown: DSH Markdown Tool Plugin
`omdsh-dev/dsh-tool-markdown` is an MIT-licensed document processing plugin for DSH, designed to address format instability and security risks in HTML, Markdown, and table conversions. The plugin registers a `markdown` tool and supports four core functionalities through different `action` values: converting HTML to GFM Markdown, converting Markdown to whitelist-safe HTML, normalizing HTML or pipe-delimited text into GFM tables, and generating nested table of contents based on headings. The plugin adopts a zero-dependency, pure-function architecture with strict security boundaries: it prohibits script execution, blocks remote resource loading, and automatically strips dangerous tags such as `script` and `style`; output only allows whitelisted tags, forces text escaping, and retains only links.
Read MoreOMDSH-Dev/DSH-TOOL-CSV: A CSV Text Processing Plugin for DSH
`omdsh-dev/dsh-tool-csv` is a CSV data processing plugin for DSH sessions, licensed under MIT, featuring zero dependencies, pure functions, and an RFC 4180 state machine parser. It avoids edge-case errors such as quote and delimiter issues that may arise from models writing ad-hoc parsing scripts on the fly, and uniformly outputs parsing, querying, filtering, statistical, and transformation operations as JSON strings. The plugin provides four core actions: `parse`, `query`, `stats`, and `to_json`, supporting literal matching filters by column name and exact value, and limiting default returns to 100 rows. Its operational constraints include a maximum input size of 256,000 bytes, a timeout of 2000 milliseconds, and it rejects processing of unclosed quotes or illegal characters. During installation, a profile must be specified (e.g.,
Read MoreOMDSH Hub: DeepSeek Harness Community Extension Catalog and Profile Generation Manager
OMDSH Hub is a community project located in the `omdsh-dev/dsh-hub` repository, positioned as an extension catalog and Profile generation manager for DeepSeek Harness (DSH), built on a plugin architecture. This project is not an official application store and has no official affiliation with DeepSeek. The current version is 0.1.0-rc.1, licensed under MIT, and marked as `private: true`. Its core capabilities include providing a community extension catalog, transactional installation and rollback, catalog browsing, and settings UI presentation. By reusing Harness's Profile, Bundle, Repository Plugin capabilities and registering a loopback-only management API (`/omds
Read Moredsh-agent-relay: Local Multi-Agent Message Relay for DSH
dsh-agent-relay is an MIT-licensed plugin maintained by Noelune, designed to address secure message interoperability among multiple local agents (such as dsh, Codex, etc.) on the same machine. It achieves relay through a local broker that binds to 127.0.0.1:19121 by default, and ensures authentication security using HMAC-SHA256 signatures, timestamp replay protection, and rate limiting. Core capabilities include lease/ack-based reliable delivery, cursor-based incremental polling, idempotent deduplication, exponential backoff retries, and 7-day TTL message retention. Data persistence defaults to SQLite (requiring Node.js >= 22.5, with fallback to JSONL for lower versions), supporting protocol versions from v1 to v3, where v3
Read MoreNicholas023/vision-exp-tile: DSH Plugin Directory Entry
Nicholas023/vision-exp-tile is a third-party plugin entry maintained by Nicholas023 in the DSH plugin directory, corresponding to the repository hosted on GitHub. Due to the lack of verifiable information in existing materials—including a one-sentence description, classification, installation command, specific functionality, usage examples, and license information—its core capabilities and applicable scenarios cannot be determined. At present, only two entry points can be confirmed: the project directory page and the GitHub repository URL. Given the absence of information, the article advises against directly assembling installation commands and recommends that developers thoroughly review the README, release artifacts, or source code in the repository before enabling the plugin, to confirm the officially recommended approach and license compliance. Additionally, special attention should be paid to the permission scope when running DSH plugins, ensuring that environment credentials and access permissions align with expectations, and remaining vigilant about the DSH community directory and Dee...
Read Moredsh-win-notify: DSH plugin that pops up a task completion notification with sound on Windows
`dsh-win-notify` is a Windows plugin for DeepSeek Harness (dSH), designed to address the challenge of tracking background agent task status. This plugin triggers Windows Toast pop-up notifications with sound when tasks complete, encounter errors, or await approval/replies, displaying "DeepSeek" as the app name along with the official icon. Its core advantages lie in focused awareness and intelligent interaction: it suppresses notifications when the GUI session is in the foreground; upon clicking a notification, it prioritizes switching to an existing GUI tab via a local micro-assistant, avoiding duplicate new tabs, and relies solely on Windows' built-in PowerShell 5.1 without requiring additional runtimes. Installation is straightforward, and it can be added to a specific profile using the `dsh plugin` command.
Read Moredsh-permgate: Adding Fine-Grained Permission Control to DSH
dsh-permgate is an MIT-licensed open-source plugin designed for DeepSeek Harness (DSH), aimed at refining permission control for AI tool invocations from coarse-grained session-level authorization down to the tool-call level. The plugin supports independent review by categories such as directory access, command execution, file read/write, subagent startup, and repetitive operations. Its core features include global and project dual-level configuration, whitelist/blacklist exception management, shortcut tool default value settings, custom rules, approval pop-ups (with support for viewing diffs and command parameters), custom rejection reasons, underlying sandbox upgrade approval workflows, bilingual support in Chinese and English, and configuration persistence. Users can install it via the `dsh plugin` command and enable "custom review" in the permission selector. This plugin is suitable for scenarios that require clear boundaries for AI operations, and it is recommended to start from small
Read MoreWidget-Dock: A Workbench Providing 27 Cards on Both Sides of DSH Web Conversations
widget-dock is a web client plugin for DeepSeek Harness (DSH), designed to address the issue of scattered metrics such as API balance, tokens, and costs. It provides a grid-aligned card dashboard that displays 27 built-in cards alongside the conversation interface, supporting features such as balance queries, inference intensity adjustment, image transcription, and GitHub-style usage heatmaps. The plugin supports session-specific independent layout customization, with data persisted via localStorage and retained after restart. Installation can be completed through the `dsh plugin` command or by manually linking the repository. When in use, users can drag and sort cards, configure API Keys (stored locally only) to view balances, or connect to a local LM Studio for image transcription. The plugin is licensed under MIT, currently in its current state.
Read Moredsh-edit-resend: Edit and Resend Sent Messages in DSH
dsh-edit-resend is an MIT-licensed plugin maintained by mbj733, designed to solve the problem that the DeepSeek Harness (DSH) web interface cannot edit already-sent messages in place. This plugin empowers developers to edit and resend user inputs, assistant thoughts, or replies after a message has been sent, with support for stopping in-progress responses, regenerating the last finalized reply, and retrying any historical turn. In single-conversation mode, old versions are automatically archived, and the sidebar maintains a single conversation title unchanged, ensuring a smooth editing experience. The plugin offers two cascade strategies, `truncate` and `preserve`, and features a failure visibility mechanism to ensure clear operation feedback. Installation only requires executing the `dsh plugin` command and restarting the service, while building from source involves installing dependencies via npm and running the build process.
Read Moredsh-chat: A Plain Conversation Plugin for DSH Web GUI
dsh-chat is a DSH Web GUI plugin (v0.1.0, MIT licensed) maintained by MarkJun236, designed to integrate conversations that do not require workspaces or tool calls—such as simple Q&A and copywriting—into the DSH interface, avoiding the need to switch applications. The plugin provides a standalone "Chat" entry in the sidebar, reuses DSH's existing `ctx.llm` model routing, and supports switching between imported providers and models without additional key configuration. Core features include streaming output (real-time display of content, reasoning process, and usage), multi-session management (create, switch, rename, delete), and optional AI-generated automatic titles. The interface supports Markdown GFM rendering with a security whitelist mechanism, and follows DSH's light and dark themes. Installation is performed through profile configuration and symbolic links.
Read Moredsh-messager: Task Status Notification Plugin for DeepSeek Harness
DSH-Messager is a community notification plugin for DeepSeek Harness, designed to push the agent's session interactions, task completions, and error states to systems, browsers, or third-party platforms. It supports channels such as Feishu, WeCom, Discord, DingTalk, and Telegram, and adopts a single-package dual-end architecture, where the host end handles system notifications and external pushes, and the client end is responsible for browser alerts. Configuration can be edited in real time through the "Notification & Messenger" section of the DSH settings page, or by directly modifying settings.yaml and making RPC calls; the configuration routing is independent of the DSH whitelist. Installation requires building the plugin first, then registering it to the web profile via the `dsh plugin add` command and starting the service. The plugin provides debouncing mechanisms such as deduplication cooldowns and rate limiting.
Read Moredsh-tool-git: Structured Git Tools with Destructive Command Protection for DeepSeek Harness
dsh-tool-git is a Git tool plugin developed specifically for DeepSeek Harness (DSH), designed to address the risks of Shell injection and the difficulty of parsing outputs when executing Git commands through bare Bash. This plugin runs Git operations via a shell-free subprocess runner, avoiding the risk of model inputs being interpreted by the Shell, and parses outputs such as status, diff, and log into structured JSON for stable processing by agents. Its core capabilities cover common Git operations including status, diff, commit, and checkout, and it introduces a destructive command protection strategy. The destructivePolicy option is set to deny by default to reject dangerous operations.
Read Moredsh-plugin-knowledge-graph: Providing read_graph Code Knowledge Graph Tool for DSH
dsh-plugin-knowledge-graph is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to help agents efficiently understand repository structure by building an in-memory knowledge graph of the codebase, replacing manual file searches. Originating from Luke-Yong/H, this plugin registers the `read_graph` tool and supports parsing for TypeScript/JavaScript as well as Python (with module-level binding). It utilizes node types such as dir, file, and symbol, along with edge types like CONTAINS and EXPORTS, to provide features including directory structure queries, symbol exports, import dependencies, reverse dependencies, and unused import detection. Installation requires Node >=22.19 and specific dependencies, via
Read Moredsh-workshop: Adding a Local Plugin Store to the DSH Web UI
dsh-workshop is a Steam-style plugin marketplace integrated into the DeepSeek Harness Web UI, designed to address the issues of scattered community plugins, inconsistent installation sources, and unstable GitHub access. It provides a "Workshop" entry in the sidebar, offering browsing of 850+ plugins, category filtering, and bilingual descriptions in both Chinese and English. Core capabilities include one-click installation with npm as the primary source and automatic fallback to GitHub sources, built-in mirror speed testing across 7 mirrors to accelerate downloads, and safety mechanisms such as a TUI plugin blacklist, installation pre-checks, artifact verification, and automatic rollback. Additionally, it supports unified management and updates for installed plugins. Users require a Node.js 18.17+ environment and can use the tool by adding plugins via the command line and restarting the service. This tool is positioned as a local development aid, providing basic security
Read Moredsh-antigravity: Integrating Google Antigravity / Cloud Code Assist into DeepSeek Harness
dsh-antigravity is an unofficial DSH Web plugin maintained by LiZhenNet, licensed under the MIT License, designed to integrate Google Antigravity / Cloud Code Assist as a model source for DSH. The plugin registers a DSH LlmAdapter under the provider route `antigravity`, directly connecting to the Cloud Code Assist streaming API, and supports Google OAuth login, account information viewing, quota grouped by model family, and reset times through the DSH Web settings page. Core features include managing models directly in the model selector, with each model displaying
Read Moredsh-remote-tunnel: Connecting Remote dsh Web to a Local SSH Tunnel
`dsh-remote-tunnel` is a Remote Host Tunnel Manager plugin for DSH, designed to simplify the complex workflow of running `dsh web` on remote Linux servers. By encapsulating port allocation, registry management, systemd supervision, and SSH tunnel maintenance, this plugin allows users to maintain only a single local SSH tunnel, thereby avoiding manual handling of details such as port conflicts, disconnection and reconnection, and system service configuration. Core features include: automatically allocating an independent remote port for each user and recording it to the registry; utilizing user-level or system-level systemd to supervise remote services; employing a resilient SSH tunneling mechanism that supports automatic reconnection upon network interruptions and heartbeat keep-alive; and intelligently handling local end...
Read MoreLilyBlessing/DSH-MCP-Skill-Panel: DSH Web Plugin for Managing MCP and Skills
The DSH Web plugin `lilyblessing/dsh-mcp-skill-panel` (v0.5.3, MIT License) aims to centrally manage MCP servers and Skills to optimize context usage. Its core features include: MCP real-time start/stop, tool-level disabling, JSON quick migration, and project-level configuration; Skill enabling, disabling, creation, and manual editing. The plugin provides an optional AI middleware layer that allows models to invoke disabled MCPs on demand via `mcp_search` and `mcp_call`, while preserving the user's manually enabled state. The activation mechanism supports immediate effect or activation at the next session, requiring users to weigh the KV-Cache invalidation cost of immediate activation (approximately 5 to 12.5 times the hit rate). Installation requires using a git source or np.
Read More@lijian-ui/dsh-im-gateway: Integrating DingTalk, QQ, and Personal WeChat Channels for dsh
`@lijian-ui/dsh-im-gateway` is an IM gateway plugin designed for DeepSeek Harness (dsh), aiming to unify access to DingTalk, QQ, and personal WeChat, resolving the adaptation challenges caused by protocol differences across channels. This plugin provides core capabilities through `ctx.imGateway`, including QR code binding, streaming replies, tool approval bridging, interactive question bridging, automatic fragmentation of long texts, merging of multi-segment inputs, and a bilingual interface. It supports independent credential configuration for multiple bot instances and allows handling approvals (default 120-second timeout) and user questions (default 600-second timeout) directly within IM, falling back to the native system after timeout. Installation only requires running `dsh plugin --profile web add @lijian-ui/dsh-`
Read Moredsh-mood-light: Display Screen Edge Ambient Light Based on DSH Session Status
DSH Mood Light is a client-side plugin for the DSH Web interface, following the "everything is a plugin" philosophy. It intuitively displays session status through ambient light on the outermost layer of the screen without interfering with operations. The plugin dynamically changes colors based on status: green flowing glow effects indicate a running state, yellow indicates pending tasks, pink indicates completion or idle state, and it switches off when there is no active session. It offers three visual effects including soft glow, marquee, and linear gradients, and supports visual adjustment of parameters such as aperture width, opacity, and rotation speed in the settings panel, with configurations persisted to localStorage. The installation command is `dsh plugin --profile web add "github:lihang-lh/dsh-moon-light"`, and the service must be restarted after installation. Configuration priority is localStorage > plugin configuration > default settings.
Read Moredsh-vision-provider: Selecting Vision Model Combinations in the DeepSeek Harness Web UI
dsh-vision-provider is a community plugin for DeepSeek Harness (DSH), designed to enable a dual-model bridge of "vision model analysis + DeepSeek reasoning responses." Rather than native pixel input, it exposes third-party vision models declared with image input capability in Settings as an optional combination. When a user sends an image-containing request, the selected vision model processes the image, and the result replaces the original image before being handed over to DeepSeek for reasoning, tool invocation, and final responses; plain-text requests are handled directly by DeepSeek. The plugin supports configuring third-party vision models via the Web UI or directly connecting to OpenAI-compatible endpoints. Installation requires Node.js >=22.19.0 and a compatible DSH version. Usage:
Read Moredsh-neu-theme: DeepSeek Harness Web Light Neumorphism Theme Plugin
dsh-neu-theme is an MIT-licensed plugin maintained by Lhy723, designed to provide a Neumorphism appearance for DeepSeek Harness web. It optimizes the visual experience without modifying business components by registering two themes, `neu-light` (cream light) and `neu-dark` (ink blue dark), with the built-in ThemeRuntime. The plugin's core features include rendering ambient light and three-layer shadows in areas such as the canvas and sidebar, adding grain texture using SVG feTurbulence, and applying frosted glass effects to menu and panel components. Micro-interactions are controlled by the `prefers-reduced-motion` media query. Users can configure settings via `Settings → Gene
Read Moredsh-weniger-theme: Weniger Theme Plugin for DSH Web GUI
The dsh-weniger-theme is an extension plugin for the DSH Web GUI, inspired by Dieter Rams' design philosophy, providing a warm-toned Braun-style theme. It achieves a unified visual style across light and dark modes by remapping design tokens, converging component corner radii to 0-4px, flattening shadows, and recoloring elements such as user bubbles and code blocks. Additionally, the plugin adds a chip in the footer to display the "Ten Principles of Good Design" panel. The plugin supports installation via the `dsh plugin` command from a package manager or GitHub repository, or manual configuration of `cordis.patch.yml` in the profile directory. Users should note that upgrading to version 0.1.4 or above is necessary to ensure the theme loads correctly, and the source code should be reviewed for security. The project is licensed under MIT and depends on R
Read Moredsh-fold-turns: Folding Completed DeepSeek Harness Chat Turns
dsh-fold-turns is an experimental plugin for the DeepSeek Harness (DSH) web interface, designed to optimize the visual experience of long conversations. Without replacing DSH's native renderer or altering conversation data, it automatically collapses verbose intermediate steps of completed Chat turns to save interface space. For running turns, the plugin keeps them expanded and displays real-time elapsed time; users can toggle between collapsed and expanded states by clicking the time row, and the operation preserves native content and local UI state. This plugin is only applicable to the web terminal, compatible with DSH host version 0.1.0-rc.6, and is licensed under MIT. During installation, use `dsh plugin --profile web add dsh-fold-turns`.
Read MoreDSH-Research-Nudge: Adding a Research Reminder to the DSH Coding Agent
`dsh-research-nudge` is a DeepSeek Harness (DSH) plugin developed by Leitarkkk, designed to address the inefficiency of coding agents repeatedly attempting and failing locally. This plugin employs an advisory mechanism, avoiding direct execution of searches or interception of tools. Instead, it observes the agent's reading, editing, execution, and failure behaviors, quantifying accumulated costs as "Research Debt." When a preset threshold is reached, the plugin injects a brief reminder into the next model step, suggesting that the agent consult official documentation or web pages for external evidence, followed by a 10-minute cooldown period. If the agent genuinely needs to continue local work, it can call the `research_nudge_snooze` tool to temporarily silence the reminder (defaulting to 3
Read MoreMinerU Document Parsing Plugin for DeepSeek Harness
`dsh-mineru` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to parse documents such as PDFs, Word, PPT, Excel, HTML, and images into structured Markdown for efficient processing by intelligent agents. This plugin integrates the MinerU engine and offers dual API modes: the Precision API with a configured token supports large files, batch parsing, and a wider range of Office formats; the Agent API without a configured token requires no key but is subject to IP rate limiting and supports only single and smaller files. The plugin automatically selects the appropriate mode based on configuration. Core features include progressive tool exposure, drag-and-drop upload via Web UI, automatic chunking and batch parsing, rate limit handling, and result persistence to disk. Installation requires DSH.
Read Moredsh-kolmopdf: A PDF Tool Plugin Integrating KolmoPDF into DeepSeek Harness
`komoai2026/dsh-kolmopdf` is a KolmoPDF tool plugin designed for DeepSeek Harness (DSH), aimed at resolving issues related to API key management, balance inquiry, and status monitoring in external PDF service integration. The plugin supports Node.js >= 20 and environments compatible with DSH 0.1.1-rc.2, and requires a KolmoPDF Plus or Pro account. Its core features include six main tools: `kolmopdf_parse_pdf` (PDF to Markdown conversion with translation and element extraction support), `kolmopdf_translate_pdf` (layout-preserving translation), and `kolmopdf_convert_markdown`
Read Moredsh-biomemory: Cross-Session Memory Plug-in for DeepSeek Harness
dsh-biomemory is a cross-session bio-inspired memory plugin for DeepSeek Harness (DSH), designed to address the issue of context loss in multi-turn tasks. It expands memory from individual logs into a structured management system through hierarchical storage, approval gating, semantic retrieval, memory metabolism, and audit snapshots. Built on SQLite and a local embedding model (bge-small-zh-v1.5), the plugin supports exact keyword, semantic vector, and hybrid retrieval, and automatically degrades to keyword retrieval when the model is unavailable. Core capabilities include frozen snapshot injection to reduce preference-guessing costs, manual approval and demotion strategies for important memories, and half-life decay, reference consolidation, and conflict surfacing via the "Dream" mechanism. Additionally, the plugin provides complete audit logs, backup recovery, and single-entry rollback functionality, with support for importing from Markdown.
Read Moredsh-session-nav: DeepSeek Harness Web GUI In-Session Navigation Bar
dsh-session-nav is an in-session navigation plugin for the DeepSeek Harness Web GUI, designed to address the high cost and frequent scrolling required to review specific conversations in long multi-turn sessions. Built on DSH's official dual-sided plugin mechanism, it does not intrude into the source code and is licensed under the MIT License. Its core function compresses each turn of dialogue into a navigation key: each key corresponds to a user message, with the model's reply integrated into the hover preview of that key (displaying up to 3 lines), thus centrally presenting user questions. The plugin supports hover preview, smooth click-to-jump, real-time highlighting synchronized with the current view, and can automatically invoke the official pagination API to load historical data and locate targets. Additionally, it supports adaptive dark and light themes and deduplicates messages via UUIDs. Installation requires Node.js >= 18, via `dsh plugin.
Read Moredsh-system-proxy: DSH Outbound HTTP(S) Routing Plugin
dsh-system-proxy is a DSH host plugin designed to uniformly handle outbound HTTP/HTTPS request routing, avoiding duplicate proxy logic across plugins. This plugin supports multiple proxy protocols and multiple named proxies, providing fine-grained routing rules based on host, provider, or plugin, with four actions: direct connection, forced proxy, failover fallback, and blocking. Its core features include a secure fallback mechanism (only allowing idempotent requests to be automatically replayed), direct connection protection for intranet and cloud metadata endpoints, secure storage of proxy credentials (submitted via `passwordRef` and cleared from drafts), and global `fetch` and Node.js HTTP module patch support. Running requires Node.js >=22. Callers are identified through explicit context identifiers to ensure clear route ownership, while interactive configuration cards and environment variables are also provided.
Read MoreDSH-Task-Notify: DeepSeek Harness Task Notification Plugin
`dsh-task-notify` is a DeepSeek Harness (DSH) client plugin developed by kaotusi, designed to address the issue that critical events during runtime are easily missed. The plugin pushes workflow events such as approval requests, reply waiting, background and subtask completions to the browser system notification center, and provides an in-app bell panel, Toast overlays, diagnostic status display, and one-click cleanup functionality. Core features include listening to multiple DSH events, invoking the Notification API to push notifications, and playing type-specific alert sounds. The system uses an in-host-process queue (with a maximum of 300 entries), and the client fetches new notifications by polling the `/api/taskNotify/pull` endpoint, deduplicates them via localStorage, and pushes at most 3 notifications per cycle. The plugin supports
Read Moredsh-prompt-polish: One-Click Prompt Rewriting in DSH Web Composer
dsh-prompt-polish is a client-side plugin designed for the DeepSeek Harness (DSH) web interface, aimed at optimizing the prompt-writing experience. The plugin adds a ✨ button to the composer toolbar, allowing users to select from four styles, including balanced and concise, and invokes the currently connected LLM to rewrite the draft and replace the original text, making it convenient for review before sending—without requiring manual rewriting or additional service deployment. The plugin follows the MIT license, is maintained by JoukoPuro, and requires a DSH web profile with a configured model adapter. To install, use the `dsh plugin add` command and restart the service to take effect. It supports configuring the default model in `cordis.patch.yml`.
Read MoreDSH Plugin dsh-deepseek-billing: Sidebar Display of DeepSeek Balance and Session Cost Estimation
`dsh-deepseek-billing` is a DSH WebUI community plugin (v0.1.0-rc.8, MIT license) designed to address the pain point of developers frequently querying DeepSeek account balance and costs when running model tasks. This plugin displays the DeepSeek account balance persistently in the left sidebar of the DSH web interface and estimates the current session cost in real time. Core features include: 1. **Balance Display**: Directly calls the official DeepSeek API, reuses the API key from the current session, auto-refreshes every 60 seconds, and also supports manual refresh. 2. **Cost Estimation**: Prices and accumulates each successful assistant reply individually, showing recharged/gifted balance, token details, cache hit rate, and input/output cost subtotals. The cost is an estimate and is for reference only.
Read MoreJMOKSZ/dsh-lark-bridge: Enabling Feishu Bots to Drive Local DSH Agents
JMOKSZ/dsh-lark-bridge is an MIT-licensed Feishu entry plugin that enables a local DSH agent to handle tasks through a Feishu bot. It is based on the official WebSocket long connection and requires no public IP or reverse proxy. Core features include: streaming reply cards that display the thinking process and tool calls in real time; support for proactive message pushing; rendering interactive Q&A and approvals as button cards; automatically downloading and processing attachments such as images and files; extracting plain text from rich text; each Feishu conversation independently corresponds to a DSH session; in group chats, it responds by default only when mentioned. The plugin provides commands such as /new and /status. Before installation, ensure that DSH CLI, pnpm, and Node.js ≥ 22 are installed, and configure the Feishu app credentials and required permissions such as im:message.
Read Moredsh-plugin-audit: A Security Audit Plugin for DSH Third-Party Plugins
`dsh-plugin-audit` is a security audit plugin for DeepSeek Harness (DSH), maintained by `jkrandom-sudo`. It provides static permission profiling and runtime sentinel functionality, helping administrators evaluate the permission surface of third-party plugins before running them. Core features include: 1. **Static permission profiling**: Uses `plugin_audit` to scan plugin directories, source code, and configuration files, generating permission reports with file line number evidence, displaying all network surfaces, for manual review only, without making final risk judgments. 2. **Runtime sentinel**: Listens for tool invocation events, triggering approval requests when credential path references, access to non-whitelisted hosts, or writes to home directory dotfiles are involved; if no approval channel exists, it directly rejects. The sentinel only checks tool names and arguments.
Read More@jiesou/dsh-cline-free-provider: Integrating Cline Free Models into DSH
`@jiesou/dsh-cline-free-provider` is an MIT-licensed DSH plugin designed to simplify the integration of Cline free models into DSH. The plugin eliminates tedious manual configuration steps by encapsulating API key storage, Base URL, and model list synchronization. Its core advantage lies in automatically syncing and filtering all Cline free models from a remote source at startup, requiring no manual model list configuration—users only need to save `CLINE_API_KEY` (available from the Cline official website) via the DSH credentials service to directly select models on the Web Models page. The plugin supports optional configurations such as `apiKeyEnv`, `baseURL`, and token limits, but by default
Read Moredsh-polyglot: Providing OpenAI-Compatible Endpoint Switching and Automatic Fallback for DSH
dsh-polyglot is an MIT-licensed DSH plugin developed by Jesse-njx, designed to address challenges in DSH when invoking external models, including multi-endpoint management, unstable free quotas, and rate limiting. This plugin consolidates multiple OpenAI-compatible providers into a single virtual provider, `polyglot`, utilizing a universal adapter to handle streaming, tool calls, and usage extraction, while employing declarative configuration to accommodate variations across different services. At its core is an automatic fallback router that, upon encountering 429 rate limits, quota exhaustion, 5xx errors, or missing API keys, automatically switches to the next available provider in the chain, implementing exponential backoff and retry strategies for cooldown. The plugin maintains provider information through JSON preset files and records the service source, status, and token usage for each request in session logs.
Read Moredsh-continual-harness: Providing Continuous Refinement and Rollback for DSH Agents
`dsh-continual-harness` is a DeepSeek Harness (DSH) plugin published by `jasen215`, designed to help AI agents continuously update, retain, and refine reusable experiences across multiple sessions. The plugin is licensed under MIT, requires Node 22+ and TypeScript 6.0+, and its core features include state projection, automatic review and refinement, manual refinement with rollback, memory lifecycle management (such as archiving and pinning), and ranking injection. It provides tools such as `harness_refine`, `harness_wrapup`, and `harness_benchmark`, supporting automatic rollback on failure, session wrap-up suggestions, and A/B benchmarking to ensure that bad states do not linger in the context.
Read MoreDSH Plugin dsh-monitor: Monitor Daily Token Usage and Peak/Off-Peak Costs for DeepSeek Sessions
dsh-monitor is a native DSH plugin designed for real-time monitoring of DeepSeek session daily token consumption, peak/off-peak priced costs, and interaction status without requiring browser extensions. Its core features include real-time cumulative tracking of input, cache, and output tokens, calculating today's costs based on official pricing (half-price during off-peak hours), counting interaction frequency, average consumption, and quota progress, as well as providing a floating window displaying peak/off-peak status, Beijing time, and one-click report copying. Data is polled every 2 seconds by default, persistently stored in a local JSON file, with historical data retained for 90 days, and data access is provided via the GET /api/dsh-monitor endpoint. Installation requires placing the source code in the profile directory and configuring references and loading items in package.json and cordis.patch.yml.
Read MoreHarness-lark: Providing Feishu/Lark Channel Support for DeepSeek Harness
harness-lark is a Lark/Feishu channel plugin for DeepSeek Harness (MIT licensed, repository: https://github.com/huoxue1/harness-lark), used to integrate dsh's capabilities—such as conversations, streaming replies, approval requests, and cloud documents/spreadsheets/calendars/tasks—into the Feishu/Lark messaging channel. Core features include: WebSocket-based IM message sending/receiving with reconnection and deduplication, streaming interactive cards supporting thinking processes and final results (with collapsible panels, latency/token statistics), media upload/download/sending for images/files/audio, cloud document/Wiki/Drive creation and read/write, multi-dimensional table/spreadsheet/calendar/task operations, and RFC 8628 device-code-based user-level
Read Moredsh-plugin-notify: Notification Egress Plugin for DSH
dsh-plugin-notify is a DeepSeek Harness plugin designed for the Windows environment, aimed at addressing the issue where users cannot receive timely updates on the Agent's status when away from the computer. It enables the Agent to invoke the `notify_user` tool by injecting system prompts, supporting proactive notifications upon completion of long-running tasks, errors, or when confirmation is required. The plugin provides an automatic fallback mechanism, including automatic alerts on session errors, desktop notifications at the end of turns, and Chinese voice calls when there is no interaction within a timeout period. Notification channels cover desktop pop-ups (toast), Chinese speech announcements (speak), and system alert sounds (sound), and support four synthetic sound effects such as "explosive" and "victory." Users can manually send notifications via the `/notify` command and adjust settings through environment variables or the configuration panel.
Read MoreDSH-Vision-Bridge: Adding Image Understanding to DeepSeek Harness's Text-First Model
DSH-Vision-Bridge is an MIT-licensed plugin for DeepSeek Harness, designed to provide image understanding capabilities to text-first models. This plugin bridges image requests to external vision APIs (supporting Gemini, OpenAI, and Anthropic-compatible interfaces) and returns only the analysis results in text form, preventing image blocks from being directly forwarded to upstream models. Its core advantage lies in preserving the original model list and selection experience, with independent management of vision bridge preferences through the "glasses" control next to models, without interfering with model selection logic. The plugin supports configuring multiple isolated vision providers in settings, strictly limiting usage to HTTPS endpoints, and keeping sensitive information such as API keys on the Host side. Installation requires compatibility with Harness 0.1.x and Node.js 2.
Read Moredsh-element-source: Click Elements in DSH to Locate Vue / React / Svelte / Angular Source Code
dsh-element-source is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the issue of tracing page elements back to their source code locations in frontend development. It supports universal location for Vue, React, Svelte, Angular, and other frameworks. Users can enter local preview through the DSH sidebar or the plugin's built-in panel, highlight and click on page elements, and the plugin parses the corresponding source file path and line number (e.g., `src/components/App.vue:12`). This information is automatically filled into the chat draft in the format `[Element Location]`, but is not sent automatically; it is sent only after user confirmation and supplementary modification requests. The Agent then reads the file and displays the code, awaiting modification instructions, thereby reducing manual steps of searching and copying context. Installation
Read MoreDSH Conversation Navigator: A Session Navigation Panel for the DSH Web Client
dsh-conversation-navigator is a pure JavaScript browser plugin for the DSH Web interface, designed to address the difficulty of locating and navigating within long conversations. The plugin provides a collapsible conversation outline panel organized by turns, supporting keyword filtering, step-level detail expansion, hover-to-view full text, and four interface form switches. Core features include click-to-smooth-scroll positioning, automatic highlighting of the current reading position during manual scrolling, lazy loading of historical data for backfill, and panel position memory. The plugin requires zero build setup and zero npm dependencies, adopts a color scheme consistent with the built-in trace view, adapts to light and dark themes, and automatically follows conversation switches. Installation requires execution via the official DSH CLI command, depends on a pnpm environment, and takes effect after restarting DSH Web; alternatively, files can be manually placed and configuration modified. Plugin state is partially persisted in l
Read Moredsh-pref-kit: Merging Adjacent Text Increments at the Source of DSH Streaming Output
`dsh-pref-kit` is a DSH performance optimization plugin designed to address high resource consumption and stuttering caused by the massive number of small events generated by streaming output under long conversations and multi-agent concurrency. The plugin merges adjacent `text`/`reasoning` increments within the same text block at the data stream source before writing them to logs and pushing, thereby significantly reducing the volume of session events while remaining fully compatible with existing interfaces and protocols without altering the underlying structure. Core features include streaming merging enabled by default (controlled by the `windowMs` parameter, default 30ms), as well as a configurable "full passthrough" mode (when `windowMs = 0`, it passes through token-by-token to ensure minimal latency). Additionally, the plugin provides a settings card for users to adjust configurations in real time, and includes several experimental features disabled by default, such as replacing the trace view.
Read Moredsh-outdoor-theme: A Wilderness Guide Skin and Trail Sign Panel for the DSH Web Interface
dsh-outdoor-theme is a DSH plugin maintained by Estellalee, positioned as an outdoor hiking-style reskin solution. Without altering the DSH interface logic, it achieves visual upgrades through pure CSS and JavaScript, primarily offering three features: reskinning the web interface into a mountain-wilderness style, providing a settings panel entry for switching skins, and adding a right-side "Trail Sign · Work Progress" panel. The plugin comes with two built-in color schemes—the light "Morning Meadow" and the dark "Dusk Forest"—and supports one-click switching back to the default style. Before installation, ensure that pnpm is available, then install via the `dsh plugin --profile web add` command from GitHub or a local directory. After installation, refresh the page for the changes to take effect, and users can switch in the settings
Read Moredsh-whale-pet: Whale Maiden Desktop Pet Plugin for DeepSeek Harness Web UI
dsh-whale-pet is a lightweight desktop pet plugin for the DeepSeek Harness Web UI, developed by Er1c0v0 and released under the MIT License. It injects the UI through the official shell.overlay slot without modifying core code or scraping text, providing users with non-intrusive status notifications. The plugin mirrors the five Harness states—idle, working, needs input, complete, and blocked—and enters sleep mode after 40 seconds of inactivity. It supports dragging, keyboard movement, collapse and restore, as well as bilingual display in Chinese and English. Its distinctive feature is reading privacy-safe activity summaries from metadata and displaying them in a bubble, avoiding occlusion of the view. Installation requires Node.js 22.19+ or 24+ and
Read MoreEligahyu/dsh-sentinel-scanner: Read-Only Security Scanning for DSH Plugins
Eligahyu/dsh-sentinel-scanner is a read-only static security scanning tool for DeepSeek Harness (DSH) plugins, designed to perform supply chain and security risk assessment before code execution. The tool detects risks such as command execution, credential access, data exfiltration, and obfuscation through 51 AST-based heuristic rules, outputting a risk score from 0 to 100 along with a security verdict, but never executes the scanned code. It offers multiple integration methods: as a DSH Agent Tool plugin, a standalone CLI (`dsh-sentinel`), a GitHub Action, or a JavaScript API. Core features include three scanning modes—source code, package artifacts, and profiles—with support for pre-publishing npm packages.
Read MoreDSH-AgentMemory: A Local Memory Plugin for Integrating AgentMemory into DSH
dsh-agentmemory is a DSH memory plugin (MIT licensed) maintained by elementor-i, designed to integrate a locally running agentmemory REST service into the DSH framework. This plugin does not require an MCP bridge and directly depends on a local service (default localhost:3111), providing agents with a stable memory backend for reusing session records and injecting recalled context. Core capabilities include providing 54 `memory_*` tools (including 8 core tools) and a `memory_http` escape hatch; automatically capturing sessions, prompts, tool calls, and other activities in the background; and supporting optional context injection. The default configuration emphasizes security, including credential redaction, timeout control, and non-blocking observation, with destructive tools disabled by default. Installation can be performed via
Read MoreDSH-LLM-Vision-Bridge: Integrating Image Understanding into DeepSeek Text Models in the DSH Web GUI
dsh-llm-vision-bridge is a DSH plugin licensed under MIT, designed to address the issue of text models being unable to directly process images. This plugin registers the `deepseek-vision` provider in DSH's `LlmAdapter`. When a request includes images, it automatically routes them to a configured vision model (such as pi-ai or a local llama.cpp) to generate text descriptions, which are then used by the DeepSeek text model to continue the conversation based on the descriptions. If no images are present, the request is directly passed through to a fallback provider for zero-overhead operation. Key features include an LRU cache to avoid duplicate descriptions, automatic retries for 503/429 errors and timeouts, and configurable failure policies (placeholder or error). After installation, the web service must be restarted, and configuration is required in the settings.
Read Moredsh-mcp-bridge: Providing a Set of Validated MCP Servers for DeepSeek Harness
dsh-mcp-bridge is an MCP server plugin package designed for DeepSeek Harness (DSH), aiming to streamline the process of integrating agents with MCP tools. This plugin bundles multiple servers, including demo, memory, filesystem, GitHub, Playwright, and remote HTTP, and leverages built-in client support for stdio and streamable-http transports, automatic reconnection, and hot updates. Developers can ensure server status through connectivity verification scripts before delegating calls to models. Installation only requires configuring dsh and pnpm in the PATH, executing the `dsh plugin` command to add the plugin, and restarting. The plugin provides a default demo server that requires no API key, while other servers
Read MoreDeepSeekEyes: Auditable Vision and Computer Use Plugin for DeepSeek Harness
DeepSeekEyes is a DeepSeek Harness (DSH) plugin developed by dttxorg under the MIT license, designed to address the issues that image pixels cannot be directly used as model input in agent tasks and the lack of evidence traceability. This plugin constructs an auditable visual and cross-platform Computer Use runtime, with core features including: supporting multimodal models to read raw pixels to provide unscaled, traceable visual evidence; offering native desktop control and browser automation operations on Windows/macOS; and integrating an MCP application layer to restrict, hash, and audit tool invocation results. Additionally, it provides health checks, failover, strict evidence validation, and token usage visualization capabilities. By default, automation and MCP features are disabled and require manual configuration to enable.
Read MoreDSH-Capability-Receipt: DeepSeek Harness Skill Loading Receipt
`dsh-capability-receipt` is an MIT-licensed DSH plugin (v0.3.0, requires Node.js 22+), designed to verify whether the skills actually loaded by the DeepSeek Harness (DSH) runtime are consistent with trusted sources by generating content-addressed receipts. The plugin only observes target capabilities without executing their logic; its core mechanism hashes the valid instruction body and compares it against trusted fixed hashes or evidence inputs from the pack-agent lock. The plugin provides three DSH tools and two MCP proof tools, supporting receipt generation from standard sources or the pack-agent lock. It is recommended to install it in an isolated DSH profile for specific compatibility.
Read MoreDSH-Office: Native Office Document Plugin for DeepSeek Harness
DSH-Office is a DSH plugin maintained by didclawapp-ai, designed to address issues in agent-based generation and editing of Office files, including unclear field structures, complex operations, and difficulties in result verification. The plugin, based on the local zagens-office engine, supports read and write operations on PPTX, DOCX, XLSX, and PDF files and is licensed under the MIT License. Its core workflow comprises four tools: first, `office_schema` retrieves a JSON contract to clarify the field structure; then, based on requirements, `office_write` is invoked to create new documents or `office_edit` to modify existing ones according to operation instructions; finally, `office_read` reads back the document for verification. This process ensures
Read MorePBR-Render: A PBR 3D Model Preview Plugin for DeepSeek Harness
pbr-render is a PBR 3D model preview plugin for DeepSeek Harness (DSH), designed to address the lack of intuitive visual feedback when agents handle game art assets. The plugin supports rendering GLB/GLTF models as interactive 3D previews, embedded in responses via the `pbr3d` fence. Key features include full PBR rendering, multiple material channel inspection modes (e.g., normal, roughness, metalness, etc.), five built-in environment lighting presets for switching, and interactive operations such as drag-to-rotate and zoom. The plugin also incorporates an active trigger mechanism and safety boundary protection, exposing only files with specific extensions within the workspace and limiting size to 512 MiB. Installation is performed via GitHub commands or local paths, requiring a restart of `dsh web` to take effect. The plugin is applicable for use with D
Read Moredsh-trajectory-governance: DSH Trajectory Governance and Anomaly Diagnosis Plugin
dsh-trajectory-governance is an observability layer plugin for DeepSeek Harness (DSH), designed to address the challenges of flat logs in long-running tasks, including difficulty in tracking branches, goal drift, and retry issues. The plugin operates with zero kernel modifications, reconstructing flat logs into a structured trajectory tree by subscribing to events, and saves observability layer snapshots containing node IDs and context hashes. Its core functionality includes three temporal anomaly diagnostic strategies: run-loop deadlocks, ineffective retries, and goal drift, with results mounted on tree nodes and displayed in a standalone GUI. The plugin supports desktop notifications, webhook alerts, and one-click interruption, and allows for creating new session branches at stable boundaries. Data is independently stored in a local SQLite database, with CLI tools provided for querying sessions, trajectory trees, and snapshots. Installation requires DSH version 0.1.0-rc.6 or later, available via B[uild?]
Read MoreDeepSeek Harness Plugin: dsh-llm-wiki
dsh-llm-wiki is a zero-runtime-dependency plugin based on DeepSeek Harness (DSH), built with a pure ESM architecture and requiring Node.js 18 or above. By invoking the LLM-Wiki engine CLI, it encapsulates seven core tools for agents: retrieval, page reading, statistics, validation, fixing, error log viewing, and data ingestion. This plugin aims to implement the philosophy of "everything is a plugin," supporting direct knowledge base queries within conversations, ingesting source texts into the knowledge base, and continuously maintaining the knowledge base structure. Among these, query-type tools require no additional LLM configuration, while data ingestion and the fix functionality with Finalize require configuring an OpenAI-compatible LLM API. The installation process includes installing the Python engine via pip, adding the plugin via the dsh command, and configuring it in the pr
Read Moredsh-openapi: Adding OpenAPI Discovery and Secure Invocation Tools to DeepSeek Harness
dsh-openapi is a plugin for DeepSeek Harness, designed to address issues such as inconsistent parameters, uncontrolled credentials, and excessive scope when models directly call APIs. This plugin indexes OpenAPI 3.x documents and provides three core tools: `openapi_list` (discovery and search operations), `openapi_describe` (viewing details), and `openapi_call` (restricted invocation). Its core features include strict security boundaries: by default, only GET/HEAD requests are allowed, access to local and private network IPs is blocked, response body sizes are limited, and sensitive response headers are shielded, while redirect checks are supported. Credential management is implemented through environment variable mapping, ensuring that keys are not directly exposed in configurations or outputs. Installation requires the use of the `dsh plugin` command.
Read Moredsh-web-open: Print URL after `dsh web` is ready and open the browser
`@dawsondx/dsh-web-open` is an automated tool designed for DSH plugins, aimed at resolving the tedious process of manually organizing addresses and opening a browser after `dsh web` starts. This plugin automatically prints the full GUI address and opens it in the default browser once the web service is ready, with cross-platform support for Windows, macOS, and Linux. Its core features include zero runtime dependencies, a fail-safe mechanism (only warns without errors when service retrieval fails), and support for system-assigned ports. Installation requires Node.js >=18 and specific peer dependencies, and can be added via npm or GitHub. Users can flexibly control whether to enable auto-opening through the environment variable `DSH_OPEN_BROWSER=0` or configuration files.
Read Moredsh-file-drop: Writing Non-Image File Paths into the DSH Input Field
`dsh-file-drop` is a persistent plugin for DeepSeek Harness (DSH), designed to address the inefficiency of non-image files (such as PDF, Word, Excel, etc.) in DSH, which currently can only be handled through manual path copying. The plugin offers three file input methods: dragging and dropping files anywhere in the window, clicking the paperclip button for multi-selection, and hover bubble hints. It supports directly writing file paths into the input box draft for the agent to read. Its path acquisition strategy attempts in the following priority order: first, directly obtaining the original Finder path through the desktop shell (zero upload, no size limit); second, using the `text/uri-list` path from the drag-and-drop operation; finally, uploading files to the session workspace via the `POST /api/dsh-file-drop` endpoint (with a single-file limit of 25MB). The plug
Read Moredsh-multi-chat: View Multiple Chat Instances Side by Side in DSH Web
dsh-multi-chat is a DSH client plugin with an MIT license, maintained by daetz-coder, designed to optimize the multi-instance management experience of DeepSeek Harness (DSH). The plugin introduces a multi-window grid view into the official DSH web interface, allowing users to display and monitor multiple conversation instances side by side within a single screen, and supports viewing progress on mobile devices through a LAN gateway. Core features include automatically scanning ports to discover running instances, launching new instances with one click within a window wall, flexibly controlling window layouts (such as adjusting column counts, maximizing, and refreshing), and enabling access from phones or tablets via a password-authenticated LAN gateway. Installation is straightforward: executing the specified command adds it to the web configuration, but the DSH web session must be restarted for the changes to take effect. Typical use cases include batch-launching instances, entering multi-window
Read MoreDSH-Bilibili: Adding Bilibili Video Transcript and Keyframe Analysis to DSH
dsh-bilibili is a tool plugin within the DSH ecosystem, designed to address the pain point that Agents cannot directly process Bilibili videos. This plugin decomposes videos into structured data through the `bilibili_extract` tool. Its core features include complete text extraction (metadata, transcripts, comments, and danmaku), with support for automatic transcription and multiple local ASR engines; as well as on-demand keyframe capture, featuring scene detection, sharpness optimization, and local or cloud-based visual description capabilities. A "two-pass workflow" is recommended: first extract text for the Agent to analyze and identify key time points, then retrieve corresponding frames to supplement visual information, ultimately generating a summary. The plugin also includes auxiliary tools such as login and environment checks, and features robust mechanisms like backoff retry for Bilibili API calls. Installation requires Node 18+ and
Read Moredsh-tool-chaos: A Reproducible Fault Injection and Resilience Evidence Plugin for DeepSeek Harness
dsh-tool-chaos is a DSH plugin maintained by cyanseek (MIT licensed, v0.1.0-next.0), designed to transform the verification of failure paths and recovery behaviors into reproducible experiments. Targeting the DeepSeek Harness tool pipeline, it provides five deterministic fault injection actions (deny, error, delay, abort, block), with no runtime randomness, and outputs structured reports in JSON and Markdown formats along with tri-state conclusions. The plugin is disabled by default and operates in a dry-run mode, with bounded injection behavior, and global wildcards must be explicitly enabled. Users can install it via a local tarball or a pinned commit, and the current npm prerelea
Read Moredsh-usage-meter: A Token Usage Statistics Plugin for DSH Web Client
dsh-usage-meter is an MIT-licensed plugin maintained by cute-baobao, specifically designed for the Web platform DSH client to visually display the token usage of model calls. The plugin automatically records usage data to a local JSONL file and aggregates it by the "model × hour" dimension upon startup. Users can clearly view the token consumption per hour for each model through stacked bar charts color-coded by model in the Web GUI settings page. The interface supports both Chinese and English, automatically following the language switching of the GUI. Installation requires using the pnpm command to add the plugin package, followed by restarting the DSH Web process to take effect. Data is stored by default in `$DSH_HOME/usage-meter/usage.jsonl`. This plugin is suitable for those who want to view usage by
Read Morewhale-on-desk: Mapping DSH Agent Status to a Pixel Whale Desktop Pet
`whale-on-desk` is a DSH plugin maintained by cookiesheep, designed to provide a pixel whale desktop pet for DeepSeek Harness, compatible with both the DSH web interface and desktop version. Positioned as an interactive component under the "everything is a plugin" framework, it does not replace Agent workflows but rather transforms status, approvals, and notifications into visible interactions, and is declared read-only, with no access to sessions or files. Its core capabilities include real-time reflection of Agent runs, outputs, tool calls, and success/failure states; alerting via the whale tapping on glass and amber pulses when approval is requested; and offering sound synthesis, position memory, a growth system, and a `whale_say` notification tool. Distinctive features encompass a full-screen aquarium mode, a workshop supporting AI-generated custom pets (requiring ffmpeg), and GIF-based functionality.
Read Moredsh-feishucard: Bridging Feishu Streaming Cards for DeepSeek Harness
`dsh-feishucard` is a Feishu bridge plugin designed for DeepSeek Harness, aimed at solving the problem of robot message sending/receiving and conversation management in environments without a public IP. This plugin is based on the WebSocket long connection of Feishu's official SDK, allowing it to be used locally or on an intranet without requiring a domain name or tunnel. Core features include: real-time streaming display of Agent replies, tool call collapsible panels, and process utterances via Feishu card streaming; maintaining an independent and persistent Agent session for each chat, with support for commands such as `/new` and `/switch`; providing a `feishu_send` proactive message-sending tool and approval interaction cards (including an automatic timeout rejection mechanism); supporting multi-robot configuration, emoji receipts, and process keep-alive auto-restart. Installation requires configuring Feishu Open Platform permissions and handling dependencies.
Read Moredsh-command-douyin: Open Douyin Web Version with `/douyin` in DSH Sessions
dsh-command-douyin is a DSH plugin designed to optimize the operation chain for "opening the web version of Douyin." By registering the global `/douyin` command, users can directly trigger the default browser to open `https://www.douyin.com/?recommend=1` in a DSH Web session without going through a model inference round. This plugin is released under the MIT license and supports Windows, macOS, and Linux platforms, utilizing `runNativeCommand` for cross-system invocation and accepts no additional parameters. During installation, note that due to Node ESM relying on real path resolution, it is recommended to use the real directory to copy the plugin to the shared `node_modules` and update the `cordi
Read Moredsh-shell-command: Adding /! Command Analysis and /terminal Session Referencing to DSH
dsh-shell-command is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the need to hand over Shell command results to the model for analysis. It provides two core entry points: `/!` and `/terminal`. `/!` is used to run a single command in the session workspace, automatically handling output boundaries and sending them to the model for immediate analysis, making it suitable for scenarios such as checking disk usage, viewing logs, or analyzing build results. `/terminal` opens an interactive PTY terminal with session and history tabs, supporting multi-step debugging; after executing operations in the terminal, users can select one or more session records from the history, add notes, and send them to the model for analysis, making it ideal for exploratory operations and multi-session comparisons. This plugin is applicable to the dsh CLI environment and Node 2.
Read Moredsh-browser-playwright: A Playwright-Based Browser Plugin for DeepSeek Harness
dsh-browser-playwright is an MIT-licensed browser plugin designed for DeepSeek Harness, aimed at addressing issues such as CSS selector mismatches or oversized DOM contexts in traditional solutions. By leveraging Playwright to drive a real browser, the plugin utilizes accessibility snapshots and stable element references (ref) to constrain the model's interaction interface, avoiding direct selector guessing or outputting the complete DOM. Its core features include support for tab management, screenshots, structured extraction, and controlled JavaScript execution, along with 17 tool interfaces prefixed with `browser_`. The plugin can automatically detect browser channels such as Chromium and Chrome, and supports restricting navigation domains.
Read MoreDSH-Browser: A Playwright Browser Automation Plugin for DeepSeek Harness
dsh-browser is a Playwright-based browser automation plugin for DeepSeek Harness, designed to enable Agents to directly drive real web pages. It provides tools such as `browser_open`, `click`, `type`, `screenshot`, and `eval`, supporting page navigation, form interaction, JavaScript execution, content reading, and screenshot review. Browser state is maintained across tool calls, and it runs in headless mode by default. Installation requires `playwright-core` and a Chromium-based browser (it automatically attempts to use chromium/chrome/msedge; if missing, you can run `npx playwri
Read MoreDeepSeek Companion: A Companion Plugin for DSH
DeepSeek Companion is the official companion plugin for DeepSeek Harness (DSH), designed to integrate conversation export, context handover, API cost optimization, and global retrieval functionalities. The plugin consists of four independent modules that can be enabled or disabled on demand. Core features include: intelligent conversation export in formats such as Markdown and PDF, with batch ZIP packaging; generation of editable four-part handover summaries for context injection into new conversations; API cost optimization supporting dynamic pricing, peak-valley scheduling, and budget control, with AES-256-GCM encrypted storage of keys; and global conversation retrieval with keyword and tag filtering, as well as in-conversation quick search. Installation requires DSH >= 0.1.0 and specific Node.js version requirements, and can be performed via the `dsh plu
Read MoreDSH Doctor: Diagnostics and Recovery for DeepSeek Harness
DSH Doctor is the diagnostic and recovery plugin for DeepSeek Harness (DSH), designed to address startup failures and runtime errors caused by profile configuration issues, dependency problems, or plugin anomalies. It offers two interaction methods, a Web UI and a CLI, supporting automatic failure detection, executing limited recovery actions, and rolling back configurations to healthy checkpoints. Core features include displaying recovery banners in the Web UI, providing a diagnostic page and emergency entry points, as well as performing operations via the CLI such as scanning, boot probing, recovery, and checkpoint management. Its design emphasizes safety, requiring explicit confirmation for critical actions like disabling plugins or modifying configurations, and it does not handle API keys or upload local data. Installation requires
Read Moredsh-wordbox: Adding a Common Phrases Panel to DSH Web Input Fields
`dsh-wordbox` is an MIT-licensed plugin designed specifically for the DeepSeek Harness Web client, aimed at solving developers' pain point of repeatedly typing common phrases, terms, or fixed templates in conversations. The plugin provides a "Word" button on the right side of the input box; clicking it opens a persistent upward panel that supports managing two types of word libraries: global and project-isolated. Core features include one-click insertion of entries into the input box (preserving focus and undo history), continuous batch insertion, hover to display full text of long entries, quick deletion at the end of a line, and one-click synchronization of current project words to the global library. Data is stored in the browser's `localStorage`, isolated by browser Profile, and supports real-time synchronization across tabs. Installation requires `pnpm` in the environment; run the `dsh plugin add` command and restart the service to enable it.
Read MoreDSH-Vision-Plugin: Adding Image Understanding Capabilities to DSH
dsh-vision-plugin is a plugin developed specifically for DeepSeek Harness (DSH), designed to address the limitation that pure text models cannot directly process images. This plugin leverages OpenRouter's free multimodal models (`:free`) to automatically convert images into text descriptions before sending, thereby endowing text-based models like DeepSeek with image understanding capabilities, all at zero API cost. Key features include: providing a `describe_image` tool to read local images; intercepting and converting images automatically via the `llm/stream` hook when the model does not support image inputs; and automatically writing a `deepseek-vision` provider pointing to OpenRouter into the configuration file on first startup.
Read MoreLiltloom (语织): A User-Controllable DSH Writing Style Memory Layer Prioritizing Chinese
Liltloom (语织) is a Chinese-first AI writing style memory layer maintained by Adkid-Zephyr under the MIT license, specifically designed for DeepSeek Harness (DSH). It addresses the issues of scattered style requirements, difficulty in review, and lack of portability by transforming style from temporary prompts into structured, editable, and migratable rule data. Core features include silently learning preferences from user expressions to generate bounded Style Context Packets; supporting rule viewing, editing, locking, and JSON export/import; and providing the `/liltloom` command for previewing, enabling, or switching modes. By default, explicit retrieval is employed, with no full conversation texts stored, and Deep Style raw excerpts with small-model analysis are disabled by default. Installation requires Node.js ^22.19.0 or higher, pnpm, and
Read Moredsh-subagent-max: Real-Time Viewing of DSH Subagents and Per-Call Model Override
`dsh-subagent-max` is a web-side plugin for DSH, maintained by aaravarr, designed to optimize the management and monitoring of parallel multi-subagent tasks. The plugin provides a multi-panel real-time viewing interface, supports simultaneous monitoring of output status from multiple subagents, and features block-level rendering, drag-out panel opening, startup notifications, and bilingual support in Chinese and English. Its core functionality includes the `subagent_with_model` tool, which allows users to explicitly specify a model or provider in a single delegation, or automatically select the optimal route through intelligent rules when not specified. The plugin is suitable for scenarios requiring concurrent viewing of subagent progress or on-demand switching of model resources. Users can install and enable it via the `dsh plugin --profile web add` command. Note that this plugin is limited to W
Read MoreDSH Workspace Explorer: Adding a Workspace File Panel to the DSH Web GUI
dsh-workspace-explorer is an MIT-licensed plugin maintained by 3911ee, designed to solve the problem of having to switch to local tools when handling workspace files in the DeepSeek Harness (DSH) Web GUI. This plugin adds a "Workspace Files" entry at the bottom of the sidebar, providing a VS Code-style dual-pane panel: the left pane features a directory tree with lazy loading, icon coloring, and new/rename operations; the right pane is an editor with line numbers, syntax highlighting (supporting 10+ languages), a status bar, and drag-to-resize functionality. Core features include local execution, no outbound connections, support for `@file` references to link with AI agents, and bilingual interface adaptation for Chinese and English. Installation requires DSH 0.1.0-rc.6 or above, via `dsh plugin`.
Read More@2nd1st/dsh-plugin-open-app: Integrating open-mcp-apps Applications into dsh
`@2nd1st/dsh-plugin-open-app` is an MIT-licensed npm plugin designed to integrate `open-mcp-apps` applications into the `dsh` web interface. It eliminates the need to modify the `dsh` source code, enabling the addition of an Apps section in the sidebar, providing each application with an independent workspace, container, and session, and supporting inline rendering of application interfaces within model chat. This plugin operates under the `dsh web` profile and requires Node 22+, a local `pnpm` installation, and the `open-mcp-apps` engine version v0.5.1 or later. It can be installed via `dsh plugin --profile web add @2nd1st/dsh-plugin-open-app`.
Read Moredsh-heatmap: DSH Web GUI Left Sidebar Activity Heatmap Plugin
dsh-heatmap is a DSH Web GUI plugin (MIT licensed) maintained by 283Gawin, designed to persistently display the user's commit count, Token usage, and estimated cost over the past 90 days in the left sidebar, presented as a GitHub-style heatmap, with support for viewing today's details. This plugin addresses the inconvenience of observing long-term activity trends, supports switching among three dimensions, and sources data from session logs read via the official SDK, along with git log, featuring a 60-second TTL cache. Core functionalities include hovering to view daily details, displaying today's total Token count, cache hit rate, and cost breakdown by model, as well as support for collapsing and state persistence. Configuration options cover theme, enablement status, whether to include merge commits (default: no), USD/CNY exchange rate, and a price override table, where the price over
Read MoreDSH-Vision-Sidecar: Adding Managed Visual Perception to DeepSeek Harness
`dsh-vision-sidecar` is a DeepSeek Harness (DSH) plugin maintained by `121103qwq`, designed to provide hosted visual perception capabilities for pure-text reasoning models while preserving the user's original inference configuration. This plugin processes images by calling an OpenAI-compatible vision endpoint and returns the generated descriptions as plain text to the model, thereby avoiding the GPU resource requirements and model replacement costs associated with locally deploying vision-language models. By default, the plugin uses LLM7.io's anonymous vision route, which requires no API key or local GPU, but users should be aware of its request rate and token limits. Users can also configure custom OpenAI-compatible vision providers, such as OVHcloud or OpenRo
Read MoreDSH-Perlica-Ding: DeepSeek Harness Tiered Task Prompt Tone Plugin
`dsh-perlica-ding` is a DeepSeek Harness (DSH) plugin designed to optimize task execution experience through sound alerts. It plays distinct notification tones at key milestones such as plan generation, task completion, approval requests, and error reporting, while remaining silent during normal Q&A to avoid disturbances. The plugin features built-in Perlica-style sound effects, supports cross-platform operation on Windows, macOS, and Linux, and works out-of-the-box with no configuration required after installation, including when the window is in the background. Core features include: sounding only when the main conversation round is uniformly concluded, preventing sub-agents from ringing individually; a 2.5-second debounce interval for each sound tier; and configurable options such as a master switch, debounce time, custom sound effect directory, and an execution tool list. Users can install it via GitHub or npm and need to restart DSH W
Read MoreQiushi DSH Evidence Audit: Leaving Locally Verifiable Hash Chain Evidence Receipts for DeepSeek Harness
Qiushi DSH Evidence Audit is a community-maintained observation plugin for the DeepSeek Harness (DSH), designed to preserve runtime observation points without leaking plaintext sensitive information. It generates deterministic, hash-chained JSONL evidence receipts by listening to the official `tools/result` and `session/event` extension points. The plugin strictly adheres to the "observation-only" principle: it does not modify prompts, tool parameters, or results, nor does it store plaintext Session IDs—it only records event categories, timestamps, and SHA-256 hashes of key data. Its core mechanism involves constructing a tamper-evident local evidence chain: each entry contains a sequence number, timestamp, and forward/backward hash links. Upon startup, the plugin verifies the integrity of existing files, and if chain tampering is detected, it promptly issues an alert.
Read MoreDSH Verification Receipt: Appending Minimal Summaries to Each Execution Round of DeepSeek Harness
DSH Verification Receipt is a community-maintained, MIT-licensed passive plugin for DeepSeek Harness. It is designed to mitigate privacy risks associated with locally retaining execution traces by appending a privacy-minimized JSONL summary after each session ends, avoiding direct logging of complete sensitive logs. The plugin's core adopts a passive observation mode, registering no new tools and making no changes to model history or context, ensuring zero additional token cost without affecting the model experience. Its functionality focuses on recording tool invocation counts and identifying verification-related signals such as `test` and `lint` based on lexical matching. To safeguard privacy, it strictly excludes sensitive information including tool parameters, invocation IDs, command outputs, message text, and raw session IDs, retaining only coarse-grained statuses and categories. During installation, it must be specified.
Read MoreADHDGoFly-DSH-Ext: A Markdown Part-of-Speech Highlighting Plugin for DeepSeek Harness Web
adhdgofly-dsh-ext is a pure client-side plugin for DeepSeek Harness (DSH) Web, licensed under the MIT License. The plugin leverages DOM post-processing techniques to perform part-of-speech highlighting on rendered Markdown content without modifying the DSH source code: nouns are highlighted in green, verbs in red, adjectives/adverbs in purple, and other words in gray. It supports both English (including lemmatization) and Chinese (using forward maximum matching), and adapts to DSH theme's light/dark mode switching. Core features include a part-of-speech filter toggle, customizable highlight styles (text color change or background box), debounce handling for streaming output, and automatic exemption of decorative areas such as code blocks and buttons. Configuration can be accessed via the ADHDGoFly section in Settings or through the plugin configuration card. Installation is available through DS
Read Moredsh-plugin-doctor: DeepSeek Harness Plugin Health Check
dsh-plugin-doctor is a plugin health check tool in the DeepSeek Harness (DSH) ecosystem, corresponding to RFC #1629. It provides CLI and Agent-callable interfaces for verifying the integrity of manifest, patch, entry, build, pack, install, and config before plugin release. Core features include host masking, dependency, and native module checks against DSH profiles, as well as heuristic security audits (e.g., pre-side effects, Shell launcher risks). The tool supports read-only audit modes (audit/audit-batch), can generate JSON or Markdown reports, is suitable for CI integration, and offers environment diagnostics.
Read MoreDSH-Qixi: Qixi Easter Egg Plugin for DeepSeek Harness Web UI
`dsh-qixi` is a DeepSeek Harness plugin maintained by Zhang9628, licensed under MIT, specifically designed to provide a Qixi Festival theme extension for the DSH Web UI. The plugin includes four core features: enabling the sidebar heart toggle applies a pink rose theme skin, displays blessing banners, Canvas particle backgrounds, and a sharing floating button; entering `520` in the input field triggers a full-screen romantic text barrage; entering `情书` or `loveletter` generates typewriter-style acrostic love letters supporting random generation, rewriting, and favoriting; additionally, it supports generating shareable or downloadable cards sized 1080×1440 with 5 color theme options. Before installation, ensure the local environment has DeepSeek Harness set up, then execute `dsh plug
Read Moredsh-personalize: DSH Web Native Personalization Plugin
dsh-personalize is a DSH web plugin maintained by Zephyr-vibe, designed to address the issue of repeatedly configuring personalized settings across multiple sessions. The plugin is licensed under the MIT License, requires Node >= 20, and runs through the official public service without modifying the DSH core. Its core features include: 1. Custom instructions that inject users' long-term preferences into system prompts; 2. Local long-term memory, supporting manual addition or automatic collection by agents through tools like memory_create, with data persistently stored locally in the {DSH_HOME}/personalize/ directory, with a default limit of 50 entries; 3. Reply tone presets, offering various style options such as gentle and efficient. The plugin provides a bilingual interface in Chinese and English, and integrates automatically into the "Settings" menu after installation. Users can access it via commands or
Read Moredsh-image-subagent: Enabling Pure Text Main Models to Accept Image Attachments
`dsh-image-subagent` is a tool in the DSH plugin ecosystem designed to address the issue of handling image attachments in pure-text main models (v0.2.0, MIT License). This plugin bypasses the image access control gate by removing the `inputModalities` declaration from the pure-text route and projects images as explicit text placeholders carrying complete `attachmentId` and object paths. Instead of directly reading images, the main model delegates to a vision-capable subagent (e.g., `subagent_observer`), which uses the `read_image` tool to access attachments and return descriptions, thereby enabling image-text interaction under pure-text routing. The plugin requires Node >=20 and `@deepseek-ai/dsh >=0.1.1-rc.2` (opti
Read Moredsh-smarthome: Integrating Home Assistant with DeepSeek Harness
dsh-smarthome is a Home Assistant control plugin designed for DeepSeek Harness agents, maintained by YLifeOnlyOnce and released under the MIT license. Its core positioning is to enable AI agents to connect to Home Assistant, facilitating device status retrieval, historical data queries, and service calls, while placing write operations behind human approval to ensure operational safety. The plugin's features encompass connection health checks, entity/area/device list queries, real-time status retrieval, weather data reading, historical timeline queries, and real-time event monitoring. In terms of control, it supports scene activation, notification sending (marked as requiring no approval threshold), as well as service calls and template rendering (both requiring human approval). Additionally, it provides area-level and device-level targeted control, along with a Web UI dashboard for visualization.
Read Moredsh-auth-gateway: Providing Authentication Gateway and Login Auditing for dsh Web
dsh-auth-gateway is an MIT-licensed Cordis gateway plugin maintained by xbzbing, designed to provide secure access control for DeepSeek Harness (dsh web). This plugin intercepts unauthenticated HTTP and WebSocket requests at the gateway layer, with core features including password authentication, TOTP two-factor authentication, session management, and comprehensive auditing. It manages sessions through in-memory tokens and HttpOnly Cookies, and implements password failure lockout, global and OTP-independent rate limiting to prevent brute-force attacks. Audit logs record login, logout, and password change events, persisted for 90 days without storing credentials. Installation requires Node >= 20, added via the `dsh plugin` command, and generates a one-time initial password on first startup.
Read MoreDSH-Balance-Float: A Floating Window Plugin for DSH Web Balance and One-Click Exit
`dsh-balance-float` is a web plugin for DSH, designed to embody the philosophy of "everything is a plugin," enabling users to manage their DeepSeek account without leaving the page. The plugin provides a floating window in the upper-right corner of the DSH web interface, displaying real-time account balance, top-up, and grant details, with support for automatic refresh every 60 seconds or manual refresh. Users can trigger a graceful exit via an interface button, closing the local DSH service and the `127.0.0.1:3080` webpage after confirmation. Prerequisites include installing DeepSeek Harness CLI, Node.js 18+, and configuring an API Key. The installation command is `dsh plugin --profile web add dsh-balance-float`, and the installation
Read MoreDSHX: MCP/Skill/Memory Management Plugin for DeepSeek Harness
dshx is a community management tool for DeepSeek Harness (dsh), designed to streamline the integration and maintenance of MCP servers, skills, and global memory. Its core advantage lies in performing connection self-checks before writing, rejecting malformed configurations, supporting migration of existing configurations from Claude Code and Codex, and allowing API keys to be referenced via environment variables for enhanced security. The tool can be used both as a command-line utility and as a dsh plugin, offering the `/mcp` command and visual card operations in the web interface. Its features cover CRUD operations and testing for MCP servers, installation or updates of skills from GitHub or local sources, and migration of global memory. Installation requires Node.js >=22.19, via npm global install or `dsh pl
Read Moredsh-ui-font: Customizing Fonts and Font Sizes for the DSH Web Interface
dsh-ui-font is a community plugin designed specifically for the DeepSeek Harness (DSH) web interface, aimed at resolving font style and font size adjustment issues. The plugin supports independent selection of regular text and code fonts from system-installed fonts, and provides a global font size adjustment slider ranging from -3 to +20 pixels. Its core feature includes a "crosshair selection" mode, which allows users to precisely locate and individually adjust font sizes in specific areas via mouse interaction, along with a fine-tuning list per interface plugin region. The plugin supports three customizable shortcut slots (UI capture, zoom in, zoom out) for quick operations. Setting data is persisted to the DSH server-side settings.yaml, and it is compatible with a localStorage fallback mechanism for offline or older version scenarios. Technically, it is developed based on React and does not bundle fonts.
Read More@visol-456/dsh-llm-fallback: Provider Fallback Chain Plugin for DSH
`@visol-456/dsh-llm-fallback` is a community plugin for DeepSeek Harness, designed to address the issue where single-provider deployments fail directly when requests encounter rate limiting, timeouts, or exceptions. This plugin allows automatic failover to a backup `(provider, model)` target for retrying the same request based on configured priority when the primary provider fails. Core features include maintaining a backup list, triggering failover based on failure codes, a circuit breaker mechanism, and configuration management through a Web UI. Configuration supports hot updates without requiring a service restart, and persistent session events are logged for auditing purposes. Installation can be done via `dsh plugin add` or npm, with mounting and configuration of `fallba` required in `cordis.yml`.
Read Moredsh-plugin-market: Adding a Plugin Market Entry to the dsh Web UI
dsh-plugin-market is a DeepSeek Harness (DSH) bundle plugin maintained by TheYoungChen, designed to solve the tedious problem of manually finding and installing third-party plugins in the Web UI. This plugin is not an official app store, but rather provides a "Plugin Market" entry integrated into the Web UI sidebar and settings page. Its core features include: fast browsing of plugins, keyword searching, and sorting by stars through a static index generated by GitHub Action (distributed via CDN and updated every 2 hours), with automatic fallback to API search when the index is unavailable. The plugin supports one-click installation, executing `pnpm add github:<owner/repo>` and automatically coordinating dependencies. The installation process
Read Moredsh-virtual-product-team: Driving DSH's Product Pipeline Through Dialogue
`songoao25/dsh-virtual-product-team` is a conversational mode preset for DeepSeek Harness (DSH), designed to automate the full product lifecycle management through a multi-agent workflow. The tool decomposes tasks into 12 stages across 8 phases, including idea validation, requirement definition, technical design, development QA, release, marketing, and iteration. Its core mechanism employs "stage gating," where progress is reported to the user at the end of each phase, and advancement to the next stage occurs only after user approval. Users are only responsible for decision-making and approval, requiring neither technical expertise nor coding skills. For installation, it supports a full installation via `./install.sh` or installing only the skill pack under a specified profile. When in use, users need to start a new conversation and enable Product in the mode selector.
Read MoreDSH Plugin dsh-liquid-glass-balance-card: View DeepSeek Balance and Usage in Web Interface
The dsh-liquid-glass-balance-card is a community plugin developed specifically for the DeepSeek Harness (DSH) web interface, designed to address the issue of scattered information regarding API balance, cumulative consumption, and token usage. By default, this plugin displays a draggable liquid glass card in the upper-right corner of the page, centrally presenting total balance, available status, cumulative consumption, and token usage, while also supporting multi-time-dimension statistics such as today, the last 7 days, and the last 30 days. In terms of functionality, it provides dual-layer statistics combining local session log aggregation and DeepSeek platform online totals, and visually presents consumption trends through bar charts. The plugin supports highly customizable features, allowing users to adjust liquid glass parameters in real time, including transparency, blur, highlight, as well as 3D effects. In terms of security, the API Key and platform userToken
Read Moredsh-auto: Adding Auto Approve Permission Presets for Model Review in DSH Web UI
dsh-auto is an MIT-licensed plugin for the DSH Web UI, designed to optimize the approval process. It introduces a constrained sub-Reviewer Agent to perform automated review before human confirmation, reducing manual intervention for repetitive or low-risk operations. The plugin supports only the Web UI. Its core mechanism is that when a session selects `Auto Approve`, a Reviewer running in a read-only sandbox is launched. The Reviewer is restricted to a whitelist of tools (such as read, grep), is prohibited from spawning further sub-agents, and has a step limit, enabling bounded read-only investigation and producing structured results. The host process makes the final decision based on these results: it rejects all critical risks, also rejects high risks that do not meet authorization conditions, and defaults to shutdown in case of failure. Installation requires adding the plugin via a command and restarting, with optional custom configuration.
Read Moredsh-web-search-free: DSH Free Web Search Provider and MCP Server
`dsh-web-search-free` is an MIT-licensed DSH plugin designed to replace the pay-per-use official search service in DSH, providing anonymous, key-free web searches at no cost. This plugin is based on the Parallel or Exa free backends, requiring no balance consumption or API Keys. Its core features include: a toggle switch in DSH settings to alternate between official and free search, which automatically maintains the Profile patch file once enabled; and a built-in standalone MCP Server with zero dependencies, supporting stdio and HTTP/SSE transport methods, allowing the `web_search` tool to be integrated into other MCP clients such as Claude Code and Codex. During installation, the plugin must be added via the official DSH command, and within the
Read Moredsh-notify-windows: Adding Windows Desktop Notifications to DSH
dsh-notify-windows is a DeepSeek Harness (DSH) plugin maintained by SeverusZh, designed specifically for Windows 10/11. It aims to address the issue where users cannot promptly learn about the status of DSH tasks when they are away from the screen, enabling unobtrusive monitoring by sending Windows system desktop notifications at key milestones. Core features include: listening for session `turn/end` events to alert users when tasks complete, encounter errors, or exceed output limits; listening for `approval/asked` events to alert users when manual approval is required (automatically skipped under the `never` policy); and recognizing Agent questions (e.g., `ask_user_question`) to prompt users for responses. The plugin ignores sub-agent sessions by default, with configuration options available to enable them.
Read Moredsh-session-link: Codex-Style Session Deep Linking Plugin for DeepSeek Harness
dsh-session-link is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the difficulty of referencing context across sessions in web workflows. Through its session deep-linking feature, the plugin allows users to copy a `dsh://session/<session-ID>` link from a session header and paste it into another conversation, whereupon the source session content is injected as controlled, read-only snapshot background context. On Windows, it supports registering a protocol handler, enabling direct opening of the Web GUI and locating the corresponding session upon clicking the link. The plugin features robust error handling, preserving original text and logging issues for malformed links, self-references, or permission anomalies, with default limits of 3 references per message and 64 KiB per source, propagating only text while excluding non-text blocks such as images. Installation requires executing
Read Moreself-control-guard: Intercepting Host Termination and Providing Controlled Exit for DeepSeek Harness
self-control-guard is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to intercept model attempts to terminate the host process through bash tools. It serves as a UX interception layer rather than a security boundary, implementing hard rejections by identifying standard termination commands such as pkill and kill, while guiding the model to use the controlled dsh_self_exit or dsh_self_restart tools. Exit or restart requires token confirmation and writes to a restart recovery list after execution. The plugin disables the restart feature by default and explicitly errors on misconfiguration to prevent silent failures. Installation requires Node.js 22+ and DSH 0.1.0-rc.6, with the tarball generated via npm pack before installing into DS.
Read MoreDSH-Vault: Encrypted Credential Repository Plugin for DeepSeek Harness
dsh-vault is an encrypted credential repository plugin for DeepSeek Harness (DSH), designed to securely store and manage sensitive information such as usernames, email addresses, passwords, SSH/API keys, OAuth tokens, and TOTP secrets. It leverages Node.js's built-in node:crypto module, employing AES-256-GCM encryption and scrypt key derivation to ensure data is encrypted at rest on disk, with keys never persisted. The plugin exposes tools such as vault_search, vault_get, and vault_add to the model. Its core security mechanism separates "search" from "read": vault_search returns only summaries without ciphertext, preventing sensitive information from leaking into the model context; only after confirming the target does it proceed to...
Read Moredsh-weneed: Turning the "we need to..." Chain-of-Thought Guidance Standard into a DSH Plugin
dsh-weneed is a DeepSeek Harness (DSH) plugin maintained by Nwflower, licensed under MIT, designed to unify integration with the "we need to ..." chain-of-thought guidance specification. The plugin offers three core implementation methods: the `weneed` tool for Agents to inject, remove, or query specification status within a session; the `/weneed` command for human users to perform the same operations and assemble persistent presets; and the WeNeed agent-preset, used to load a persistent persona and the standard full toolset in new sessions. The plugin adopts a pure ESM, zero-build architecture, consuming only the host service. It supports installation via the `dsh plugin` command from package releases or local repository paths, as well as through the `dev_in
Read Moredsh-md-quiz: A Markdown Quiz-Style Reading Plugin for DeepSeek Harness
`dsh-md-quiz` is a web plugin for DeepSeek Harness (DSH), designed to transform Markdown document reading into a structured quiz-based reading workflow. It helps users systematically learn and review document content through five stages: diagnosis, levels, guided reading, checkpoints, and settlement. The plugin registers the `md-quiz-read` skill, the `/mdquiz` command, and a restricted file-reading route (supporting only formats such as .md and .txt, with a size limit of 512KB) with DSH. It also provides a sidebar level-progression panel and a dedicated "Reading Area" tab in the web interface, enabling users to view the original text and automatically identify session messages. Installation requires pnpm as a dependency, and the plugin can be used after adding it via the `dsh plugin` command and restarting the service. Users can
Read MoreDSH Plugin dsh-workspace-mcp: Automatically Load MCP Server by Workspace
dsh-workspace-mcp is a DSH plugin designed to resolve the issue of tool confusion caused by multiple projects sharing the same MCP server. It reads the `.dsh/mcp.servers.yml` file in the project root directory to automatically load and unload MCP servers on a per-workspace basis, ensuring that tools from different projects do not interfere with each other and are automatically reclaimed with the Agent's lifecycle. Core features include: connecting and registering tools upon Agent creation, supporting exponential backoff reconnection for disconnections, session invalidation self-healing, safe inheritance of Stdio environment variables (automatically stripping sensitive key-value pairs), automatic synchronization of tool list changes, and hot reload of configuration. When a project-level MCP conflicts with a global MCP over the same name, the global configuration is overridden. Installation only requires executing `dsh
Read Moredsh-tavily: Adding an Optional Tavily Search Tool to DeepSeek Harness
moguiyu/dsh-tavily is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance search capabilities without replacing the built-in `web_search`. The plugin offers multi Tavily API key management, rotation-based or usage-priority failover mechanisms, secure usage viewing functionality, and direct Tavily tools such as `tavily_search`. These advanced tools are disabled by default and require manual activation, without affecting the original search paths. The plugin can be installed via GitHub or npm (package name `@moguiyu/dsh-tavily`), and requires DSH version 0.1.0-rc.x or later. Users need to configure `TAVILY_API_KEYS` in the settings.
Read MoreDSH-Ventus-Whale: DeepSeek Orca 3D Desktop Pet in DSH Web GUI
dsh-ventus-whale is a Web GUI plugin for DSH that provides an interactive 3D desktop pet based on DeepSeek's Orca logo. It floats in the corner of the interface and supports left-click drag-to-rotate (with inertia), right-click to move, single-click to heart, double-click to bounce, and celebration animations when messages are sent. The plugin allows users to rename, reset, or adjust settings (such as size and sensitivity) through a hover toolbar, with configurations persisted to a local JSON file. Technically, three.js is inlined into the client bundle (approximately 124KB gzip), featuring idle frame-rate reduction rendering for performance optimization and restricting API access to local loopback only. Installation requires specific DSH plugin commands and a service restart, with no additional build steps needed. This plugin aims to enhance interface enjoyment rather than extend core chat functionality.
Read MoreDeepSeek Harness Quota Monitoring Plugin: Multi-Vendor Balance and Window Usage Monitoring
deepseek-harness-quota-monitor is a multi-vendor quota monitoring plugin for DSH, designed to centrally manage the balances and window usage of different LLM providers. This plugin supports two models: a balance-based model that queries balances via API, and a quota-based model that counts only requests passing through DSH based on a local sliding window (e.g., 5h/7d/1m). Its core features include a sidebar with real-time cards displaying today's usage, input/output/cache breakdowns, cache hit rate, and 429 rate-limiting events. The plugin supports automatic discovery of official preset providers (such as DeepSeek, New-API) and allows manual addition of self-hosted gateways. Configuration is flexible, allowing adjustment of polling intervals, low-balance thresholds, and parsers via the settings page or configuration file, with API keys referenced through environment variables to ensure security. The installation command is `d
Read Moredsh-web-attention-badge: Adding Session Alerts to the DSH Web UI
`dsh-web-attention-badge` is a DSH plugin designed for the DeepSeek Harness Web UI, aimed at helping developers intuitively monitor session states. This plugin provides reminders through three approaches: a badge displayed in the upper-left corner of the interface, a count shown in the browser tab title, and a color-changing whale favicon. Specifically, the Amber color represents sessions awaiting user input, while the Green color indicates completed but unopened sessions. These reminders share built-in session storage counts, requiring no additional host code or transport layer, and the badge supports click-through, without obstructing sidebar operations. Installation is straightforward, achieved via the `dsh plugin` command for automatic registration and updates, supporting installation from local sources or GitHub. Users can customize by modifying the `lib/client.js` file through the
Read Moredsh-liangxiang: Manifesting Today's Liangxiang with DSH Token Incense
dsh-liangxiang is an independent WebUI community plugin for DeepSeek Harness (v1.0.0, MIT License). It converts the tokens consumed by users into "incense sticks," with every 50,000 Pro equivalents defaulting to one stick, and each stick corresponding to one vote for "ram" or "pull." By aggregating community votes, it forms the "beam rank" (i.e., community ram rate), and displays different levels such as Pending Beam, Beam Worker, Beam Manager, Beam Master, Beam Sage, and Beam Ancestor based on thresholds, ultimately showcasing the "Beam of the Day." This plugin aims to provide a lightweight, community-oriented display of token consumption for DSH and is not an official product. Before installation, you must exit the WebUI. It can be installed by searching the plugin marketplace or by running `npx @deepseek-ai/dsh plugin --profile w`.
Read Moredsh-plugin-longgraph: Registering longgraph Writing Skills in DeepSeek Harness
dsh-plugin-longgraph is an MIT-licensed community plugin maintained by levi-qiao, designed specifically for DeepSeek Harness. This plugin does not introduce a new agent runtime; instead, it integrates the longgraph prompt library into conversations through skill seams, primarily providing three authoring skills: longgraph, loop-graph, and loop-converge, with support for features such as interviewing, compiling, and launching DSH prompts. The installation command is `dsh plugin --profile web add github:levi-qiao/dsh-plugin-longgraph`, and after installation, it can be used directly.
Read Morelesliechowsh/dsh-memo: A DSH Plugin with Limited Public Documentation
The lesliechowsh/dsh-memo repository is maintained by lesliechowsh on GitHub and belongs to the DSH plugin ecosystem. Due to a README fetch failure, key information such as the plugin's positioning, classification, star count, license, installation commands, core features, usage examples, and configuration interfaces cannot currently be verified. Given the lack of official documentation, it is not recommended to construct installation commands based solely on the repository name or enable it directly without inspection. Before use, it is advised to read the repository's README to confirm installation instructions, review the license to determine permissible usage scenarios, and examine the source code for sensitive operations such as command execution, file read/write, or network requests. Additionally, DSH plugins typically run with the permissions of the current dsh process, so thorough validation in a test environment is essential before integrating into production workflows. At present, the publicly available information in this repository is insufficient to fully evaluate its...
Read Moredsh-balance: Query Balance and Estimate Current Session Cost
dsh-balance is a community plugin for DeepSeek Harness (DSH), used to query the balance of a DeepSeek Open Platform account and estimate the cost of the current session. This plugin retrieves the balance through the official API and estimates costs based on local session logs using Beijing timezone peak-valley pricing, with estimates provided for reference only and subject to the official billing statement. Core features include displaying a balance and estimated cost chip at the top of the session (supporting click-to-refresh and hover-for-details), managing the auto-refresh interval and price table in settings, providing a deepseek_balance model tool, and incorporating a pause-awareness mechanism to reduce refresh noise. Installation is performed via `dsh plugin --profile web add @lemcae/dsh-balance`, and the host environment must support specific platform requirements.
Read MoreDSH Background: Adding Persistent Background Settings to DSH Web
The `awesome-dsh-background-plugin` maintained by leavestring (current version 0.1.9, MIT license) is a DSH web background settings plugin designed to provide persistent background customization functionality. This plugin allows users to upload images (JPG/PNG/WEBP/GIF) or switch between three preset ambiences: Aurora, Ember, and Rice Paper. Images are locally compressed to WEBP in the browser, with no data sent to third parties, ensuring privacy. Core features include fine-tuning across five dimensions (presence, overlay, soft focus, fit, focal point), real-time preview, persistent settings (retained across restarts), as well as bilingual and multi-theme support. Installation requires Node.js ≥ 18 and pnpm, and can be done via a one-click script or manual commands, with `ui-background` added to the whitelist.
Read Moredsh-browser-control: Enabling AI in DeepSeek Harness to Control Real Chrome
dsh-browser-control is a DeepSeek Harness (DSH) plugin maintained by kyo615, designed to enable AI to control a real, visible Chrome browser and showcase the operational process in real time within the conversation GUI. Built on Microsoft Playwright MCP, the plugin registers approximately 80 `browser_*` tools, supporting operations such as webpage navigation, clicking, input, and script execution. Its core advantages lie in using a headful Chrome browser, allowing users to visually observe the AI's actions; additionally, it pushes screenshots in real time to the conversation panel via HTTP routing and marks clickable elements, enabling visual interaction. The panel supports URL navigation, refresh, restarting, or closing the browser, with no hardcoded paths. Installation requires the DSH environment.
Read Morekbpoyo/dsh-image-bridge: Providing Image Bridging Capabilities for Pure Text Models
kbpoyo/dsh-image-bridge is an open-source plugin (MIT licensed) for DSH Web, designed to address the issue that pure text models cannot natively process images. This plugin provides image bridging capabilities for pure text models, allowing users to automatically convert images into bridge markers and send them by clicking the "Bridge Send Image" button or pressing the Enter key, while multimodal models retain native image sending and the button is automatically hidden. The plugin is not tied to specific skills, and whether a model can view images depends on its own visual capabilities. During installation, specific commands must be executed and the DSH Web service restarted. Applicable scenarios include viewing images or performing OCR recognition in pure text model sessions. Usage notes: it is recommended to review the source code before running the plugin; custom provider models that do not declare image input capabilities are treated as pure text; DSH native limitations specify that conversations containing native images are prohibited from switching
Read Moredsh-mcp-admin: View and Manage MCP Servers in DSH
dsh-mcp-admin is an MIT-licensed DSH plugin maintained by kairoz9, designed to address the issues of inconsistent MCP server states and difficult configuration management in multi-Profile environments. The plugin provides two core entry points: the `/mcp` command and the MCP panel in the settings page. The former can list MCP servers across all Profiles along with real-time tool counts, including unconnected servers; the latter supports adding, editing, disabling, enabling, and deleting operations on a per-Profile basis. Status indicators auto-refresh every second, and after saving, configurations are written back to the corresponding Profile's `cordis.patch.yml` and trigger hot reload. During installation, a target Profile must be specified, and it is recommended to pin the version to avoid update risks. Note particularly that if you use pnpm >=1
Read Moredsh-scroll-timeline: User Message Scroll Timeline for DSH Chat Sidebar
`dsh-scroll-timeline` is a browser-side third-party plugin for the DSH web chat interface, designed to address the need for quickly locating user messages in long conversations. It generates a vertical rail of nodes along the right edge of the sidebar, where each user message corresponds to a horizontal node, supporting hover-to-preview message content and click-to-scroll smooth navigation. The plugin is licensed under MIT, derived from `vlln/dsh-navbar`, driven by official anchor attributes without requiring additional commands or routes, and has an empty mount on the Node side. Core features include a peak bar that follows the reading position, nodes expanding at specific ratios on hover to create a magnetic effect, and automatic hiding when there are few messages or on non-chat pages. Users can install it with a single git command and enable it in the settings panel. The plugin supports width adjustment via CSS variables and is compatible with `prefers-re
Read MoreDSH Plugin dsh-plugin-sandbox-escalation-fix: Ignoring Invalid Sandbox Escalation Requests from Siblings or Lower Levels
`dsh-plugin-sandbox-escalation-fix` is an MIT-licensed plugin for DeepSeek Harness (DSH) 0.1.0-rc.6, designed to address the issue where models, despite already having sufficient sandbox permissions, carry invalid `sandbox_permissions` parameters, triggering `not strictly wider` errors or inadvertently entering the approval workflow. This plugin acts as a lightweight compatibility layer, normalizing parameters for tools such as `bash`, `pwsh`, `write`, and `edit` on the Host side: it automatically ignores invalid privilege escalation requests that are no higher than the current Session's permissions; if a request is indeed broader but lacks a `justification`, it automatically fills in a default
Read MoreDSH-Web-Terminal: Adding a Terminal Tab to DeepSeek Harness Web
dsh-web-terminal is a DeepSeek Harness (DSH) bundle plugin maintained by helays, designed to eliminate the need for switching to an external terminal after the model completes code modifications. This plugin adds a "Terminal" tab at the top of the conversation in the DSH Web interface, featuring an interactive PTY terminal based on xterm.js and node-pty, with support for Windows (ConPTY) and POSIX systems, and automatic detection and switching between shells such as bash, zsh, and PowerShell. Its core advantages include persistent terminal processes, support for multiple independent terminals, automatic reconnection and history playback after page refresh, and terminal operations that remain fully independent of the model context without being recorded in the conversation history. Users can use the /ter
Read Moredsh-notifacation-frame: DSH Notification Framework
DSH Notification Frame, maintained by gameswu, is a notification framework for DSH designed to centrally manage notification events such as session state, process anomalies, errors, and updates, addressing the issues of scattered configuration and difficult reuse. The plugin supports built-in events and derived plugin registrations sharing the same registry, configuration model, and delivery pipeline. Its core features include: a settings page providing configuration cards with enable toggles, channel and sound effect selection; support for custom built-in synthesized sound effects or audio URLs; in-page Toast notifications, system notifications (best-effort), and optional log recording. Derived plugins integrate by injecting notificationFrame and registering definitions, with the framework handling configuration parsing, validation, and hot updates. Installation requires building the module and adding it to a specified Profile, with a DSH restart for activation. This framework is suitable for scenarios requiring Web-based notification management.
Read Moredsh-session-cleaner: Removing Sessions for the Running DeepSeek Harness Web Runtime
`dsh-session-cleaner` is a DeepSeek Harness plugin (version 1.0.2) maintained by `fountunt` under the MIT license, designed to address session cleanup issues during `dsh web` runtime. This plugin allows deleting running sessions via the Web UI or API without restarting the service, and synchronously removes three types of data: live store entries, workspace records, and disk artifacts. Its core features include providing a "Delete session" entry in the sidebar menu and registering the `POST /api-ext/session.delete` API route, which supports passing `sessionId` in the JSON request body. Installation
Read Moredsh-desktop-pet: Bringing DeepSeek Harness Agent Status and API Balance into a Web UI
dsh-desktop-pet is a DeepSeek Harness (DSH) plugin maintained by FenyxHuang under the MIT license. This plugin aims to address the issue of scattered information regarding Agent status, tool calls, and API balance by consolidating these data into an always-on-desktop pet widget. In the bottom-right corner of the DSH Web UI, users can see a dynamic whale figure: its posture reflects the Agent's current stage (e.g., resting, thinking, working, etc.), while the status bar displays specific tools and their durations; the circular sea-level height corresponds to the API balance, with 100 yuan as the full scale by default, supporting wave animations and low-balance alerts. The plugin supports interactive operations (such as clicking to trigger a diving animation), random lines, and drag-and-drop functionality. Technically, it is distributed as pre-built artifacts, with zero runtime...
Read Moredsh-web-search-all-modes: Presetting the web_search Tool for dsh Agent Recovery
dsh-web-search-all-modes is an MIT-licensed plugin within the DeepSeek Harness (DSH) ecosystem, designed to address the issue of inconsistent tool sets across different agent presets. By re-enabling the host-side `tool-web` configuration, this plugin allows DSH agent presets such as minimal mode, which do not natively include `web_search`, to invoke this tool without affecting presets that already have this functionality. Prerequisites include the profile being built on `@deepseek-ai/dsh-base`, along with proper configuration of `DEEPSEEK_API_KEY` and the host search provider. Installation can be performed via local source code or GitHub commands, and a restart is required after installation.
Read MoreDSH-Naiwa-Theme: Naiwa Theme Plugin for DeepSeek Harness Web Interface
`dsh-naiwa-theme` is an unofficial entertainment-oriented theme plugin for the DeepSeek Harness Web interface, developed by DevourerM and released under the MIT license. This plugin aims to provide a light and cheerful "Naiwa Frog" style appearance for the default neutral interface, with main features including cream, off-white, and tender green color schemes, supporting both light and dark modes. It changes the empty-state title to "Gagadi Spicy Shrimp" while retaining a half Naiwa Frog background; replaces the title icon and send button with Naiwa Frog imagery; and plays specific sound effects at the start and completion of sessions, while respecting the system's "reduce motion" setting. Users can install the plugin via the dsh CLI, from the source directory, or through local paths, supporting multiple methods such as Git, tarball, npm, and local links. After installation, DSH needs to be restarted and the page force-refreshed. The plugin is based on DeepSeek.
Read MoreDSH Thinking Status Customizer: Customizing the Thinking Status Display for DSH Web
dsh-thinking-status-customizer is an MIT-licensed CSS-only plugin maintained by Dbi-Eshuh, used to customize the visible thinking status of DSH Web. It supports replacing the default status with custom flowing text, GIF/APNG/WebP animations, or a combination of text and images, without modifying the source code or rewriting the DOM, while the original status text remains in the accessibility tree. The plugin provides a floating settings panel that switches between Chinese and English instantly following the DSH language setting, and supports configuring text color, flow direction, and movement modes; the image mode supports HTTPS/Data URLs or local files up to 20 MB (>2 MB uses temporary Object URLs). Settings data is stored only in the browser's localStorage.
Read Moredsh-native-playbook: Start with DeepSeek Harness's Built-in Tools Before Considering Plugins
dsh-native-playbook is a community plugin for DeepSeek Harness, designed to address the challenge of determining whether a capability is available during automation. It provides the `native_capability` tool to route tasks to official DSH tools and check whether the capability is in an `operational` state. By distinguishing five lifecycle facts—`shipped`, `mounted`, `visible`, `providerReady`, and `operational`—the plugin enables users to precisely determine whether the current environment meets the required conditions. Core features include routing common tasks such as background commands and session searches to native paths, and safely activating reviewed native paths, strictly limited to DSH 0.
Read Moredsh-mobile: Accessing DeepSeek Harness Web GUI on iPhone / iPad
dsh-mobile is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the need for accessing the local Harness Web GUI on iOS devices. The plugin launches a LAN reverse proxy (default port 3080) to forward HTTP and WebSocket requests, and injects iOS PWA meta information along with mobile-specific CSS to optimize touch interaction, safe area, and soft keyboard experiences, supporting access similar to a native app via Safari's "Add to Home Screen". Core features include: providing a `/mobile` QR code page for obtaining the access address, supporting configurable IP whitelists to restrict access sources, and a security context patch that fixes the unavailability of `randomUUID` on mobile devices. After installation, it needs to be configured in `cordi
Read Moredsh-skill-hub: Managing DeepSeek Harness Skills in dsh Web
dsh-skill-hub is a dsh web plugin (MIT licensed) developed by cheshireez, designed to centrally manage scattered skill catalogs. It runs based on the official SDK and slot without modifying the dsh source code, primarily addressing issues such as difficulty in skill retrieval, scattered enable/disable entry points, lack of diagnostics, inconsistent import processes, and missing invocation statistics. Core features include: browsing and searching the complete `ctx.skills` catalog on the settings page; supporting enable/disable and body viewing for individual skills or groups; diagnosing frontmatter issues in `SKILL.md`; supporting new skill scaffolding; tracking source repositories and commits for import, synchronization, and recycle bin recovery; scanning and importing marketplace skills from built-in or custom repositories; and counting invocations based on session logs. Installation requires Nod
Read MoreTuning Engines CLI: Model and Agent Workflow Governance Plugin in DSH
`cerebrixos-org/tuning-engines-cli` is an MIT-licensed Node.js tool (v0.4.35, requiring Node >=18) designed to provide a unified model workflow management entry point for agent environments such as DSH. It integrates a CLI, an MCP server, and a Python adapter, managing inference routing, permission policies (RBAC), approvals, tracing, usage, and model training through a single entry point. Core capabilities include offering 60+ MCP tools, supporting inference via an OpenAI-compatible API, fine-tuning open-source models on domain-specific data using particular agents, managing training tasks and evaluations, and initializing various orchestration frameworks such as LangGraph and Temporal. Installation is straightforward, achieved through `
Read MoreDSH SSH Ops: SSH Operations within DeepSeek Harness Conversations
`caoyiwei850/dsh-ssh-ops` is a DeepSeek Harness (DSH) SSH operations and maintenance plugin designed to combine natural language instructions with a real interactive terminal, addressing the issues of lacking resource management and manual confirmation boundaries in server operations during intelligent agent development. This plugin integrates SSH terminal, SFTP file management, port forwarding, and database management for MySQL, PostgreSQL, Redis, and MongoDB. Its core advantage lies in its security mechanisms: it enables host key verification and automatic reconnection, enforces read-only queries at the lexical level to prevent database write operations, and automatically intercepts high-risk commands such as DROP and TRUNCATE, requiring manual confirmation before execution. Additionally, the plugin provides 30 Agent tools, supports batch task execution, and safeguards sensitive information (such as private keys
Read MoreDSH-Ding: DSH Conversation Completion Tone and Windows Notification Plugin
dsh-ding is a lightweight plugin for DeepSeek Harness (DSH), designed to address the issue of users needing to frequently switch pages to check Agent status. It leverages Windows native notifications and custom alert sounds to monitor key scenarios in real time, such as conversation completion, long-running task execution, Agent inquiries, and pending tool-call approvals. Core features include a WebUI bell button for quick controls (toggle, volume, sound effect selection, and upload), click-to-navigate notifications that jump directly to the session, do-not-disturb mode for the current session, dynamic advanced settings adjustments (e.g., notification templates, debounce and throttle parameters), and configuration import/export. The plugin supports both Chinese and English interfaces, includes built-in support for multiple audio formats, and automatically skips sub-agent events. Users can install it via command line (pnpm), the WebUI plugin marketplace, or manual configuration of cordis.patch.yml.
Read Moredsh-tool-gitbash: Git Bash Utility Plugin for Windows
dsh-tool-gitbash is a DSH tool plugin designed for Windows environments, aimed at providing Git Bash execution capability for users who do not have WSL but have Git for Windows installed. This plugin registers the `gitbash` tool and utilizes the system's built-in `bash.exe` to replace native pwsh or WSL bash, eliminating the need for a WSL environment. Its core features include automatic detection of multiple installation paths, file sandbox mode, timeout control (default 120 seconds, maximum 600 seconds), output truncation, and background task support. Background execution functionality is only exposed when specific configuration is enabled, and sandbox permission escalation requires simultaneous satisfaction of `sandbox_permissions` and `justification`.
Read MoreDeepSeek Harness Plugin: Angelina Light and Dark Glass Themes
The DeepSeek Harness plugin `bilbillm/deepseek-harness-angelina-themes`, maintained by bilbillm, is a theme plugin designed to preserve the native interaction layout while replacing only the visual layer. It is licensed under MIT and offers Angelina light and dark glass themes, featuring a frosted glass effect and restrained background parallax, with unified visual styling for elements such as menus and cards. The plugin includes intelligent performance optimization, automatically disabling parallax on low-performance devices, narrow screens (viewport width ≤ 900px), touch interactions, or when the system's reduced motion setting is enabled. Users can install it via the `dsh plugin` command from GitHub or a local directory, requiring Node.js 20+ and DeepSeek Harness Web.
Read MoreDSH-Mobile-Gate: Adding a LAN Mobile Access Gateway to DSH
dsh-mobile-gate is an MIT-licensed standalone Node gateway maintained by Bernardxu123, designed to address device approval, token binding, rate limiting, and mobile layout issues when accessing the local DeepSeek Harness (DSH) Web UI from a mobile phone on the same local network. The gateway listens on 0.0.0.0, reverse-proxies the DSH Web UI, and injects compact CSS along with mobile-adaptation markers. Its core features include: requiring manual local approval on first access; generating a one-time device token after approval to ensure single-device binding; implementing per-IP rate limiting (default 120 requests per minute); and allowing direct pass-through for loopback addresses. Running as an independent subprocess, it does not modify the DSH main service configuration and supports installation via `dsh plugin add` or static mounting.
Read MoreAtropinolTT/dsh-guide-dog: Adding Multimodal Generation and Visual Inspection to the DSH Web Frontend
`AtropinolTT/dsh-guide-dog` is a multimodal plugin for the DSH web profile, built on MiniMax capabilities, designed to integrate visual inspection, media generation, voice interaction, and Web UI preview functionality. Core features include: utilizing VLM for image description and structured inspection (e.g., screenshots, charts); supporting the generation of images, videos, speech, music, and text; providing a unified media path for real-time preview in conversation cards; and supporting real-time call mode with VAD, streaming TTS, and barge-in functionality. The plugin automatically invokes visual tools via system prompts and allows reuse of existing voice skill pipelines, with automatic fallback when missing. Installation requires the `dsh plugin --profile web add` command or static b
Read Moredsh-session-hub: Unifying Remote DSH Sessions and Local Tool History in One Session Tree
dsh-session-hub is a plugin for DSH web designed to address the issue that historical conversations between remote DSH sessions and local tools such as Codex CLI and Claude Code cannot be displayed in a unified session tree. The plugin merges data through the `/api` data layer, supporting remote session aggregation, local history import, SSH tunnel hosting, and incremental synchronization of model configuration, while preserving the functionality of the official sidebar and conversation area. It allows users to view multi-machine history, real-time streaming, and approval cards, and supports sending, canceling, and renaming sessions. Imported local conversations are read-only by default and become editable only after being converted into real DSH sessions, with the source logs remaining unchanged. The plugin provides independent feature toggles and is simple to install, requiring only the `dsh plugin` command to add it. The environment requires Node 22+ and is applicable solely to the web p
Read MoreDSH-changeproof: Verifying That Changed Lines Are Actually Covered by Tests
DSH-changeproof is a plugin designed for DeepSeek Harness (DSH) that addresses the challenge of verifying whether code modifications are actually executed by tests after changes are made. It provides line-level evidence to ensure that the modified code lines are indeed covered by tests, rather than relying solely on overall test pass status. Core features include associated test linking, line-by-line coverage verification, a code fingerprint-based automatic invalidation mechanism for conclusions, and explicit verification statuses (such as VERIFIED, STALE, etc.). If there is a lack of valid coverage evidence or inconsistency with the current code, the system will not pass the verification. The plugin supports automatic trigger of verification and provides a standalone CLI tool, allowing users to analyze, execute tests, and view statuses without installing DSH. In terms of security, subprocess execution has been hardened with argv-only configuration, environment variable whitelisting, and path confinement. Installation requires Node.
Read Moredsh-web-mobile-fix: Narrow Screen Layout Fix for DeepSeek Harness Web UI
dsh-web-mobile-fix is a mobile layout fix plugin designed specifically for the DeepSeek Harness Web UI. For narrow-screen scenarios with a window width of less than 700px, it addresses issues such as compressed settings panels, sidebar squeezing conversations, cluttered directory selector layouts, and misaligned popup positions through pure client-side CSS overrides. This plugin transforms the settings panel into a full-screen vertical layout, makes the sidebar open in full screen, optimizes the arrangement of directory selector buttons, collapses conversation log buttons, and adjusts dropdowns and menus to display centered. It is licensed under the MIT License, does not modify the product's source code, and is compatible with recent 0.1.x versions. Installation only requires executing the `dsh plugin --profile web add dsh-web-mobile-fix` command and restarting the service to take effect, and removal is
Read Moredsh-plan-switch: One-click Switch Button for /plan in DSH Web Input Bar
dsh-plan-switch is a community plugin developed specifically for the DeepSeek Harness (DSH) web client, designed to optimize the Plan mode user experience. This plugin allows users to toggle Plan mode with a single click by clicking the checklist icon button at the left end of the input tool row, which executes the official `/plan` command, eliminating the hassle of manually typing commands. Its core mechanism aligns with the official logic: when Plan mode is activated, the button automatically hides, and the official plan card takes over the status display to avoid redundant indications; meanwhile, the button is disabled during command queuing to prevent accidental operations. The plugin adopts a pure client-side architecture, involves no data writing or storage, and adapts to both dark and light themes. Installation requires ensuring pnpm is in the PATH and executing the specified GitHub repository installation command.
Read Moredsh-web-restart: One-Click Restart Button for DeepSeek Harness Web UI
dsh-web-restart is an MIT-licensed plugin for the DeepSeek Harness Web UI, designed to move the restart action of the `dsh web` process from the terminal to the web interface. The plugin adds a circular restart button next to Settings at the bottom of the sidebar, allowing users to restart the process with a single click without requiring a confirmation. As a bundle-layer plugin, it persists across DSH restarts and can display service health status by polling the `/dsh-health` endpoint every 5 seconds. Installation can be performed via the `dsh plugin` command or by manually editing the configuration files under `~/.dsh/profiles/web`, and a restart is required after installation to load the bundle layer. In typical usage, restarts...
Read MoreDSH-Plugin-Greet: A Getting Started Greet Tool Plugin for DeepSeek Harness
`dsh-plugin-greet` is a community DeepSeek Harness plugin for beginners, maintained by `0lidaxiang`, licensed under MIT. It aims to demonstrate the basic paths of the plugin extension model capabilities, with its core functionality being the registration of a tool named `greet` that supports generating greetings in English or Chinese, in either friendly or formal styles. The tool includes a required `name` parameter and optional `language` and `style` parameters, featuring parameter validation, structured output, and standardized configuration schema export, without involving network, file system, or shell access. In terms of environment, version 0.3.x requires Node.js 22.19+ or 24.0+, targeting Harness 0.1.1.
Read Moredsh-api-balance: A Real-Time DeepSeek API Balance Reader Plugin for DSH Web
dsh-api-balance is a plugin for DeepSeek Harness (dsh web) maintained by 02Muller25, licensed under MIT. Its core functionality is to display the DeepSeek API account balance, status, and update time in real time in the reading strip below the session input box in dsh web, allowing users to check their account without leaving the workspace. The plugin supports automatic refresh every 30 seconds, as well as manual refresh, refresh intervals of 10 seconds to 5 minutes, and custom intervals from 5 to 3600 seconds. On refresh failure, it retains the last data and displays the reason, and shows a red warning when the balance is unavailable. API keys are resolved on demand through the dsh credentials service, ensuring that keys are not directly exposed to the host process. Installing this plugin requires Node.js.
Read MoreDSH-oh-my-theme: DSH Web Theme and File Workbench Plugin
`dsh-oh-my-theme` is a third-party plugin customized for the DeepSeek Harness (DSH) web interface, designed to integrate common development features to enhance productivity. The plugin is maintained by `zhxqc` and is licensed under the MIT License. Its core features include: 1. **Themes and Display**: It comes with three built-in skins—`aurora`, `coffee`, and `matrix`—and supports customization of font sizes and styles for conversation flows, file trees, and previews, with preferences saved in the browser's `localStorage`. 2. **File Interaction**: It supports referencing project files in the input box via the `@` symbol to avoid blind AI searches; it provides a right-side file panel with file tree browsing, multi-tab preview, and split-view layouts, and the shortcut `Ctrl/Cmd+P` enables quick...
Read Moredsh-client-masquerade: Adding Claude Code / Codex Client Masquerade to DSH's llm-pi-ai Routing
`dsh-client-masquerade` is a DeepSeek Harness (DSH) plugin designed to address client identity recognition and request-body fingerprint verification issues when connecting through `llm-pi-ai` to an intermediate gateway. This plugin writes preset request headers such as `user-agent` into the provider configuration, ensuring they are sent as-is by the adapter without being stripped or overwritten. For scenarios requiring stricter verification, it can also inject Claude Code fingerprints (such as `metadata.user_id`) into the Anthropic protocol request body to pass the gateway's identity authentication. The plugin supports one-click application, clearing, or switching between Claude Code, Codex, and custom masquerade modes, and provides a settings page and model tools.
Read Moredsh-opencode-go-usage: OpenCode Go Usage Observability Plugin for DeepSeek Harness
`dsh-opencode-go-usage` is a Web-GUI plugin that provides usage observation for OpenCode Go model quotas within DeepSeek Harness (DSH). It adds a section to the settings sidebar, displaying usage percentages, quota limits, and reset times for 5-hour, weekly, and monthly allowances. The plugin supports viewing DSH session details, with drill-down capabilities to token usage for individual model calls, and statistics on cache hit rates for both sessions and individual calls. Additionally, it offers model-grouped filtering and aggregate comparisons, a bilingual interface toggle between Chinese and English, and a persistent quota widget below the input box that changes color in real time. The plugin retrieves data by calling the OpenCode Go API, featuring data freshness indicators and a diagnostic section to display request status. Users can install it from GitHub or locally, and configure it accordingly.
Read Moredsh-updater-ui: Check and Update Official DSH on the DSH Settings Page
dsh-updater-ui is a web update plugin for DSH, designed to streamline the official DSH check and update process. The plugin automatically selects the update channel by identifying the installation method of the currently running process (source repository, npm global, or npx): for source-based installation, it performs a fast-forward update via `git fetch`, compares version numbers, and displays commit history; for npm-based installation, it installs the specified version from the official registry. The plugin features automatic background checks every 30 minutes, a red dot notification, and one-click update functionality, along with safety restrictions such as refusing to overwrite local unpushed commits, fixing the package name for installation, and limiting request origins. It is suitable for DSH developers who want to reduce manual judgment of installation methods; after installation, operations are performed via the "Settings → DSH Update" page. The plugin has no third-party dependencies, is licensed under the MIT license, and requires ensuring
Read MoreDSH Tool Writing: A DSH Plugin for Engineering Consistency in Long-Form Web Articles
dsh-tool-writing is a long-form web fiction creation plugin designed for DeepSeek Harness, aimed at addressing issues such as loss of settings, forgotten foreshadowing, and loss of outline control in long-form writing through engineering approaches. This plugin is licensed under MIT and provides 48 `novel_*` tools, supports multi-book workspace isolation, and utilizes an independent DeepSeek Key to achieve task offloading and parallel processing for drafting, polishing, and synchronization channels. Its core capabilities include an elastic contract system (story commitment letter, canonical ledger, etc.), post-chapter eight-item health checks and AI-flavor detection, dual-platform review for Qidian and Tomato, and sensitive content self-inspection. Additionally, it features built-in semantic retrieval and concept vector retrieval functions, requiring no third-party Embedding Key, and supports import, reading, and decomposition management for feed-area book libraries. Installation requires configuring the main API Key.
Read Moredsh-codex-timeline: Turn-based Navigation and Local Search for Long DSH Web Sessions
dsh-codex-timeline is a long-session assistance plugin designed specifically for DeepSeek Harness Web (DSH), aimed at addressing the difficulty of backtracking user inputs in extended conversations. By providing a Codex-style navigation track for conversation turns and local session search functionality, this plugin helps users efficiently locate historical content without altering the model's responses. Core features include a user turn navigation track displayed on the left or right side, supporting previews, click-based navigation, and keyboard operations; local keyword search covering the complete persistent session log, ensuring that search content is not sent to the model or third parties; and fine-grained scroll control, such as step-by-step scrolling with the mouse wheel and boundary handling. The plugin is compatible with DSH 0.1.1-rc.2 and requires Node.js ^22.19.0 or >=24.0.0. Users can install it via npm or scripts.
Read Moredsh-task-memory: Task-Isolated Long-Term Memory for DeepSeek Harness
`dsh-task-memory` is a MIT-licensed long-term memory plugin for DeepSeek Harness, designed to address the issue of task content confusion caused by global memory. This plugin uses tasks as isolation boundaries, maintaining independent memory banks for each task to ensure that `remember`, `recall`, and `search` operations are performed only within the scope of the current task. Core features include binding specific task banks via `memory_bind_task`, providing precise read/write operations by key and lexical search based on keywords (supporting both Chinese and English), supporting memory deletion and bank management, and optionally injecting the current task's pinned or recent facts into the agent's system prompt to optimize context. The plugin requires Node.js >= 20.
Read Moredsh-session-manager: Session Management Plugin for DeepSeek Harness
dsh-session-manager is a session management plugin for DeepSeek Harness (DSH), designed to provide developers with a unified entry point for maintaining local sessions. This plugin is compatible with DSH version 0.1.0-rc.8, allowing centralized session management within `dsh web` without modifying the core source code. Its main functionalities include: listing all materialized sessions on the local machine (running, idle, archived); continuing existing sessions via a browser; viewing session outlines and statistics based on recent windows; and permanently deleting sessions, with support for cascading deletion of sub-sessions and batch operations. In terms of security, the plugin enforces strict security checks. The delete function is only accessible under loopback addresses, while non-local access is limited to continuing sessions and viewing outlines. It supports both JSONL and SQLite storage formats.
Read More@tonydua/dsh-web-search-exa: Keyless Exa Search Plugin for DeepSeek Harness
`@tonydua/dsh-web-search-exa` is a zero-configuration Exa search plugin for DeepSeek Harness (DSH), supporting Node.js >=18 and licensed under MIT. By default, this plugin performs searches through an anonymous MCP service (`mcp.exa.ai/mcp`) and can be used without an API key. If the `EXA_API_KEY` is configured, it automatically switches to the Exa REST API for a more stable service. Acting as a drop-in provider for the `ctx.web` seam, it is compatible with existing `web_search` and `web_fetch` tools without requiring any modifications to the original configuration. Installation is done via the `dsh plugin`
Read Moredsh-tui: Terminal Interface for DeepSeek Harness
`dsh-tui` is the open-source terminal frontend of DeepSeek Harness (DSH), designed as a plugin to extend the interactive capabilities of DSH. It features a status bar displaying session ID, model status, and statistics, and supports managing LLM providers and Agent presets via `/model` and `/presets`. Core functionalities include real-time display of tool calls and reasoning processes, support for switching permission presets with `Shift+Tab`, and handling approval and planning modes. Users can manage goals using `/plan` and `/goal`, compress history with `/compact`, execute local shell commands with `!`, and reference repository files with `@`. Input supports Readline-style editing and history recall. Installation requires Node 22.19+ and AP.
Read Moredsh-live2d-companion: Live2D Status Monitor and Desktop Companion Plugin for DeepSeek Harness
dsh-live2d-companion is a Live2D monitoring plugin for DeepSeek Harness (DSH), available in both web widget and Electron transparent desktop pet formats. It subscribes to the DSH session event stream and uses an 8-state state machine to visualize in real time whether the AI is in stages such as thinking, working, waiting, error, or completion. The plugin supports independent state display and aggregation for multiple tasks. It is compatible with Cubism 4/5 models and includes character interaction features such as clicking, dragging, and gaze following, as well as editable speech bubble presets and a model management panel. Additionally, it features a game center for Gomoku and chess that supports local engines, AI players, and LLM commentary. This plugin integrates seamlessly with zero modifications through the cordis layer, is compatible with DSH upgrades, and provides a standalone
Read Moretianji-qingtian/dsh-spec-loop: Verify Information Before Enabling
The DSH plugin `tianji-qingtian/dsh-spec-loop` currently only has a verifiable GitHub repository path (https://github.com/tianji-qingtian/dsh-spec-loop) but lacks other key information. Due to the failure of README fetching, the plugin's core functionality, installation commands, license type, maintainer information, star count, and specific usage examples cannot be confirmed. Without official documentation, it is not recommended to directly assemble installation commands or enable this plugin. It should be treated as a lead to be verified for now. It is advisable to first check the GitHub repository page, wait for official documentation or README updates, and verify the source code and license compatibility before evaluating whether it is suitable for installation and use.
Read Moredsh-model-router: Model Routing and Cost Dashboard for DeepSeek Harness
`dsh-model-router` is a model routing and cost optimization plugin for DeepSeek Harness. It routes simple requests to cheaper models through heuristic rules, reserves complex requests for the main model, and automatically falls back on instantaneous failures. This approach reduces costs while ensuring quality for requests requiring context, vision, or reasoning capabilities. The plugin supports vision-aware routing, prioritizing available vision models if messages contain images, and respects user-selected models. In automatic mode, it prompts the user for a quick response when a simple request is detected. Additionally, it provides a real-time panel in the Composer Dock, displaying token usage, cache hits, and estimated costs based on the pricing table. Installation requires ensuring the `dsh` CLI is in the PATH, followed by restarting the Web profile.
Read Moredsh-composer-polish: One-Click Polish Plugin for DeepSeek Harness Composer Drafts
dsh-composer-polish is a plugin designed for DeepSeek Harness (DSH) that aims to quickly polish drafts in the Composer input box before sending. It adds a "✨" button to the toolbar, utilizing the `deepseek-v4-flash` model to rewrite draft text in a streaming manner. Its core features include replacing only the text content while ignoring image attachments, preserving code blocks, paths, and terminology unchanged, and backfilling the rewritten results into the input box for user preview and editing rather than directly sending messages. The plugin also features comprehensive interaction state management, such as button disabling, loading prompts, and prevention of duplicate requests. For privacy considerations, the original draft is not written to the session log; only the polished result is recorded. Installation requires initial configuration of the DSH CLI, followed by adding the plugin via the specified version v0.1.4 and restarting the service.
Read Moredsh-minecraft-theme: Adding Minecraft Theme to DSH Web Interface
`dsh-minecraft-theme` is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to transform the web interface into a Minecraft pixel-art style. The plugin offers 21 official block texture backgrounds, pixel fonts, MC-style buttons with click sound effects, and a built-in music player featuring 16 original tracks. Core functionalities include texture management (supporting import, rename, deletion, sorting, and persistent saving of custom textures) and local music playback (allowing import of local folders in any format without uploading data). Installation requires the dependency `@deepseek-ai/cordis` and can be directly installed by sending the GitHub address to DSH. The plugin operates as a static plugin, reading local resources within the host process, prioritizing workspace resources, and without...
Read Moredsh-plugin-terminal: Adding a Bottom Terminal Panel to the DSH Web GUI
dsh-plugin-terminal is a bottom terminal panel plugin developed specifically for the DeepSeek Harness (DSH) Web GUI, designed to allow users to use multi-tab Shell at the bottom of the page without leaving the browser. Based on node-pty, the plugin supports ConPTY on Windows and openpty on Linux/macOS, addressing the needs of executing commands in parallel within the chat interface, viewing logs, and running full-screen terminal programs like Codex and Claude Code. Core features include: supporting the creation, closure, and restart of multi-tab sessions, with processes continuing to run when switching tabs; persistent storage of session status, working directories, and scrollback history, which can be restored after page refresh or restart; compatibility with xterm.js 6 features, and support for t
Read Moreoss-prompt-optimizer: Optimizing Raw Instructions in DSH into Structured Prompts
`oss-prompt-optimizer` is a prompt optimization tool within the DSH plugin ecosystem, designed to rewrite brief instructions into professional, structured prompts to address output generalization issues. The plugin operates through harness's LLM service without direct API connections or credential exposure, and it is licensed under MIT. Core functionalities include: providing the `prompt_optimize` tool for agents to support single-time optimization and iterative rewriting; offering a `ctx.promptOptimizer` programming interface for other plugins; integrating a one-click optimization feature in the composer input box; enabling automatic optimization triggered by the `/optimize` prefix (enabled by default, effective only for specific prefixes); and possessing contextual and situational awareness capabilities to automatically inject roles, tasks, and other elements.
Read Moredsh-tdai-memory: TencentDB Agent Memory Plugin for DeepSeek Harness
dsh-tdai-memory is an MIT-licensed plugin (v0.2.14, requiring Node >=22.18) for DeepSeek Harness (DSH), designed to provide a long-term memory layer for the Web profile. It enables memory retention and structuring through L0 conversation capture, L1 structured memory extraction (facts/preferences/events), L2 scenario generation, and L3 user profile construction. The core functionalities of the plugin include automatically recalling and injecting relevant memories as dynamic context during prompt assembly, as well as providing two search tools: `tdai_memory_search` and `tdai_conversation_search`. The installation method is via `dsh plugin`.
Read MoreDeepSeek Harness Plugin better-model-provider: Declarative Inference Effort, Input Modality, and Capacity by Model
better-model-provider is a DeepSeek Harness (DSH) web plugin designed to address functional limitations caused by missing model capability declarations in OpenAI-compatible providers. This plugin offers a standalone settings interface, allowing users to declare and edit individual model capabilities without directly editing YAML configuration files. Its core features include customizing reasoning effort levels, configuring input modalities (such as enabling image input to avoid rejection), and editing context window sizes and maximum token capacities. The plugin supports sparse overrides for official catalog routes, saving only differences from default values and enabling one-click restoration. It also allows quick creation of declarations for unconfigured routes, though API keys still need to be managed through the official interface. Compatible with DSH 0.
Read Moredsh-wallpaper-engine: Integrate Downloaded Wallpapers from Wallpaper Engine into DeepSeek Harness Web Background
`dsh-wallpaper-engine` is a MIT-licensed DeepSeek Harness (DSH) web plugin designed to integrate locally downloaded image or video wallpapers from Wallpaper Engine into the DSH interface as backgrounds. Maintained by sakuraaa667, the plugin supports automatic discovery of wallpapers from Steam Workshop and local projects, offering thumbnail browsing, search, one-click application, and real-time refresh on the settings page. It enables video looping with muted playback and high-resolution image adaptation, provides panel and background brightness adjustments to optimize readability, and persists wallpaper selection states, automatically restoring them after restart. Installation requires a Node.js >=22 environment, is added via the `dsh plugin` command, and can be configured through a configuration file.
Read Moredsh-plugin-call-me: Enabling DeepSeek Harness to Relay Commands via Your Phone
dsh-plugin-call-me is a DSH community plugin designed to address interaction challenges when the operator is offline. It utilizes the `/call-me` service to dial an iPhone, reading out the issue and transcribing the user's verbal response back to the current session, enabling remote approval or supplementary instructions. Core functionalities include the `call_me` (bidirectional voice call, blocking for up to 5 minutes) and `text_me` (one-way text message) tools. Users can configure automatic phone outreach upon session completion or approve operations by verbally answering "Yes" during tool authorization. The plugin exclusively supports iPhones, requires Node.js >=20 and DSH >=0.0.1, and is released under the MIT license. Installation involves pairing an iPhone to obtain a 10-digit number for configuration, with no support for Android or self-hosting.
Read Moredsh-session-deeplink: Accessing and Sharing DSH Sessions via URL
dsh-session-deeplink is a web client plugin for DeepSeek Harness (DSH) designed to enable direct access and sharing of sessions via URLs. This plugin allows users to open a specific session through a link like `/?session=<id>` and automatically synchronizes the session ID in the browser's address bar when switching sessions, while preserving other query parameters. It operates entirely on the client side, adding no load to the host server. For installation, it is recommended to install it via npm packages to the web profile, or it can be pulled from GitHub. When using pnpm 10+, authorization for building must be granted in the configuration file. The plugin is currently developed based on DSH 0.1.0-rc.6, and as DSH is in a developer preview stage, future versions may require updates. Before use,
Read Moredsh-token-viewer: CC Switch-style token consumption statistics for the DeepSeek Harness Web GUI
`qwert702/dsh-token-viewer` is an MIT-licensed read-only statistics plugin for DeepSeek Harness Web GUI. Adhering to the "everything is a plugin" philosophy, it does not modify prompts or initiate new requests. Instead, it centrally displays token consumption, cache hit rates, cost trends, and account balance by reading the host's `usageLog` and proxy balance interface. Core features include the real-time TokenDock above the Composer, balance cards in the sidebar, usage statistics panels, and trend charts based on per-request data. The plugin supports filtering data by time range (Today/7d/14d/30d/All) and tabs (Request Logs, Projects, Models), and provides views for request and model statistics along with average cost. Price calculations are based on a built-in peak-valley list or P
Read Moredsh-meow-smooth: A DSH Front-end Experience Plugin for Mobile Devices
dsh-meow-smooth is a DSH frontend enhancement plugin maintained by Phant0Meow under the MIT license. It aims to optimize the mobile experience without any modifications to the DSH core. This plugin primarily addresses issues such as unsuitable interfaces, inconvenient interactions, and lack of notifications when accessing DSH on mobile devices. Its core functionalities are divided into three main sections: First, it optimizes the mobile UI interaction, including features like collapsing input fields on blur, line breaks with the enter key, automatic adjustment of the top bar, auto-collapsing sidebars, edge-gesture drawers, and preventing accidental zooming, all of which enhance mobile usability. Second, it offers a multi-level reminder and notification system, supporting in-page card prompts and system notifications (requiring HTTPS and VAPID keys), as well as compatibility with Web Push and Webhooks (such as Bark). This is particularly useful in multi-session scenarios, ensuring effective reception of task completions, permissions, and other alerts.
Read Moredsh-file-claim: File Claim and Protection for Concurrent DSH Sessions
dsh-file-claim is a DeepSeek Harness (DSH) plugin designed to resolve file conflicts and overwriting issues when multiple concurrent sessions edit the same workspace. Maintained by Nwflower and licensed under MIT, the plugin is zero-dependency and build-free, relying solely on Node.js built-in modules and Git. Its core features include: 1. **File Ownership Management**: Provides `claim_files` and `release_files` tools for exclusive ownership declaration and release of files/directories, supporting idempotent merging and directory-level overrides. 2. **Heartbeat and Takeover Mechanism**: Automatically refreshes heartbeats and cleans up stale ownership of crashed sessions via DSH lifecycle events, with support for `stale`
Read Moredsh-windows-ocr: Providing Local Windows OCR Image Input for DSH Text Models
This article introduces the DSH plugin `maxwell-feng/dsh-windows-ocr`, designed to address the issue of text models being unable to directly process images. The plugin utilizes the Windows built-in `Windows.Media.Ocr` engine to locally recognize text within images and sends the recognized text rather than the original image bytes to the model, enabling pure text models to "understand" image content. Core features include default-only sending of OCR text for privacy protection, support for an optional `passthrough` mode for vision models to receive raw images, and a fail-closed mechanism that rejects image attachments when the plugin is not loaded. Before installation, ensure a Windows 10/11 environment and the corresponding language pack are in place, which can be quickly installed via npm commands or manually configured.
Read Moredsh-selection-ask: One-click quote of selected dialogue text to composer
dsh-selection-ask is a DeepSeek Harness (DSH) web plugin maintained by lzbaclz, designed to optimize the context reuse experience. Users simply need to select specific text in the conversation interface, and a "Ask DeepSeek" button will appear next to the selection. Clicking this button automatically fills the selected content into the composer in Markdown blockquote format, eliminating the need for manual copy-pasting. The plugin only processes text in conversation records, using the `inputActions.setDraft` API to write drafts, ensuring security. Version 0.1.0 is available under the MIT license, with pre-built packages provided for installation without local building. Installation requires adding the plugin via the `dsh plugin` command from a GitHub or local link, and enabling it may prompt a restart.
Read Moredsh-funpack: Integrating Procrastination, Atmosphere, and Desktop Pets into the DSH Web Interface
dsh-funpack is a lightweight MIT-licensed plugin designed for the DeepSeek Harness Web interface, aimed at providing instant feedback and interactive entertainment during development breaks. This plugin runs as a single file with zero dependencies, offering a one-click command button above the input box. It integrates features such as random compliments, developer fortune, procrastination reports, Pomodoro timer, break suggestions, ambient sound synthesis, and virtual pet interaction. Key features include support for customizable Live2D virtual pets with appearance and voice options (supporting Cubism 2/4 models), Web Audio-based fileless ambient sound generation, an accumulable achievement season system, and a "Boss Stealth" mode (which hides entertainment elements and simulates a work interface). Additionally, the "Code Garden" feature combines focus time with virtual planting to create a simple tracking record. The plugin can be installed via the `dsh plugin` command.
Read Moredsh-whale-animation: Providing Whale Animation Status for DSH Web Turn Status
dsh-whale-animation is an MIT-licensed plugin for DSH Web, designed to enhance visual cues for interface states. The plugin offers six sets of original looping whale animations corresponding to Deep Dive, Sonar, Tool Run, Stream, Calm, and Retry states, and includes a lightweight animation director mechanism. Its core features include automatic animation rotation every 9 seconds and a smart override mechanism based on English and Chinese keywords, which automatically switches to the corresponding animation when detecting text such as search, tool run, writing, waiting, or error. The plugin strictly limits visual scope, involving no accounts, data storage, network requests, or user content processing, ensuring zero runtime external resource dependencies. It supports dark themes and adapts to various viewport sizes, and automatically reduces dynamic effects when the system enables "reduce motion."
Read Moredsh-task-dag: Adding Real-Time Tasks and Workflow Topology to DeepSeek Harness
`dsh-task-dag` is a Web plugin for DeepSeek Harness (DSH), designed to address the issue of scattered multi-agent task states. Based on DSH's existing Client projections, this plugin integrates Sessions, sub-agents, Agent Teams communication, and Workflow execution into three interactive topology views—Overview, Agent Teams, and Workflow—without requiring additional databases or polling. Core features include: the Overview serving as an entry point to display the overall topology; the Agent Teams view presenting team structures, task dependencies (blockedBy DAG), and communication overlays, with the note that its data relies on Host composition events.
Read Moredsh-layered-memory: DeepSeek Harness L0-L3 Layered Distillation Memory Plugin
`dsh-layered-memory` is a memory plugin designed for DeepSeek Harness, aimed at addressing issues such as context loss and repetitive questioning in long conversations and cross-session interactions. It automatically executes background processes including L0 raw conversation capture, L1 atomic memory extraction, L2 scene block integration, and L3 core profile distillation to transform conversational information into reusable memory assets. Before model execution, the plugin automatically recalls relevant memories based on length and time budgets, injecting them into the context to avoid slowing down the conversation. The plugin offers three proactive query tools, such as `memory_search`, supports four session-level memory tiers—daily, work, smart, and closed—and features a "write-only, no-read" toggle, same-session deduplication, automatic context compression resets, and time-based weighted recall functionality. The LLM token costs incurred during the distillation process are recorded.
Read MoreDSH Plugin dsh-workspace-explorer: Browse Workspace Files and Insert References in Web UI
dsh-workspace-explorer is a native plugin for the DSH Web UI, designed to address the inconvenience of manually inputting file paths in a workspace. It adds a "Workspace Files" button to the session header, which opens a directory tree browser for the current workspace. Core features include on-demand lazy loading of directories, automatic hiding of noisy directories, display of colorful file icons, and support for appending file references to the input box via click or drag-and-drop, along with multi-select batch insertion. The plugin includes a built-in settings panel for adjusting parameters such as hidden directories and preview line counts, and supports text pagination preview as well as direct editing and saving to disk. It adapts to light and dark themes based on DSH design tokens and supports both Chinese and English. Installation can be completed via the `dsh plugin` command or through dynamic plugin methods. This plugin is ideal for developers who frequently need to reference local source code, configuration files, and other files in models, reducing
Read MoreDeepSeek Harness Lark Bridge: Controlling DSH Sessions from Feishu/Lark
dsh-lark-bridge is a bidirectional control plugin for Lark/Feishu within the DeepSeek Harness (DSH) ecosystem, designed to link Lark conversations with DSH Sessions for remote viewing and control. This tool supports initiating, continuing, correcting, stopping, or resuming DSH tasks through Feishu, and maps Lark groups to specific DSH projects, with each topic thread corresponding to an isolated Session. Core functionalities include real-time task status updates via native cards, approval of tool calls, responses to agent questions, and secure interaction handling for text, images, and workspace files. It employs WebSocket for persistent connections, eliminating the need for public webhooks, and requires Node.js 22+ and pnpm for its runtime environment. Installation is done using `pnpm
Read Moredsh-plugin-session-import: Importing local tool sessions into DSH
dsh-plugin-session-import is a DeepSeek Harness plugin maintained by huguangyu666 under the MIT license. This plugin is designed to address the issue of missing context when developers continue existing projects in DSH. It supports importing historical chat records from tools such as claude-code, codex, reasonix, and zcode into DSH sessions while preserving workspace bindings and tool capabilities, enabling seamless conversation continuation. The core features include: parsing and importing sessions from the four supported tools; providing session list display, cache scanning, and filtered search by title or project name; supporting multi-select batch import with independent configuration for each session; automatically assigning a default preset scope to imported sessions, allowing the use of read, edit, gre, and other capabilities.
Read Moredsh-worktree-panel: Git worktree and branch management panel for DSH Web
dsh-worktree-panel is a DSH plugin maintained by HeathHe, licensed under MIT, designed for managing Git worktrees and branches within the DeepSeek Harness Web GUI. This plugin extends the workspace sidebar, organizing projects, main worktrees, branch worktrees, and sessions into a clear hierarchy. It supports launching sessions within worktrees, deleting worktrees, switching branches, and creating worktrees for existing or new branches. Default worktrees are stored in the `.dsh/workspaces/` directory under the project path, with support for custom paths and automatic migration detection (skipping worktrees with uncommitted changes or active sessions). For non-Git folders, it allows direct session initiation and provides
Read Moredsh-free-vision: Enabling the DSH Plain Text Model to Read Screenshots, Errors, and UIs
dsh-free-vision is a free vision plugin developed specifically for DeepSeek Harness (DSH), designed to endow pure text models with image understanding capabilities. The plugin implements in-process startup through the built-in visual engine luma-mcp, eliminating the need for additional MCP service configuration, and addresses needs such as screenshot analysis, OCR, UI interpretation, and document recognition. Its core advantages include zero configuration, support for multiple free vision model providers such as Qwen, Volcengine, and SiliconFlow, and the ability to customize API addresses to adapt to different network environments. The plugin provides a single universal tool, `image_understand`, supports various task modes (e.g., OCR, debugging, description), and automatically optimizes the processing of large images. Users can quickly install it via the `dsh` command, restart the system, and then utilize the settings.
Read More@forgeax/dsh-game: Integrating ForgeaX Game Tools into DSH Profile
`@forgeax/dsh-game` is a plugin bundle designed for DeepSeek Harness (DSH), aiming to integrate the `@forgeax/game` MCP server, built-in ForgeaX Skills, and the workspace guard into DSH's named profiles. This package is implemented in pure JavaScript, contains no game logic, and primarily focuses on parsing and validating published `@forgeax/game`, publishing the `forgeaxGameLaunch` service, and registering skills like `forgeax-game`. It exposes `mcp__forgeax__forgeax_status_lite` and `mc`
Read Moredsh-minimal-vision: On-Demand Visual Assistance in DSH Minimal Mode
dsh-minimal-vision is a DSH community plugin designed to address the pain point of lacking visual evidence support in minimal mode. It is maintained by Flora233333, licensed under MIT, and requires Node >=20. The plugin enables on-demand visual capabilities by concealing context and Bash calls to `dsh-vision` without registering new chat models or modifying the system prompt, exposing only `persistent-bash` and `str_replace_editor` to the model. It supports processing images in PNG, JPEG, WebP, and GIF formats, as well as documents such as PDF, DOC, and PPT. Images are processed using `sharp` before being sent to the vision interface, while documents are handled by Agen.
Read Moredsh-loop-dock: A DeepSeek Harness for Multiple Agent Loops
dsh-loop-dock is a pre-alpha plugin (v0.1.0, MIT license) designed for DeepSeek Harness (DSH), addressing the limitation where multiple Agents share a single loop entry point in DSH. Instead of restructuring the agent loop, this plugin introduces a loop dock mechanism, enabling the concurrent execution of multiple agent loops within a single Harness and allowing different Agents to select and bind to specific loops. Its core functionalities include loop registration, selection, Agent binding, and driver delegation, along with providing protocols for strategy loop and driver loop integration, a default headless driver, and official sta
Read Moredsh-prompt-manager: Breaking DSH System Prompts into Manageable, Previewable Pipelines
dsh-prompt-manager is a plugin for DeepSeek Harness (DSH), designed to address the issue of opaque system prompt assembly by providing a visual and configurable prompt pipeline management system. Its core functionalities include: executing replacement, insertion, or deletion operations on prompt segments via presets, with support for pinning, anchoring, and numerical sorting; offering end-to-end visualization from source segments and variable interpolation to the final request; enabling the review of the last 20 assembly histories; and facilitating rule editing through form-based interfaces and preset switching via the settings page. The plugin provides four Agent tools, such as `switch_prompt` and `list_prompts`, and supports hot-reloading of preset files upon modification. After installation, users can edit personalized presets in YAML format under the `$DSH_HOME/prompts/` directory. This plugin is suitable for
Read MoreDeepTrial/dsh-bash-rtk: Pass DSH bash commands meeting conditions to rtk for compressed output
`dsh-bash-rtk` is a DSH bash executor plugin maintained by DeepTrial, designed to route eligible Shell commands to `rtk` for processing to compress tool output and reduce Token consumption while preserving the original execution semantics. The plugin adopts a conservative approach, only applying `rtk` wrapping to simple commands within a whitelist (such as `git status`, `cargo build`). For complex commands containing Shell metacharacters, non-whitelisted commands, or when `rtk` is unavailable, it automatically falls back to pass-through execution. It provides both standard and sandboxed Executors and supports forced activation via configuration settings. Prior usage requires separate installation of `rtk`, and the plugin is disabled by default, requiring explicit enablement in the configuration to take effect.
Read Moredsh-webchatlike: Implementing Web-based Chat Operations in DeepSeek Harness
dsh-webchatlike is a MIT-licensed client plugin for DeepSeek Harness (DSH) designed to replicate the convenient chat experience of the DeepSeek web/app interface. Its core features include: supporting hover-to-edit user messages and resending; one-click regeneration of Assistant responses; providing `<i/N>` version pagination next to messages, similar to deepseek.com, for easy comparison of different response versions in the same conversation turn; supporting forking conversation trees into independent copies; and offering sidebar session folding and deletion (ongoing sessions cannot be deleted). This plugin has a relatively high installation barrier, requiring the execution of a source code patch script to modify the `ui-conversation` and `ui-workspace` components, followed by the installation of dependencies.
Read More`dsh-tool-todo-tree`: A Mutually Exclusive Alternative to DSH's Tree-Structured `todo_write`
dsh-tool-todo-tree is a tree-structured task management plugin for DeepSeek Harness (DSH), serving as a mutually exclusive alternative to the flat-list tool dsh-tool-todo. It modifies the data structure of the todo_write tool to support a parent-child hierarchical task tree, nesting nodes via the `children` field, and provides a depth-indented plan bar display on the web interface. This plugin supports full replacement writes of the task tree and replays event snapshots using a last-write-wins strategy. Core features include: support for the `allowParallelInProgress` configuration to control parallel progress states; enforcement that parent nodes can only be marked as completed after all child nodes are finished; and automatic deduplication of sibling node content at the same level with normalization of empty child nodes.
Read Moredsh-history: View, Search, and Jump to Your Sent Messages in Ultra-Long DSH Sessions
dsh-history is a DSH Web plugin developed by chenproton, designed to address the difficulty of locating user-sent messages in long sessions. Released under the MIT license, its core features include listing all user messages in the current session (covering unloaded old pages and compressed/overwritten history), supporting time-based sorting, real-time search filtering, one-click text copying, and providing auto-positioning functionality. When a user clicks on a message, the plugin automatically loads missing history, waits for page rendering, smoothly scrolls to the target location, and highlights it before closing the panel. To ensure a seamless experience, the plugin supports pre-fetching message lists in the background for instant loading and displays status labels such as "locatable" and "unloaded." Before installation, users must ensure the DSH environment is functioning properly and that the Node version is at least 20. Users can add the plugin package via command line, clone and install directly from GitHub,
Read Morehermes-dsh-collab: Linking DSH Execution and Hermes Orchestration into a Verifiable Pipeline
hermes-dsh-collab is an open-source DSH plugin designed to address collaboration gaps in agent pipelines caused by the lack of clear conventions between orchestration and execution sides. This skill pack integrates the DeepSeek Harness (DSH) into the Hermes pipeline, with core capabilities including dispatch-spec template provision, model-layered routing, orchestration-held quality gates that do not rely on self-reporting, and Git single-writer rules to prevent executors from committing code directly. By automating dispatch, execution, and validation chains, it ensures results are placed directly into the project directory via a cwd write-back mechanism. Additionally, it compiles a pitfalls list with specific receipts to avoid common configuration traps. This plugin is suitable for environments relying on DSH 0.1.x headless.
Read Moredsh-message-preview: Right-side Message Navigation Bar for DeepSeek Harness Web UI
dsh-message-preview is a DSH Web UI plugin maintained by asukasec, designed to address the inconvenience of manually scrolling through long sessions to find specific messages. The plugin adds a message navigation bar on the right side of the session, indexing only user-sent messages while excluding tool notifications and background tasks. Key features include: automatic highlighting of the current reading position; hover functionality to display message sequence number, relative time, and text preview; smooth scrolling and historical message loading upon clicking navigation blocks to jump to specific positions; and support for keyboard navigation (Tab to focus, arrow keys to select, Enter to jump). The navigation blocks adapt their layout automatically, hide when fewer than two user messages are present, and default to displaying only a position indicator, expanding when the mouse approaches the right edge. Interface text automatically switches based on DSH language settings. Installation requires DeepSeek Harness 0.1.0-rc.6.
Read Moredsh-restart: Adding Controlled Restart and Recovery Entry Points for DSH
dsh-restart is a plugin designed to restart the DeepSeek Harness (DSH) process, addressing the issue of needing to manually restart the process and refresh the page after configuration changes. This plugin offers a model tool `restart_harness`, a slash command `/restart`, a settings configuration card, and an "Immediate Restart" button. It also supports configuring automatic continuation prompts after restart and an optional watchdog feature for automatic recovery. Its core features include: 1. **Multiple Restart Methods**: Supports native Node.js restart, with an optional legacy method using PowerShell/WMI/taskkill (disabled by default). 2. **Security**: The restart interface only accepts same-origin requests from the loopback address (127.0.0.1/localhost), rejecting remote or reverse connections.
Read Moredsh-multi-folder: Adding Secondary Working Directories for DeepSeek Harness
dsh-multi-folder is an MIT-licensed plugin for DeepSeek Harness (DSH), maintained by AngelosZou. It is designed to address the issue of frequently switching between multiple workspaces when developing simultaneously across multiple repositories (source code, tests, documentation). The plugin allows configuring a set of secondary working directories without altering the core attributes of the primary workspace, enabling agents to read, write, and execute operations on these secondary directories within the same session. Core functionalities include granting secondary directories the same permissions as the primary directory in `workspace-write` mode and overriding the execution root directories for `write`, `edit`, and shell commands through framework-level interception.
Read Moredsh-speak: Adding Voice Broadcast to DSH and Other AI Coding Harnesses
dsh-speak is a DSH web plugin maintained by Alan2Z, designed to address the pain point of users missing screen prompts during long tasks. It utilizes system speech synthesis technology to read aloud in real-time the final responses, approval requests, and agent queries from DSH sessions. The plugin supports both Windows (SAPI5) and macOS (say command), prioritizes natural speech, and includes automatic cleaning of Markdown, URLs, and emojis to adapt to speech synthesis. Its core features include: monitoring event streams and broadcasting key information, a best-effort operating mode (non-blocking, no exceptions thrown), and the Bundle auto-registration feature introduced in version 1.3.0, which simplifies installation and configuration. The installation is flexible, supporting npm or gi...
Read More@agenticcontrolplane/dsh: Inspecting Tool Calls and Logging Decisions in DeepSeek Harness
@agenticcontrolplane/dsh is a native Cordis plugin for DeepSeek Harness, designed to enhance security controls in agent workflows. By integrating with dsh's typed interception points, this plugin performs policy checks before the execution of tool calls (such as bash, file editing, etc.), supporting three decision modes: allow, deny, and ask, while logging the allowed actions, blocked attempts, and the reasons behind them. Additionally, it offers post-call output scanning functionality to convert server-side blocks into corrective feedback. This plugin is zero-dependency, built on a plain ESM architecture, and supports configuration through profile settings or environment variables (e.g., ACP_BEARER_TOKEN). Installation requires Node 22 and follows
Read Moredsh-plugin-manager: Offering Chinese Directory and One-Click Start/Stop for DeepSeek Harness
`dsh-plugin-manager` is a client-side plugin for DSH designed to address issues such as the built-in plugin list displaying only English module names, which are difficult to recognize, and the risk of accidental changes when manually editing configuration files. This plugin provides a graphical management interface for the DSH web client, with core features including: offering Chinese names, usage descriptions, and category directories for plugins; supporting one-click enable/disable of plugins, with hot-reloading effective in approximately 1 second by writing to `cordis.patch.yml`; allowing editing of plugin notes within the UI and saving them to a local JSON file, with support for restoring defaults; incorporating safety mechanisms that lock critical system lines and mark special expression lines; and providing search and filtering functions based on name, description, and category. This plugin is licensed under MIT, requires no complex configuration, and can be used by restarting DSH after installation. It does not access the network and only interacts with
Read Moredsh-prompt-optimize: Prompt Optimization, Personalized Instructions, and Usage Cards for DSH Web
`dsh-prompt-optimize` is a DSH web plugin designed to address the issues of scattered functionalities in draft rewriting, long-term preference settings, long conversation navigation, and API usage viewing. The plugin offers four core features: firstly, prompt optimization, which utilizes the DeepSeek model to rewrite drafts with a preview-before-apply option; secondly, personalized custom instructions, allowing users to set and persistently save long-term preferences; thirdly, user question anchors, enabling quick navigation and scrolling to specific user messages in long conversations via anchors on the right side or top; and fourthly, a DeepSeek API floating usage card, which displays real-time spending and balance for the current key over today, yesterday, and the last seven days, with data calculated in GMT+8. The plugin is licensed under MIT, requires the DSH environment to operate, and supports installation and uninstallation via the `dsh plugin` command.
Read Moredsh-plugin-tavily: Tavily Web Search Plugin for DeepSeek Harness
dsh-plugin-tavily is a web search plugin designed for DeepSeek Harness (DSH), aiming to replace the default search engine via the Tavily service to address issues such as fragmented configuration and inconvenient verification. This plugin registers a `tavily` provider with the `ctx.web` seam, supporting dual configuration modes through the WebUI settings card and `cordis.patch.yml`, with the latter having the highest priority. Core features include comprehensive Tavily search parameter customization, multiple preset scenarios, connectivity testing, and usage monitoring. For data extraction, it offers optional providers based on Tavily Extract and Firecrawl. Engineering capabilities cover persistent caching, 429 retry mechanisms, and rate limiting.
Read Moredsh-plugin-store: Install and manage dsh-plugin ecosystem plugins within the DSH plugin page
dsh-plugin-store is the plugin store for DeepSeek Harness, designed to centralize the management of DSH plugins that are scattered across GitHub. Integrated into the "Settings → Plugins" page of DSH, this tool offers features for browsing plugins, real-time searching, multidimensional filtering (such as by category, tag, and author), and sorting. Its core capabilities include one-click installation, uninstallation, and update detection. It supports automatically handling dependencies and writing them to the profile bundle via `pnpm add`, while also allowing manual installation of packages or subdirectories with specific formats. Installation, uninstallation, and update operations only modify the configuration, requiring a restart of DSH to take effect. The tool supports configuring a `GITHUB_TOKEN` to enhance API rate limits and performs update detection based on the `pushed_at` field. It is suitable for users who need to frequently manage plugins.
Read Moredsh-prompt-rail: Vertical Prompt Quick-Jump Bar for DSH Web Sessions
`dsh-prompt-rail` is an MIT-licensed plugin for the DeepSeek Harness (DSH) Web session view, designed to address the difficulty of locating ordinary user prompts in long conversations. This plugin adds a vertical quick-jump bar beside the sidebar, displaying each loaded ordinary user prompt as an individual marker. It supports hover preview and click-to-scroll navigation while filtering out non-user messages such as assistant and tool messages, thereby improving search efficiency. To install, place the plugin directory in the `plugins` folder within the Harness root directory. Windows users can use a batch script for one-click installation and restart, while macOS/Linux users need to run the Node installation script and start the Web service. In the development environment, it is recommended to work in a parallel checkout.
Read MoreDSH History Tree Plugin: Adding Conversation Round Timeline Matrix to DSH Web
DSH History Tree is a plugin designed for the DSH Web interface, aiming to address the issue of lengthy message lists in multi-turn Q&A conversations that make it difficult to navigate back. It provides a vertically centered timeline grid on the left side of the interface, generating scales based on actual user prompts. It supports scrolling via the mouse wheel and adaptive height limits. When a user hovers over a scale, a frosted glass-style floating card appears, displaying the prompt, the model's final response, along with metadata such as time and tokens, while filtering out the tool execution process. Clicking on a scale smoothly scrolls the view to the corresponding conversation, and automatically loads earlier history when hovering near the top or reaching the top. This plugin can be installed into a Web Profile via the DSH CLI, npm/pnpm, or a local link, and becomes usable once the DSH Web service is started. It is suitable for developers who need to quickly locate historical conversation turns, verify response content, and check metadata. During installation, attention should be given to permission reviews and configuration settings.
Read Moredsh-encrypt: DSH Credential Encryption Plugin
dsh-encrypt is a DSH credential encryption plugin maintained by yauntyour (MIT license, current version 0.1.0-rc.12), designed to convert local plaintext credential files in-place into password-protected ciphertext while preserving the original file paths. The plugin employs a dual-form single-file mechanism: without a password, it remains as plaintext YAML, and once encrypted, it is replaced with AES-256-GCM ciphertext, with the key derived via Argon2id and integrity verified using SHA3-256. Core features include: password digest computation on the browser side to protect privacy, an exponential backoff mechanism to prevent brute-force attacks on unlock failure, automatic redaction of credentials in HTTP responses, and strict security restrictions allowing only localhost loopback connections. The plugin supports passwordless tickets, hot reloading, atomic writes, and memory cleanup to ensure sensitive data does not persist in logs or...
Read Moredsh-ears: Open Source Voice Input Plugin for DeepSeek Harness
`dsh-ears` is an open-source voice input plugin for DeepSeek Harness (DSH) (v0.2.1, MIT license), designed to enhance the text input experience in the Web UI through speech recognition and optional text polishing. This plugin supports multiple recognition backends, including Web Speech, local Whisper, Groq, Deepgram, Alibaba Cloud Bailian, Tencent Cloud, Xiaomi MiMo, SiliconFlow, and custom OpenAI-compatible interfaces. Its core workflow converts voice input into an editable draft, with the polishing feature enabled by default to refine text, but it does not automatically send messages, ensuring users retain full control. Installation requires DSH version 0.1.0-rc.6 to 0.1.1-rc.2 and Node.js ^22.19.0 or >=24.
Read Moredsh-compact-activity: Making DSH Process Recording More Compact
`dsh-compact-activity` is a plugin for DSH designed to optimize the display of continuous thinking and tool calls in the web interface. This plugin collapses such process information into a single-line item that is collapsed by default, allowing users to expand it at any time to view details while ensuring the model's final output remains clearly visible. It displays the execution status, count, and summary of the last activity in real time, and can identify non-zero exit codes or termination signals from terminal tools like PWSH and Bash, counting failed steps separately. If the final step fails or is interrupted, it shows "Execution Error"; if completed normally, it displays "Completed". The status text follows the language settings of DSH and supports both Chinese and English. The plugin only adjusts the interface display without modifying the model context, logs, or tool execution. Installation is applicable to DSH Desktop 2.0.3 or standard CLI/Web environments (requires pnpm).
Read Moredsh-ssh: SSH Remote Execution Plugin for DeepSeek Harness
dsh-ssh is the SSH remote execution plugin for DeepSeek Harness (DSH), developed based on the ssh2 library. It executes functions such as Bash, file operations, PTY terminals, and LSP on remote hosts through a single SSH connection, while only the DSH process is retained locally. This plugin supports multi-hop ProxyJump chains, SFTP uploads and downloads, and complete authentication. Core configuration requires specifying the host, username, and absolute path cwd in cordis.yml, with the option to add a jump array for jump host configurations. Users can also individually mount SSH, subprocess, or file system providers. When using it on the web, the default directory selector needs to be disabled, and dsh-ssh-related components should be inserted, with placeholders obtained via RPC.
Read Moredsh-archived-chats: DSH's Local Archived Session Hub
dsh-archived-chats is a local-first session management plugin for DeepSeek Harness (DSH), designed to address the difficulty of retrieving and managing archived sessions. Maintained by Ultronen and licensed under MIT, its core features include browsing archived sessions by workspace, full-text search for messages and tool results, native preview of various file formats, viewing and restoring historical versions, import/export of JSON/Markdown backups, a recoverable recycle bin mechanism, and storage retention policies. It is ideal for users who frequently need to look up historical tool outputs, code, or JSON data, and require high data security and reversibility of deletions. Installation requires only running the `dsh plugin` command and restarting DSH, with all data stored locally.
Read Moresuperfly/sprites-deepseek-plugin: Using Sprites for Environment Isolation in DeepSeek Harness
`superfly/sprites-deepseek-plugin` is a DeepSeek Harness (DSH) plugin designed to integrate isolated and persistent Linux environments (Sprites) into DSH, addressing issues of dependency pollution and state chaos that arise from performing builds, tests, and long-running services directly in the host environment. This plugin exposes `mcp__sprites__*` tools via the MCP mechanism, supporting operations such as creating/listing Sprites, creating checkpoints, running test suites, starting web services, and obtaining URLs. It requires Node.js 20.19+ and DSH developer preview to run, and first-time use necessitates browser OAuth 2 via `mcp-remote`.
Read Moredsh-pdf: Reading PDF Text, Metadata, and Page Ranges Locally in DeepSeek Harness
`sunshine-lang/dsh-pdf` is a DeepSeek Harness (DSH) plugin licensed under MIT, designed to locally parse PDF files. It leverages PDF.js to extract text, metadata (such as title and total page count), and content from specified page ranges in an offline environment, without requiring an API key or network connection. Its core functionality includes the `pdf_read` tool, which supports text extraction page by page with page number annotations and allows flexible selection of page ranges via formats like `"1-3,5"` or `"all"`. To ensure security and efficiency, the plugin incorporates built-in limits for file byte size (default: 20 MiB), maximum pages per parse (default: 500 pages), and maximum characters per invocation (default: 12,000 characters), triggering an error when these limits are exceeded.
Read Moredsh-balance-plugin: View DeepSeek Balance and Token Usage in DSH Web Sidebar
dsh-balance-plugin is a web plugin for DeepSeek Harness (DSH), designed to address the inconvenience of querying DeepSeek API balance and token usage. This plugin adds a balance viewing feature at the bottom of the DSH Web sidebar, supporting switches between "Today" (Beijing time) and "All History," and strictly limits data statistics to the `deepseek-official` provider only, avoiding interference from other vendors' API calls. Core features include automatically reusing local credentials to call the official interface for displaying balance, and reading local session logs to aggregate token usage by uncached input, cached reads, output, and model call counts. The plugin adapts to both light and dark themes, implemented via injecting a button and a floating panel at the bottom of the sidebar. The installation process is straightforward.
Read Moredsh-blue-whale: DeepSeek Chat-style Blue Whale Theme for DSH Web Client
`dsh-blue-whale` is a MIT-licensed DSH appearance plugin maintained by starslittle, specifically designed for the web-based DeepSeek Chat interface to provide a blue skin. It uniformly applies the blue color `#4D6BFE` to brand elements such as the wordmark, icons, and primary buttons, without altering the layout, density, or built-in light/dark/system-follow settings. After installation, it is enabled by default and can be controlled via the toggle in `Settings > General > Blue Whale`; disabling or uninstalling it restores the original color scheme. This plugin is suitable for users who wish to adjust only the visual colors without affecting other UI logic. Please note that the plugin operates with the current process's permissions; it is recommended to review the source code and dependencies before installation.
Read Moredsh-background: Custom DSH WebUI Background Plugin
`@starryhui/dsh-background` is a custom background plugin for DeepSeek Harness (DSH) WebUI, licensed under MIT. This plugin allows users to connect a local image folder to the background settings through the "Settings → Background" interface without modifying the frontend code. Core features include support for scanning image galleries in multiple formats, free dragging and cropping of frames, real-time adjustment of transparency/blur/scale and position, three display modes, and cross-fading slideshow of multiple images. All configurations take effect immediately and are persistently stored in the `background` namespace of `settings.yaml`, remaining intact after restarts. There are two main installation methods: one is using the `dsh plugin --profile web add` command via npm.
Read Moredsh-builtin-toggles: DeepSeek Harness Web Built-in Capability Inspector
`dsh-builtin-toggles` is an unofficial community plugin (MIT licensed) maintained by Starfie1d1272, specifically designed for the DeepSeek Harness Web. Its core role is as a "capability checker," aimed at visualizing the built-in Capability status of the current Web Loader, rather than providing general plugin management or marketplace functionality. Key features include: 1. **Comprehensive Diagnostics**: Displays the running state of Capabilities, Profile Override's three states, Agent preset affiliations, combination scope, compatibility, and mutation eligibility. 2. **Precise Filtering and Reporting**: Supports multi-dimensional filtering by ID, category, status, and can generate de-identified reports.
Read Moredsh-deepseek-vision: Adding Image Input Routing for DeepSeek Harness's Pure Text Model
dsh-deepseek-vision is a DSH plugin designed to enhance pure-text DeepSeek models with image input capabilities, addressing the gap where existing models cannot directly process visual content. The plugin registers an independent `DeepSeek + Vision` route, supporting multiple input sources such as chat window image pasting, screenshots, and tool-returned images. Its core mechanism employs a分流 processing approach: if the model directory declares visual support (e.g., deepseek-v4-flash-vision-exp), images are directed straight to the native visual endpoint; otherwise, a configurable VL model is called to convert the image description into text before passing it to DeepSeek for processing. The plugin offers an LRU cache-based description reuse mechanism to avoid duplicate billing, retains original images in session logs, and supports OpenAI-style gateways and
Read MoreSev7een/ds-api-usage: Checking API Balance and Usage in the DeepSeek Harness Settings Page
Sev7een/ds-api-usage is a community plugin for DeepSeek Harness (DSH), designed to allow users to monitor their DeepSeek API balance and usage directly within the DSH settings page. It eliminates the need for additional key configuration by reusing the existing `DEEPSEEK_API_KEY`. The plugin's core functionality includes displaying the total balance, a breakdown of gifted versus topped-up amounts, estimated consumption over the past 24 hours (in CNY), input/output token counts, and API request numbers. It also provides timeline charts with hourly and daily granularity, enabling users to switch between views for cost, token usage, and request counts. The plugin supports real-time refresh, automatically updating every 60 seconds on the host and every 30 seconds on the page, along with manual refresh capability. Data is stored locally in `$DSH_HOME/storage`.
Read Moredsh-client-ui-theme-xp: Windows XP (Luna) Theme for DeepSeek Harness Web GUI
dsh-client-ui-theme-xp is a pure browser-side plugin maintained by SamizuHM, released under the MIT license. It leverages the plugin mechanism of DeepSeek Harness to transform the Web GUI into a classic Windows XP (Luna) style desktop. Key features include the Bliss wallpaper, a column of desktop icons on the left, a taskbar at the bottom, and floating windows that support dragging, resizing, minimizing, and maximizing, with automatic persistence of window states. The plugin provides a resource manager-style workspace browsing, adding workspaces based on the native directory selector, content retrieval via sessions.search, and a native settings panel entry. Visually, it replicates the XP blue color scheme, Tahoma font, classic scrollbars, and yellow tool tips, among other details.
Read Moredsh-science-workbench: Reproducible Science Workbench Plugin for DeepSeek Harness
dsh-science-workbench is a reproducible science workbench plugin designed for the DeepSeek Harness, aiming to integrate code execution, image preview, feedback modification, re-running, and provenance tracking. Maintained by poplarity under the MIT license, its core capabilities include agent-driven reproducible cells, structured feedback redraw mechanisms, and lineage tracking with `manifest.json` as the single source of truth. By recording SHA-256 hashes, fixed seeds, and environment snapshots, it ensures that analysis processes are traceable and replayable. The plugin provides nine `bio_*` tools and a browser workbench, supporting inline image preview and project management, along with two Apache-2.0 licensed publication-grade plotting skills. It automatically commits versions to the local Git repository.
Read Moredsh-server-login: Multi-Tenant Hosting, Auditing, and Isolation for DSH
dsh-server-login is a multi-tenant DSH hosting platform based on the MIT license, designed to address the need for deploying DSH—which was originally suited for local single-user scenarios—to the public internet for long-term multi-user use. The platform provides a complete workflow including user registration, administrative review, disabling, and session management. Core features include establishing isolated DSH environments for each user, with automatic recovery and restart in case of main instance failure; offering a web desktop for users to browse, upload files, and launch DSH by folder; and supporting plugin activation and persistent configuration per folder. The system supports multiple access methods such as subpaths, per-user subdomains, and custom domains. API Keys are securely stored with AES-256-GCM encryption and isolation, and key replacement automatically triggers instance reconstruction. Deployment supports Linux local single-machine setups and k8s per-user Pod modes.
Read More@dsh-external/dsh-inspect: Adding checkup / fix / review closed loop for DSH
@dsh-external/dsh-inspect is a DSH plugin designed to construct a closed-loop process of "problem identification → repair delivery → quality review" by providing three tools: checkup, fix, and review. The checkup tool is used to inspect code and output a graded issue list, combined with red team verification to ensure that issues are reproducible. The fix tool performs repairs based on the issue list, employing parallel implementation and adversarial checking mechanisms, and outputs a delivery report. The review tool then conducts a retrospective review of the deliverables, supporting item-by-item re-running verification to ensure that the fixed issues have truly been eliminated. These three tools can be used independently or chained together to form an automated closed-loop, where feedback from a failed review can be fed back to the fix tool for further iteration. The plugin is built upon the DSH workflow engine and schemastery, and does not register into ctx.ski.
Read Moredsh-archived-sessions: The Archived Session Management Plugin in DSH Web Settings Page
dsh-archived-sessions is a Web settings page extension developed by MuWinds for DeepSeek Harness. It is designed to centrally manage local archived sessions, eliminating the need for cumbersome Shell operations. This plugin supports one-click installation, is compatible with Harness version 0.1.0-rc.6, and provides functionalities such as viewing session titles, creation times, disk paths, and occupied space. Users can perform release (unarchiving and restoring to the original workspace) and delete (completely clearing files, requiring two-step confirmation and being irreversible) operations within the same interface, with support for single or batch processing. Additionally, clicking on a session title expands a preview of user, assistant, and tool message details. The host side provides API support through unauthenticated same-origin POST routes, making it suitable for local development environments. After installation, it can be directly accessed at the bottom of the Web settings panel.
Read More@minybear/dsh-pet: Adding State-Driven Codex-Style Desktop Pet to DSH Web GUI
@minybear/dsh-pet is an MIT-licensed DSH client plugin designed to visualize Agent runtime status through animated pets in a Web GUI. The plugin maps the current session state (e.g., running, waiting, error) into nine Codex-style animations and includes a timeout fallback mechanism. Core features include: a pet that defaults to staying in the bottom-right corner, with support for drag-and-drop repositioning and position persistence; interactive feeding and play options to adjust fullness and mood values (which decay over time); five built-in selectable pets and support for importing custom Codex pet packs. Users can adjust size, transparency, and animation modes, and the plugin adheres to the system's "reduce motion" setting. Installation requires executing a specific command to restart DSH, making it ideal for developers who want to perceive Agent status with minimal disruption or customize pet animations. The source code is available on GitHub.
Read Moredsh-obsidian: Enable dsh to directly read and write local Obsidian vaults
dsh-obsidian is an MIT-licensed plugin for DeepSeek Harness (dsh) designed to enable the dsh agent to directly interact with a local Obsidian vault without relying on an MCP server, OAuth, or REST APIs. It leverages `node:fs` to treat the vault as a Markdown file system, parsing frontmatter and wikilinks, and mounts 12 `obsidian_*` tools. Features include searching, reading, writing, appending, moving, deleting (moving to trash), querying backlinks, tag statistics, and managing frontmatter properties for notes. The plugin supports explicit path configuration via `vaultPath` or automatic detection based on a provided base path.
Read Moredsh-conversation-outline: Add a right-side navigation bar for long DSH Web conversations
`dsh-conversation-outline` is a MIT-licensed client-side plugin for the DeepSeek Harness (DSH) web interface, designed to solve the problem of quickly locating historical issues in long conversations. It provides a navigation bar on the right edge, displaying all questions in chronological order as vertical bars. Core features include: hover previews showing the beginning words, turn badges, and timestamps of questions; clicking a vertical bar switches to the Chat view and scrolls to the corresponding message, accompanied by a flashing prompt for easy identification; case-insensitive question search and paginated loading of historical conversations; and real-time tracking, where new questions appear instantly. The plugin supports bilingual Chinese and English, runs with zero dependencies, requires no additional network calls or telemetry, and can be installed via GitHub, npm (if published), or local source code, with Node.js as a requirement.
Read Moredsh-ui-preset-enhance: Third-party UI Enhancement Plugin for DSH WebUI
dsh-ui-preset-enhance is a third-party interface enhancement plugin for the DeepSeek Harness (DSH) WebUI, currently at version v0.1.0 Preview and licensed under MIT. This plugin aims to improve the Web client experience through a modular approach, offering interface personalization and context management features without the need to register new backend Tools or modify the core Agent-Loop. Its core capabilities include: custom backgrounds (supporting local, network-based, or preset gradients), adjustments for interface transparency and blur levels, and theme color configuration; built-in 7 Prompt preset templates with support for custom saving and quick loading; real-time viewing of current Session Token/Context pressure and window composition; as well as through D...
Read Morepptwise: Generating Editable PowerPoint in DeepSeek Harness
PPTWise is a presentation generation plugin designed for DeepSeek Harness, maintained by liustack and licensed under the MIT License. Its core advantage lies in rendering AI-generated presentation content into actual PPTX files rather than images or HTML, addressing the limitation of traditional output methods that prevent word-by-word editing. Users can directly open and edit elements such as titles, bullet points, and charts within PowerPoint. This plugin supports local rendering, requiring no account, API key, or internet connection, and runs on Node.js 22.19+ or Bun. Its features include file validation, PPTX rendering, SVG preview, auditing, and theme management, with support for rendering IR JSON into PPTX or preview pages. Installation can be completed by executing specific commands through the DSH agent.
Read MoreDSH Director Toolkit: Transforming Rough 3D Concepts into Producing Shots
The DSH Director Toolkit is an MIT-licensed plugin built on DeepSeek Harness, designed to transform rough 3D creative briefs into executable direction packs for Blender, Three.js, Houdini, or C4D. It bridges the gap between creative descriptions and specific production requirements, outputting camera compositions, lighting materials, geometric movements, software-aware render settings, and five production steps starting from the gray-box stage. Additionally, the tool provides negative prompts, titles, bilingual presentation copy, tags, and risk indicators. Installation requires configuring the DSH client and adding the plugin path, with the optional V4 adapter enabled by setting up a server-side API key. It is suitable for 3D creators and technical designers to help unify.
Read Moredsh-token-panel: A persistent token consumption panel in the bottom-right corner for DSH
dsh-token-panel is an MIT-licensed plugin (v0.4.7) designed for the DSH web profile, focusing on centralized monitoring of token consumption, context pressure, and session costs. It provides a persistent heads-up display (HUD) in the bottom-right corner of the browser, offering real-time insights into session status, cumulative consumption, and estimated expenses based on the official DeepSeek v4 model pricing, with automatic switching between peak and off-peak rates. The plugin includes real-time curves for 2m/5m/15m intervals, historical review, and daily/monthly statistical views. It supports inline editing of budgets and balances with local persistent storage, ensuring data remains intact across restarts. Users can quickly install it via npm or GitHub without local builds, and it becomes functional after a page refresh. The plugin remembers its draggable positioning and is ideal for developers needing to monitor token costs. Given its design for DSH process权...
Read Moredsh-flowglass: Real-Time Session Flow Diagram Plugin for DeepSeek Harness
dsh-flowglass is a real-time conversation flowchart plugin for DeepSeek Harness, designed to address the challenge of intuitively visualizing tool calls and sub-agent execution progress within linear message streams. Maintained by Iwctwbh under the MIT license, it requires Node.js >=22.19. Its core functionality includes rendering conversations into three-lane swimlanes, clearly distinguishing user, assistant backbone, and the initiation/return of tool calls; supporting the expansion, layer-by-layer drilling, and breadcrumb navigation of sub-agent branches; enabling grouped display and status highlighting for parallel calls; and providing a comprehensive detail view with parameters, results, and token information, along with Markdown rendering and one-click copying. The plugin refreshes silently every 2 seconds by default and automatically pauses when the page is not visible. Installation is performed via the `dsh plugin` command, compatible with d...
Read Moredsh-better-archive: Archived Session Management Panel for DSH Web GUI
dsh-better-archive is a client-side plugin designed for the DSH Web GUI. It addresses the issue where DSH's native archiving merely hides sessions without terminating them, by providing a centralized management interface. The plugin adds an "Archived" entry in the sidebar, supporting viewing sessions by project, keyword search, filtering, and sorting. Users can restore sessions to the normal list with a single click or perform delete operations, including deleting individual sessions, all sessions under a project, or clearing all archived sessions. For active sessions, delete operations are marked for physical deletion upon restart; undoing the archive before restart can cancel the deletion. The plugin supports real-time switching between Chinese and English text, requires Node.js 22.19+ and pnpm, and can be installed and updated via GitHub, as well as supported for local development. It provides API interfaces for querying pending deletions, undoing archiving, and various deletion operations. As a community extension, developers are advised to check the source code before installation.
Read Moredeepseek-harness-tui: Adding a Terminal-Native Dialog Interface for DSH
DeepSeek-harness-tui is a MIT-licensed community plugin built on Ink, designed to provide a native terminal interactive chat interface for DeepSeek Harness (DSH). As a thin UI plugin of approximately 800 lines, it is independent of DeepSeek and TokenDance, routing models to the TokenDance gateway via cordis.patch.yml. Core features include bottom-anchored live transcription, tool call status folding and output truncation, background color adaptation based on OSC 11, Thinking process folding (Ctrl+T), Esc interruption of operations, and Markdown rendering supporting CJK/Emoji widths. Installation requires Node.j
Read Moredsh-grafana: Editing Grafana Dashboards in DeepSeek Harness
dsh-grafana is a plugin for DeepSeek Harness (DSH) designed to simplify the Grafana dashboard maintenance process. It allows users to modify dashboard JSON through conversation, replacing traditional manual web editing, and integrates fetching, querying, configuring, and pushing operations into DSH's approval and credential management. Core functionalities include retrieving dashboards via URL or UID, generating structural summaries, searching panels, querying real-time data, creating copies, and editing queries, thresholds, and layouts. The plugin supports concurrent edit detection before writing, enforces user approval, and automatically preserves folder information. Installation requires Node.js 20.11+ and DSH 0.1.0-rc.6, with compatibility for Grafana 10/11's legacy API.
Read Moredsh-web-remote: Mobile and External Network Remote Access Plugin for DSH
dsh-web-remote is a DeepSeek Harness (DSH) plugin maintained by godchen520, designed to address remote access and control issues for the local DSH Web on mobile devices, external networks, and social media applications. Its core features include: leveraging Cloudflare Quick Tunnel for public network access without configuration or a public IP; supporting direct LAN HTTP/HTTPS connections with automatically generated self-signed certificates; enhancing security through random tokens and HttpOnly cookies. Additionally, it supports custom public network links (such as ngrok) and LAN ports, and accelerates large history loading via reverse proxy gzip compression. The plugin deeply integrates with WeChat and Feishu bots, allowing users to engage in AI conversations, session control, and module management through commands.
Read Moredsh-opencode-go-quota: Display OpenCode Go Quota Beside the DSH Web Input Box
`dsh-opencode-go-quota` is a DSH web plugin designed to address the issues of scattered OpenCode Go quotas, lack of intuitive monitoring, and delayed quota warnings during agent requests. Its core functionalities include displaying a dynamic progress ring next to the chat input box, which shows real-time quota remaining for 5-hour, weekly, and monthly periods. The ring's color changes based on urgency, supports clicking to switch windows and automatic refresh. When the quota reaches a threshold, the plugin injects a one-time reminder into the system prompt as the agent enters a new tier, avoiding repetitive disruptions. The plugin retrieves keys by reading the local `auth.json` or environment variables, calls official APIs to fetch data, and offers multiple configuration options to customize warning thresholds and caching durations. Installation is straightforward, supporting additions via GitHub or local paths.
Read Moredsh-overleaf: DSH Plugin for Connecting Multiple Overleaf Projects via OverleafMCP
dsh-overleaf is an MIT-licensed DSH bundle maintained by fly233338, designed to address the needs of intelligent agents in efficiently handling Overleaf LaTeX projects. This plugin integrates multiple Overleaf projects into DSH via @fly233338/overleaf-mcp, leveraging the host's MCP Client to enable models to invoke tools for file reading, section browsing, and content modification. Changes are then written back to the project via Git, eliminating the lengthy workflow issues associated with traditional browser operations or manual copying. The runtime requires DSH 0.1.0-rc.5 or a compatible version and Node.js 22.19.0 or later. After installation, users must enter their Overleaf Git token and project details in the configuration file.
Read MoreDSH Studio: Local Development Workbench for DeepSeek Harness
DSH Studio is a local development workbench designed for DeepSeek Harness, aiming to address the issue of scattered sessions, terminals, files, and Git changes. It organizes context through a three-tier structure of "project-worktree-session," integrating project-level terminals, file browsing, Git Review, and plugin management into a unified platform. Supporting both Desktop and Web entry points, it shares the same runtime and data boundary. Core features include a multi-project workspace, an all-in-one tool area, partitioned Git review, and intelligent commit message generation. Installation is convenient: the Web version can run simply by unzipping, with a default listen address of 127.0.0.1:3080. Desktop and Web versions by default share the `~/.dsh-studio` directory for storing configuration and state, with the option to customize the data path or switch to other directories via environment variables.
Read Moredafy-whale-theme: A blue plump whale theme plugin for the DeepSeek Harness web frontend
`dafy-whale-theme` is a community theme plugin for the DeepSeek Harness (DSH) web frontend, maintained by DViridescent and licensed under MIT. This plugin transforms the `dsh web` interface into a "blue whale" visual style, featuring core functionalities such as ocean blue light/dark dual themes, dynamic bubbles and fish schools, "Daily Fish Sayings" above the input box, an interactive DeepSeek girl mascot in the bottom right corner, and brand icon replacement in the top left corner. It also supports narrow sidebar adaptation. Installation requires pnpm and can be completed via the official CLI with the command `dsh plugin --profile web add github:DViridescent/dafy-whale-theme`. After installation, the service needs to be restarted.
Read Moredsh-board: Usage and Cost Panel for DeepSeek Harness Sidebar
dsh-board is a MIT-licensed open-source DeepSeek Harness (DSH) plugin maintained by dfkai, designed to address the fragmented usage, context, and cost tracking issues in Web GUI agents. The plugin integrates a sidebar panel in the bottom-left corner of the interface, providing cost estimates based on official pricing (including peak/off-peak rates), analysis of 1M context utilization, visual charts (such as token trends and daily heatmaps), and a "Word Merit" tier and achievement system. It supports light and dark themes, bilingual Chinese-English interface, and zero-decoration animations. All data is sourced directly from the local DSH public API without initiating any third-party requests. Users can install and enable it by running the `dsh plugin add` command followed by a process restart, or configure conditional toggles through configuration files. Note that the panel displays estimated values rather than billing proof, with actual charges subject to the platform's billing records.
Read MoreDSKIN: A Bottom Pixel Cat Skin Plugin for DSH Web
DSKIN is a cartoon pixel skin plugin developed by dancingmemory for DeepSeek Harness (DSH), licensed under MIT. It is not a browser extension but runs exclusively within the DSH web application page, aiming to provide a lightweight interactive experience for tool-oriented interfaces without altering the original layout. The core functionality includes adding 1 to 4 interactive pixel cats at the bottom of the screen, supporting animations such as walking, blinking, jumping on click, hovering to emit hearts, and dragging to hang upside down. Users can adjust the number of cats via the panel in the bottom-right corner and independently change the breed for each cat. Installation requires a locally running DSH CLI; add the plugin using the command `dsh plugin --profile web add github:dancingmemory/dskin` and then restart the application.
Read MoreDSH Landscape: Pre-check for Read-only Capabilities of DeepSeek Harness
`cyanseek/dsh-landscape` is a read-only capability pre-check tool specifically designed for DeepSeek Harness (DSH). It aims to address the pain points developers face when adding or developing plugins, such as the lack of a unified pre-check entry point and the need for manual comparisons between codebases and runtime behaviors. By accepting natural language change requests as input, this tool outputs fact-based decision recommendations (such as whether to use, install, build, or wait) based on the current environment, ecosystem evidence, and constraints, while clearly indicating the safest next step. Its core features include: strictly read-only, never performing any modification operations like installation, upgrade, or configuration changes; zero-cost configuration, requiring no API keys or accounts; and structured results, providing `decision`, `nextAction`, `risks`, and `doNotBuild`/`buildOnly` recommendations.
Read Morecharrywhite/dsh-sticky-notes: Sticky Notes Plugin for DeepSeek Harness Web Interface
charrywhite/dsh-sticky-notes is a sticky note plugin running within the DeepSeek Harness web interface, licensed under MIT with no third-party runtime dependencies. This plugin is designed to help users record temporary to-do items, requirements, and image materials during the agent development process, while also supporting AI model collaboration. Core features include draggable sticky notes, text to-do management (supporting check-off, editing, deletion), image sticky notes, customizable titles, and 9 skins. Data is instantly saved to the host at ~/.dsh/sticky-notes.json. Regarding AI interaction, the plugin registers two tools: sticky_notes_read and sticky_notes_add, allowing the model to read content or create/append entries, but prohibits modifying or deleting existing ones.
Read Moredsh-desktop-safe-market:Review-First, Install-Second DSH Plugin Marketplace
`bruc3van/dsh-desktop-safe-market` is a community plugin marketplace for DeepSeek Harness (DSH) with a core concept of "review first, install later." It is not an official store but enhances the security of plugin installation by integrating a security review process. Plugins themselves do not have an interface for executing installation. Instead, they fill security review prompts into a new session, allowing the user to confirm and then let the agent read the repository code for review. After the review passes, the official installation command is executed (prioritizing npm, followed by pre-built packages or source code). This mechanism ensures that the review and installation are structurally inseparable. The plugin provides curated plugin sources (daily snapshots based on manual selection), an installed management panel (supporting enable, disable, uninstall, and secure upgrade), and a read-only skill page. The secure upgrade function first confirms the upstream new version.
Read Moredsh-opencodego-usage: OpenCodeGo Plugin for Monitoring Remaining Quotas in DSH Web GUI
dsh-opencodego-usage is a plugin developed for the DeepSeek Harness (DSH) Web GUI, designed to monitor the remaining quota of OpenCodeGo in real-time. It displays a breathing light (green, yellow, red) at the bottom right corner of the chat input box, changing color based on the remaining quota ratio. Clicking the light expands a liquid glass panel that details usage, remaining proportions, and reset times across three windows: rolling (approximately 5 hours), weekly (about 7 days), and monthly (around 30 days). The plugin supports automatic parsing of API keys from DSH credentials and allows users to manually override the current session key within the panel. Data is automatically refreshed every 2 minutes. It ensures accuracy by calling the official OpenCodeGo quota API via HTTPS. Installation requires Node.js >= 22.19.
Read MoreDSH Wallpaper Plugin: wallpaper-plugin
wallpaper-plugin is a third-party plugin for DSH, designed to unify the management of appearance presets and wallpaper resources. Its core features include the preset wall, resource library, layer compositing, and sharing/import/export functionalities. The preset wall supports one-click switching and in-depth editing, covering tokens, CSS patches, and more. The resource library allows uploading images up to 20MB (with a limit of 100 items), which can be configured as chat backgrounds, setting cards, or sidebar posters, and supports both light and dark modes along with opacity adjustments. Additionally, the plugin supports compositing wallpapers with multiple images or GIF timelines, provides 12 AI-assisted tools for conversational skin customization, and enables complete sharing and restoration of configurations and resources through ZIP packaging. Installation requires executing `dsh plugin --profile <name> add github:Ayase34/wallpaper-`.
Read Moredsh-llm-verifier: Configurable LLM Verification Plugin for DSH
dsh-llm-verifier is a native DSH plugin designed to introduce an independent review mechanism to address challenges in selecting among multiple candidate solutions, tracking progress in long-running tasks, and validating session outcomes. Based on a configurable judge model, it performs evaluations using explicit tools—verifier_compare, verifier_select, verifier_track, and verifier_current_session—employing an A-T fine-grained scoring scale that is normalized to a 0-1 score. The plugin supports probabilistic expectation scoring, mitigation of position bias, and persistent caching, automatically scheduling the validation process at agent/turn-stopping boundaries. After installation, DSH automatically aligns the configuration, allowing users to set up the provider, model, and concurrency strategies via a web interface, or integrate it as an npm
Read More@eddyskywalker/dsh-chatgpt-subscription: Enable GPT Model Usage in DSH via ChatGPT Subscription
`@eddyskywalker/dsh-chatgpt-subscription` is a plugin for DSH that integrates ChatGPT subscriptions into DSH by registering the `codex-chatgpt` provider. It allows users to access GPT series models using the current host user's ChatGPT OAuth login state, supporting login management, quota viewing, search, image generation, and sub-agent configuration. In terms of security, tokens are encrypted and stored using DPAPI on Windows and with `0600` permissions files on Linux. Tokens do not enter browsers, configurations, or logs, and are only sent to the official OAuth endpoint. The plugin fixes the model interface, supports streaming responses, tool invocation, and multiple shell compatibility, providing including `g
Read Moredsh-file-upload: Adding Upload Button and Drag-and-Drop File Entry to DSH Sessions
dsh-file-upload is a community-developed plugin for the DSH web client, designed to simplify the upload and referencing of local files, images, and directories. The plugin enhances functionality by adding an upload button and supporting drag-and-drop features, archiving files into the DSH attachment library. For eligible images, it sends them to the official attachment rail and reuses the file_id from the DeepSeek Files API; other files are archived to specified directories, with a prefixed path text inserted into the draft. If the current model does not support images, images fall back to being represented as path text. The plugin supports recursive reading of dragged-in folders while preserving the original directory structure, offering settings options such as attachment directory, path prefix, official attachment routing toggle, and clipboard listener. File processing is limited by the DeepSeek API's 64 MB limit.
Read Moredsh-scrape-webpage: Web Scraping and Statistical Analysis Plugin
`dsh-scrape-webpage` is a Host-only, zero-dependency, MIT-licensed plugin within the DeepSeek Harness ecosystem, designed to automate webpage content scraping and lightweight analysis. The plugin supports HTTP/HTTPS protocols and can extract titles, descriptions, body text, H1-H6 structures, and links (up to 100), along with outputting statistical information such as character count, reading time, language tendencies, and the top 30 high-frequency keywords. Its core advantage lies in the integration of image downloading and image recognition extension features. The plugin can download up to six page content images to the local environment and supports connecting independent image recognition plugins through the `scrape.imageAnalyzer` service interface, enabling the附加 output of visual analysis results for images. In terms of security, it runs by default within a sandbox environment, and if HTTPS encounters issues...
Read Moredsh-webui-auth: Adding Persistent Login Access Control to DSH WebUI
dsh-webui-auth is the authentication plugin for DeepSeek Harness (DSH) WebUI, licensed under MIT and with zero dependencies. This plugin wraps core routes at runtime, providing four layers of protection for WebUI resources, API endpoints, and WebSocket connections without modifying the DSH source code, forcing unauthenticated users to log in. Its core features include: storing passwords with scrypt hashing, session persistence in sessions.jsonl maintained by HttpOnly cookies; implementing login rate limiting (5 attempts per minute per IP) and security header configuration; recording pseudonymized audit logs; supporting Setup Token initialization on first startup. Passwords can be reset by deleting the credential file if forgotten. Installation is done via npm.
Read Moredsh-niulai-pet: A desktop pet that yells "Mom~~~" upon task completion in the dsh web corner
`dsh-niulai-pet` is a desktop pet plugin specifically developed for dsh web, aiming to transform Agent task completion feedback into visual and interactive lightweight objects. Running in the corner of the interface, this plugin supports providing feedback through sounds, bubbles, and animations upon task completion, and features configurable multiple desktop pets, 9 built-in skins, and custom character pack import functionality. Its core features include voice wake-up technology, supporting model recognition based on sherpa-onnx and MFCC+DTW template matching, allowing users to control looped shouts via voice commands. The plugin offers rich daily interactions, such as idle animations, runtime timer bubbles, drag position memory, and physical collisions. For configuration, in dsh rc.7+ versions, it can be persisted to `settings.yaml` through a settings card, while older versions fall back to `localsettings.yaml`.
Read Moredsh-mmx-bridge: Enabling DSH Access to MiniMax Multimodal Capabilities
The dsh-mmx-bridge is a DeepSeek Harness (DSH) MIT-licensed plugin maintained by welsione, designed to integrate MiniMax's multimodal capabilities into DSH agent workflows via the mmx_bridge tool. This plugin supports image understanding and generation, video creation, voice synthesis, music generation and cover production, online search, and quota queries. Users can issue direct commands in dialogue or drag and drop images for automatic recognition, with the recognition results featuring an embedded caching mechanism (stored in plaintext) for consistent queries on the same image. The plugin requires DSH version 0.1.0-rc.7 or higher and a logged-in mmx-cli environment. It can be installed via the `dsh plugin` command and takes effect after a restart. Generated artifacts are saved by default to `/tmp/mmx-out/` and are processed via the `/mmx` endpoint.
Read Moredsh-whale-meter: DeepSeek Harness Usage and Cost Dashboard
dsh-whale-meter is a community-maintained DeepSeek Harness (DSH) plugin designed to provide a centralized usage and cost dashboard. Developed by Shiye-10Pages under the MIT license, it supports local computation with zero data reporting, only initiating network requests when querying balances. Its core features include multi-model cost estimation (covering 46 models such as DeepSeek, Anthropic, and OpenAI), monthly consumption tier display, daily budget reminders, and price comparison and peak-valley pricing before and after the August 17 DeepSeek price adjustment. Additionally, it supports per-model/session billing, historical data backfilling, 14-day trend analysis, and balance queries. The installation is simple, enabling activation via the `dsh plugin add` command.
Read Moredsh-plugin-msg-nav: DSH Dialogue Node Navigation Bar Plugin
dsh-plugin-msg-nav is a lightweight navigation plugin for DeepSeek Harness (DSH), designed to address the difficulty of locating old messages in lengthy conversations. It renders a vertical node string along the right edge of the conversation area, mapping each authentic user message to an independent node. Users can hover to preview message content (the panel displays up to 10 items with scroll support) and click to smoothly jump to and highlight the corresponding message. The plugin features a smart loading mechanism: while the session projection covers all user messages, clicking on unloaded older messages will automatically fetch historical data on demand. The node string automatically hides when there are fewer than 2 user messages, the session is empty, or the view is not in conversation mode. This plugin is based on the MIT license, requires a restart or page refresh to take effect after installation, and is maintained by SherUnlocked-4869, supporting React 18.2.0 and above.
Read MoreSeverusZh/dsh-plugin-subagent-director: Assigning Models and Role Division for DSH Sub-agents
SeverusZh/dsh-plugin-subagent-director is an MIT-licensed plugin for DeepSeek Harness designed to address issues such as redundant LLM configurations for sub-agents and lack of planning in role allocation. Its core functionalities include specifying LLM providers and models for different sub-agents, as well as defining sub-agent responsibilities, personas, and optional model bindings through "role templates," thereby assisting the main agent in delegating tasks effectively. The plugin supports a four-level fallback chain (single call > role binding > plugin default > inheriting from the main agent) and provides hot-reloading for configurations. Users can define roles such as "translator" via `settings.yaml`, utilize the `subagent_role` tool for delegation, and explicitly specify models to override defaults during single calls.
Read Moredsh-extension-hub: Unified Management of Skills, MCPs, and Plugins in DSH Web
`dsh-extension-hub` is a DeepSeek Harness (DSH) plugin maintained by Relistencode under the MIT license, designed to provide a centralized entry point for extension management. It addresses the fragmented management of skills, MCP servers, and plugins by allowing users to uniformly create, edit, enable, disable, import, update, and uninstall extensions within the "Settings > Extension Management" page of DSH Web. The plugin supports managing both `stdio` and `streamable-http` types of MCP, enabling configuration import from Claude/Codex and project-level installation through a folder selector. Its built-in Plugin Market offers npm
Read Moredsh-run2skill: Organizing Explicit Experiences from DSH Sessions into Reviewable Skills
dsh-run2skill is a plugin designed specifically for the DeepSeek Harness (DSH) Web interface, aiming to address the challenge of reusing experiences across different agent collaboration sessions. It automatically organizes user-specified corrections, long-term constraints, and reusable workflows from conversations into auditable Skill drafts. Once human-confirmed, these drafts are written into DSH's default storage directory, forming native Skills. The plugin supports draft modifications, version association, abandonment, or retrying, and allows skills to be saved at the project or user scope. Its core advantage lies in its local-first approach: it does not store model keys or replicate full sessions, processing only filtered and sensitive-information-cleared content. The current stable version is 0.3.1, compatible only with DSH Web 0.1.1-rc.2, and requires Node.js ^22.19.
Read Moresnapgrep: In-Process Code Search Plugin for DSH
snapgrep is a MIT-licensed tool maintained by Owen718, designed specifically for Pi and DeepSeek Harness (DSH). It aims to accelerate code search through in-process trigram indexing, addressing latency accumulation caused by frequent disk reads. The solution eliminates the need for sidecar processes or daemons, thereby reducing costs associated with startup, synchronization, and debugging. Within DSH, it replaces the built-in `grep` and `glob` tools, ensuring search results are byte-for-byte consistent with ripgrep; for unsupported queries, the system fails closed rather than returning approximate results. For deployment, it does not compile source code but only downloads a runnable addon of approximately 1.2 MB, supporting macOS, Linux (x64/arm64), and
Read Moredsh-spend: DSH Token Usage and Cost Monitoring Plugin
dsh-spend is a web plugin for DeepSeek Harness (DSH), maintained by nonewind under the MIT license. It is designed to address the fragmented monitoring of Token usage, latency, costs, and quotas across multiple providers and models. By replaying session logs from `$DSH_HOME/sessions`, it provides a floating window and detailed panel in the Web UI. Core features include: multi-dimensional statistics by provider, model, time, and session; time-series charts for today, 24 hours, 7 days, and a 52-week activity heatmap; a built-in price database covering 17 providers and 131 models with automatic recognition of Code or Token billing plans, and support for DeepSeek's peak-valley pricing. It also reads real-time data from DeepSeek, M...
Read Moredsh-replay: Providing Playback, Audit, and Comparison for DeepSeek Harness Sessions
dsh-replay is a DSH plugin maintained by MingoZhou under the MIT license, designed to provide visualization, playback, auditing, and comparison capabilities for DeepSeek Harness sessions. The plugin transforms agent session records into an interactive interface, with core features including timeline playback, an overview dashboard, cost estimation, security auditing, fork tree visualization, session comparison, one-click HTML export, filtering and search, and bilingual Chinese-English interface support. Users can try it out via an online demo or quickly install it using the `dsh plugin add` command without needing a local build. After installation, restart the harness to use it from the sidebar or session tab. This tool is ideal for troubleshooting tool calls, auditing sensitive operations, analyzing session forks, and exporting records, making it a valuable asset for agent session management and analysis.
Read Moredsh-chat-outline: A clickable outline of conversation turns for long dialogues
dsh-chat-outline is a DeepSeek Harness (DSH) plugin maintained by liliuCourier, designed to address the difficulty of locating specific messages in long conversations. It adds a persistent 260px sidebar outline to the left side of the DSH web client, listing user queries and the final assistant reply for each turn. Users can click on entries to navigate directly, and the sidebar can be collapsed with a single click to restore the full width. Core features include a current position marker that follows scrolling, keyword filtering, theme adaptation for light and dark modes, and support for holding Ctrl/Shift to switch between the conversation view and the trace view. The plugin offers two modes: "Lightweight Mode" (displays only the content within the loaded window) and "Comprehensive Mode" (parses the entire history in the background, suitable for long conversations but may slow down response times), with automatic memory of user preferences. Installation can...
Read MoreCode2Skill: Generating Functions, MCP, and Agent Skills from Existing Code
Code2Skill is a MIT-licensed plugin developed by leechen298, designed to organize business logic scattered across frontend, backend, or full-stack source code into standard capability packages for agent invocation. Targeted at DeepSeek Harness (DSH) scenarios, this tool automatically identifies business entry points and call chains within user-authorized source code, generating Functions, MCP tools, workflow Skills, and offline tests. Its core advantage lies in performing offline technical verification by default without invoking production APIs, thereby ensuring security during the generation process. Users can easily install it to a specified profile using the `dsh` command and designate specific pages, directories, or function entry points as transformation targets. The plugin also includes a review feature to assess the completeness of the main workflow in generated packages and...
Read Moredsh-strata: Transforming DSH Web Session Scrollbar into Session Map
`dsh-strata` is an open-source session navigation plugin developed specifically for the DeepSeek Harness Web GUI, designed to address the challenge of quickly locating key content within lengthy sessions. This plugin replaces the traditional scrollbar with an interactive, proportionally scaled, color-coded session map. By using colors to distinguish user messages, failed tool calls, and regular content, and providing clickable anchors in the sidebar, it allows users to intuitively view the session structure and jump directly to specific positions with a single click. The plugin is implemented entirely on the browser side, without transmitting any data over the network, ensuring privacy and security. It supports three map scale modes—near, medium, and full—and includes comprehensive keyboard navigation features (such as arrow keys, Page Up/Down, etc.), while also complying with accessibility standards. Additionally, users can hover over messages to preview their content or pin the sidebar for expanded, detailed information. Installation is straightforward.
Read Moredsh-requirements-alignment: DeepSeek Harness's Requirement Drift Prevention Plugin
`dsh-requirements-alignment` is a DeepSeek Harness (DSH) plugin designed to address the "requirement drift" issue during the execution of long-task agents. Unlike the Plan Mode, which reviews plans before implementation, it establishes and maintains a "Requirement Baseline" comprising goals, constraints, and user decisions to continuously protect the initial intent at runtime. Its core mechanisms include: recording the baseline using the `establish_baseline` tool; automatically detecting directional drift such as scope expansion or architectural changes in `auto` mode; and triggering user inquiries via `report_drift`, supporting approval, rejection, or revision, with decisions written back to the baseline. The plugin provides the `/align` command.
Read Moredsh-ux: Experience Enhancement Suite for DSH Web Interface
dsh-ux is an independent (unofficial) DSH extension suite, licensed under MIT, that includes the `dsh-enhance` Web plugin and the `dsh-desktop` shell. The `dsh-enhance` plugin optimizes the DSH Web experience by applying a Solarized Light theme with a compact layout, prioritizing the Maple Mono font, aggregating thinking blocks and tool calls into clickable, expandable collapsible capsules, and displaying account balance, token costs, and a 30-day usage chart at the bottom of the interface (requires configuring `DEEPSEEK_API_KEY`). The `dsh-desktop` provides a borderless, immersive window for macOS and supports double-click launching. Users need to install the plugin via the `dsh plugin` command based on `web`.
Read Moredsh-plugin-git-bash: Enabling DSH to Use Git Bash by Default on Windows
`dsh-plugin-git-bash` is a plugin for DSH designed to replace PowerShell with Git for Windows Bash as the default shell in Windows environments, while fully preserving DSH's original permission semantics of `read-only`, `workspace-write`, and `danger-full-access`. This plugin is installed as a bundle layer into the DSH profile without modifying the main DSH installation directory, and supports the `standard`, `code`, `cordis`, and `minimal` presets as well as the Web Agent for uniformly executing commands via Git Bash.
Read Moredsh-balance-tide: DSH Web Balance and Peak-Valley Pricing Reminder Plugin
`dsh-balance-tide` is a DSH Web plugin (v0.4.0, MIT license) developed by maintainer `huanyuLv`, designed to integrate DeepSeek account balance, peak/valley pricing status, and current session cost estimation. The plugin displays real-time badges for `standard`, `peak`, or `off-peak` price tiers and provides a countdown to the next peak/valley switch. It reads balance data from official endpoints, differentiates between gifted and topped-up portions, and estimates session costs by reusing `sessionProjections` based on the current pricing cycle to avoid redundant calculations. The plugin supports both Chinese and English interfaces and requires zero configuration, reusing the API Key from DSH credentials without storing keys in the repository. According to the rules, Beijing time 09:00–12:00 and 14:00–18:00 are designated as peak hours.
Read Moredsh-client-ui-mobile-adapt: Mobile Adaptation Plugin for DeepSeek Harness Web GUI
`dsh-client-ui-mobile-adapt` is a mobile-adaptation plugin for DeepSeek Harness Web GUI, developed by Hotsteel2901 under the MIT license. This client-side-only plugin is designed to address the issue of desktop layouts being unsuitable for narrow screens. It only activates within viewports with `max-width: 768px`, leaving the desktop layout unaffected. Core features include collapsing a three-column layout into a single column, converting the sidebar into a drawer, making the settings panel fullscreen, and providing a floating window for trajectory details. It also includes optimizations for iOS dynamic viewports and safe areas. For installation, it is recommended to add the plugin via an HTTPS tarball URL to a specified profile, manually mount it through `cordis.patch.yml`, or create a dedicated profile.
Read Moregameswu/dsh-plugin-vscode-sidebar: Adding a VSCode-style Workbench to DSH Web
`gameswu/dsh-plugin-vscode-sidebar` is a client-side plugin for DSH Web, designed to address the issue of context fragmentation caused by multiple scattered windows during coding. This plugin integrates VSCode-style functionalities into the DSH Web interface, featuring a right sidebar and bottom panels, with support for session isolation. Core functionalities include: a file explorer with lazy loading and icon display, supporting Git status markings; a Monaco-based editor offering full language syntax highlighting, Markdown preview, and KaTeX formula support; a source code management panel with diff statistics, branch switching, and lane diagrams; a real terminal and embedded sandbox browser based on xterm.js; and a task manager for viewing Subagent topology and streaming output of background tasks. Plugin settings take effect immediately, and the interface language follows
Read MoreDeepSeek Harness Plugin dsh-qa-skills: A Test Engineering Skill Framework for Agents
dsh-qa-skills is a DSH plugin maintained by fishzjp, designed to provide a unified testing engineering framework for Agents such as Claude Code, addressing the lack of process in temporary prompts. This plugin includes 10 testing Skills and a shared core knowledge base, supporting Node.js 18+ under the MIT license. Its core functionalities cover the entire testing process: orchestrating a nine-stage pipeline via `qa` with manual checkpoints; performing requirement analysis and risk decision-making; generating human-readable markmap and machine-consumable schema.yaml test cases; reviewing the coverage of existing test cases; supporting E2E/API automation conversion; and facilitating bug localization and regression scope analysis. The core library `core/` must be installed alongside the Skills.
Read Moredsh-chinese-mode: A Global Chinese Mode Plugin for DSH Web
dsh-chinese-mode is a client-side plugin for DSH Web, designed to uniformly control the Chinese language mode across replies, thinking, and tool outputs. This plugin addresses the pain point of manually maintaining Chinese system prompts across multiple presets by centralizing management through a global switch and persistent settings. Core features include: global application with persistent state; unconditional injection of language requirements into any preset (except the "complete persona") when enabled; support for splitting language control into three independent regions—reply, thinking, and tool—allowing users to customize Chinese or English settings for each region; and an independent settings page alongside a compact capsule toggle next to input fields for quick switching. The plugin is compatible with anchor behavior, which is disabled by default. When enabled, it supports combinations such as English thinking with Chinese replies and tool outputs. When the main switch is turned off, only
Read Moredsh-peer-link: Native Point-to-Point Messaging for DSH Sessions
dsh-peer-link is a DSH plugin designed to enable point-to-point communication between DSH sessions and other agent sessions (such as Claude Code) on the same machine via Unix Socket. This plugin registers the DSH process as a discoverable peer, distinguishes specific sessions through short IDs, and supports injecting received messages into DSH sessions in the form of user bubbles. Core functionalities include `peer_send` (for sending messages to a specified peer or socket path) and `peer_list` (for viewing active peers, with support for directory filtering, sorting, and interactive operations). Installation requires using the `dsh plugin` command to add the plugin repository. If communication with Claude Code is needed, Claude Co
Read Moredsh-claude-tui: A Claude Code-Style TUI for DeepSeek Harness
dsh-claude-tui is a community-maintained unofficial TUI client designed to integrate the runtime capabilities of DeepSeek Harness (DSH) into a terminal interaction experience similar to Claude Code. The project (version 0.1.5, MIT license) is independent of Anthropic and DeepSeek, does not rely on official cloud services, and directly interfaces with the DSH local runtime. Its core features include providing a high-fidelity terminal interface, supporting model selection, persistent session management, command execution, approval confirmation, tool observation, and subagent management. The interface displays real runtime information, supports multi-line editing, image pasting, history search, and keyboard shortcuts. During execution, users can view the reasoning process, tool activity, cache hit rates, To
Read MoreWanjiqi-Meme: Distilling Poorly Received Memes from Live Room 6657 into DSH Skills
wanjiqi-meme is a DSH-installable plugin that adheres to the AgentSkills standard and is licensed under MIT. Based on 22,771 authentic danmaku meme data from Wan Jiji (Live Room 6657), it aims to deliver entertaining expressions through AI Skills. Primarily serving the CS2 and DOTA communities, its core functions include generating Wan Jiji-style danmaku memes, commentary rants, player critiques, and CS×DOTA hybrid memes, with support for anime-style meme crossovers. Users can install it into a specified profile using the `dsh plugin` command. As a fan-oriented, entertainment-focused tool, it is suitable for content drafting, joke testing, or AI agent prototyping, but not for serious content production or real-life personal attacks. Please note that this project is not officially affiliated with Wan Jiji himself.
Read Moredsh-reference-anything: Integrating Multiple Reference Sources of DSH into an @ Menu
dsh-reference-anything is an MIT-licensed DSH plugin maintained by Chael-Chael, designed to address the issue of frequent switching caused by scattered multi-source data. This plugin integrates DSH commands, Skills, workspace files, session history, local Agent records, cloud drive files, and online chat history into the DeepSeek Harness @ menu, enabling one-stop search and reference. Its core functionalities include extending referenceable sources (supporting access to online sessions via OpenCLI and cloud drives via OpenList, with local records read directly from disk files) and enhancing menu interaction (supporting custom grouping order, folding settings, and optimized visual icons). The plugin is compatible with DSH versions 0.1.0-rc.8 and above, and after installation, it allows users to...
Read Moredsh-usage-dashboard: DeepSeek Usage and Quota Dashboard for DSH
dsh-usage-dashboard is a DSH Web plugin (MIT licensed) developed by Cassius0924, designed to address the lack of an intuitive cost view when invoking DeepSeek models. It adds a "Credits" tab and a draggable floating window to the DSH Web GUI, displaying account balance, today's/monthly/cumulative consumption along with month-over-month comparisons, cost rankings by model and session, prefix cache savings, a 7-day balance forecast (with red alerts if projected to drop below 3 days), billing estimates under the 2026-08-17 peak/valley pricing, and a 30-day hourly usage distribution with a 12-week heatmap. The plugin supports both Chinese and English languages, follows the host theme, and includes a balance alert line feature. Note that the costs displayed by the plugin are estimates and do not include any discounts from DeepSeek; for final amounts, please refer to the official
Read Moredsh-annotate: DeepSeek Harness Browser Element Annotation Bridge
dsh-annotate is an MIT-licensed plugin developed by BrambleXu for DeepSeek Harness, designed to address the lack of contextual information in textual descriptions during browser UI debugging. This tool allows users to directly select web page elements via the `/annotate` command in Chrome or Chromium, automatically capturing Selectors, DOM facts, computed styles, accessibility data, notes, and optional viewport screenshots. It then sends this structured data to the Agent through a local loopback WebSocket bridge. To ensure security, the plugin strictly limits the server to accept connections only from localhost and the Chrome extension origin. The current version (0.1) supports only local single-tab debugging and does not yet support remote browsers or full-page captures. During installation...
Read Moredsh-tool-autoexpand: Automatically expand new tool call cards in DSH
`dsh-tool-autoexpand` is a client-side plugin for the DSH browser, based on the MIT license, designed to optimize the viewing experience of tool invocation results. Its core function is to automatically expand the top-level folded rows of newly rendered tool invocation cards, while avoiding accidentally opening the row folding of internal blocks such as ReadBlock and TerminalBlock, thereby reducing manual operations. The plugin provides a default-enabled toggle switch card at the bottom of the sidebar, supporting adaptive light and dark themes. Users can instantly toggle the ON/OFF status by clicking the entire card without restarting the service. During installation, users can add the plugin via DSH commands from GitHub or npm. After installation, the DSH web interface must be restarted for the changes to take effect. To remove the plugin, execute the corresponding remove command and restart to completely disable it. This plugin is applicable
Read Moredsh-update-checker: An Update Checking and One-Click Updating Plugin for DeepSeek Harness
dsh-update-checker is a DeepSeek Harness (DSH) Web GUI plugin maintained by Airmetro, designed to consolidate the update processes for the main program and third-party plugins from scattered commands into a unified interface. The core functionalities of this plugin include: checking the version status of the DSH main program (by comparing with npm latest) and unofficial plugins (via cross-referencing between npm and GitHub sources); providing full lifecycle update management with features such as dry-run protection, automatic backups, adaptive installation, and post-installation verification; supporting real rollback interfaces and backup list viewing; and ensuring service recovery through a restart watchdog based on PID and port detection. Additionally, the plugin offers multilingual status prompts in the GUI and implements loopback origin and confirmation mechanisms for write operations.
Read More@zimzaza4/dsh-bash-win: Adding Git Bash and WSL2 Bash Tools to DSH on Windows
@zimzaza4/dsh-bash-win is a Cordis plugin designed for Windows environments to address the limitations encountered by the DeepSeek Harness (DSH) agent when invoking bash commands. The plugin offers two core tools: `git_bash` (based on local Git Bash/MSYS2) and `wsl_bash` (based on WSL2/Linux). It supports approval mode, sandbox isolation, background task management, foreground timeout control, and Web terminal card display. Key features include automatic detection of execution paths and customization of Git Bash and WSL paths via configuration files or environment variables. Output collection is capped at a 256 KiB memory limit to optimize performance. For security, the plugin operates with full permissions by default.
Read Moredsh-plugin-claude-bridge: Bridging Claude Code's Memory, Skills, and Configuration to DeepSeek Harness
`dsh-plugin-claude-bridge` is an open-source plugin maintained by YYTbit under the MIT license, designed to seamlessly bridge DeepSeek Harness (DSH) and Claude Code content. The plugin adheres to the philosophy of "zero migration, full compatibility," requiring no file copying, symbolic link creation, or migration scripts, and directly reads from Claude Code's standard file locations. Its core functionalities include: automatically reading project memories (`~/.claude/projects/.../memory/*.md`) and injecting them as dynamic system prompts; discovering skills (`~/.claude/skills/.../SKILL.md`) and adding them to the available directory; and reading global instructions (`~/.claude`)
Read Moredsh-zotero: Enabling Agents to Search, Read, and Cite Local Zotero Libraries
dsh-zotero is an MIT-licensed plugin for DSH designed to integrate a local Zotero library into Agent workflows, addressing the issues of lacking verifiable sources in context and manual operations interrupting the conversation flow. This plugin provides read-only access capabilities, supporting searches by title, author, and other criteria, browsing library structures, reading individual item metadata, notes, annotations, and attachments. It also utilizes the BM25 algorithm to extract relevant evidence paragraphs from full texts and notes. Additionally, it features incremental awareness, attachment path localization, and the ability to export citations in multiple formats such as BibTeX and RIS. After installation, the Agent can perform literature searches, abstract extraction, and evidence localization through specific commands, enabling automated citation generation. The plugin only makes network requests to the local loopback address, does not execute shell commands, and does not load native modules, ensuring...
Read Morevlln/dsh-task-status: Display Background Task Status on DSH Chat Page
`vlln/dsh-task-status` is an example plugin in the DSH ecosystem, designed to address the lack of background task status entry points on the Web-side Chat page. The plugin displays the number of running background tasks above the conversation input box, allowing users to click on a task row to expand and view its status, duration, and the latest output tail (limited to 10 lines/160px, with scrolling support). It only takes effect on the Chat page, and the status bar automatically disappears once the task is completed. Core functionalities include providing read-only `/tasks` list and `/output` tail routes, and applying a mirror patch to `ctx.tasks.read` to synchronize incremental output reading semantics. Installation requires a specific git source command, and it demands Node.js >=22.19.0 and dsh >2.0.0.
Read MoreDSH-OpenCode-Go-Usage: Displaying OpenCode Go Usage Above the DSH Web Input Box
`dsh-opencode-go-usage` is a lightweight extension plugin designed specifically for the DeepSeek Harness (DSH) web profile. It addresses the issue faced by OpenCode Go subscription users who find it difficult to monitor their usage limits in real-time within the conversation interface. This plugin displays a usage chip above the input field, providing real-time visualization of the remaining proportions and reset countdowns across three windows: a 5-hour rolling period, weekly, and monthly usage. It supports color-coded alerts based on thresholds (≥80% in yellow for warnings, ≥90% in red for errors) and shows the data update time. The plugin features a 10-second polling mechanism, a 300-second host-side cache, and failure cooldown functionality, and it automatically appears only when the current session utilizes the `opencode-go` provider. Users can customize settings via a built-in editor or environment variables.
Read Moredsh-compaction-instant: An Instant Context Compression Plugin for DeepSeek Harness
dsh-compaction-instant is an instant context compression plugin for the DeepSeek Harness environment, designed to replace traditional LLM summarization with deterministic text processing. This plugin avoids model calls or network requests, eliminating additional delays and rewriting risks. By preserving the original tokens and generating seq, result, or checkpoint pointers that link to persistent logs, it achieves near-lossless compression. As a drop-in replacement for dsh-compaction-basic, it maintains the same interface and semantics, offering recall and search tools along with the /recall command to support on-demand restoration of omitted content or searching of persistent logs. This solution is ideal for developers seeking to reduce model call overhead and ensure data recoverability, requiring No
Read Moredsh-ui-appearance: DeepSeek Harness Appearance Customization Plugin
dsh-ui-appearance is the appearance customization plugin for DeepSeek Harness, supporting both WebUI and DSH Desktop. Key features include: customizing six theme colors (primary, background, panel, input box, text, border) with color picker and HEX input support; wallpaper/video backgrounds (supporting JPG/PNG/WebP/GIF/MP4/WebM, stored in IndexedDB at original quality, with a 200MB limit for images and 50MB for videos); frosted glass and semi-transparent effects (adjusting opacity and blur intensity for panels, input boxes, and code blocks); and background ambiance adjustments (opacity, blur, mask). It includes six preset color schemes and supports exporting/importing color schemes via JSON for sharing. All changes are previewed in real-time and automatically persisted to localSt
Read Moredsh-oauth-mcp-client: OAuth 2.1 MCP Client Plugin for DeepSeek Harness
`dsh-oauth-mcp-client` is an MIT-licensed client plugin designed for DeepSeek Harness (DSH). It aims to address challenges such as OAuth 2.1 authorization, dynamic client registration, browser callbacks, and token storage when accessing external MCP services that require authentication. The plugin comes with built-in configurations for connecting to the Springbrand production MCP Gateway (`https://connector.springbrand.ai/mcp`), supporting the OAuth 2.1 PKCE flow, automatic reconnection, and the discovery, registration, and execution of MCP tools. Its core code is adapted from `@deepseek-ai/dsh-mcp-client`, with OAuth state managed through DS...
Read Moredsh-plugin-smooth-stream: Presenting DSH Streaming Output in Paragraph Batches
`dsh-plugin-smooth-stream` is a DSH client plugin maintained by SpookySandwich, designed to address issues in web sessions where streaming responses output word-by-word, causing page jitter and incomplete rendering of code blocks and tables. Without altering DSH's rendering capabilities, this plugin optimizes streaming output to display content in batches with a fade-in effect on a per-paragraph basis, while supporting smooth follow scrolling. When the user scrolls up, the plugin automatically yields control; during thinking phases, it displays a real-time single-line summary that automatically collapses at the end of the turn. The plugin retains native rendering features such as code highlighting, tables, and KaTeX formulas, and automatically degrades to plain text in case of errors. It offers eight entrance animations, adheres to the `prefers-reduced-motion` setting, and supports real-time preview and parameter adjustments (such as animation duration, split) in the settings panel.
Read Moredsh-agy: Google Antigravity OAuth and Multi-Account Pool Plugin for DSH
dsh-agy is a DeepSeek Harness plugin developed by chaos-03x, designed to provide multi-account management, OAuth authentication, rate-limit rotation, and device fingerprint support for Google Antigravity. It features both Web and CLI management interfaces. Its core functionalities include OAuth login support for both browser and headless modes, encrypted multi-account pools, usage-aware automatic account rotation, and intelligent handling mechanisms for errors such as 429 responses. Users can enable the plugin via the `dsh plugin` command on the Web interface or use the CLI in standalone environments through npx/npm. The plugin supports individual proxy configurations for each account and offers detailed error-type response strategies, such as immediate retry for soft limits and cool-down switching for hard limits.
Read Moredsh-ha-orchestrator: Model High Availability Fallback and Multi-Agent Orchestration
dsh-ha-orchestrator is a DeepSeek Harness workflow plugin (v0.12.2, MIT) maintained by Saktawdi. It automatically retries according to a fallback chain when model requests fail, and supports cooldown and provider circuit breaking. The orchestrate tool offers five orchestration modes: fanout, pipeline, supervisor, map-reduce, and router, with support for custom sub-agents, runId resumption, and run history. Recommended installation: dsh plugin --profile web add dsh-ha-orchestrator. It is suitable for long-task scenarios such as in-depth research, large codebase reading, and batch review.
Read Morenovel-writer: Writing Long Novels with Multi-Agent Division of Labor
novel-writer is a DSH workflow plugin maintained by sailoumili. Upon installation, it registers a "Multi-Core Collaborative Writing Mode" preset: one lead coordinator and five specialized sub-agents, each responsible for world-building, plot planning, character management, writing, and quality review. The settings are implemented through a narrative constitution, character profiles, and chapter version files, making it suitable for creative scenarios requiring long-form continuity. Installation command: dsh plugin --profile web add github:sailoumili/novel-writer. Licensed under MIT.
Read Moredsh-openviking: Integrating OpenViking Memory and Retrieval into DeepSeek Harness
dsh-openviking is a DSH memory plugin maintained by Rxiain. It integrates OpenViking's semantic search, viking:// resource management, user/agent dual-space automatic recall, and session synchronization into the DeepSeek Harness. It provides tools such as memsearch, memread, memadd, memcommit, memlearn, as well as the /memlearn slash command, supporting procedure lane workflow experience recall and automatic submission. By default, it connects to localhost:1933 and can be configured via cordis.patch.yml. It is suitable for developers who have deployed OpenViking and need to share long-term memory across tools.
Read MoreDSH UI Harmonizer: Unifying Web Interfaces with Official Design Tokens
dsh-ui-harmonizer is a pure client-side DSH plugin maintained by Physicolor. It standardizes the incomplete official UI and harmonizes the styles of plugins like better-sidebar and widgets by using official slots and --dsw-* design tokens, without modifying session logs or incurring model costs. It also automatically corrects the layout of third-party settings pages. The installation command is `dsh plugin --profile web add dsh-ui-harmonizer`. After a hard refresh, you can adjust settings such as conversation width, Markdown font size, and rounded card corners in Settings → General. It is compatible with DSH 0.1.x, licensed under MIT, and leaves no residue upon uninstallation.
Read Moredsh-session-health: Read-Only Health Diagnostics for DSH Multi-Frame Zstd Session Files
dsh-session-health is a DSH admin-security plugin maintained by omdsh-dev. It performs frame-level read-only scans on multi-frame zstd session files located under $DSH_HOME/sessions, detecting torn, corrupted, empty sessions, and stray files. The plugin registers the `session_health` tool, which outputs JSON reports and cleanup recommendations. It supports three actions: scan, file, and stats, with an optional deep analysis mode. It can be installed via `dsh plugin add` in DSH 0.1.0-rc.8 and complements the dsh-session-repair-skill. Licensed under MIT.
Read MoreDSH Promotion Toolkit: Transforming a Single Piece of Content into Native Distribution Across 17 Platforms
lhmd/dsh-promotion-toolkit is a DeepSeek Harness workflow plugin that first extracts product stories, README, or articles into core viewpoints, evidence, and original links, then generates differentiated promotional content for 17 platforms including Xiaohongshu, Zhihu, WeChat Official Accounts, Bilibili, X, LinkedIn, and more. It supports DSH profile mounting and CLI invocation, outputs structured JSON, and is licensed under MIT.
Read Moredsh-auto-approve: Adding Auto Permission Level Between Workspace Write and Full Access
dsh-auto-approve inserts an auto permission tier between workspace-write and danger-full-access for DeepSeek Harness. The sandbox boundary is identical to workspace-write, with routine sandbox escalations approved in one go by a classification model; cases hitting a deterministic danger list, where the classifier is uncertain, or due to timeout or malformed responses are still escalated to manual approval. The plugin supports Web, TUI, and Desktop frontends and can be installed via dsh plugin and enabled by activating the Auto tier in Permissions.
Read Moredsh-balance-monitor: View DeepSeek Balance and Today's Spending at the Bottom of the DSH Sidebar
dsh-balance-monitor is a client-side plugin for dsh released by jelly-000, displaying the DeepSeek API account balance, a remaining proportion bar, and the daily expenditure at the bottom of the Web UI sidebar. The server queries the balance through the official API, ensuring the API key is not exposed to the browser; today's expenditure is calculated based on the initial balance of the day. Install using the command `dsh plugin --profile web add`, and after restarting dsh with `dsh --profile web`, the card will appear above the settings button. Licensed under MIT, with no build steps required.
Read Moredsh-web-startup-auth: Securely Exposing the DSH Web Interface on Local Networks
dsh-web-startup-auth is a DSH networking tool plugin maintained by GDWhisper. It replaces the original web launcher, enabling `dsh web --host 0.0.0.0`, and includes login/registration pages along with session protection to ensure that API and RPC require valid sessions for remote access. The plugin takes effect automatically through bundle patches, storing credentials in `~/.dsh/web-auth.json`. It is suitable for sharing the DSH interface on trusted internal networks; for plaintext HTTP scenarios, it is recommended to use it with an HTTPS reverse proxy.
Read MoreSGME: Making DSH Remember Everything You've Discussed
SGME (Memory Capture Engine) is a self-hosted memory hub maintained by freehul that captures conversations, distills structured memories, and injects them into agents based on context. The DSH plugin dsh-sgme provides tools such as memory_search, profile injection, and session archiving. This article explains its working principle, two-tier deployment steps (Python service + dsh plugin add), typical usage, and security considerations.
Read Moredsh-firecrawl: Integrating Firecrawl Web Search and Scraping for DeepSeek Harness
@firecrawl/dsh-firecrawl is a DSH networking plugin maintained by the Firecrawl team. It redirects the backend of the built-in web_search and web_fetch tools to the Firecrawl API without introducing new tool names. Compared to the locally disabled web_fetch by default, this plugin leverages the Firecrawl infrastructure to fetch pages, reducing local SSRF risks while supporting JS rendering and anti-scraping measures. It is compatible with @deepseek-ai/dsh@0.1.0-rc.6, requires configuring the FIRECRAWL_API_KEY, and can be used by installing it into the web profile and restarting the Harness.
Read Moredsh-fate-spectrum: Providing Deterministic BaZi and ZiWei Charting for AI Agents
dsh-fate-spectrum is a DeepSeek Harness plugin maintained by EchoUser005, which performs Four Pillars of Destiny and Purple Star Astrology chart calculations locally offline, outputting structured and reproducible destiny chart facts for Agent invocation. It supports dual-chart viewing, candidate charts for unknown hours, and supplementary questioning when information is insufficient. Version v0.1.0 can be installed via `dsh plugin add`. It is suitable for DSH users who require verifiable chart calculations rather than model-inferred Heavenly Stems and Earthly Branches.
Read Morecreght-dev/skills: Codex and Intelligent Agent Skill Package for the Creght Project
creght-dev/skills is maintained by creght-dev, providing Codex/agent skills for the Creght project. It includes the base platform skill 'creght' and the website replication skill 'site-replica'. It covers CLI workflows, page and component conventions, CMS/form/Auth/Func backends, SEO, and publishing, and supports installation via the skills CLI or DSH bundle. This is suitable for developers building Creght sites in a DSH or Codex environment; please review the source code and confirm the MIT license before installation.
Read MoreDSH WorkBuddy Connect: Integrating the WorkBuddy Desktop App Model into DeepSeek Harness
DSH WorkBuddy Connect is a DeepSeek Harness plugin maintained by corrinehu, which reuses the login state of the WorkBuddy desktop app to seamlessly integrate built-in models such as GLM, DeepSeek, and Kimi into DSH with zero configuration. It supports Web, Desktop, and TUI interfaces. This article introduces its features, installation commands, typical usage, macOS verification, known limitations such as unofficial API dependencies, and reminds users to review the source code and MIT license before installation.
Read Moredsh-chat-imagine: Inline Image Generation and Recognition within DSH Chat Window
dsh-chat-imagine is a DSH plugin maintained by community member corrinehu. It enables image generation and inline display in chat windows via API or local CLI (mmx / codex / agy), and can also convert images into structured JSON evidence for any model to recognize. This article introduces its dual-channel image generation, CLI image recognition, installation commands, and typical conversation examples, while explaining the scope of Web profile applicability and limitations of image persistence.
Read Morecleverer-dsh: A Plugin Suite for Enforcing Execution Discipline in DeepSeek Harness
cleverer-dsh is a DSH workflow plugin suite maintained by Classicoke, featuring 11 plugins and 6 built-in skills, with zero external dependencies and an MIT license. Addressing the lack of execution discipline in DSH by default, it provides capabilities such as failure interception, forced reflection, task planning reminders, memory deduplication, experience distillation, file search, and environment checks. It supports one-click installation via `dsh plugin add` or grouped installation through the PowerShell board. The README documents single-sample comparisons showing a reduction in time and token usage, but this has not yet been widely validated. Please review the source code before installation, as plugins run with DSH process permissions.
Read Moredsh-change-review: Track write/edit within DSH sessions and review with diffs
dsh-change-review is a DeepSeek Harness client plugin (v0.3.0, MIT) maintained by cirelir. Designed for the Web profile, it automatically monitors write/edit tool calls within a session, displaying changes in line-level diffs. It supports session isolation, sub-agent aggregation, SSE real-time push, and 12 color customization options. The plugin provides a "Review" tab and a single-round review card at the end of the session, allowing rollback by individual operation or entire file. Installation command: dsh plugin --profile web add dsh-change-review.
Read Moredsh-trajectory-governor: Providing Closed-Loop Agent Trajectory Control for DeepSeek Harness
dsh-trajectory-governor is a DSH workflow plugin maintained by chunsi-w. It manages Task Episodes, validates debts, and enforces benchmark gates and completion gates on real event streams, rather than relying solely on prompt-based agent constraints. It supports Native and Code Mode tool observation, shadow/active modes, and local decision ledgers. This paper introduces its closed-loop mechanism, installation command (npm package @chunsi-m/dsh-trajectory-governor@0.2.0), cordis.patch.yml configuration items, and recommended deployment sequence. It is suitable for long-chain Agent scenarios that require "verification after any change" and "complete benchmarking for performance modifications."
Read MoreVibe Mathematics: Solving and Cross-Validating Mathematical Problems with Multi-Agent in DSH
Vibe Mathematics (dsh-vibe-math v1.4.1) is a DSH workflow plugin maintained by ChongCyrus. A single installation provides four agent presets (v1–v4). Version v2 focuses on JSON data layers and probability-driven scheduling; v3 emphasizes a paper-style Markdown knowledge base, planning agents, and method libraries; and v4 features a resident sub-agent self-organizing experimental architecture. The plugin supports multi-agent cross-validation, checkpoint resumption, human intervention, and per-project isolation, and can be driven using natural language or the `vibe_math_*`/`vibe_v4_*` tools. It is released under the MIT license and has 9 stars on GitHub.
Read MoreDSH Mini TUI: The Minimalist Terminal Interface for DeepSeek Harness
DSH Mini TUI (dsh-mini-tui) is a DeepSeek Harness terminal user interface plugin maintained by boxeryao. It retains full Agent and tool capabilities, defaulting to an answer-first layout that hides successful tool outputs while preserving short prompts on failure. It supports /verbose and /tool N for on-demand viewing of the process and offers Windows right-click menu startup. Installation command: dsh plugin --profile tui add dsh-mini-tui@latest, requiring DSH 0.1.0-rc.6 and Node.js 22.19+.
Read Moredsh-fail-logger: Embedding Tool Failures into Skills to Reduce Agent Errors Over Time
dsh-fail-logger is a DSH memory-class plugin maintained by Areium. It automatically listens to session/events to capture failure causes from native tools, PTC run_code, and embedded tool calls. After normalization, deduplication, counting, and anonymization, it writes the data to the skill's machine maintenance segment, with the optional injection of three-level preventive prompts. This article introduces its coverage matrix, installation commands, configuration options, smoke verification steps, applicable scenarios, and known limitations.
Read Moredsh-hud: DSH Web Floating Status Panel
dsh-hud is a community HUD plugin for the DeepSeek Harness Web interface: the input bar dashboard button opens a right-side floating panel, centrally displaying Git status and diffs, MCP services, Skills, model and token usage, session statistics, and account balance. Installable via `dsh plugin --profile web`, it is read-only and requires no build, making it suitable for quickly confirming repository and session status within the chat interface.
Read Moredsh-usage-billing: DeepSeek Harness Usage and Consumption Statistics
dsh-usage-billing is a build-free, two-sided plugin for DeepSeek Harness that automatically monitors all LLM/stream calls on the local machine. It segments billing based on pre- and post-2026-08-17 peak and off-peak pricing. The plugin provides a main interface Token card, settings page charts, budget alerts, official balance retrieval, CSV/JSON export, and a usage_billing dynamic tool. It is recommended to install via `dsh plugin --profile web add dsh-usage-billing`, with data persisted to `.dsh-usage-billing.json`.
Read Moredsh-github-intelligence: Integrating 201 Read-Only Developer Intelligence Tools for DSH
dsh-github-intelligence is a DSH network tool plugin maintained by zoahdev. The current version, v2.10.0, offers 201 read-only tools, covering 16 developer ecosystems including GitHub, GitLab, Gitee, npm, and PyPI, as well as the DSH registry. It supports repository reports, Issue/PR queries, cross-repository comparisons, authenticated notification inboxes, and repository health audits, with built-in TTL caching to handle API rate limits. Public interfaces require no API key, while an optional GitHub token can be used to increase GitHub rate limits. After installation, simply restart the dsh web to invoke the tools within conversations.
Read Moredsh-skill-manager-ytxue: Managing the Skill Pool in the DSH Settings Sidebar
dsh-skill-manager-ytxue is a DSH Web workflow plugin maintained by YTxue, which provides a Skill management panel in the settings sidebar. It supports dual-list views for enabled directories and pool directories, single/batch folder imports with duplicate name conflict handling, state-driven one-click standard checks and automatic repairs, and distinguishes between system-level and project-level Skills. This article introduces its core functions, installation and mounting steps, and typical usage scenarios.
Read MoreBloom for DSH: Glass + Morandi Theme for DeepSeek Harness
The webkubor/dsh-bloom-theme (@kubor/dsh-bloom-theme) offers 8 OKLCH Morandi color schemes for DeepSeek Harness, featuring light and dark dual themes, frosted glass panels, and a top bar for one-click switching. The dual-track color scheme separates readability and atmosphere, with full site compliance with WCAG AA. This article introduces the installation commands, typical usage, and applicable scenarios, while reminding users that the plugin runs with dsh process permissions and to verify the source code and MIT license before installation.
Read MoreToolshrink: Semantic Compression for Agent Tool Outputs
toolshrink is a DeepSeek Harness plugin maintained by unclecode, designed to address the issue of information loss caused by truncating tool outputs from the beginning and end. It features 13 built-in content-aware reducers (for tests, diffs, JSON, builds, logs, etc.), with a fallback to size-based truncation when no match is found. It also annotates the omitted volume and optionally saves the full original text via spill. Installation is straightforward with a single dsh plugin command, and it can also be used as a Node.js library or a custom cut extension. Licensed under MIT, the current version is 0.1.0.
Read MoreMiraculous Standard: DeepSeek V4 Pro/Flash Unified Anchored Presets
Miraculous Standard is an agent preset provided by rinDBeans for DeepSeek Harness, unifying coverage across four combinations of V4 Pro/Flash with the official API and opencode-go. The initial request only exposes a Minimal toolset for trajectory anchoring. After upgrade, it unlocks the Pro resident set or Flash full directory based on the model, coupled with context-gate and epoch management to address compaction and resume anchoring issues. This article compiles installation commands, model configurations, and key items from agent.cordis.yml, while explaining applicable scenarios and known limitations.
Read Morepmp-dsh-tavern: SillyTavern Resource and RP Workflow Compatibility on DSH
PMP-DSH-Tavern (dsh-tavern) is a DSH open-source plugin (v2.0.0, MIT) maintained by Player-MINEPIG. Based on the DSH rc.8 baseline, it offers compatibility for SillyTavern character cards, presets, and world info. By preserving the authority of DSH sessions through dual modes (Spirit Bead/Magic Pill), it additionally provides RP sidebar, circumambulation (story looping), swipe, and branching features. This article introduces the plugin's positioning, v2.0 functional modules, installation steps via git clone, and a six-step Quick Start guide ranging from importing character cards to the first conversation round, while also explaining its security boundaries and applicable scenarios.
Read Moredsh-ocgo-lite: OpenCode Go Usage Persistent Bar
dsh-ocgo-lite is a DSH client plugin maintained by OK-wx, designed to remain visible in the Composer Dock. It displays the remaining balance circle for the OpenCode Go plan, token consumption, and estimated costs based on official pricing. It supports three statistical scopes: All, Current Session, and Recent Conversations, with model-linked statistics, session-level configuration memory, 30-second seamless refresh, and incremental log reading. It also offers one-click API Key copying and an opencode_go_usage tool. Installation: dsh plugin --profile web add github:OK-wx/dsh-ocgo-lite. Requires Node.js ≥ 22.5 and local OpenCode Go login. Licensed under MIT.
Read Moredsh-answer-pet: DSH Web Scalable Answer State Pet Framework
dsh-answer-pet is a DSH web plugin maintained by Nanki-nn. It displays a draggable answer status pet in the corner of the interface, supporting multi-session progress cards, token rates, and model execution trajectories. Its appearance is decoupled from the progress core through PetTheme v1, with three built-in themes: blue whale, orange cat, and silver shaded cat. The installation command is `dsh plugin --profile web add github:Nanki-nn/dsh-answer-pet`. It requires configuration in `settings.yaml` and a restart of dsh web after installation or upgrade. Licensed under MIT, the current version is 0.6.0.
Read Moredsh-usage-chart: Visualize Token Usage, Cost Estimation, and Account Balance in DSH Web
dsh-usage-chart is a DSH Web Cordis plugin (v1.1.2, MIT) maintained by Max-Samson. It displays token usage, cache hit rate, estimated costs in CNY/USD based on list prices, and account balance beneath the input box. Clicking it expands a zero-dependency SVG panel featuring cost charts per round, context segment stress bars, compression diagnostics, and input source attribution. Data is sourced from official adapter projections and host session logs, with balances queried via host proxy. Installation: `dsh plugin --profile web add dsh-usage-chart`. Requires DSH ≥ 0.1.0-rc.6 and Node.js ≥ 20.
Read MoreOh My DSH: Bounded and Resumable Long-Term Autonomous Development for DeepSeek Harness
Oh My DSH (DSH Autopilot, npm package dsh-autopilot) is a DSH workflow plugin maintained by LiuMengxuan04, adding persistent task graphs, bounded workers, frozen project checks, read-only completion reviews, and fault recovery on top of the native Goal. The current version is 0.1.0-alpha.3, requiring DSH 0.1.0-rc.6, Cordis 4.0.1, and Node.js ^22.19.0. This article introduces the installation commands, typical usage of /autopilot, the normal five-step process, and safety boundaries, suitable for repository development tasks that span multiple rounds and require evidence and explicit completion gates.
Read Moredsh-plugin-gather: One-Click Assembly for DSH Web Enhancement Suite
The DSH Web plugin aggregation package (v0.9.6, MIT) maintained by lilwhich allows you to install selected plugins such as dsh-at-file, right sidebar, task dashboard, and skin center with a single command. It also includes built-in features like account status bar, checkpoint snapshots, Diff Review, conversation migration, global settings, and a VSCode-style left sidebar. This package is ideal for developers looking to quickly set up a complete DSH Web environment. Before installation, please review the source code and licenses; after installation, a restart and a hard refresh of the browser are required.
Read Moredsh-plugin-garmin-connect: Integrating Garmin Connect Sports and Health Data into the DSH Agent
dsh-plugin-garmin-connect (v0.1.5, maintained by Likenttt) is a Garmin Connect integration plugin for DeepSeek Harness. It registers activities, sleep, steps, heart rate, weight, training libraries, and other data as 10 AI-callable tools, supporting FIT downloads and training creation. Installed via `npx @deepseek-ai/dsh plugin add`, it allows natural language queries in web dialogs or standalone MCP clients after configuring the GARMIN environment variable. Note that version 0.1.5 does not yet support browser-based two-factor authentication; the plugin runs with dsh process permissions, so review the source code and MIT license before installation.
Read Moredsh-lan-access: Enabling Access to the DSH Web GUI Within the Local Area Network
dsh-lan-access is a DSH network access tool plugin maintained by Leon0555 (MIT, v0.1.3). It binds the Web GUI to 0.0.0.0, injects a crypto.randomUUID polyfill to fix RPC failures over HTTP in LAN, and supports narrow-screen mobile layout since v0.1.2. One-click npm installation: dsh plugin --profile web add dsh-lan-access. Restricted to trusted internal networks: no authentication, and the configuration/credential interfaces remain accessible only via localhost loopback.
Read Moredsh-image2-draw: Integrating gpt-image-2 Image Generation in DSH Dialogues
dsh-image2-draw is a DeepSeek Harness image generation plugin maintained by JuneLearn, which calls gpt-image-2 through a third-party OpenAI Images-compatible interface. It requires only the configuration of a baseURL and API Key. The plugin offers image2-generate for text-to-image generation and image2-edit for image editing, supporting continuous generation of 1–8 images, various sizes, and PNG/JPEG/WebP reference images. Results are previewed within the session and saved to the outputs/image2/ directory. API Keys are stored only in DSH credentials, with timeouts and 524 errors not automatically retried to prevent duplicate billing. It is suitable for on-the-spot image generation within DSH Web agent workflows. Before installation, please review the source code and MIT license, and evaluate the relay service independently.
Read Moredsh-record-replay: Recording macOS Desktop Operation Demos as Agent Skills
dsh-record-replay is a DSH workflow plugin maintained by humblebanana, integrating the Open Record/Replay macOS recorder into Harness. It provides the open-record-replay skill and orr_* tools. Agents can record user demonstrations, validate events.jsonl, package skill-input, and pass it to the host Skill Creator or the built-in orr_skill_create to generate a Skill. It exclusively supports macOS and requires Node.js >= 22.19 along with a local open-record-replay checkout.
Read MoreTask Passport: Relaying Between Harnesses with Task Passports, Without Moving Chat History
Task Passport is an open task handoff protocol and DSH thin plugin maintained by dongsheng123132. The passport stores versioned task states in the store; TaskPack is a single-file module designed for cross-user and cross-machine portability. It supports CLI and MCP interfaces including list, open, checkpoint, pack, land, and conformance, and can connect to U-King, local directories, or custom Providers. The same state can be read and written by DSH, Claude Code, Codex, and WorkBuddy. It does not replicate chat history, and checkpoints include version conflict detection. Licensed under MIT, categorized in SkillHub workflows, currently at version 0.3.1.
Read Moredsh-harness-mcp-server: Exposing Harness Capabilities as an MCP Service
dsh-harness-mcp-server is a DSH workflow plugin released by community maintainer chushixixin, which exposes the DeepSeek Harness agent runtime as a StreamableHTTP MCP service. External MCP clients (such as Hermes) can drive the Harness to execute real coding tasks like bash commands and file system operations through tools like agent_run and task_inbox, and retrieve structured results including changes and verification. The plugin listens on 127.0.0.1:8090 by default, supports npm installation and activation via cordis.yml patches, and is suitable for alternative scenarios requiring context isolation or parallel execution.
Read Moredsh-acp-for-bitfun: Integrating BitFun into DSH as a Subagent via ACP
dsh-acp-for-bitfun is a DeepSeek Harness plugin maintained by bobleer that registers BitFun as a subagent provider for dsh via the Agent Client Protocol v1 over stdio. After installation, models can delegate tasks to BitFun for execution using the subagent_bitfun tool. The article explains the working principle, prerequisites (BitFun CLI, dsh >= 0.1.0-rc.6, pnpm), installation commands, configuration items in cordis.patch.yml, and verification steps, while also describing the permission policy and fail loud behavior.
Read Moredsh-global-rules: Editing DSH Global Rules in the Web Settings Panel
dsh-global-rules is a DSH client plugin maintained by badai147, which directly reads and writes to ~/.dsh/AGENTS.md via a web settings panel. After installation, you can open "Settings → Global Rules" to edit Markdown rules and save them. The rules take effect immediately in new sessions, while in the current session, they are dynamically detected and updated by dsh-agent-instructions after the next file operation. The plugin is divided into Host HTTP routes and Client settings page UI, requires zero build steps, and is licensed under MIT.
Read Moredsh-browser: A Self-Contained Browser Runtime for DSH
@anweat/dsh-browser is a networking tool plugin for DeepSeek Harness, which packages Playwright (Chromium) and OpenCLI as local dependencies for the plugin. It exposes browser services and up to 21 interactive browser tools externally. dsh-web-search-pro can inject this service through "inject," eliminating the reliance on a global CLI. The plugin supports page read/write, Recipe automation, limited crawling, OpenCLI platform adaptation, and experimental reusable assets. It also implements layered control for approval and resource throttling through automationMode and usagePolicy. This article introduces installation commands, typical usage, and applicable boundaries.
Read Moredsh-agy-link: Integrating the Google Antigravity Model into DSH
dsh-agy-link is a DSH community plugin maintained by amlyczz that integrates Google Antigravity models into DeepSeek Harness via the official local agy CLI. It supports multi-account pool rotation, official 5-hour and 7-day dual bucket quota monitoring, GUI-based OAuth login without pasting, streaming output, thinking, tool cards, and token usage mapping. The installation command is `dsh plugin --profile web add dsh-agy-link`, requiring Node.js ≥ 24 and an installed agy CLI.
Read Moredsh-mermaid: Rendering Mermaid Fenced Code Blocks as SVG Diagrams in DSH Web Sessions
dsh-mermaid is a DSH client plugin maintained by AKS1st, which renders inline `mermaid code blocks in web session messages into SVG diagrams. It employs a Host/Client dual-part architecture, with the mermaid runtime loaded on demand. Features include viewport-driven rendering, asynchronous queuing, light/dark theme following, fullscreen zoom-in, and visualization of rendering failures. Install via `dsh plugin --profile web add github:AKS1st/dsh-mermaid`, with `securityLevel` fixed to strict.
Read More@awiki/dsh-plugin: Integrating AWiki Identity and Messaging in DeepSeek Harness
Introduction to the DSH plugin @awiki/dsh-plugin maintained by AgentConnect (SkillHub: agentconnect/dsh-awiki). It covers AWiki identity registration and Recovery V4 restoration, web-based private/group chats, agent messaging and email tools, optional listener and standalone Model Proxy package, and provides Profile installation commands, key environment variables, and usage notes. The plugin is MIT-licensed, while the Rust IM Core dependency is AGPL-3.0-only.
Read MoreDSH-KRouter: An Obsidian Knowledge OS for Coding Agents
DSH-KRouter (runtime36) is a second brain in Obsidian designed for coding agents: featuring daily closure and archiving, distillation and promotion, short-term naming with dual SHA retrieval locks, and scheduled self-evolution enabled by default. It supports mounting the same vault across four platforms: Cursor, Codex, Claude Code, and DSH. The installation command is `dsh plugin --profile web add github:398894496-arch/runtime36`; it requires Python3, ripgrep (rg), and PyYAML. This tool is suitable for users who are willing to maintain the vault and alias tables with error correction as a priority, but it is not recommended for scenarios relying on vector retrieval or automatic chat injection.
Read Moredsh-plugin-tts: Reading Assistant Replies in DeepSeek Harness
dsh-plugin-tts is a client-side plugin for the DeepSeek Harness web configuration file, maintained by 1624318455 (MIT, v0.3.0). Based on Microsoft Edge's free TTS, it requires no API Key and offers features such as a message reading button, an auto-read toggle, and a voice settings panel. Optionally, local RVC custom voices are supported. It supports seamless long-text chunked playback, selection reading, MP3 download, and voice notification approvals. Installation: dsh plugin --profile web add "github:1624318455/dsh-plugin-tts#main". Requires Node.js >= 22 and a restart of dsh web to take effect.
Read Moredsh-client-ui-custom: Customizing the DSH Web Interface with Zero Shell Modifications
dsh-client-ui-custom is a DSH pure frontend web plugin (@ha-na-bi/dsh-client-ui-custom) maintained by yoli-mi, offering seven independently enabling modules: appearance theme, shortcut keys, usage statistics, floating history bar, user message Markdown, plugin marketplace, and entrance animation. To use it, simply add the roster in ~/.dsh/profiles/web/cordis.patch.yml and restart the DSH web interface. When unconfigured, it remains consistent with the native interface, requiring zero shell modifications throughout.
Read MoreRamify: Comparing and Iterating Multiple Solutions with Creative Trees in DSH
Ramify is a native creative branch canvas plugin for DeepSeek Harness, maintained by yanglongyun. It organizes multiple creative directions generated by Agents into a real-time updating creative tree, supporting previews of HTML, Markdown, SVG, and media works, with the ability to further diverge from any node. After installation, it automatically starts a local runtime, driven by the current DSH session without requiring a separate API Key configuration. This article introduces its working mechanism, Agent toolset, installation commands, and applicable scenarios.
Read Moredsh-pi-tui: A Terminal TUI Frontend for DeepSeek Harness
dsh-pi-tui is a third-party DSH client bundle maintained by XMoon, based on the vendored Pi TUI fork. It provides streaming conversations, session management, subagent browsing, shell integration, and a configurable footer for the pi-tui profile. Runtime capabilities such as models, tools, and permissions are still provided by the DeepSeek Harness. The installation command is `dsh plugin --profile pi-tui -- add @xmoon76/dsh-pi-tui`, followed by launching with `dsh --profile pi-tui`. It is licensed under MIT, the npm package `@xmoon76/dsh-pi-tui` is currently at version 0.3.4, and it requires Node.js ^22.19.0 || >=24.
Read Moredsh-liquid-glass: Wallpaper and Liquid Glass Overlay for DSH Web UI
dsh-liquid-glass is a DSH Web skin plugin maintained by xingyingyuzhui, which overlays wallpapers and optional liquid glass effects on top of the official light/dark/system-following themes. It supports presets like Glacier and Deep Water, as well as custom images, with the glass blur applied only behind the glass islands, preserving the clarity of wallpapers and official scrollable containers. The installation command is `dsh plugin --profile web add github:xingyingyuzhui/dsh-liquid-glass`, and configuration can be done in Settings → General → Liquid Glass after restarting. Licensed under MIT, current version 0.12.82.
Read Moredsh-joi-channel-theme: Applying Axis Y Joi Dual Outfit Theme to DeepSeek Harness
dsh-joi-channel-theme is an unofficial fan-made theme plugin created by tpmoonchefryan for the DeepSeek Harness web interface. It fully integrates two official outfits of VirtuaReal VTuber Joi—Joi·Flowers and Joi·Library—into Harness, covering color palettes, icons, code highlighting, and character performance in dialogue states. This article introduces the plugin’s positioning, core features, command-line installation steps (the profile must be set to "web"), methods for switching outfits and reverting to the native appearance within the interface, as well as licensing and usage considerations.
Read Moredsh-qq-bridge: A client plugin to connect QQ to the DSH Agent
dsh-qq-bridge is a DSH web client plugin maintained by TomoyoNatsume that forwards QQ messages to DSH Agent sessions and sends replies back to QQ. It supports both NapCat/OneBot and Tencent's official QQ Bot pathways, offering features such as whitelist remote control, model and session commands, scheduled reminders, and web session completion notifications. This article introduces the plugin's positioning, core functionalities, installation and activation steps under Linux/WSL2, typical QQ command examples, as well as permission and security considerations.
Read Moredsh-rewind: In-place Dialog and File Rewind within Same Window
dsh-rewind (npm: dsh-rewind-plugin) is a DSH workflow plugin maintained by SiriLee, aligning with the Claude Code /rewind semantics: it allows rolling back to any user message within the current session window, optionally restoring files modified by write/edit/str_replace_editor. It achieves conversation rollback by using append-only log masking, with lightweight pre-write backups stored at ~/.dsh/rewind-snapshots/, and does not rely on git. Installation: dsh plugin --profile web add dsh-rewind-plugin. Licensed under MIT, requiring Node.js ^22.19.0 || >=24.0.0.
Read Moredsh-code-ide: Mount an Optional Browser IDE Workbench in Harness Sessions
dsh-code-ide is an optional client-side plugin (v0.1.0-alpha.0, MIT) maintained by SakalioLabs for the DeepSeek Harness Web profile. It adds an IDE tab at the top of the session, embedding a resource explorer, CodeMirror 6 editor, workspace search, Markdown/media preview, and an xterm.js terminal via same-origin routing, without replacing the Harness chat and trace interface. It is compatible with Harness 0.1.1-rc.2; the recommended installation command is `dsh plugin --profile web add github:SakalioLabs/dsh-code-ide`. The plugin accesses the local workspace with the same permissions as the dsh process and is intended only for local loopback use. Before installation, users should review the source code and security boundary documentation.
Read Moredsh-desktop-windowos: A Windows Desktop Shell for DSH
dsh-desktop-windowos is a DSH Windows desktop shell maintained by RAFOLIE, built on Tauri v2, React 18, and TypeScript. The application automatically launches the local DSH web service, embeds a native webchat within the window, runs in the system tray, displays system notifications upon task completion, and delivers a single portable EXE file of approximately 4.5 MB. It can be installed via `dsh plugin --profile web add dsh-desktop-plugin` or downloaded directly from GitHub Releases. Features include an environment management panel, log and diagnostic export, dual-channel automatic updates for both DSH and the shell, crash self-healing, and additional modes. It requires Node.js ^22.19 or ≥ 24 and is compatible with Windows only.
Read MoreRisk Rule Design: Full Workflow of Ventilation Control Rule Mining in DSH
risk-rule-design is a third-party plugin released by pypcfx-glitch for DeepSeek Harness, distilled from the "100-Day Risk Control Expert" methodology. It performs data quality checks on samples containing X/y, mines single rules, finds the optimal combination of parallel rule sets, and outputs a self-contained HTML analysis report. The plugin registers three tools: rrd_profiling, rrd_mining, and rrd_report, along with the risk-rule-design expert skill. It is pure JavaScript with zero dependencies and is open-source under the MIT license. It is recommended to install it via `dsh plugin --profile web install dsh-plugin-risk-rule-design`, and invoking the skill in a conversation will seamlessly integrate the entire workflow.
Read Moredsh-oomol: Progressive MCP Discovery for Invoking OOMOL Connector Actions in DeepSeek Harness
dsh-oomol is a DeepSeek Harness web connectivity tool plugin maintained by oomol-lab, which connects the Harness to the OOMOL Connector (either OOMOL Hosted or self-hosted OpenConnector). The Harness only stores the Connector client keys, while Provider credentials remain on the Connector side; Actions are exposed on-demand through progressive MCP discovery. This article introduces the installation commands, dual-mode configuration, typical conversational usage, and security boundaries, along with applicable scenarios and troubleshooting tips.
Read Moredsh-plugin-integration: DSH Plugin Integration Center
dsh-plugin-integration is a DSH workflow plugin maintained by MutaLucem, providing a "Plugin Integration" tab in the settings panel. It dynamically discovers installed bundles, categorizes and tags them, identifies functional overlaps with one-click switching, and detects existence, shared usage, and tool name conflicts. The plugin supports safe start/stop operations and failure diagnostics. The installation command is `dsh plugin --profile web add github:MutaLucem/dsh-plugin-integration`, licensed under MIT, with the current version being 1.3.10.
Read Moredsh-web-file-uploader: Adding File Upload Capability to DSH Web Input Fields
dsh-web-file-uploader is a DSH client plugin (v0.3.0, MIT) maintained by Mooling0602. It adds a paperclip attachment button to the web chat input box, uploading files to the host machine and injecting them based on model capabilities: multimodal models receive native ImageBlock, while pure text models get absolute paths. Features include content-addressed deduplication, attachment card management, automatic cleanup with a default 7-day TTL, and a single-file size limit of approximately 48 MiB. It can be installed via `dsh plugin --profile web add` and is suitable for DSH developers who need models to read local files.
Read Moredsh-sticky-note: Real-time recording of ideas, reflections, and TODOs in the lower-left corner of DSH
dsh-sticky-note is a DSH Host plugin (v0.2.3, MIT) maintained by Meredith2328. It provides a sticky note panel in the edit box toolbar, allowing users to categorize and record ideas, thoughts, and TODOs. The plugin supports scheduled or Ctrl+S saving to ~/.dsh/sticky-notes, along with features such as checklist archiving, one-click sending to chat, Markdown preview, and automatic clearing of the recycle bin. It is compatible with DSH versions from 0.1.0-rc.7 to 0.1.1-rc.2 and can be installed via the command: dsh plugin --profile web add dsh-sticky-note.
Read Moredsh-drop-to-path: Delivering Images and Files to Text-Only Models via Workspace Path
dsh-drop-to-path is a DSH Web plugin maintained by loudMore, designed to address the issue where pure text models cannot receive image attachments and DSH rejects non-image files. It retains the native attachment UI and, during sending, uploads images along with PDF/Office/archive/video/audio files to the workspace `.drops/` directory and appends their paths, bypassing the `attachment-error` pre-check. When used in conjunction with dsh-vision-toolkit, it enables the capability to view images by pasting screenshots. It supports drag-and-drop and pasting, and can be installed using the command `dsh plugin --profile web add`.
Read Moredsh-theme-firefly: Applying the Firefly Theme to DSH Web UI
dsh-theme-firefly is a DSH Web UI theme plugin (v0.1.2) maintained by Liu-ZA-81. Inspired by Firefly from Honkai: Star Rail, it covers over 100 design tokens and provides wallpapers, a boot animation, firefly particles, background music, and typing sound effects. Install it with `dsh plugin --profile web add dsh-theme-firefly`, then restart DSH web to use it. It supports runtime imports for wallpapers and custom asset builds, and the code is released under the MIT license. Multiple themes are mutually exclusive, and it is recommended to enable only one at a time.
Read Moredsh-ai4scholar: Leveraging 38 Academic Tools in DSH for Literature Search, Full-Text Reading, and Citation Generation
dsh-ai4scholar is a DeepSeek Harness web plugin maintained by literaf, offering 38 native academic tools via ai4scholar.net. It covers Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI, supporting unified search, PDF full-text segmented reading, auto_cite for automatic citation, and sci_draw for scientific visualization. The installation command is `dsh plugin --profile web add dsh-ai4scholar`, and the AI4Scholar API Key needs to be configured in the Web settings or via environment variables; some platforms charge based on credits, while arXiv and DOI are free. Licensed under MIT, current version v0.3.3.
Read MoreDSH Plugin Manager: Manage MCP, Skills, and Built-in Plugin Packages within the Settings Panel
dsh-plugin-manager is a DSH dual-end client plugin maintained by liqichen, embedded within the DeepSeek Harness settings panel. It provides a graphical interface for managing MCP service toggles and deletions, Skills browsing with recycle-bin-style deletion, and read-only browsing of over 160 built-in plugin packages. Changes are written to cordis.patch.yml and ~/.dsh/skills/, taking effect immediately without restarting the dsh web. Configuration backups are automatically created before write operations. This article introduces the installation and registration steps, usage of the three tabs, API interfaces, as well as usage boundaries and recovery methods.
Read Moredsh-plugin-langfuse: Exporting DSH Agent Sessions to Langfuse
dsh-plugin-langfuse is a community plugin for DeepSeek Harness maintained by linyp, implementing session telemetry integration. It exports each round of conversation as OpenTelemetry traces compliant with GenAI semantics, writes them into Langfuse via OTLP/HTTP, and supports feedback Scores, session aggregation, and fork lineage. This article introduces its positioning, core capabilities, profile bundle installation steps, environment variables and mode configuration, as well as considerations such as regional keys, privacy controls, and runtime permissions.
Read Moredsh-think-zh: Enabling Simplified Chinese for DSH Reasoning Process
The default thinking process of DeepSeek Harness is often in English, which is not conducive to Chinese users' comprehension of the reasoning chain. dsh-think-zh injects concise language instructions into the system prompt for each request: the thinking process is always in Simplified Chinese, the response follows the language of the query, and code and identifiers remain in their original language. The plugin is injected via the cordis section, with a token cost of approximately 75 characters per request. It supports disabling or customizing the instructions. Installation command: dsh plugin --profile web add github:Len7183/DSH-Think-zh. Licensed under MIT, maintained by Len7183.
Read Moredsh-mcp-manager: Visually Managing MCP Servers in DSH
dsh-mcp-manager is a client plugin developed by Js2Hou for DeepSeek Harness, which lists installed MCP servers in the "Settings → MCP" section. It supports adding, removing, enabling/disabling, editing, and connection testing for MCP servers, while displaying real-time connection status and the number of tools. Configuration changes are written back to cordis.patch.yml via HMR, eliminating the need for manual YAML editing. The plugin can be installed using the command `dsh plugin --profile web add @js2hou/dsh-mcp-manager` or through community marketplaces such as dsh-market and DSH Desktop. Licensed under MIT, it is ideal for DSH users who need centralized management of multiple MCP servers.
Read Moredsh-chatgpt-bridge: Create and Supervise DSH Sessions with ChatGPT Web
dsh-chatgpt-bridge is an independent DSH plugin (v0.4.1, MIT) maintained by jiezeng2004-design. It enables ChatGPT Web to connect to the local bridge via MCP through a secure tunnel (default 127.0.0.1:3456/mcp), allowing the creation, viewing, continuation, and supervision of DSH agent sessions. It exposes 15 tools, including Goal supervision and approval. The installation command is `dsh plugin --profile web add dsh-chatgpt-bridge`, requiring Node.js >= 22 and sharing the web profile with `dsh web`. The control flow is from ChatGPT to DSH, without altering the DSH core security model.
Read Moredsh-mcp-manager: A MCP Management Plugin for DSH with OAuth and stdio Capabilities
dsh-mcp-manager is a DSH web plugin maintained by hyqhyq3, managing MCP servers on the Settings → MCP page. It supports HTTP OAuth (PKCE + dynamic client registration), static tokens (environment variable names not stored on disk), and stdio local processes, with tools registered under the mcp__<name>__* namespace. Optional features include on-demand proxy schema compression, support for workspace-level mcp.json, and exclude blocking. Installation: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyqhyq3/dsh-mcp-manager.
Read Moredsh-side-chat: An Enhanced Version of Codex-style Side Chat
heartmove's maintained DSH web client plugin, dsh-side-chat (0.2.0, MIT), provides an isolated agent chat on the right-side panel, segregated by the main session, inheriting the main session's toolset, model, thinking difficulty, and permission presets. Users can select conversation content to query, and AI responses can be brought back to the main session draft or collapsed hint line either verbatim or summarized. When a question pop-up appears in the main session, the question and options are automatically listed in the side panel, allowing analysis in the side chat before answering, without interrupting the workflow. Installation command: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heartmove/dsh-side-chat, requires DSH ≥ 0.1.0-rc.6.
Read Moredsh-plugin-background: Setting Independent Backgrounds for Various Sections of the DSH Web Interface
Maintained by gameswu, the DSH Web Wallpaper Plugin "dsh-plugin-background" allows independent configuration of image slideshows or muted video backgrounds for the conversation area, trajectory area, sidebar, and other regions. It supports importing via URLs, local files, and folders. Individual images can be adjusted for display mode, opacity, and blur, while slideshows feature preloading with crossfade transitions. Multiple areas can be merged into a single large background spanning across regions. Install via the command `dsh plugin --profile web add` and configure under Settings → Plugin → Background. Licensed under MIT, current version 0.2.1.
Read Moredsh-tool-hongtou: Two-Stage Pipeline for Generating Standardized Official Documents with Red Headers
dsh-tool-hongtou is a DeepSeek Harness workflow plugin maintained by ExElectron. It decouples the structured JSON outline of LLMs from the deterministic Word 2003 XML template rendering through the /hongtou command, generating red-header official documents that conform to standard layouts. In Phase 1, it performs schema validation and Markdown cleaning to output JSON. In Phase 2, it injects into document-skeleton.xml to deterministically generate serial numbers, fonts, line spacing, and red lines, saving the results to the output/ directory. It can be installed to the web profile via npm or GitHub and requires Node.js >= 22.19.0 to be used after restarting dsh.
Read Moredsh-playwright-browser: Providing Playwright Multi-tab Browser Automation for DSH Agents
dsh-playwright-browser is a DSH networking tool plugin maintained by Clizo1209, based on Playwright, which registers ten browser_* tools for intelligent agents. It supports multi-tab, semantic positioning, bounded snapshots, and screenshots. The article covers installation commands, cordis.patch.yml configuration, typical invocation flow, and security considerations. The plugin runs with DSH process permissions; please verify the source code and MIT license before installation.
Read Moredsh-import-agents: Migrating pi / opencode / codex / claude-code Sessions into DeepSeek Harness
dsh-import-agents is a dsh workflow plugin maintained by Chang-Tong, designed to import sessions, chat histories, and agents from pi, opencode, codex, and claude-code into DeepSeek Harness. Imported sessions can continue conversations with their full history, and agents are converted into skills. It supports slash commands like /import-all, one-click Sync in the composer, and migration prompts when starting new sessions. The installation command is `dsh plugin --profile web add dsh-import-agents`, licensed under MIT, and requires Node >= 22.19.
Read Moredsh-web-billing: RMB/USD Token Billing Plugin for DSH Web
dsh-web-billing is a DeepSeek Harness Web-based billing plugin maintained by bpc-oss, which automatically calculates pricing according to official policies (including peak and off-peak pricing as of 2026-08-17). It supports coding plan routing by provider, message-level ledger tracking, and a summary of account balance and settings page fees. After installation, restart the DSH web and navigate to Settings → Fees to view expenses and export billing statements. Local statistics are unofficial; please review the source code and MIT license before installation.
Read Moreoh-my-dsh:DeepSeek Harness Curated Distribution
oh-my-dsh, maintained by amplifthq, is a curated distribution of DeepSeek Harness, overlaying out-of-the-box coding profiles, lazy MCP reuse, LSP navigation, SSRF-hardened web scraping, and approval-gated capabilities without forking the upstream. It supports both portable and npm installation channels, offering an omd Web UI and headless task mode. Users should be aware that it runs with dsh process privileges, and plugins activate within the same process as the harness.
Read Moredsh-cyber-particle: Adding a Dynamic Particle Network Background to the DSH Web Interface
dsh-cyber-particle is a fun costume-changing plugin for DSH maintained by AKS1st. It draws a particle network animation on the browser side using a full-screen overlay, without registering server-side routes or altering the interface color scheme. Gray scattered particles fly in from the edges and automatically connect, with pointer-events penetration to avoid interfering with operations. It includes a built-in "Settings → Particle Background" page where users can adjust the number of particles, radius, line thickness, connection distance, speed, and color, with settings persisted to localStorage. Installation: dsh plugin --profile web add github:AKS1st/dsh-cyber-particle, then dsh web to restart. MIT license, version 0.2.3.
Read Moredsh-godot-skill: Registering Godot 4.x Full-Stack Game Development Skill for DSH
dsh-godot-skill is a DeepSeek Harness Host plugin maintained by akira399, which registers the godot-4-development skill at runtime upon installation. This skill is compiled based on the official feature list of Godot 4.x, covering core concepts, renderer selection, quick references for 20 feature domains, complete development workflows, and code templates with troubleshooting tables for player movement, networking, and save systems. After installing via the official command `npx -p @deepseek-ai/dsh dsh plugin --profile web add github:akira399/dsh-godot-skill` and restarting DSH, the skill can be loaded using the skill tool in sessions, enabling AI to independently handle planning, coding, debugging, and exporting of Godot games. Released under the MIT license, it requires Node.js >= 20.
Read Moredsh-file-mentions: Making file paths in DSH replies clickable and openable
dsh-file-mentions is a DSH web client plugin, developed by community maintainer a903067276-rgb. It transforms local paths wrapped in backticks within agent replies into clickable inline links, supporting opening with system default applications and revealing in file managers, and summarizes mentioned files as a chip list at the end of the turn. Home directory paths are available by default, while external drives require whitelist configuration. It can be installed via the command `dsh plugin --profile web add`, is licensed under MIT, and requires DSH web version 0.1.0-rc.6 or higher.
Read Moredsh-mobile-hanui: Enabling DSH Web Interface for Optimal Mobile Usage
dsh-mobile-hanui is a DSH client plugin maintained by Z-6354. It automatically adjusts the web interface to a touch-screen layout when the viewport width is ≤ 1023px: the sidebar and detail panels switch to drawer and modal modes, pop-ups are centered full-screen, and a draggable floating menu button is provided. It also resolves issues such as the keyboard popping up automatically when switching sessions. The desktop experience remains unaffected. To install, run `pnpm add dsh-mobile-hanui` in `~/.dsh/profiles/web`, add the package name to the `dsh.profile.bundles` section in `package.json`, and restart dsh web. Licensed under MIT, npm version 0.2.5.
Read Moredsh-explain: Transforming DSH Work Sessions into a Local-First Learning Cycle
dsh-explain is a DSH learning mode plugin maintained by yuezengwu, compatible with DSH 0.1.0-rc.8. It extracts concepts from completed work sessions, generates structured learning cards, writes to cross-session global learning threads, and tracks learning progress via ExplainContext. The main agent remains unaffected, with data prioritized for local storage in SQLite. It supports manual /explain, selected text explanation, learning from responses, and automatic evaluation, while providing a diagnostic settings interface and context compression.
Read MoreJingling (dsh-jingling): A Local-First DSH Companion Plugin
Jingling is a DSH companion plugin maintained by Yi-111-a, designed for DSH 0.1.0-rc.6, with the current version dsh-jingling@0.1.0-alpha.19. She offers reviewable memories, Character Card V2 import, a web companion panel, and an optional Windows transparent desktop pet sidecar; she does not possess Shell, file system, network, or MCP permissions, and actual operations require switching back to the standard session. Installation is supported via one-click install-all.ps1, npm installation, or manual source packaging.
Read MoreWeShop DSH Plugin: E-commerce Visual Creation on Harness Infinite Canvas
weshop-dsh-plugin is a native Cordis client plugin for DeepSeek Harness maintained by weshopai (v1.0.2, MIT). It integrates the WeShop e-commerce visual workspace into the Harness infinite canvas, supporting box selection, @ references, automatic generation of main images/virtual try-on/background processing, and synchronization with dialogues. The installation command is npx @deepseek-ai/dsh plugin --profile web add weshop-dsh-plugin, requiring the configuration of a WeShop API Key. It is suitable for developers who want to complete e-commerce visual batch processing within DSH and reduce tool switching.
Read MoreDSH Plugin Marketplace: Browse, Review, and Install Community Plugins in DSH Settings
DSH Plugin Marketplace (@w2112515/dsh-plugin-marketplace) is a standalone installable DSH bundle maintained by w2112515, offering a catalog of 2,200+ community plugins under Settings → Plugins → Marketplace. The scanner verifies the existence of installation targets on pinned commits; automatic installations use `pnpm add --ignore-scripts`, while script-based plugins require individual review and approval for each instance. It supports curated solution packages, community ratings via GitHub reactions, and agent tools like marketplace_search. There is no telemetry, and the directory is a static JSON hosted on GitHub Pages. To install: `dsh plugin --profile web add @w2112515/dsh-plugin-marketplace`.
Read Moredsh-approve-for-me: Rule-Driven Sandbox Automatic Approval
dsh-approve-for-me is a DeepSeek Harness plugin maintained by Timeance, designed for rule-driven automatic approval of privilege escalation in Shell and PowerShell sandboxes. It sequentially performs fixed high-risk checks, literal command prefix rules, and optional LLM reviews, granting only a single "allowed-once" upon approval and deferring to the Harness's native manual approval when uncertain. This article introduces the installation command, Access preset activation methods, Web/YAML configuration examples, and the security model, catering to DSH users who aim to reduce repetitive approvals without switching to Full access.
Read Moredsh-one-gateway: Adding a Loopback Zero Trust Gateway Layer to DSH Web
dsh-one-gateway is a DSH web plugin maintained by TiantianFlow, which places a zero-trust gateway that only listens on the loopback interface in front of DSH. It verifies identity using a precise principal allowlist and supports Tailscale Serve, Cloudflare Access, and Headscale TCP Serve. DSH always remains on 127.0.0.1, and joining a private network does not equate to authorization. This article introduces the installation commands, setup process, three configuration methods for entry points, and their applicable boundaries.
Read Moredsh-doc: DeepSeek Harness Full-Local Document Parsing and Offline OCR
dsh-doc is an MIT-licensed plugin for DeepSeek Harness released by Sqhao-O. It locally parses PDFs, Office documents, images, and scanned files, outputting Markdown, plain text, or JSON without requiring Docker, HTTP services, or API keys. On Windows x64, it can mount pre-built Python + Xberg runtimes and offline Tesseract (for Chinese and English); other platforms fall back to the Node engine. The installation command is `dsh plugin --profile web add dsh-doc`. After configuring the engine via `cordis.patch.yml`, it can be used through `dshdoc_health` and `dshdoc_extract`.
Read Moredsh-vision-opencode: Configuring Switchable Vision Models for Text-Primary Master Models
dsh-vision-opencode is a DSH Web plugin that converts chat images into text via configurable vision models, enabling pure-text main models like DeepSeek to continue reasoning without switching the primary model. It supports image recognition model selection in the input box, vision settings, the vision_read_image tool, and vision-image-analysis skill, including a 60-second timeout and failure retry fallback. Installation: dsh plugin --profile web add -w github:poiuyjie/dsh-vision-opencode. MIT license, maintained by poiuyjie.
Read Moredsh-bookmarks: Saving Assistant Responses in DSH, Cross-Session Retrieval and Export
dsh-bookmarks is a bookmark plugin for DeepSeek Harness Web UI, maintained by penguin-oo. It allows users to bookmark each completed assistant reply and add notes and tags. Users can perform full-text searches, filter by tags, and edit inline across the session center panel. The plugin supports the Alt+B shortcut key and one-click export to dsh-bookmarks.md. Installation is done via the command `dsh plugin --profile web add dsh-bookmarks`, and after restarting dsh web, it is ready to use. Data is persisted in the DSH storage domain, making it suitable for personally consolidating conversation highlights. Note that it is designed for single-user storage, and jumping back to a session does not currently locate specific messages.
Read Moredsh-search-boost: Enhancing Multi-Engine Search and In-Depth Research for DSH
dsh-search-boost is a bundle plugin developed by Mr-remon219 for DeepSeek Harness, enhancing the built-in web_search/web_fetch with multi-engine integrated search, X search, page fetching, and deep research capabilities. It supports both free and API dual search layers, enabling zero-configuration parallel retrieval via Bing/DDG/Yahoo/Exa-free, with optional integration for Tavily/Brave/Exa. Installation command: dsh plugin --profile web add dsh-search-boost.
Read Moredsh-vision: Integrating an External Vision Model with DeepSeek Harness
dsh-vision is a DSH community plugin (v0.2.6, MIT) maintained by linenxi-ctrl, providing image recognition capabilities to dialogue models without vision through configurable external visual APIs. It supports image selection and recognition via a web whale button with automatic feedback, agent-automated screenshot/recognize_image tools, and multi-protocol adaptation for OpenAI, Anthropic, Gemini, and custom APIs. Installation via npm: `dsh plugin --profile web add @linenxi-ctrl/dsh-vision`; an offline one-click script is also provided, which can automatically download Node.js if it is not installed.
Read Moredsh-token-usage: DSH Local Token Usage Ledger and Dashboard
dsh-token-usage is a DSH Web plugin maintained by LeemanCheung that passively records four types of token buckets for uncached input, output, cache read, and cache write. It provides an overview, 30-week heatmap, 7/30/90-day trends, rolling 30-day budget, and anomaly detection on the settings page. The plugin supports public rate estimation, JSON/CSV aggregated export, on-demand AI usage analysis, and per-session trajectory reports. It requires a Web profile and DSH 0.1.0-rc.6 series; MIT license.
Read Moredsh-visual-plugin: Enhancing Image and Video Understanding for DSH Web UI
dsh-visual-plugin is a visual media plugin developed by jyh20030112 for the DeepSeek Harness Web interface. Images are processed through the DSH native attachment system and the current visual model pathway, with a right-side panel recording reproducible description histories. Videos undergo validation via FFprobe, H.264 normalization, and keyframe extraction using PySceneDetect before being submitted to the model for analysis. The installation command is `dsh plugin --profile web add dsh-visual-plugin`, with video functionality requiring the host machine to have FFmpeg >= 6.1 and PySceneDetect 0.7.x pre-installed. Licensed under MIT, with zero runtime npm dependencies.
Read Moredsh-with-pencil: Integrating Official Pencil Canvas and Design Tools in DSH Sessions
dsh-with-pencil is a DSH Web community plugin maintained by IWAIBAOLI, which integrates the official @pen.dev/cli headless engine and browser editor into Harness. It provides an on-demand canvas, session-bound workspaces, real-time agent editing, and nine pencil_mcp model tools, supporting screenshot spot-checks, HTML/image exports, and visionMode configuration. The installation command is `npx @deepseek-ai/dsh plugin --profile web add dsh-with-pencil`, and it requires Node >= 22.15.0.
Read Moredsh-plan-graph: Visualizing Session Tool Calls as Interactive Flowcharts
dsh-plan-graph is an out-of-tree plugin for DeepSeek Harness maintained by HR2AY (MIT, 0.3.0). It adds a Plan Graph tab to the session view, rendering tool calls and messages as a pannable and zoomable flowchart. The plugin supports coloring by state, hiding tool calls, grouping by turn, favorites (with localStorage persistence), a right-click context menu for nodes, and locating within the conversation area. Installation can be done via `dsh plugin add` from a local directory, GitHub source (requires `allowBuilds`), tarball, or npm; before starting, you can use `--dump-config` to verify layer loading. It is designed for DSH developers who need to visualize agent call chains; before installation, please review the source code, as the plugin runs with the permissions of the dsh process.
Read Moredsh-search-mcp: Using Search MCP to Replace DSH's Built-in Web Search
dsh-search-mcp is a DSH networking tool plugin maintained by gxpppp. While retaining the web_search tool name and display on the model side, it redirects search requests to Tavily, Brave, Exa, Perplexity, DuckDuckGo, or custom MCP servers, and disables the built-in DeepSeek search provider. It is compatible with DSH 0.1.0-rc.7 and Node.js 20+, allowing configuration of servers, credentials, and result counts through a web settings page. This article covers installation links, credential configuration, provider presets, combination verification, and uninstallation and restoration methods.
Read MoreContext-Vista: Visualizing Context Token Usage and Cost in DSH
context-vista is a client plugin developed by GooodWei for DeepSeek Harness, offering the /context slash command and a floating ring chart on the right side. It displays real-time token usage for system, tools, messages, and remaining space, while estimating session costs. The floating card supports dragging and collapsing, with a button at the bottom to trigger /compact for context compression. Built-in DeepSeek pricing allows customization of peak and off-peak unit prices per route in ~/.dsh/settings.yaml. Install with: dsh plugin --profile web add github:GooodWei/context-vista, then start dsh web. Licensed under MIT.
Read Moredsh-client-ui-obsidian-memory: Persistent Memory for DSH Agents Using a Local Markdown Library
dsh-client-ui-obsidian-memory is a memory plugin for DSH maintained by detongz, providing persistent memory for Agents through a local Obsidian or Markdown library (Codex directory). The plugin registers five tools: obsidian_memory_read, list, search, write, and append, and displays the library status and tool descriptions in the sidebar. It requires no external services and can be used after configuring the vaultPath. This article covers the installation command, directory preparation, cordis.patch.yml configuration, and typical read/write workflows, along with notes on permissions and version dependencies.
Read Moredsh-reminder: DSH Cross-Window Completion and Approval Reminder
dsh-reminder is a DSH web workflow plugin maintained by Aisland-SJL. When a task round ends or a tool call requires approval, it triggers a browser notification that pops up in any window, allowing users to return to the corresponding session with a click. The plugin supports approval completion toggles, auto-dismiss duration, and a brief notification sound, providing alerts without auto-approving actions. Installation is done via the command `dsh plugin --profile web add <dsh-reminder>`, requiring registration in the profile bundle followed by a restart of the web process, and notification permissions must be granted in the settings. Licensed under MIT, version 0.1.0.
Read MoreDSH Side Chat: Ask Follow-up Questions on Selected Content in the DSH Web Client
dsh-side-chat is a DSH web client plugin maintained by AHGGG, offering a Codex-style Side Chat feature. It allows users to select text from completed messages and initiate focused follow-up questions in the sidebar while keeping the main conversation visible. The plugin supports features such as "Add to chat" for annotations, "More details" for instant explanations, "Ask in side chat" for sidebar Q&A, and "Add to conversation" to merge sidebar discussions back into the main input box. Installation requires DSH version 0.1.0-rc.7 or higher and can be enabled via the command `dsh plugin --profile web add`. The sidebar creates a true sub-session fork, meaning tool side effects and workspace changes will not roll back upon closure.
Read Moredsh-computer-use: Adding Virtual Mouse for Human-Like Operations to DeepSeek Harness
dsh-computer-use is a DSH workflow plugin maintained by 988hj7tczd-oss, providing 11 model-friendly tools such as screen_observe and computer_click for harness-desktop based on cua-driver. It first observes the screen using the AX tree, then performs pixel-level operations like clicking, typing, and scrolling through an independent virtual cursor across macOS/Windows/Linux. This article introduces the core capabilities, install.sh installation steps, security configurations, and typical usage.
Read Moredsh_theme_terraria: Transform the DSH Console into a Terraria Pixel World
dsh_theme_terraria is a Terraria-themed plugin (npm: dsh-theme-terraria, MIT, v0.1.1) developed by maintainer 10086ggqq for DeepSeek Harness. It replaces the official web frontend with a single HTML file of approximately 98KB, directly connecting to JSON-RPC and WebSocket while preserving all capabilities such as sessions, streaming output, tool approval, and workspace. Four difficulty levels correspond to four sets of Agent presets, along with wallpapers/BGM, 8-bit sound effects, character desktop pets, and a plugin manager. Installation: dsh plugin --profile web add dsh-theme-terraria, then access 127.0.0.1:3080 via dsh web.
Read MoreDSH Spotlight: A Keyboard-First Command Palette for DeepSeek Harness Web
dsh-spotlight is a DSH Web client plugin maintained by 0xsline. It opens a unified command palette using ⌘K/Ctrl+K or /spotlight, allowing users to search native slash commands, recent sessions, page UI operations, and plugin settings. This article introduces its positioning, core capabilities, installation methods via npm and Git, typical usage, and explains the necessity of DOM discovery dependencies and reviewing source code before installation.
Read Moredsh-prompt-persona: Editing DSH System Prompt on Settings Page
@xilin3/dsh-prompt-persona is a DSH client plugin maintained by Xilin3, taking over the editing and persistence of deployment:persona on the web settings page. It supports three injection modes: replace, append, and off, along with real-time preview of the complete system prompt, optimistic concurrency saving based on revision, and template variables such as {{model}}, {{cwd}}, and {{provider}}. After installation, simply restart the DSH web to adjust the agent's role settings directly on the settings page, without modifying the Harness itself or manually writing a cordis.patch.yml file.
Read Moredsh-md-notes: Taking notes in Markdown within DSH and syncing to Git
dsh-md-notes is a third-party DSH Web note-taking plugin maintained by XieZongChen. Notes are stored as .md files in the .dsh-notes/ directory of each workspace, providing a fullscreen manager and editor. It supports one-click extraction from conversations, context injection via @ references, and optional Git sharing or synchronization by workspace. The installation command is `dsh plugin --profile web add dsh-md-notes`, and a restart of dsh web is required for it to take effect. Current version 0.8.0, MIT license.
Read Moredsh-router-flash: Distributing the "God Mode" Agent Preset for DeepSeek V4 Flash
dsh-router-flash is a DSH bundle plugin maintained by xiaoxianyu-office. After installation, it automatically synchronizes the router-flash agent preset to ~/.dsh/.agent-presets. Based on the Flash w7 persona and deep-thinking anchors from dsh-router-standard, it adapts to deepseek-v4-flash from opencode-go, addressing the issues of shallow thinking and poor delivery quality in the default "ghost mode." This article covers the installation commands, settings.yaml configuration, upgrade and uninstallation steps, and key points for adapting to dsh rc.6.
Read Moredsh-opencode-go-usage: OpenCode Go Usage and Cost Floating Dashboard
dsh-opencode-go-usage is a DSH client plugin that offers a draggable floating panel in the desktop bottom-right corner, summarizing OpenCode Go official usage.list account details, rolling/weekly/monthly quotas, and DSH session cost analysis. It supports multi-key quota pools, model ranking, 7/14/30-day trends, and CSV export, with data processed locally. Installation is available via bundle or dynamic loading; initial setup requires manual configuration of the auth Cookie and workspaceId.
Read Moredsh-message-rail: DSH Web Left-Side Message Navigation Rail
dsh-message-rail is a DSH Web client plugin maintained by wx-yss, providing a Codex-style message navigation rail on the left side of the conversation view. Equal-distance tick marks indicate each user message, with hover previews displaying sequence numbers and timestamps, and click actions jumping to historical questions. The plugin establishes an index through an independent history API, supporting virtual scrolling and on-demand pagination loading. The installation command is `dsh plugin --profile web add dsh-message-rail`, requiring DSH 0.1.0-rc.6+ and Node.js 22+, licensed under MIT.
Read Moredsh-codex-auth: Reusing Codex CLI Login to Integrate GPT Auth and Codex Capabilities into DSH
dsh-codex-auth is a DSH client plugin (v0.3.0) maintained by suntianc. It leverages the local Codex CLI's ChatGPT login state to provide openai-codex LLM routing, global web search, image generation, and a native GPT Auth settings interface. Installation is recommended via `dsh plugin --profile web add dsh-codex-auth`. The plugin uses an unofficial backend API and is intended solely for personal development. Please review the source code and license before installation.
Read Moregodot-bridge: Driving Godot 4.x Games with Native DSH Tools
godot-bridge is a DeepSeek Harness workflow plugin maintained by Smalldy. It bypasses MCP, spawns Godot 4.x within the harness, and communicates with McpInteractionServer via 127.0.0.1:9090. It provides sixteen tools, including godot_run_project, godot_command, and godot_headless_op, covering runtime game control and headless project editing. Installation: dsh plugin --profile web add github:Smalldy/godot-bridge, effective after restart. Suitable for DSH intelligent agent Godot development scenarios where the godot-mcp intermediary is removed while retaining the existing TCP protocol.
Read MoreProject Blueprint: Establishing an AI Programming Standard System in One Sentence
Project Blueprint is a DSH workflow plugin (v1.7.1, MIT) maintained by shuguang1994. It scans project files and dependencies to dynamically generate AGENTS.md, documentation skeletons, CI/CD pipelines, and testing strategies from a knowledge base of 70+ components, supporting incremental updates and multi-IDE adaptation. This article introduces its autonomous discovery engine, generated artifact manifest, DSH installation commands, and typical usage scenarios.
Read Moredsh-advisor: Mounting Independent Review Sub-Models for DSH Sessions
dsh-advisor is a DSH plugin maintained by omdsh-dev that attaches an independent review model to each session, passively observes the main transcript, and injects suggestions categorized as nit, concern, or blocker after each stepped turn. The plugin is advisory-only and does not approve or reject actions on behalf of the main model. It supports a web Settings Advisor card and the `dsh-tui /advisor` command, and can be enabled by configuring the provider and model in `settings.yaml`.
Read Moredsh-opencode-palette: 34 Classic opencode Color Themes for One-Click DSH Customization
dsh-opencode-palette is a DSH Web multi-theme plugin maintained by FeatherHunter. It brings the 34 official color schemes from opencode v1.18.12 into DeepSeek Harness. After installation, users can instantly switch themes such as tokyonight, dracula, and gruvbox via the settings panel, with the background, status colors, and code highlighting updating synchronously. Typography (font size, monospace/proportional fonts, and code fonts) remains independent of the theme, and user selections are locally persisted in the browser. It adopts the DSH bundle mechanism, enabling zero-configuration setup with a single `dsh plugin` command, and is released under the MIT license.
Read Moredsh-surfing-plugin: Integrating Self-Hosted SearXNG and Crawl4AI for DSH
dsh-surfing-plugin, maintained by cyijun, registers two providers, surfing-searxng and surfing-crawl4ai, with DeepSeek Harness's ctx.web, interfacing with self-hosted SearXNG search and Crawl4AI crawling, respectively. The native web_search and web_fetch tools retain their original names, parameters, and timeout behaviors. It requires Node.js ^22.19.0 or >=24.0.0, DSH >=0.1.0-rc.6, and configuration of endpoints and authentication via environment variables or cordis.patch.yml. This plugin is ideal for DSH developers seeking full control over their networking backend.
Read MoreBig Fat Fish's Novel Workshop: DSH Web Novel Nine-Stage Gate Creation Plugin
The "Big Fat Fish's Novel Workshop" (dsh-novel-writer) is a DSH web novel creation plugin maintained by akira399. It provides a nine-stage gated process from topic selection to completion, world book setting injection, local book import, one-click chapter writing and paragraph-level polishing, AI-style removal and golden three-chapter diagnosis, and ensures consistency for million-word novels through a fact ledger. This article introduces its core capabilities, v0.1.7 installation commands, and typical getting-started steps.
Read Moredsh-file-mount: Incremental File Mounting and Deduplication on Repeated Reads
dsh-file-mount is a DeepSeek Harness plugin maintained by acefun29, which intercepts the results returned by read/write/edit tools to maintain a file line-level mounting ledger. It supplements only missing lines during repeated reads, performs incremental remounting based on line-level diffs when disk changes occur, and provides a Web-based "Mounted Files" dashboard to display coverage maps, freshness, and estimated token savings. This article introduces its working principles, installation commands, configuration options, and applicable scenarios.
Read Moredsh-continual-evolve: Persisting Session Trajectories into Versionable Harness States
dsh-continual-evolve is a DSH workflow plugin (v0.5.0, MIT) maintained by ZK-Andy. It distills elements such as prompt notes, memories, skills, and subagent specifications from session trajectories into a Harness state layer with versioning, auditing, and deterministic rollback capabilities. Global writes require approval, and a code-side guard filters out near-duplicates and project-scoped content; automatic rollback is triggered upon benchmark score rejection. The plugin supports the /evolve command family and model tools like evolve_list/add, with zero injected tokens for an empty store. Installation: dsh plugin add dsh-continual-evolve; restart dsh web after updating.
Read MoreDSH Config Manager: One-Click Backup, Migration, and Synchronization for DSH Configurations
dsh-config-manager is an admin-security configuration management plugin for DSH, which supports exporting and importing settings, plugins, MCP, Skills, workspaces, etc., as ZIP files. It offers scheduled backups, Git/WebDAV remote synchronization, a configuration marketplace, and snapshot rollback. By default, keys are not exported, and before importing, users can preview and handle path mapping and conflicts. Installation command: dsh plugin --profile web add dsh-config-manager@latest.
Read Moredsh-codex-oauth: Accessing DSH's GPT, Image Generation, and Web Search via ChatGPT/Codex Subscription
@wnjxyk/dsh-codex-oauth is a DeepSeek Harness Web plugin maintained by WNJXYK. It binds ChatGPT/Codex subscriptions via OAuth, enabling the openai-codex model, generate_image for image creation, and web_search for internet searches, while displaying subscription quotas in the interface. It supports browser and device code login, requiring no configuration by default. Optional settings include a custom Cordis credential path and port. Verified on DSH 0.1.0-rc.6 under the MIT license. Installation: `dsh plugin --profile web add -w @wnjxyk/dsh-codex-oauth@latest`. Note: This relies on non-public Codex interfaces, so users should independently assess potential risks from protocol changes or account issues.
Read Moredsh-plugin-development: Cross-Host Portable DSH Plugin Development and Audit Skills
dsh-plugin-development is an MIT-licensed Agent Skill (v0.2.0-beta.1) maintained by w2112515, designed for the creation, implementation, packaging, review, and diagnostics of DeepSeek Harness plugins. The same canonical directory can be shared across Codex, Claude Code, and DSH, with optional bundle adapters supporting profile-level installation and reversible uninstallation. The skill distinguishes between three modes—dynamic Cordis, workspace packages, and installable bundles—and provides corresponding acceptance evidence, along with a check-artifact helper script. Example for installing a bundle: `dsh plugin --profile web add` with an official release TGZ or `github:w2112515/dsh-plugin-development#v0.2.0-beta.1`. This is a community Beta project; please review the source code and license before installation.
Read Moredsh-outline: Real-time session outline for DSH Web GUI
dsh-outline is a DSH client plugin maintained by urzeye, offering a real-time outline tree on the Web GUI session page. It uses user questions as primary nodes and Markdown headings from assistant responses as sub-nodes, updating synchronously during streaming generation and allowing navigation to the corresponding content upon clicking. The plugin supports level control, search and favorites, a floating panel, and theme internationalization. The installation command is `dsh plugin --profile web add dsh-outline@latest`, and a restart of dsh web is required after installation. Licensed under MIT, its interactive design is ported from Ophel.
Read Morecomm-protocol-hub: Querying 3GPP Protocols by Dimension in DSH
comm-protocol-hub is a DSH plugin maintained by Thanksgiver233, which systematically organizes over 70 specifications from 3GPP Release 15–18 into an eight-dimensional classification structure, including TN, NTN, holography, near/far-field, and more. It offers three tools—comm_protocol_query, browse, and detail—to support keyword search, category browsing, and single-entry details, with embedded data and official links. This plugin is suitable for communication engineers and developers handling protocol-related Q&A within DSH, and it is licensed under MIT.
Read Moredsh-security-audit: DSH Native Security Audit and Data Desensitization Risk Report
dsh-security-audit is a native security audit plugin (admin-security) for DSH, maintained by omdsh-dev. It scans configuration and credential metadata, plugin sources, session structures, and network exposure surfaces in a read-only manner, outputting desensitized and reproducible JSON risk reports. It provides six actions: scan_config, scan_plugins, scan_sessions, scan_network, report, and rules. It does not perform automatic repairs, connect to the internet, or execute audited plugins. It is compatible with DSH 0.1.0-rc.8 and can be installed via `dsh plugin add` from GitHub or npm pack.
Read Moredsh-bash-terminal: Unifying PowerShell, Git Bash, and WSL Shell Tools on Windows
dsh-bash-terminal is a DSH community plugin maintained by MAXeaglet, providing additional shell and terminal tools on Windows. Users set the default terminal (PowerShell, Git Bash, or WSL) via the Web UI, which is automatically used as the backend for model command execution and cannot be switched manually. The shell starts a fresh process each time, suitable for one-off commands, while the terminal maintains the current working directory and variables across rounds, ideal for interactive CLI. The plugin integrates with DSH's official sandbox and background task mechanisms without occupying the official pwsh tool. Installation requires global npm installation and running the install.ps1 patch to set up the whitelist.
Read Moregongwen-skill: DSH Skills for Full-Workflow Official Documents Based on GB/T 9704
gongwen-skill is a comprehensive Chinese official document processing tool maintained by linhut, built on the GB/T 9704 national standard. It offers capabilities such as format checking and repair, optimization of native Word revision content, template generation, conversion from Markdown to official documents, and injection of headers, footers, and page numbers. The project natively integrates DeepSeek Harness and can be mounted as a filesystem Skill or Cordis plugin, allowing agents to process .docx files via the command chain `python -m gongwen`. This article introduces its core features, DSH installation methods, and typical command examples, while also explaining font dependencies and security considerations.
Read Moredsh-provider-model-configurator: Centralized Management of Provider Model Entries in DSH WebUI
dsh-provider-model-configurator is a DSH Web plugin maintained by LiangYin233. It provides centralized viewing, creation, editing, copying, and deletion of provider model entries on the "Model Pro" settings page, covering context windows, maximum output, input modality, reasoning tiers, and compat compatibility switches. It supports one-click form filling from llm-pi-ai presets or other configured providers, and explains the snapshot behavior of catalog providers. Installation requires the command `dsh plugin --profile web add`, with version v0.3.9 as an example, under the MIT license.
Read Moredsh-file-upload: DSH File Upload and Document Reading Plugin
dsh-file-upload is a DSH Web file messaging plugin maintained by HongMing-Huang. It supports pin-based, drag-and-drop, and multi-file uploads, with attachments referenced in messages using Codex-style @path syntax. It includes markitdown-node to convert 20+ document formats into Markdown on demand, and the agent can read documents page by page via read_document. Under plain text models, it automatically follows a vision discovery chain to generate image descriptions. Installation: dsh plugin --profile web add dsh-file-upload. MIT licensed and zero-configuration ready for use.
Read Moredsh-vision-proxy: DeepSeek Plain Text Models Can Also Recognize Images in GUIs
dsh-vision-proxy is a model inference plugin (v0.4.1, MIT) developed by Flyvhidbwo for DeepSeek Harness. It registers the deepseek-vision route, translating GUI-attached images into text via a VLM before passing them to DeepSeek for responses, enabling pure text models like V4-Pro to recognize images. By default, it can use the official deepseek-v4-flash-vision-exp, and it also supports Bailian, Zhipu, OpenRouter, and automatic detection of local Ollama. The installation command is dsh plugin --profile web add dsh-vision-proxy; after selection, choose DeepSeek + automatic image recognition, and you can paste images for conversation.
Read Moredsh-plugin-healthcheck: Install Plugin, Verify First, Then Go Live
dsh-plugin-healthcheck is a DSH plugin health check tool maintained by chenw2759-wq, categorized under admin-security. It provides a "Plugin Inspection" feature in the web settings panel, integrating L0 static checks (file integrity, dependency declarations, high-risk duplicates, cordis usage, etc.), L1 configuration combinations, L2 isolated trial runs (complete boot of child processes without restarting the backend), and C8 pure static trojan scanning. When issues are detected, it supports one-click fixes, automatic rollback (writing home patch to disable lines, HMR hot-reload), or copying predefined prompts for agent use. The ironclad rule for fixes restricts modifications to plugin code and configuration layers only, strictly prohibiting changes to harness source code. Licensed under MIT, with 14 stars on GitHub.
Read Moredsh-read-url: Extracting Webpage Content for DSH Agents
dsh-read-url is the URL reader plugin for DeepSeek Harness, maintained by 2672243194. It scrapes web pages, JSON, and RSS/Atom feeds, automatically identifies encodings like GBK and UTF-8, extracts and cleans the main content, and outputs it in 6000 characters by default, supporting caching and continuation reading via offset. It has zero runtime dependencies, requires no API key, and adheres to ctx.web and ctx.effect interfaces. Installation: npx @deepseek-ai/dsh plugin --profile web add github:2672243194/dsh-read-url.
Read Moredsh-hdc-bridge: DSH Native HarmonyOS Development Assistant
dsh-hdc-bridge is a DSH client plugin maintained by 1na-ko, which reuses the local hdc binary to implement device-closed-loop debugging (screenshots, UI operations, package installation, and logs). It integrates the official client-style device panel and provides an offline Tier-1 official knowledge base (28 articles) along with an optional DevEco CLI build/sign/simulator channel. It has zero npm dependencies and is MIT licensed. Installation: dsh plugin --profile <name> add dsh-hdc-bridge.
Read Moredsh-git-graph: Embedding Git Repository Graph within the DSH Conversation Interface
dsh-git-graph is a client-side plugin for the DeepSeek Harness Web GUI. It provides a commit history graph, branch filtering, file diffs, and VSCode-style uncommitted change management within the "Git Graph" tab on the session page. It supports following the conversation workspace, opening any local repository, switching between multiple repositories, pulling, pushing, and generating commit messages with AI assistance. To install, add a file dependency in the profile's package.json, mount the bundle in cordis.patch.yml, run pnpm install, and restart the dsh web service to start using it.
Read Moredsh_plugin_swift_cycle: DSH Adapter for Swift Cycle Governance Skill
dsh_plugin_swift_cycle is the DeepSeek Harness adapter for Swift Cycle v1.2.0, maintained by Solismuchengxue and categorized under admin-security. It registers governance capabilities such as Knowledge Promotion, State Separation, and Governance Baseline as Skills (/swift-cycle) that are only explicitly invoked by users, with modelInvocable set to false. The adapter version is 0.1.1, supporting installation via npm or pinned GitHub commits, and payloads can be verified offline. It is suitable for project teams that require version reproducibility and clear governance boundaries; please check the source code and MIT license before installation.
Read Moredsh-better-edit: Anchoring DSH File Read/Write and Editing with Content Hash
dsh-better-edit is a client-side plugin for DeepSeek Harness, maintained by Rianico. It replaces line numbers and str_replace with content-based hashing (3 characters per line), providing read, edit, and undo_last_edit functionalities. Editing transmits only the start/end hashes and new text, with pre-write validation of the model's read range; expired lines are rejected and new anchors are returned. Available on npm as version 0.4.0 under the MIT license. Installation: npx @deepseek-ai/dsh plugin --profile web add dsh-better-edit. Suitable for structural edits in long conversations, with limited benefits for single-line changes. Benchmark reports indicate approximately 31% output token savings relative to str_replace, with 23/23 correctness achieved on a 12-edit corpus.
Read Moredsh-gomoku: Playing Gomoku with AI in DSH
omdsh-dev/dsh-gomoku is the Gomoku plugin for DeepSeek Harness, offering a 15×15 unrestricted board in the sidebar with support for human vs. AI and AI vs. AI matches. Both black and white players can independently select models, set thinking levels, and edit system prompts, with their thought processes displayed on either side of the board. Closing the popup does not interrupt the game, and invalid moves are rejected by the server. The installation command is `dsh plugin --profile demo add @yejiming/dsh-gomoku`, requiring dsh ≥ 0.1.0-rc.6.
Read Moredsh_kline: Interactive K-line Analysis with Natural Language in DeepSeek Harness
dsh_kline is an interactive K-line analysis plugin developed by FTShare-Lab for DeepSeek Harness. It supports real-time data queries for Hong Kong, U.S., and A-shares, providing daily, weekly, monthly, and minute-level K-lines, along with technical indicators such as MA, MACD, and RSI. It also features support/resistance level annotations and interval statistics, with news and fundamental data accessible in the sidebar. Integrated via MCP tools like analyze_kline, users can retrieve charts using natural language and continue interacting directly within the native sidebar.
Read Moredsh-any-background: Customizing Theme Colors, Wallpapers, and Interface Transparency for DeepSeek Harness Web
dsh-any-background is a DeepSeek Harness appearance plugin maintained by Tkingxiao (v0.2.1, MIT license). It supports PS-style color wheels, image/video wallpapers, region-specific transparency, and frosted glass blur effects. Configuration is stored locally at ~/.dsh/.dsh-any-background-data/ and can be exported as dsh-any-theme.json. This article introduces its core capabilities, installation command (dsh plugin --profile web add github:Tkingxiao/dsh-any-background), typical usage scenarios, and important considerations.
Read Moredsh-llm-fallbacks: Configuring Backup Model Chains for DSH Agents When LLM Fails
dsh-llm-fallbacks is a DSH model inference plugin maintained by omdsh-dev. When an agent's LLM request fails due to retry exhaustion, authentication, quota, or rate limiting, it automatically switches according to the current role's provider/model fallback chain and continues the current step on the target model. It supports 24-hour rootChain, time-based rotation, and sub-agent role rules, with a shared fallbacks configuration for both the web interface and dsh-tui. Installation: dsh plugin --profile web|dsh-tui add dsh-llm-fallbacks. It must be explicitly enabled with enabled: true, and the chain must end with the official V4 Default model.
Read Moredsh-media-skills: Enhancing DeepSeek Harness with Free Image Recognition and Generation
dsh-media-skills is a DSH plugin maintained by MJorgin (MIT, v0.3.0), supporting rc.7/rc.8/v0.1.1-rc.x. It offers automatic captioning for stickers, vision-review for image reading, and media-tools for image generation. The vision routing includes GLM-4V-Flash and DeepSeek-V4-Flash-Vision-Exp, while image generation utilizes SenseNova U1 Fast and Kolors. API keys are not stored in the repository, and the installation command is `dsh plugin --profile <name> add github:MJorgin/dsh-media-skills`.
Read Moredsh-harmony: Runtime Patching, Replacement, and Decoration of DSH Plugins
dsh-harmony is an MIT-licensed runtime Patch coordination library (v0.7.3) maintained by memorax-ai. It performs in-memory source transformations on DeepSeek Harness plugins without forking or modifying disk-installed packages. Patches are applied via TSQuery to locate ASTs and MagicString to rewrite source code, supporting provider ordering, composite patches, browser-style cascading, and version health checks. Installation requires Node.js ^22.22.3 or >=24.11.1, and after a global install with @deepseek-ai/dsh, management is handled through Settings → Harmony or the dsh harmony CLI. It is designed for DSH plugin developers who need to extend or modify internal behaviors when extension points are insufficient; users must review source code before use, as upgrades to the target plugin may cause Patches to become invalid.
Read Moredsh-reef: One-Time Installation for Browser, MCP, and Code Hosting Integration
dsh-reef is a DSH plugin bundle maintained by huey1in, offering five modules with a single installation: native embedded panels, 21 browser_* browser tools, MCP Server, GitHub/GitLab read-only tools, and webhook automatic reviews. It supports multi-tab, multi-profile browser sessions, exposing DSH sessions to external MCP clients, automatic PR/MR reviews, and issue auto-fixing loops. The installation command is dsh plugin --profile web add dsh-reef, licensed under MIT, and requires Node.js >= 22.
Read Moredsh-routing-suite: Adding Selectable Intelligent Routing Modes for DeepSeek Harness
dsh-routing-suite is a DSH community plugin maintained by dragonbaba (v0.1.2, MIT). It adds an "Intelligent Routing Mode" to the mode menu while preserving the Standard preset persona, context, and full tool directory. It supports three strategies: auto, inspect-first, and direct, which guide tasks by checking before modifying, or implementing directly and then verifying. It does not make additional model requests, nor does it read/write files or execute commands. The guide covers desktop and CLI installation, manual preset copying, configuration options, applicable scenarios, and security boundaries.
Read Moredsh-session-context-menu: Implementing Native Right-Click Menu for DSH Application Wrapper End
baihejiangnan/dsh-session-context-menu is a client plugin designed for DSH application wrappers such as Tauri, EAC, and Electron. It provides near-native right-click context menus in sessions, workspaces, settings pages, conversation bodies, links, and input fields, supporting both Chinese and English while automatically following the host UI language. Official session operations are delegated to official components, while the plugin additionally offers permanent deletion with confirmation and path protection. Installation is via `dsh plugin --profile web add`, currently at stable version v0.2.14 under the MIT license. This plugin is not compatible with dsh web in standard browsers.
Read Moredsh-web-tools: Integrating Multi-Source Web Search and Scraping for DeepSeek Harness
dsh-web-tools is a DSH networking tool plugin maintained by A3Boy. It integrates Exa, Tavily, Firecrawl, Parallel, Brave, You.com, Jina, SearXNG, as well as Xiaohongshu and Twitter/X into the standard web_search / web_fetch interface. By compiling query intents into native parameters for each provider through SearchHints, it supports multi-API key scheduling, automatic degradation, session-level Search Mode, and provides a native settings interface. This article introduces the plugin's positioning, core capabilities, installation commands, and typical usage.
Read Moredsh-archived-sessions: Unified Management of Local Sessions within the DSH Setup
dsh-archived-sessions is a DSH Web plugin maintained by Zephyr-vibe, offering session management in settings: dual-tab browsing for unarchived and archived conversations, support for grouping by workspace, title/ID search, batch archiving and deletion, expandable details (activity statistics and output files), and opening the records folder. Deletion does not cascade to sub-agents or files by default; after adapting to DSH 0.1.0-rc.8, the deletion entry was moved to the session title bar. It reads the official session directory with zero configuration and is licensed under MIT.
Read Moredsh-queue-plus: Editing, Sorting, and Batch Deletion of DSH Queue Messages
dsh-queue-plus is a DSH web client plugin maintained by starslittle, which enhances the queue message panel through the official QueueDock slot. It supports editing, deleting, interrupting, dragging, or arrow-based sorting, as well as batch deletion via the official API. It is recommended to install the v0.3.0 Release pre-built package, and after restarting the DSH web client, you can queue two messages consecutively to see the "Sort" entry next to the title. The plugin does not copy queue data, and the official panel automatically resumes after uninstallation. Deletion and sorting operations are protected against concurrency and do not overwrite the steering/context queue. Licensed under MIT, it is designed for the @deepseek-ai/* 0.1.0-rc.6 contract.
Read Moredsh-win32: Fixing and Diagnosing DeepSeek Harness on Native Windows
dsh-win32 (sjh9714) is a Windows workflow plugin for DeepSeek Harness that uses the npx command to check the official PowerShell, Workspace Write, and ACL sandbox stack on native Windows, offering support for setup, verify, doctor, fix, and legacy presets. It does not rely on WSL, nor does it install Git or PowerShell. Licensed under MIT, the current version is 0.17.0.
Read Moredsh-trading: Building a Trading Research Workbench for DeepSeek Harness
dsh-trading is a trading research workbench plugin bundle maintained by maddogfinance for DeepSeek Harness. It unifies data sources such as CSV and Futu OpenD via the ctx.marketData seam, provides deterministic indicators and on-chart annotations through read-only tools like market_snapshot and annotate_chart, and renders interactive K-line cards or optional chart-first persistent chart columns in dsh web. The installation command is `dsh plugin --profile trading add @dsh-trading/bundle`. The project is under MIT license, explicitly has no order placement capability, and remains in its early scaffolding stage.
Read Moreoh-my-knowledge: Verifiable Knowledge Change Assessment for Prompts, RAG, and Agents
OMK (oh-my-knowledge) is a MIT-licensed CLI and DSH plugin maintained by lizhiyao, designed for knowledge maintainers working with prompts, RAG, skills, agents, and workflows. Through a closed loop of doctor, eval, and observe, it compares versions of knowledge artifacts under the same model and samples, outputting verifiable release conclusions, failed samples, and costs. It also supports viewing DSH task traces in Studio. DSH users can install it in the web profile using `dsh plugin --profile web add oh-my-knowledge` and execute `/omk eval` and `/omk observe` within a session.
Read Moredsh-network-settings: DSH Network Diagnosis and Security Fix
dsh-network-settings is a DSH networking tool plugin maintained by kanneiren, designed for Windows, WSL, and macOS. It displays the real network path of the DSH process within the settings page, performs single or stability probes, and supports one-click copying of an Agent-compatible Markdown report. Configurations are organized by Windows proxy, DSH process environment, WSL, and advanced network group tracing. Recommended fixes cover only high-confidence, low-risk operations, and persistent modifications follow a snapshot, preview, confirmation, application, and rollback workflow. The installation command is `dsh plugin --profile web add dsh-network-settings`, and the entry point is located in DSH Settings → Plugins → Network.
Read Moredsh-sandbox-escalation-fix: Projecting Sandbox Upgrade Schema Per Session to Fix Third-Party Model Tool Invocation Loop
dsh-sandbox-escalation-fix is a DSH community plugin maintained by JUSTMONIKA2022, providing a zero-configuration fix for third-party models like GPT in All Access mode. It addresses bash, pwsh, write, and edit validation failures and retry loops caused by static sandbox schema upgrades. The plugin dynamically projects model-visible parameters based on the Session's Sandbox Mode and Approval Policy, synchronizes Native Tool Call with the Code Mode SDK, and only processes redundant upgrade requests of the same mode during execution. It supports DSH versions 0.1.0-rc.5 through rc.8, as well as 0.1.1-rc.1/rc.2, and is released under the MIT license.
Read Moredsh-better-markdown: Replace the Streaming Markdown Rendering Pipeline for DeepSeek Harness Web
dsh-better-markdown is a DeepSeek Harness Web client plugin maintained by zerob13, which uses markstream-react to take over the streaming and settled Markdown rendering for assistant messages. It supports Mermaid, KaTeX, and Shiki code highlighting, with a fallback to the Harness built-in renderer in case of errors. The article introduces the plugin's positioning, functional scope, the working principle of slot shadowing, and three installation methods: npm, source code, and Git. It also explains compatibility, size trade-offs, and security considerations.
Read Moredsh-museai-tavern: Running MuseAI Characters and Sessions in the DSH Web GUI
@yejiming/dsh-museai-tavern adds a new MuseAI tab to the right of the "Trajectory" tab in the DSH Web GUI session bar, embedding five pages: Background, Chat, Adventure, Bond, and Settings. It reuses the DSH-configured model, requiring no additional API. Data is stored in $DSH_HOME/storages/museai.json. Install via npm: dsh plugin --profile web add @yejiming/dsh-museai-tavern.
Read Moredsh-plugin-product-subagents: Integrate External Agent CLI into Resumable DSH Sub-Agents
dsh-plugin-product-subagents is a DSH workflow plugin maintained by shaokeyibb, which registers Codex, Claude Code, and any ACP CLI as role-based resumable sub-agents. The main model maintains a read-only relay, with write permissions and delegation limits controlled by the role's permissionMode. It supports session persistence and recovery, idle reclamation, and concurrency limits, and can be installed via `dsh plugin --profile web add`. This plugin is ideal for developers who need to uniformly schedule multiple product agents within Harness and tighten permission boundaries based on tasks.
Read Moredsh-deep-research: Adaptive Deep Research Plugin Based on Official Workflow
Maintained by omdsh-dev, dsh-deep-research is a DeepSeek Harness workflow-type plugin with the npm package name @dsh-external/dsh-deep-research. It is built on the official workflow engine and integrates built-in web_search and web_fetch functionalities. Utilizing control theory and information theory, it implements planning, parallel research, marginal gain stopping, and optional adversarial review, registering a deep_research tool for conversational triggering. This article introduces its core mechanisms, installation commands, tool parameters, and typical usage, while noting that profiles must include a workflows provider.
Read Moredsh-catppuccin-theme: Integrating Catppuccin's Four Themes and Glassmorphism for DeepSeek Harness
NoNameLeGo's dsh-catppuccin-theme (@nonamelego/dsh-catppuccin) provides the Catppuccin Latte, Frappé, Macchiato, and Mocha themes for DeepSeek Harness Web GUI, DSH Desktop, and dsh-TUI. It integrates with the official appearance system and supports a toggleable glassmorphism effect. This article introduces the plugin's positioning, core capabilities, installation commands via npm and GitHub, and typical usage including theme switching in the settings page, adjusting the frosted glass effect, and using the /theme command in TUI. It also explains applicable scenarios and notes on verifying source code and permissions before installation.
Read Moredsh-subagent-monitor: DSH Web Sub-Agent Real-time Operation Monitoring Panel
dsh-subagent-monitor is a DSH Web extension maintained by Mombrane. It adds a sub-agent entry to the sidebar and provides a draggable real-time monitoring panel in the top-right corner. The panel displays the status, token usage, and context consumption of sub-agents directly derived from the current session. It supports drill-down navigation, two-stage collapse, and memory of position and height. The installation command is `dsh plugin add @leetoners/dsh-ui-subagent-monitor`. The current version is 0.3.0, licensed under MIT.
Read MoreDeepSeek-Harness-zh_pro: DSH Chinese Interface Enhancement and Session Management Plugin
deepseek-harness-zh_pro is a DSH Web client enhancement plugin (v0.7.0, MIT) maintained by magian1127. It provides Chinese interface completion, optimized statistics and thinking block display, adjustable conversation width, automatic session archiving and trash deletion, and optional prompt injection and agent localization. Installation can be done via the command `dsh plugin --profile web add deepseek-harness-zh_pro` or using npx for hot installation. Except for explicitly enabled injection and localization, it does not modify model requests.
Read MoreDSH-recommend: Transparent Ranking and Recommendations for the DSH Plugin Ecosystem
dsh-recommend is a DSH network tool plugin maintained by zp-home (v0.3.0), which automatically scrapes the GitHub dsh-plugin topic repository every 5 hours and sorts them by a public formula (0.35 maintainability + 0.30 popularity + 0.20 quality + 0.15 ecosystem). The same registry.json file is used by the static ranking site, five model tools (rank/search/recommend/trend/sync), and the "Plugin Ranking" tab on the settings page. It supports installation via npm, GitHub, and local directories. Please review the source code and MIT license before installation.
Read Moredsh-browser: A Plugin for Providing Shared Real Browsers to DSH
dsh-builtin-browser (wqty123/dsh-browser) is a client-side plugin for DSH that provides agents with a real, visible browser that can be shared with users. Upon installation, it offers 20 browser_* tools, supporting DOM-level operations, multi-tab management, task-level session isolation, persistent login state, human verification detection, and cookie-enabled downloads. When a desktop shell is available, it embeds the view; in a pure DSH web environment, it can self-host and launch an Electron window. Installation: dsh plugin --profile web add dsh-builtin-browser. Licensed under MIT, currently at version 0.1.15.
Read Moredsh-bridge: Extending DeepSeek Harness to Mobile Devices, Public Networks, and Instant Messaging
dsh-bridge (@wenbin_wb/dsh-bridge) is a DSH networking tool plugin maintained by wenbin-wb, currently at version v2.8.3. It supports local area network QR code scanning, Cloudflare/self-built tunnels, and official Bot integration for WeChat, QQ, Feishu, and Telegram; it also features built-in access Token/password authentication, management console tamper-proofing, and RPC authentication. This article introduces installation commands, typical usage scenarios, and security considerations based on the GitHub README and SkillHub directory page.
Read Moredsh-secure-audit: DSH Read-Only Security and Compliance Audit Plugin
dsh-secure-audit is a read-only security plugin (admin-security) for DeepSeek Harness maintained by PensiveFei. It provides security_scan_text for prompt injection detection, security_redact_text/security_redact_json for PII and JSON redaction, security_audit for local configuration auditing, and security-review skill. The plugin does not write to or execute the audited system; reports are redacted and include reportSha256 self-verification. Installation: dsh plugin add dsh-secure-audit; requires Node ≥20 and @deepseek-ai/dsh-tools >=0.1.0-rc.7.
Read Moredsh-quant: AI-native Quantification Toolkit for DSH
dsh-quant is a DSH quant plugin maintained by pengpengyi92, offering 59 quant_* tools that cover six domains: data, factors, ML, risk control, execution, and ecosystem. It connects end-to-end research through the PDAT→PET pipeline. Primarily designed for use with agents, the plugin is implemented in TypeScript with zero runtime dependencies, installed via npm, and enabled in cordis.yml. This article introduces its module paradigm, core capabilities, and usage instructions, while also explaining applicable scenarios and security considerations.
Read Moredsh-theme-plugin: A DSH Theme Package for Traditional Chinese Colors
The dsh-theme-plugin maintained by nevertoday generates 98 sets of light/dark themes from 49 Traditional Chinese color anchors, covering 98 DSH and shiki tokens with 3136 contrast assertions passing WCAG AA. Designed in layers based on paper, curtain, and seal, it supports a settings panel, deep links, and mood/pinyin search. Install via npx @deepseek-ai/dsh plugin --profile web add dsh-theme-plugin@latest and switch in Settings → Traditional Colors. Licensed under MIT, requires Node >= 20.
Read MoreAgent Team: Building Independent Agent Collaboration Teams in DeepSeek Harness
Agent Team (limuyang2/agent-team) is a multi-agent collaboration plugin for DeepSeek Harness. Each member is an independent root-level agent, equipped with its own model, session, skills, MCP, and permissions, collaborating through team tasks and a shared workspace rather than a subagent inheritance model. It supports mixed providers, task assignment by a Leader, a full-screen side-by-side workbench, and Git Diff preview. Web installation: npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team; current version 0.1.4, requiring Node.js 22.19+ and DSH 0.1.1-rc.2.
Read Moredsh-skin: Customizing Skins, Backgrounds, and Desktop Pets for the DSH Web Interface
dsh-skin is a DSH fun skin plugin maintained by KinGao294 (v0.4.0, MIT). It registers seven --dsw-alias-* palettes on the built-in theme runtime, supports local or URL wallpapers (with adjustable transparency, blur, and fit), and provides a milk dragon desktop pet that changes with the Agent's state. Settings are located in Settings → General, and preferences are stored in localStorage. Installation: Use `dsh plugin --profile web add -w dsh-skin`, then restart the dsh web for the changes to take effect.
Read Moredsh-user-experience: Conducting Frontend UX Audits from the Target User's Perspective
dsh-user-experience is a DeepSeek Harness plugin maintained by DietCokewithSugar, driven by target user personas to guide UX walkthroughs during development. It scans frontend source code such as React and Vue 3, optionally incorporating browser evidence, and uses natural language reports to pinpoint experience issues while generating verifiable optimization recommendations. It also supports automatic re-checks after code modifications. Installation command: dsh plugin --profile web add dsh-user-experience@0.4.2.
Read Moredsh-blender: Integrating a Complete Blender 3D Production Pipeline for DSH
dsh-blender is a DSH workflow plugin (v0.2.1) maintained by CheshireJCat, which registers 13 Blender tools, 30 skills, and 26 analysis helpers. It performs import, modeling, preview, rendering, verification, and multi-format export within a local Blender background process. This article introduces its positioning, core capabilities, official npm installation commands, typical session usage, and key security configuration points, targeting developers who need to complete 3D production in a closed-loop within DSH sessions.
Read MoreDSH Remote: Bringing the DSH Console to Mobile and Another Computer
DSH Remote consists of the DSH plugin, a standalone gateway, and an Android/WebUI. It enables remote session viewing, handling approvals and queries, file transfer, and monitoring of running status over a local network or Tailscale through Token authentication. The plugin mode installation command is `dsh plugin --profile web add dsh-remote-plugin`, with the gateway listening on port 8787 by default. This setup is ideal for developers who need to continue their DSH workflow on a mobile phone or a secondary device without relying on remote desktop solutions.
Read Moredsh-portable-tavern: DSH Portable Tavern - Character Card Generation and Role-Playing Chat
dsh-portable-tavern is a portable tavern plugin for DeepSeek Harness Web GUI, maintained by XCNXNXNX. It provides an RPG-style visual panel for generating SillyTavern V2/V3 character cards and enabling AI roleplay chats within the same interface. Features include world book generation and completion, character card JSON/PNG import and export, a multi-character local library, custom OpenAI-compatible models, as well as panel themes, backgrounds, and local music playback. Data is persisted via localStorage, and it relies solely on the official @deepseek-ai SDK. Installation is possible via npm, GitHub, or Release tarball using the command `dsh plugin --profile web add`.
Read Moredsh-milestone: DeepSeek Harness Session Milestone Navigation Bar
dsh-milestone is a DSH client plugin maintained by SnowCrescenter-tech, featuring a Git-style dot timeline on the right side of the session view. Each question corresponds to a dot, with hover interactions revealing metadata such as time, turn count, duration, and TTFT. Clicking allows navigation to any message. It supports full question lists, on-site and cross-session search, bookmark deep linking, and keyboard navigation. The installation command is `dsh plugin --profile demo add dsh-milestone`, requiring Node.js >= 24 and compatible with DSH 0.1.1-rc.2.
Read Moredsh-kimino-theme: Transforming the DSH Web GUI into a "Your Name." Theme
dsh-kimino-theme is a DSH Web GUI theme plugin released by maintainer niiang, featuring the visual motif from the film *Your Name*. It offers comet-blue glassmorphism, movie wallpapers, logo replacement, and input card redesign. The plugin can be installed via the command `dsh plugin --profile web add github:niiang/dsh-kimino-theme` and does not modify DSH source code, restoring the original setup upon uninstallation. It is recommended for use with Edge or Chrome browsers; the code is released under the MIT license.
Read MoreDSH Solo Thinking: Breaking Down Brainstorming into Actionable Thought Trees
DSH Solo Thinking is a workflow plugin maintained by fredalxin, which ports the Solo-style isolated brainstorming branch to DeepSeek Harness. Each direction corresponds to an independent Session, and cross-branch information exchange is facilitated solely through Handoffs drafted by the Agent. It supports automatic suggestions for 2–4 dormant branches, thought tree visualization, and persistent playback. Compatible with DSH 0.1.0-rc.6, it is recommended to install alongside Better Sidebar. This article introduces its core capabilities, installation commands, and typical usage.
Read Moredsh-clawrouter: Adding a Dangerous Tool Call Review Gate to DeepSeek Harness
dsh-clawrouter is a DSH plugin maintained by BlockRunAI that audits and forcibly intercepts dangerous tool calls before execution using a more powerful model, while also enabling access to 67 models via BlockRun routing on a pay-per-use basis with a single wallet. This article introduces the review gate, BlockRun routing, installation commands and cordis.patch.yml configuration, as well as the usage and precautions of built-in commands like /gate and /review.
Read Moredsh-llm-codebuddy: Integrating WorkBuddy API and CodeBuddy China Region Model into DSH
dsh-llm-codebuddy is a DSH community plugin maintained by Axiaohungry, which adds the CodeBuddy China Region Provider to DeepSeek Harness. It supports two authentication methods: WorkBuddy API Key and CodeBuddy China site token. The plugin allows users to obtain and edit the model directory via the WebUI and configure thinking settings. It can be installed independently without modifying the DSH global directory and has been verified in DSH 0.1.0-rc.6. It is suitable for developers who only have WorkBuddy credits or a CodeBuddy account and need to call CodeBuddy models within DSH.
Read Moredsh-usage: Persistent Balance and Usage Panel for DeepSeek Harness Web GUI
dsh-usage is a DSH client plugin maintained by Aisland-SJL. It provides a persistent dock and customizable balance/usage panel at the bottom left of the dsh web interface, supporting today's/monthly tokens, cache hit rates, 14-day usage logs, 28-day activity heatmaps, and a dual-channel comparison between DSH and Claude Code. Credentials are parsed by the Harness server, and three loopback GET endpoints aggregate data locally. Installation: dsh plugin --profile web add "github:Aisland-SJL/dsh-usage", requiring @deepseek-ai/dsh >= 0.1.0-rc.6.
Read MoreDSH Plugin Marketplace: Verified DSH Plugin Marketplace and Registry
dsh-plugin-marketplace is a DeepSeek Harness plugin marketplace maintained by YELEBAI, offering Registry scan verification, one-click installation, Agent-guided installation, and batch management of installed plugins. The marketplace scans the GitHub dsh-plugin topic every two hours, displaying only entries that pass manifest, bundle patch, and exact commit verification. The installation command is `dsh plugin --profile web add github:YELEBAI/dsh-plugin-marketplace#v0.9.2`. After starting, it can be used via Settings → Plugins → Plugin Marketplace. It supports manual command installation, self-built Registry, conflict diagnosis, and a dedicated Agent workspace.
Read Moredsh-plugin-writing-guard: DSH Paper Writing Guard, Defend While You Write
dsh-plugin-writing-guard is an academic writing guard plugin developed by maintainer xmutfyh for DeepSeek Harness, running locally with zero network and zero LLM usage. It continuously checks the paper workflow for de-AI phrasing (STYLE), evidence consistency before and after polishing (EVIDENCE), target journal writing distribution (JOURNAL), and delivery leaks (DELIVERY). It offers five tools, including writing_rules and writing_audit, supporting automatic incremental auditing for Chinese and English manuscripts. It has 21 stars on GitHub, is licensed under MIT, and can be installed via npm using: dsh plugin --profile web add dsh-plugin-writing-guard.
Read Moredsh-codex-sync: Two-Way Synchronization Bridge Between Codex and DSH
dsh-codex-sync is a DSH workflow plugin maintained by Walvez, providing continuous bidirectional bridging between OpenAI Codex and DeepSeek Harness: project conversations can be imported, exported, and incrementally synchronized, ~/.codex/skills is mounted in real-time as DSH Skills, mcp_servers are automatically mirrored, and a reverse MCP can be installed on the Codex side to retrieve DSH plugins. The installation command is `dsh plugin --profile web add dsh-codex-sync`, licensed under MIT, requiring Node >= 20.
Read MoreUpstash/Skills: Enhancing Upstash SDK Proficiency for AI Coding Agents
Upstash/skills is a collection of Agent Skills maintained by Upstash, covering usage instructions for Upstash SDKs such as Redis, Vector, QStash, and Workflow. It can be installed in DeepSeek Harness via the command `dsh plugin --profile web add github:upstash/skills` and includes bundled MCP servers. Credentials are optional, as the skills themselves provide coding guidance without requiring login. It is designed for developers who need intelligent assistance in integrating Upstash services.
Read Moredeep-read-summarize: Transforming Books, Papers, Videos, and Web Pages into Concise Obsidian Notes
deep-read-summarize is a DSH workflow plugin (v0.3.3, MIT) maintained by PensiveFei. It accepts books, papers, videos, or web pages as input, processes them through parser chunking, MapReduce parallel deep reading, and JSON Schema validation, and outputs Obsidian notes with YAML frontmatter. It supports npm installation and is triggered by passing JSON through the workflow tool. Configuration errors terminate the process directly, while single chunk failures are flagged without interrupting the overall workflow.
Read Moredsh-anchored-standard: DSH Preset for Two-Stage Anchor Standard
dsh-anchored-standard is a DSH workflow plugin maintained by Jungod1121, implementing a two-phase agent preset: the first phase uses a concise prompt aligned with Minimal and anchors the reasoning trajectory with a limited set of tools such as bash and read, automatically switching to the full Standard toolset after the first persistent tool call. It supports three types of task anchoring: spec, react, and weak. Benchmark evaluations show it outperforms the pure Standard approach on the V4 Pro model. The installation command is `dsh plugin --profile web add github:Jungod1121/dsh-anchored-standard`, and it is designed for DeepSeek V4 Pro engineering tasks.
Read Moredsh-full-remote: An Auditable Remote Access Gateway for DeepSeek Harness
dsh-full-remote is a DeepSeek Harness plugin maintained by JUANWANG-BUAA. It inserts a token-authenticated reverse proxy in front of the Harness Web service, rewrites the Host/Origin to loopback addresses, and prevents privileged APIs such as settings, credentials, and host.listDirectory from returning 403 errors during public network tunneling or local area network remote access. It supports device sessions, mobile QR code invitations, JSONL audit logs, and optional Cloudflare Quick Tunnel. The installation command is: dsh plugin --profile web add dsh-full-remote.
Read MoreDSH Tether: Connecting to DeepSeek Harness on Development Devices Cross-Network with Your Smartphone
DSH Tether is a DSH networking tool plugin maintained by zexadev, which enables mobile phones to directly connect to DeepSeek Harness on development machines in different network environments such as 4G/5G via iroh P2P, without the need to set up a relay server. The mobile side displays the native web interface of DSH, supporting multi-machine pairing, approval notifications, and end-to-end encryption. Developers can install it by executing `dsh plugin --profile web add dsh-plugin-tether` on the development machine, and mobile users can pair and use it by downloading the app from GitHub Releases. It has been verified in dsh 0.1.0-rc.7/rc.8 and is licensed under the MIT license.
Read Moredsh-theme-endfield: Replace the DSH Web Interface with the Industrial Editorial Style of the Endfield Official Website
dsh-theme-endfield is an open-source DSH Web theme plugin maintained by ymh0000123, inspired by the visual design of the "Arknights: Endfield" official website. It features a cream paper background, ink-black text, signal yellow accents, and a full right-angle industrial editing style applied to the interface. Implemented purely on the client side, it does not modify the application code and can be installed via the command `dsh plugin --profile web add`. The plugin provides ten localStorage-persistent switches on the settings page, allowing customization of colors, contour line backgrounds, loading animations, and entertainment effects. Licensed under MIT, it is ideal for DSH users who want to change the theme without altering the source code.
Read Moredsh-codex-subscription: Direct Access to ChatGPT/Codex Subscription via DSH
dsh-codex-subscription is the DeepSeek Harness model inference plugin maintained by WSL043. It integrates the Codex subscription model into DSH via ChatGPT OAuth, eliminating the need for an OpenAI API Key or Codex CLI. It offers genuine quota, search routing, Fast mode, and Beta image generation. The article introduces the plugin's positioning, core capabilities, official installation commands (dsh plugin / npx / Windows scripts), and activation steps, along with applicable scenarios and security considerations.
Read Moredsh-openmaic: Generating Classrooms, Rendering Slides, and Interactive Teaching Aids in DeepSeek Harness
dsh-openmaic is a DSH client plugin maintained by THU-MAIC, integrating OpenMAIC into the DeepSeek Harness. It provides four tools—openmaic_generate, openmaic_slide, openmaic_widget, openmaic_render—and an openmaic-teach skill, enabling the generation of classroom links, rendering of slides and interactive sandbox components during conversations, and supporting Socratic-style guided teaching. The installation command is `dsh plugin --profile web add git+https://github.com/THU-MAIC/dsh-openmaic.git`. It is licensed under MIT and the current version is 0.4.0.
Read Moredsh-files: DSH Session File Upload and Document Reading Plugin
dsh-files is a DeepSeek Harness dual-sided plugin maintained by taxueseek. With a single line of cordis configuration, it provides paperclip/folder/drag-and-drop uploads, session-isolated storage, and colorful file cards for dsh web. It reads text/PDF/DOCX/XLSX files via the read_document tool based on content sniffing, accompanied by LRU caching and pagination. JPEG/PNG/WebP/GIF files are processed through the harness core attachment pipeline, supporting native image viewing in vision models. Install command: dsh plugin --profile web add dsh-files. Public network deployment requires trustedHosts configuration. Licensed under MIT, version v0.4.0.
Read Moredsh-personal-center: DSH Personal Center - One-Stop for Usage Statistics and Custom Commands
dsh-personal-center is a DSH local plugin maintained by PolinniZhong. It adds a "Personal" section to the settings, providing real usage statistics, model cost estimation, global and work-area-specific layered custom instructions, and a data-driven desktop pet. Data scanning aggregates local session logs, with no internet access and no reading of chat content. Installation command: dsh plugin --profile web add github:PolinniZhong/dsh-personal-center. Current version: v0.7.0, MIT license.
Read MoreDSH Plugin Hub: Browse, Search, and Install Community Plugins within Harness
DSH Plugin Hub (npm package dsh-plugin) serves as the DeepSeek Harness community plugin marketplace. Once installed, it appears under "Settings → Plugin Hub," allowing users to browse, search, and one-click install over 5,000 community plugins (with 4,470 manually verified) directly within the application. Its catalog is sourced from dsh-plugin.org and updated daily. Features include visualized installation/upgrade/uninstallation, a notification center, custom installation options, and bilingual support (Chinese and English). Recommended command: dsh plugin --profile web add dsh-plugin. This is an independent community project under the MIT license. Please verify the source code and permissions before installing community plugins.
Read Moredsh-skill-picker: Visual Skill Selection within the DSH Web Input Box
dsh-skill-picker is a DSH Web GUI client plugin that provides a searchable skill list alongside the composer. After selecting a skill, it inserts the official /skillname gesture, which is then loaded and executed by DSH's native mechanism. Compared to the built-in prefix completion, it supports full list browsing, keyword search, and sorting by recent or frequent usage, making it ideal for scenarios with numerous skills where names are hard to remember. The installation method is via git clone + link or GitHub dependency, and it has not yet been released on npm. It is licensed under MIT, with the maintainer being a735624258.
Read Moredsh-qq2006: Revert DSH WebUI to the 2006 QQ Client Style
dsh-qq2006 is a DSH QQ2006 skin plugin maintained by LaplaceYoung. It registers the qq2006 theme, mirrors the body[data-ds-skin], and includes a global skin table along with complete assets. You can install it via npm to obtain the coral blue token skin and global styles. Full effects such as the login window, chat window chrome, list-style messages, and QQ Show right sidebar require access to the source code monorepo or applying the git patch. The skin is switchable and persistent, with the patch anchored to body[data-ds-skin='qq2006'], ensuring zero pollution when reverting to the default. The assets are sourced from the original Tencent QQ2006 and are intended for educational and exchange purposes only.
Read Moredsh-balance: View DeepSeek API Balance on DSH Settings Page and Chat Box
dsh-balance is a DeepSeek Harness client plugin maintained by crazywoola, used to view the total API balance, recharge balance, bonus balance, and available models on the settings page and below the chat box. The API key is only used by the local host, supports caching and manual refresh, and features an orange indicator light to alert users during DeepSeek's peak pricing hours. The installation command is `dsh plugin --profile web add @pinkbanana/dsh-balance@latest`, and it is licensed under MIT.
Read MoreCustom-First Control Prompt: Injecting System Segments and Reference Dialogues Before Persona
@wm-coders/dsh-custom-first-control-prompt is a DSH deployment-side prompt prefix plugin maintained by WM-CODER. It registers ordered system prompt segments before the persona through sections and prepends user/assistant reference conversations as real alternating messages to each ordinary dialogue request via history, intercepting through llm/stream with zero session log writing. The static content facilitates prefix KV cache reuse. Installation is done via `dsh plugin --profile web add`, with configuration written to `cordis.patch.yml` for targeted overrides or saved through the panel. It is suitable for scenarios requiring unified deployment rules and reference conversations; note the token duplication overhead, that it takes effect after a restart, and consider the plugin process permissions.
Read MoreDSH Crew: Assigning Tasks to DSH Agents in Claude Code / Codex
DSH Crew is a workflow plugin for DeepSeek Harness, maintained by ZSeven-W. It enables Claude Code, Codex, Antigravity, and Grok to dispatch tasks to a genuine DSH agent while displaying native sub-agent progress within the host. It supports flash/pro tier strategies, failure-based tier escalation, dispatch guards, and a task board; the DSH Web runtime worker is visible as a first-class session. It also provides visual description and image generation bridging for pure-text DSH models. The installation command is: `dsh plugin --profile web add @zseven-w/dsh-crew@latest`.
Read Moredsh-lark: Directly Interact with DeepSeek Harness Agent in Feishu / Lark
@sugarforever/dsh-lark is a community-maintained DeepSeek Harness plugin for Feishu / Lark. It receives messages via WebSocket long connection, eliminating the need for public webhooks, and maps Feishu single chats, group chats, and topics to Harness Sessions, utilizing pre-configured models, tools, and Agent Presets. The article introduces the runtime requirements, Feishu app configuration, npm installation commands, Settings and patch configuration methods, as well as typical usage scenarios such as single chats, group chats, and whitelists, along with deployment considerations.
Read Moredsh-feishu: Drive DeepSeek Harness with a Panel in Feishu
dsh-feishu is a DeepSeek Harness Feishu client plugin maintained by PGZXB. Feishu chat corresponds to dsh sessions: the /panel control panel converts slash commands into buttons, agent outputs are presented as streaming cards, approvals and queries are completed within the card, and dsh-feishu-setup supports one-click configuration of the Feishu app via QR code scanning. The article introduces its core capabilities, npm installation steps, typical session flows and command tables, and notes that dsh is still in pre-release, with the plugin running under process permissions.
Read Moredsh-custom-tool: Creating and Managing Sandbox JavaScript Tools in DSH
dsh-custom-tool is a DSH plugin (admin-security, MIT, v0.1.2) maintained by omdsh-dev. Users can write JavaScript tools using the Monaco editor in the setup UI, and models can self-service add or delete tools through APIs like custom_tool_create. Tools are persisted in the custom-tools namespace and hot-registered, executing within node:vm workers with global/workspace scope and permission boundaries. This article introduces installation commands, code contracts, configuration options, and security considerations.
Read Moredsh-file-review: Review Agent-Modified Files in DSH Web
dsh-file-review is a DeepSeek Harness Web workflow plugin maintained by left0ver, which allows users to review files modified by an agent within the browser via a Diff panel. It supports Standard and PTC modes, line-level comments, partial rollbacks, and both Chinese and English interfaces. This article introduces its positioning, core features, pnpm whitelist configuration for cooldown periods, as well as installation commands such as "dsh plugin --profile web add" and typical usage workflows like Chat→Generate→Review. It also reminds users that the plugin runs with the current dsh process permissions and advises verifying the source code and MIT license before installation.
Read Moredsh-plugin-workshop: Creative Workshop-Style Plugin Browser for DSH Web UI
dsh-plugin-workshop is a DSH client plugin maintained by yyyyukari, offering a Steam Workshop-style plugin browsing experience in the Web UI sidebar. It features a zero-server architecture, with directory and search functionality powered by the GitHub API. The plugin supports Chinese search, trending rankings, bilingual translation, feature-based filtering, and one-click install/update/uninstall with pre-checks for version compatibility, as well as installed plugin management. Activatable with a single `dsh plugin add` command, it is ideal for developers who prefer discovering and managing DSH plugins within the browser.
Read Moredsh-scholar: Integrating Research Dialogues, Experiments, and Papers into a Single Project within DSH
dsh-scholar is a DSH research workspace plugin maintained by lzszq, designed for computational research such as machine learning and data science. It integrates project conversations, materials, controlled experiment runs, evidence, and TeX manuscripts into a single resumable project, offering gate-only governance, Runner Profile controlled execution, and Claim-Evidence traceability. The article introduces core capabilities, usage from building and installing from source code to typical slash commands, and explains permission and security boundaries.
Read Moredsh-recall-plugin: Recall Files and Conversations Together Before Message Delivery
dsh-recall-plugin adds a '↶ Recall' button next to DSH user messages. Upon confirmation, the workspace files are restored via an independent shadow git snapshot, and the conversation history is reverted to before the message was sent using sessions.fork. The original session is archived and can be recovered. It does not affect the project's own git; snapshots are stored in $DSH_HOME, supporting exclusion lists, tree-structured snapshot management, and self-healing. Requires git CLI and DSH 0.1.0-rc.x. Installation command: dsh plugin --profile web add dsh-recall-plugin.
Read Moredsh-plugin-template: Minimal TypeScript Plugin Template for DeepSeek Harness
dsh-plugin-template is a minimal DeepSeek Harness plugin bundle template maintained by bugmaker2. It utilizes TypeScript and tsdown to construct the Cordis entry, outputting "hello world" upon loading. The article introduces its bundle registration method, steps for locally installing a forked version into the profile, renaming considerations, and the streamlined design boundary of the Host-only feature. It serves as an ideal starting scaffold for DSH plugin development.
Read Moredsh-web-lan-access: Enable DSH Web UI for LAN HTTP Access
dsh-web-lan-access is a DSH Web plugin maintained by AcidGr, designed to resolve the issue where crypto.randomUUID is unavailable when accessing via plaintext HTTP on non-loopback addresses, which prevents sessions and models from loading. The plugin injects a polyfill through webServer.tapIndex, automatically binds the webserver to 0.0.0.0, and extends the /api trust fence to cover LAN and Tailscale IPs. Installation is performed with the command `dsh plugin --profile web add dsh-web-lan-access`, and once started, remote access is available via http://<server-ip>:3080. Note the security risks of exposing 0.0.0.0, as well as the known limitation that certain APIs, such as settings/credentials, remain restricted to loopback only.
Read Moredsh-desktop-pet: Bringing DSH Task Status to Your Desktop with a Whale Girl Companion
dsh-desktop-pet is maintained by xiaoshihou514, adapting the vlln/whale-girl whale girl desktop pet for Linux and Windows desktops. Paired with the DSH and whale-girl plugins, the desktop "big fat fish" can display task progress and approval status. To install, first run `npm i -g @deepseek-ai/dsh` and `dsh plugin --profile web add`, then download the AppImage, RPM, or Windows installer from the Releases page. Licensed under MIT, categorized under fun customization.
Read Moredsh-github: Managing Git Repositories with the Source Control Panel in DeepSeek Harness
dsh-github is a DSH plugin maintained by PivotStackIntelligence. It adds a Source Control tab to the Web Harness session view loop, with a layout aligned to VS Code's native Git view. The plugin supports change grouping, diff viewing, commit and sync operations, branch/remote/tag/stash management, and merge/rebase status handling. It uses the native Git configuration and does not call the GitHub API. Installation requires DSH >=0.1.0-rc.6, Git, and a configured remote with credentials. After building locally, install by running `dsh plugin --profile web add .` and restart Web Harness.
Read Moredsh-toolkit: Collection Install Entry for Ten Zero-Dependency Deterministic Tools
The omdsh-dev/dsh-toolkit bundles ten deterministic tools—time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema—as vendored snapshots into a single collection, offering unified testing across 723 use cases and batch installation scripts. It supports installing independent bundles as subpackages to web or headless profiles, or selecting a meta package for a single atomic mount. Licensed under MIT, version 0.0.1, it is designed for developers who need basic data processing within a DSH agent and require reproducible configurations.
Read Moredsh-usage-stats: DSH Usage Heatmap and Token Dashboard
dsh-usage-stats is a DSH community plugin maintained by Make0209. It aggregates usage data from persistent session logs, providing a GitHub-style 53-week heatmap, token/cache hit/account balance statistics cards, and workspace alias management. The installation command is `dsh plugin --profile web add dsh-usage-stats`, which takes effect upon refresh and automatically backfills historical data. It is ideal for developers who need to track local tokens and continuous usage by workspace.
Read Moredeepseek-harness-workbench-plugin: Integrating Dialogues, Editors, and Terminals into a Unified Workbench within the DSH Web UI
The dsh-workbench-plugin maintained by loadingvx provides a three-column workspace for the DeepSeek Harness Web UI: conversation on the left, an editor and intelligent terminal in the center, and files/Git/usage/Ultra Slash on the right. It supports Agent Control Plane execution traces, Canvas React previews, slash commands without interrupting the conversation round, AI terminal assistance, and streaming AI message submissions. Installation requires specifying the version: dsh plugin --profile web add dsh-workbench-plugin@0.1.31. After restarting dsh web, a new session can be started to use it. MIT license, npm latest version 0.1.31.
Read Moredsh-chat-timeline: Bringing DeepSeek's Official Right-Side Conversation Navigation Bar into DSH Web
dsh-chat-timeline is maintained by jjxjjjjiik-bot, porting the ScrollNav conversation navigation track from the right side of chat.deepseek.com to the DeepSeek Harness Web interface. The plugin persistently displays a user message indicator line on the right side of the chat, supporting hover expansion, ★ key bookmarking and filtering, light/dark themes, smooth scrolling, and on-demand loading via loadOlder. It integrates with dsh-rewind to automatically exclude recalled messages. Recommended installation: `dsh plugin --profile web add dsh-chat-timeline`, effective after restarting dsh web. MIT License, Node >= 22.
Read Moredsh-lark-link: Integrating DeepSeek Harness Agent with Feishu
dsh-lark-link is a DSH client plugin maintained by amlyczz, which bridges the Agent bidirectionally to Feishu/Lark via QR code authentication. It features dual persistence for both Outbox and inbound WAL, card-based commands including /mode /model /permission, multimedia input/output, /goal long tasks, and /doctor diagnostic packages, reusing the DSH Web GUI with session isolation. It requires Node.js ≥24 and is licensed under MIT. Install with `dsh plugin --profile web add dsh-lark-link`, then use `/lark setup` and `/lark start` to get started.
Read MoreDSH-Code: The Terminal Interface for DeepSeek Harness
DSH-Code is a DeepSeek Harness terminal TUI bundle maintained by UNLINEARITY, layered on top of the official dsh-base as an out-of-tree plugin, sharing the Agent, Session, tools, and plugin services with the Web UI. It supports session resumption and forking, Agent Preset, model and subagent management, /diff and /review coding workflows, and model switching animations. Installation requires Node ^22.19 or >=24, aligning with @deepseek-ai/dsh@0.1.1-rc.2 and dsh-code@1.0.1. It can be enabled via `dsh plugin --profile cli add` and launched using `deepseek` or `dsh-code`.
Read Moredsh-plugin-check: DSH Plugin Repository Read-Only Health Check
The DSH networking tool plugin maintained by omdsh-dev registers a plugin_check tool that performs read-only static scanning on the plugin repository. It covers 33 checks including manifest protocols, patch formats, build pitfalls, and hub inclusion, outputting a JSON compliance report. It supports three actions: check, scan, and schema. It is recommended to install via Profile Bundle to a web or headless profile, suitable for author self-inspection and CI gating.
Read Moredsh-science: Claude Science-Style Research Workbench for DSH
dsh-science is a DSH science-oriented plugin (v0.2.0, MIT) maintained by biociao. It provides a ReAct research loop engine (research_* tools), versioned artifact tracing (artifact_* tools), SSH remote computing (remote_* tools, supporting workstations and SLURM clusters), a remote host configuration UI, and 11 research skills tailored for genomics, pathogens, and bioinformatics. Complemented by dsh-model-tier, it enables cross-provider model tier routing. It can be installed via profile bundles or the "Scientific Mode" preset, making it suitable for researchers who require structured scientific workflows and remote computing resource scheduling.
Read Moredsh-plugin-marketplace: Transforming the GitHub dsh-plugin Topic into a Searchable Plugin Marketplace
dsh-plugin-marketplace is a permanent DSH plugin maintained by AwesomeHou. It utilizes the GitHub Search API to synchronize the dsh-plugin topic repository in real time to the "Plugin Marketplace" tab in the settings page. The plugin supports search, pagination, one-click installation, and progress feedback, and provides tools such as market_search and market_install to the agent. The installed page allows management of third-party plugins, including enabling, uninstalling, and updating. If direct installation fails, the agent can perform a fallback installation in a dedicated workspace. Installation command: `dsh plugin --profile web add` followed by the corresponding GitHub URL. After installation, restarting the harness is required.
Read Moredsh-whale-report: Generating Deterministic Agent Reports from Session Event Logs
dsh-whale-report (DeepTrace) is a memory-type plugin for DSH maintained by SenmuuuuW. It deterministically aggregates data from local session event logs to generate daily, weekly, monthly, yearly, and custom interval reports. The plugin covers 10 findings, including cost peak-valley pricing, token cost allocation, tool health, retry storms, dangerous operations, and key scanning. Starting from version v0.5, it includes 4 read-only IMPROVE suggestions and a VERIFY plan, generating reports with zero LLM tokens. Installation command: dsh plugin --profile web add "github:SenmuuuuW/dsh-whale-report", licensed under MIT, current version 0.5.2.
Read Moredsh-gov-portal: A Standalone WebUI for Government Services, Seamlessly Integrating DSH Agent Capabilities
dsh-gov-portal is a DSH Cordis plugin maintained by ExElectron, providing a service hall interface styled after Chinese local government websites on the default port 3081. It interfaces with all real Agent capabilities—including sessions, models, modes, permissions, statistics, and approvals—through a host apiProxy gateway, with zero business hardcoding. The plugin supports electronic dossiers, supervision workflows, hot configuration modifications, and four theme sets. It can be installed via the command `dsh plugin --profile web add link:<path>`, and is released under the MIT license.
Read Moredsh-video-lens: Equipping Pure Text DSH Agents with Video Understanding Capabilities
dsh-video-lens is a DeepSeek Harness plugin maintained by dundunhan (v0.3.1, MIT). It utilizes three tools—video_probe, video_analyze, and video_ask—to read local video metadata via ffprobe/ffmpeg, perform scene-aware frame extraction with optional ASR, and interface with OpenAI-compatible vision models, outputting structured evidence JSON with timelines. Installation requires running `pnpm add dsh-video-lens` in the DSH Profile directory and registering the bundle, along with configuring environment variables such as `VIDEO_LENS_API_KEY`. It is suitable for video review, meeting recording summaries, and time-anchored Q&A; users are advised to review the source code and permission notes before use.
Read Moredsh-computer-use: Foreground-Safe Native macOS Control Capabilities for DSH Agent
dsh-computer-use is a DSH plugin maintained by Anionex, providing Accessibility-first computer control capabilities for macOS 14+. It is centered around fresh observation, expired state rejection, and scoped permissions. By default, it does not move the system cursor or perform global pointer injection, instead dispatching fallback input to target processes and windows. The article introduces the plugin's positioning, core functions, npm installation commands, Skill loading methods, and typical workflows, while also explaining applicable scenarios, permission requirements, and security considerations.
Read MoreDeepSeek Harness Model Configuration Plugin: Managing Custom Endpoints and Model Parameters in Web UI
marvekg/deepseek-harness-model-config adds a "Model Advanced Configuration" page to the DeepSeek Harness Web UI, supporting the creation of OpenAI/Anthropic protocol endpoints, pulling or manually adding models, and populating context and inference parameters via models.dev. API keys are stored through Harness credentials and are not written to settings.yaml. Installation: dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config, usable under "Settings → Model Advanced Configuration." Licensed under MIT, maintained by MarvekG.
Read Moredsh-plugin-guard: DeepSeek Harness Plugin Installation Safety Net
dsh-plugin-guard is a DSH admin-security plugin maintained by lxzy-7. It automatically snapshots configuration files before each plugin change and implements automatic rollback through boot-guard daemon startup and health checks. In case of incidents, it generates reports to trigger Agent analysis. It supports Web UI backup management, dsh-guard CLI, and Agent tools, and starting from v0.3.2, it can isolate problematic plugins during rollback failures. It is suitable for DSH users who frequently install community plugins, require reversible changes, and need self-healing for startup failures.
Read Moredsh-memory: Integrating LingShu Long-Term Memory into DeepSeek Harness
dsh-memory is a DSH memory plugin maintained by FuRongJun-1999 that integrates the LingShu (AEIS) Spatiotemporal Memory Engine into DeepSeek Harness. It provides cross-session recall/search, a knowledge flywheel, a white-box reasoning pipeline, self-awareness, and a v3.3 role-playing engine, along with a guardrail charter and full-chain audit. Installation requires first installing aeis via pip, then adding the plugin using `dsh plugin --profile` and configuring `dbPath` and `tools` mode in `cordis.yml`. It is suitable for AGI and interpretability research-oriented developers. Before use, please review the source code and the MIT license.
Read Moredsh-sidebar-qa: Instant Q&A from DSH sidebar selection without interrupting the main conversation
dsh-sidebar-qa is a DSH web client plugin maintained by ChenRuoT, built upon dsh-better-sidebar. It enables inline Q&A in the right-side panel after selecting text. The plugin automatically creates independent sessions within the same workspace, supporting three context strategies: full inheritance, compression, and mechanical truncation, as well as nested follow-ups, a follow-up history tree, and two-stage naming. It requires dsh-better-sidebar 0.14.0+ (DSH 0.1.0-rc.8+) and can be installed via the command `dsh plugin --profile web add dsh-sidebar-qa`.
Read Moredsh-whale-musume: Adding a Locally Running Whale Girl Desktop Pet for DSH
dsh-whale-musume is a desktop mascot plugin developed by Sutera-Diffusus for DeepSeek Harness, version 1.4.1, compatible with DSH 0.1.0-rc.6. The whale girl floats over the Web interface, automatically switching to working poses during idle interaction and tool operation, featuring 90+ illustrations, nurturing achievements, and mini-games, running locally by default with no telemetry. It supports installation via the bundle command or Release script injection, choose one of the two. Licensed under MIT, categorized in SkillHub as "fun dress-up".
Read Morepicturereader: Adding Local Image Recognition Capability to the Pure Text DSH Model
picturereader is a DSH model inference plugin (v3.2.0) maintained by jing-hy. It enables pure-text models to achieve native thumbnails through a visual twin adapter, converting images into structured textual evidence using local tools such as image_scan and image_ocr. It supports three routing modes—privacy, intelligence, and rigor—and an optional external VLM. Additionally, it includes document_to_image for converting documents to images and image_edit for local image editing. It runs entirely locally by default and is licensed under MIT.
Read Moredsh-im-gateway: Integrating DSH Agent with 25+ Chat Platforms Including WeChat and Feishu
dsh-im-gateway is a DeepSeek Harness aggregated IM gateway plugin maintained by zhuiyueya, supporting over 25 channels including WeChat, Feishu, DingTalk, Telegram, and Discord. It provides unified session routing, remote approval, interactive questioning, and QR code-based access. The installation command is `dsh plugin --profile web add dsh-im-gateway`, and the configuration entry can be found in the IM Gateway section of the dsh Web settings. It is licensed under the MIT License, and the current version is 0.3.3.
Read Moredsh-interconnect: Enabling Message and Event Communication Across Multiple DSH Instances
dsh-interconnect is a DSH workflow plugin maintained by Chinesezjc, enabling cross-instance message delivery, liveness detection, and event streaming via persistent WebSocket connections. The plugin includes an interconnect service, four model tools (send/list/ping/reply), and associated skills. Starting from version 0.9, it uses instanceId for addressing and supports followup/steer/inject delivery modes with optional resume wake-up. Installation command: dsh plugin --profile <name> add dsh-interconnect. Both ends must be configured with the same DSH_INTERCONNECT_TOKEN.
Read Moredsh-recall-unread: Recall Interrupt Messages Not Yet Read by the Model
dsh-recall-unread is a DSH client plugin maintained by hg1048596-pixel, displaying the steering recall unread strip above the input box and supporting single and full message recall. It only works when messages are still in the inbox and have not been read by the model. For static installation, copy the plugin/ directory to ~/.dsh/profiles/web/node_modules/ and configure cordis.patch.yml for zero-configuration activation. Licensed under MIT, v1.1.0.
Read Moredsh-share: Export DSH Conversations as Images or Markdown
dsh-share is a DSH web client plugin maintained by hellodigua, designed to select single or multiple Q&A rounds from a session and export them as PNG images or Markdown. It supports multi-select interactions consistent with the DeepSeek web interface, allows adjustment of image width and font size, hides intermediate processes, and preserves code blocks, tables, and tool call summaries. Installation is done via `dsh plugin --profile web add dsh-share`, and it is compatible with `@deepseek-ai/dsh ^0.1.0-rc.6`.
Read Moredsh-usage-plugin: Record Token Usage and Costs for Each Call in DSH
dsh-usage-plugin is a DeepSeek Harness client plugin maintained by feiyang-dev that provides usage and cost tracking, along with balance inquiry panels, within the Web UI. It records token usage and cache hits for each model invocation, calculates costs based on DeepSeek's peak and off-peak pricing, and supports usage calendars, price table editing, CSV/JSON/PNG export, and local persistence. It can be installed via one-click setup on the desktop client or by executing the command `dsh plugin --profile web add @feiyang666/dsh-usage-plugin`. This plugin is ideal for DSH users who need to track token consumption, distinguish between peak and off-peak costs, and check account balances.
Read Moredsh-wsl-workspace: Add WSL Workspaces Directly in DSH Web GUI
dsh-wsl-workspace is a DSH client plugin maintained by 6Mikao9 (v0.3.1, MIT). After installation, you can add a WSL workspace from the Web GUI sidebar. This allows the entire agent session, including bash and file tools, to run within the selected WSL distribution, with paths formatted in Linux style. There is no need to install DSH inside WSL. The plugin supports a mode selector, optional Linux username, and access to Windows files via /mnt/. This article covers the installation command, typical usage, and permission differences between bash and file tools.
Read Moredsh-pipeline-kernel: DSH Multi-Agent Pipeline Management Kernel
dsh-pipeline-kernel is a DSH Cordis plugin maintained by not-big-dog, providing pipeline-agnostic multi-agent management capabilities: task boards, ledgers, deployments, registries, inspections, package reuse, and a web control panel. The pipeline is configured via `pipeline_define`, with no business logic pre-built into the kernel. Installation requires deepseek-harness 0.1.0-rc.8 or later, enabled through `link` or `dsh plugin add`, and new sessions gain access to `pipeline_*` tools. A typical workflow follows: define → deploy → seed → push → claim/done → status. Starting from v0.8, watchdog self-healing and stale reporting are enabled by default. Licensed under MIT, with approximately 36 stars on GitHub.
Read MoreDeepSeek Pet: Raising a State-Aware Desktop Companion in the DeepSeek Harness Web Interface
DeepSeek Pet is an interactive desktop pet plugin developed by keleus for DSH Web. The character changes expressions in response to tasks, tool calls, context usage, and active sessions, with states presented through bubbles, session bars, and animations. It supports tool approval, multi-session parallel prompting, context and image input awareness, as well as dragging, resizing, minimizing, and desktop pet settings. The installation command is `dsh plugin --profile web add github:keleus/deepseek-pet`, and it is licensed under MIT.
Read Moredsh-deepread: Evidence-First Deep Reading for AI Agents
DeepRead (xiehuan123/dsh-deepread) is an evidence-first deep reading plugin within the DSH ecosystem. It extracts traceable claims, evidence, confidence scores, and knowledge maps from sources such as articles, PDFs, and books. It offers five modes: quick, deep, map, Feynman, and book, and supports two forms: Portable Agent Skill and Host plugin. The Host version includes PDF extraction, batch comparison, cost preview, background job progress, and HTML/XMind export. Installation command: npx skills@latest add xiehuan123/dsh-deepread or dsh plugin --profile web add dsh-deepread. Licensed under MIT, requires Node ^22.19 or >=24.
Read Moremeow-memory: DSH Cross-Session Seven-Layer Long-Term Memory Plugin
meow-memory is a cross-session memory plugin developed by Phant0Meow for DeepSeek Harness. It maintains a seven-layer structured memory system (soul/user/project/fact/lesson/topic/rules) in the workspace using SQLite. During the initial session, it injects long-term memory blocks and performs keyword matching for each subsequent message. When idle, it organizes memories through a window-based dreaming process. It offers tools such as `memory_remember`, `memory_search`, and `memory_project`, utilizing BM25 retrieval. The system prompt design is cache-friendly, and the project is released under the MIT license with the npm package name `meow-memory`.
Read Moredsh-auto-continue: Automatically send "continue" after interruption in DSH Web UI
dsh-auto-continue is a workflow plugin for the DSH Web UI, maintained by HsiangNianian. When a session is interrupted due to non-human reasons such as network errors, timeouts, or max-tokens, it automatically sends a configurable "continue" text via agent.followup to resume the task. The engine has been running within the host process since version 0.8.0, supporting error classification, adaptive backoff, idempotent safeguards, loop guards, pause functionality, and a statistics panel. Installation: dsh plugin --profile web add dsh-client-auto-continue, requiring DSH ≥ 0.1.0-rc.7.
Read Moredsh-remote: Managing Remote Workspaces via SSH in DSH
dsh-remote is a DeepSeek Harness network-connected tool plugin maintained by flymysql. It allows you to actively SSH into remote hosts from your local DSH, using 20 rw_* tools to read and write files, execute commands, and mirror remote directories to your local workspace via SFTP. It supports multi-machine registration, dual-tab workspace selectors, conflict-aware bidirectional synchronization, port forwarding, sidebar remote editing, and command auditing. The installation command is `dsh plugin add dsh-remote`, licensed under MIT, with the current version being 0.8.8.
Read Moredsh-claude-provider: Configuring and Discovering Models for DeepSeek Harness with Claude Provider
@mofeng2223/dsh-claude-provider offers a standalone Claude Provider type and Anthropic Messages format for DeepSeek Harness. DSH 0.1.1-rc.1 natively supports Claude reasoning-effort, so this plugin no longer intercepts requests. Instead, it writes settings such as reasoning level into the settings.yaml file during front-end saving. It also complements the GET /v1/models endpoint for model discovery, sets default context and output values for known Claude models, and provides three reasoning modes: five-level, four-level, and toggle. Installation: npx @deepseek-ai/dsh plugin --profile web|headless add @mofeng2223/dsh-claude-provider. Licensed under MIT, maintained by MoFeng2223.
Read Moredsh-emoji: Add Toggleable Inline Emoji for DSH Responses
dsh-emoji is a DeepSeek Harness plugin maintained by hellodigua that converts Unicode emojis in Agent responses into inline images on the Host end. It includes built-in styles for platforms like Tieba, Bilibili, and Xiaohongshu, supports uploading custom ZIP emoji packs, and shares 40 stable semantic keys. After installing via the DSH CLI to the Web Profile, you can adjust frequency, size, and additional prompts in the settings without needing to modify the model invocation logic.
Read Moreui-status-label: Custom dsh Web Running Status Text
ui-status-label (dsh-ui-status-label) is a dsh web costume-change plugin maintained by alingalingling. It provides a "Running Status Text" input field in General settings, allowing you to replace the default "Deep diving..." with custom text (default "小难梁在0721", with a 40-character limit). It supports two injection paths: DOM injection and the conversationStatus service, and is usable with official versions from 0.1.0-rc.6 onwards. Installation: `dsh plugin --profile web add github:alingalingling/ui-status-label`. After installation, you need to restart the web process. Licensed under MIT, it does not interact with model requests.
Read Moredsh-omi-voice: Using Doubao Natural Timbre to Read DSH Conversation Replies
dsh-omi-voice is a DeepSeek Harness client plugin that allows users to click the 🔊 icon in a conversation to have the AI's final response read aloud using Doubao TTS natural voice, with support for pause and resume. The speech is synthesized locally by the Omi engine, and the Doubao API Key is stored in the macOS Keychain via a BYOK method, with the plugin communicating only through 127.0.0.1. It is designed for DSH users on macOS who desire an immersive listening experience and are comfortable with character-based billing.
Read Moredsh-web-search-pro: DSH Multi-Engine Web Search with Persistent Caching
dsh-web-search-pro is a DSH bundle plugin maintained by anweat, integrating multi-engine search, 20-platform retrieval, content scraping, SQLite+LRU caching, and Playwright rendering into 11 tools. It requires paired installation with @anweat/dsh-browser and supports engine fallbacks for Exa/DDG/Bing/Jina, Chinese community login states, and site-specific rules. This article covers installation commands, typical usage, configuration highlights, and security considerations.
Read Moredsh-remote: Adding a Remote Access Authentication Layer for DeepSeek Harness
Add account password login, TOTP MFA, signed session cookies, and role-based permissions before the DSH web interface. Replace workspace selection with an in-browser directory dialog. After authentication, allow DSH's originally loopback-only privileged APIs to be accessed. Suitable for scenarios where DSH is exposed to a local network or the internet via a reverse proxy or tunnel. Install with the command: dsh plugin --profile web add @xgone/dsh-remote. MIT license, maintained by xgone.
Read Morerecruiting-copilot: AI Recruitment Workflow DSH Plugin for HR/Headhunters
recruiting-copilot, maintained by Viy1204, is an AI recruitment co-pilot designed for HR and headhunters. It offers features such as job standardization, initial screening through Boss Zhipin and Liepin channels, market talent inventory, resume evaluation, interview scheduling, candidate ledger management, and daily reports. When installed as a DeepSeek Harness plugin, all seven skills become globally available, with a recruitment browser panel attached to the right side of the web interface. The installation command is `dsh plugin --profile web add git+https://github.com/Viy1204/recruiting-copilot.git`, and a session restart is required after installation. Irreversible actions default to requiring human confirmation; Boss mode runs with a GUI by default—do not set `RECRUIT_BROWSER_HIDDEN=true`. Licensed under MIT; requires Node.js ≥ 20.
Read Moredsh-trace-compare: Drawing Agent Exploration Trajectories as Mazes
dsh-trace-compare is a DeepSeek Harness client plugin maintained by lamost423, designed to visualize tool calls within session logs or live sessions as a maze-like timeline, clearly presenting the main branch, failed branches, and turning points. It supports sidebar Trace comparison (single/dual log coaxial comparison, round alignment, branch inventory) and in-session real-time maze tabs, featuring zoom, filter, export, and bilingual interfaces. This article introduces the installation commands, typical usage, and key judgment rules.
Read MoreBillion-Context-DSH: Empowering Models to Decide When to Compress Context
Billion-context-dsh provides an Active Context Pruning backend for DeepSeek Harness, where the model determines when to compress and restore context through the compress, decompress, search_context, and acp_status functions. Ported from billion-context-pi and reusing acp-kernel, it can be installed via the bundle command: dsh plugin --profile web add billion-context-dsh. Version v0.2.13 (beta) is suitable for long conversation and long task scenarios.
Read Moredsh-mneme: Cross-session, Self-evolving Local Memory for DeepSeek Harness
dsh-mneme is a DSH memory plugin maintained by modusensus, providing Agents with cross-session persistent memory, automatic organization in Sleep Mode, and BM25/graph recall capabilities. Data is stored locally in Markdown format. The installation command is `dsh plugin --profile web add @modusensus/dsh-mneme`, requiring Node 24+. It can be configured for offline operation and session lifecycle management through parameters like `embedProvider`, `sessionLifecycleEnabled`, and `entityExtractionEnabled`. Licensed under MIT, it has approximately 43 stars on GitHub.
Read Moredsh-auto-collapse: Condense DSH Workflow into a Single-Line Summary
dsh-auto-collapse is a pure frontend DOM plugin for the DSH Web client, maintained by a179-sanae. It automatically collapses tool cards and Think reasoning blocks within a conversation into a single-line summary, retaining only the model's final output after the round is completed, with the option to expand the full workflow by clicking. The plugin supports three levels of collapsing, native visual alignment, stream-friendly coordination, and configurable status prompts (default: "Deep sleeping..."). It can be installed via the command `dsh plugin --profile web add "dsh-auto-collapse"` without requiring additional configuration, and can be fully uninstalled to revert changes. Licensed under MIT.
Read Moredsh-session-manager: DSH Web Session Management Plugin
dsh-session-manager is a DSH client plugin (v0.2.2) maintained by dream12347, providing unified session management at the settings page and conversation top. Features include deletion with recycle bin (restore/permanent delete), activity statistics, continue/pause, opening log directories, unread markers, forking sub-sessions, workspace grouping and sorting, as well as a global context compression threshold ranging from 17% to 90%. It does not modify the DSH core and is compatible with version 0.1.1-rc.1. After installation, restarting the DSH web is required.
Read Moredsh-web-mobile: Enabling DSH Web UI for Optimal Mobile Usage
dsh-web-mobile is a DSH Web client plugin maintained by mexiaosqwq, designed to address issues such as the sidebar taking up too much space, difficult-to-use pop-ups, and overlapping input controls on mobile devices in portrait mode. For narrow screens, it converts the sidebar into a drawer and pop-ups into bottom sheets, while handling safe areas and themes. On tablets, it limits the width and centers the content, but remains unchanged on desktops with screens ≥1024px. The installation command is `dsh plugin --profile web add github:mexiaosqwq/dsh-web-mobile`, followed by restarting dsh web. It supports compatible plugins like dshmarket and dsh-meme, and is licensed under the MIT License.
Read MoreDeepSeek Flow: Visualize Workflows with Markdown Editing in DSH Web UI
DeepSeek Flow (kanghelyu/dsh-deepseek-flow) is a DeepSeek Harness Web UI plugin that provides an editable flowchart synchronized bidirectionally with Markdown, sourcing from WORKFLOW.md and individual STEP.md files. Positioned as an editor rather than a runtime, it includes built-in Agent Skills and tools such as flow_create, flow_put, and flow_evaluate, supporting Boolean gate semantics, canvas review, and direct file-based finalization. Installation is via: dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main", followed by restarting dsh web and opening the DeepSeek Flow tab in the Session. Licensed under MIT, it has approximately 50 stars on GitHub.
Read MoreDSH-EasyRewrite: Withdraw and Rewrite Messages in DSH Web
DSH-EasyRewrite is a DSH Web client plugin (v2.3.0, MIT) maintained by Renzic-Stone, implementing message recall and in-place bubble re-editing via official extension points. The recall key is located next to the copy key with a lazy submission mechanism—confirmation backfills the input box, and the actual truncation occurs only upon sending. Clicking on a bubble allows in-place Markdown editing and resending, with support for messages containing images. Additional features include a version paginator, draft persistence and auto-backup, and a trilingual settings panel. Installation command: dsh plugin --profile web add dsh-easyrewrite, compatible with DSH Web rc.6+.
Read Moredsh-smooth-stream: Enabling Smooth Streaming Rendering and Silky Scrolling for DeepSeek Harness Web UI
dsh-smooth-stream is a DeepSeek Harness client plugin maintained by Laplace-bit, providing smooth streaming rendering and silky scrolling for the Web UI. Text, Markdown, code blocks, tables, and tool results naturally appear as output is generated, with the page smoothly following as content grows. It supports balanced/realtime/silky presets, user-level toggles, and a debug panel, installed via `dsh plugin --profile web add`, under the MIT license.
Read Moredsh-free-search: Providing API Key-Free Multi-Engine Online Search for DeepSeek Harness
dsh-free-search is a DeepSeek Harness web search plugin maintained by DDDMUC. It implements the WebSearchProvider interface and includes 10 built-in search engines such as Bing, DuckDuckGo, and SearXNG, with a unified fallback chain. By default, Bing is available without requiring an API key. The plugin provides a web settings page, a /free-search-engine shortcut for quick engine switching, advanced_search for time-based filtering, platform_search for platform-specific searches, and web_fetch for web page retrieval. Installation requires cloning the repository via git clone and running `dsh plugin --profile web add`. Configuration is stored in `~/.dsh/settings.yaml`.
Read Moredsh-status-rotator: Transforming DSH Round Status Lines into Customizable Fun Messages
dsh-status-rotator is a DSH web plugin maintained by 01Virex that replaces the fixed Deep diving... status line at the bottom of the interface with customizable text. It supports real-time switching between three stages: thinking/running/long, typewriter animation, colorful gradients, real-time value rendering via template placeholders, as well as tab title rotation, hover status pill, and preset time-slot scheduling. The installation command is `dsh plugin --profile web add dsh-status-rotator`. A restart of dsh web is required after the first installation; it can be edited in the DSH settings page or config.json, with hot-reloading enabled upon saving. Licensed under MIT, with approximately 52 stars on GitHub.
Read MoreDSH-Meme: Making Memes Discoverable and Sendable in DSH Conversations
dsh-meme is a meme plugin for DeepSeek Harness developed by yyh-001. The model sends memes by emotion bucket via send_meme, writes [meme: description] in replies, and the frontend displays the image in speech bubbles, eliminating the need for image input capabilities. It supports learn_meme for image learning, library management on settings page, and ZIP import/export, with two built-in libraries: official-001 and Fat Fish. Installation: dsh plugin --profile web add dsh-meme. Licensed under MIT, only depends on node:sqlite.
Read Moredsh-open-in-vscode: One-Click Workspace Launch in VS Code from DSH Web Interface
dsh-open-in-vscode is a DSH client plugin maintained by omdsh-dev, providing an "Open in VSCode" entry point within the overflow menu of each workspace sidebar. Upon clicking, the host invokes the local editor CLI (default: code) via Typert Remote to open the workspace directory in detached mode. It supports DSH 0.1.0-rc.6 and above, allowing configuration of the command and arguments through cordis.yml. The plugin does not include tools, skills, or file read/write operations, making it ideal for quickly jumping to a local IDE after managing multiple workspaces via a web interface.
Read MoreLocal Shell MCP: Enabling Controlled Shell and File Workspaces for DSH
local-shell-mcp is an MCP control plane maintained by fwerkor, offering clients controlled shell, file, browser automation, and remote worker capabilities. When used as a DeepSeek Harness plugin, it fully bridges the mcp__lsm__ tool interface via HTTP, binding each DSH session to an independent logical session and live workspace. The article introduces the recommended topology, steps to start LSM before installing the plugin, environment variable configuration, and typical usage, and explains that the plugin runs with DSH process permissions, requiring verification of source code and security boundaries before installation.
Read Moredsh-balance-plugin: Monitor DeepSeek Balance and Usage in DSH
dsh-balance-plugin is a DSH dynamic Cordis plugin (v1.3.0, MIT) maintained by yxxbc. It provides balance monitoring next to the input box, an official recharge portal, Miyu-style usage statistics, and third-party plugin management. It automatically reads the DEEPSEEK_API_KEY and supports CNY/USD dual-pool alerts along with query_api_quota for checking conversation balances. Installation uses the official curl/irm script; avoid using the raw npm package name. It is suitable for developers who run agents on DSH long-term and need to locally view balances and usage.
Read Moredsh-navbar: Dialog Node Navigation Bar, Quick Jump to Right-Edge User Messages
vlln/dsh-navbar is an official DSH bundle client plugin that renders a node navigation bar on the right edge of each user message in the conversation page: hover to preview, click to jump, and highlight based on reading position. It supports scroll wheel switching, a sliding window when exceeding 11 nodes, loading earlier history, and pinning assistant replies. It has zero data-channel dependencies and is based solely on official anchor attributes. Installation: run `dsh plugin --profile web add "github:vlln/dsh-navbar#main"` and restart the web interface for it to take effect. Licensed under MIT, current version is 0.4.0.
Read MoreSeekTTY: Keyboard-First Terminal Workbench for DeepSeek Harness
SeekTTY is a DSH client plugin (v1.2.1, MIT) maintained by Hilbert-beinghappy. It provides a DeepSeek launcher within the project directory, integrating capabilities such as Agent, session, model, permissions, and plugins into a full-screen TUI styled with DeepSeek's color scheme. The plugin supports slash commands, multiple workspaces, image attachments, theme imports, and a plugin marketplace. When combined with dsh-plugin-clarify and auxiliary-runtime, it enables the /clarify clarification workflow, which can then connect to the native /plan feature. This article introduces its positioning, core capabilities, tarball installation steps, and typical usage, while also explaining that the plugin runs with dsh process permissions and noting version compatibility considerations.
Read Moredsh-turn-delete: Deleting an Individual Turn in DeepSeek Harness While Preserving the Session
dsh-turn-delete is a DeepSeek Harness client plugin maintained by hanshenmesen. It enables the removal of a completed top-level turn without deleting the Session, preserving the Session ID, workspace association, and subsequent conversations. The plugin provides a deletion entry point alongside the assistant's response, and upon confirmation, it clears the prompt, response, and tool records for that turn from the model-visible side, replacing them with zero-content for event persistence while retaining the original event logs. It supports the web profile and is compatible with DSH 0.1.0-rc.6/rc.7 and Node.js 22.19+.
Read MoreDeepSeek Control Center: Wallet and Usage Management in Conversation
DeepSeek Harness Control Center (deepseek-harness-wallet) is a DSH client plugin maintained by feibi-mochi, offering balance monitoring, session usage estimation, v4 peak-valley billing clock, a 365-day local ledger, encrypted multi-account switching, Z.ai plan monitoring, completion reminders, and recharge access near the input field. The current stable version is v0.3.4, installed via the command `dsh plugin --profile web add deepseek-harness-wallet`. It is ideal for multi-account DSH users who need to monitor account status and control call costs in real time.
Read Moredsh-notifier: DSH Unified Notification Push Plugin
dsh-notifier is a DSH networking tool plugin maintained by THEWOLFWALKER, providing a unified notify() API with 27 outbound channel adapters. It supports automatic push for session events (turn/end, approval/asked, agent/error) and dual triggers from model notify tools, with six inbound channels enabling remote approval and session management. Starting from v0.5, it includes long-task heartbeat and in-notification stop functionality, and from v0.7, it supports identity pairing and a web management console. Installation command: `dsh plugin add dsh-notifier --profile <profile-name>`, requires Node.js 22+, and is licensed under MIT.
Read MoreDSH-Stock-Watch: Monitor Your A-Share Watchlist in the Top-Right Corner of the DSH Website
dsh-stock-watch is a DSH client plugin maintained by Awu12277, offering a collapsible watchlist pop-up in the top right corner of the web interface. It supports both A-shares and Hong Kong stocks with multiple groups, intraday and K-line charts, buy/sell target prices, and dark/light themes. The data source is consistent with the stocking CLI (Tencent Finance). Install it using the command `dsh plugin --profile web add dsh-stock-watch`, and it will take effect after restarting the DSH web. It integrates with DSH sessions, enabling one-click triggers for investment research reports, market analysis, daily reviews, and limit-up analyses. Licensed under MIT, npm version 1.0.9.
Read Moredsh-claude-ux: Replicating Claude-style Area Risk Control and Dialog Autonomy for DSH Web
dsh-claude-ux is a DSH web profile plugin maintained by eri64, replicating Claude's regional risk control (reversible) and conversational autonomy: local signal determination, rejection ladder, lexicon plus LLM abuse adjudication, and proactive termination for severely harmful content. It does not communicate externally by default, is installed via a single npx command, configured through the "Claude Risk Control" tab in the settings page, and is licensed under MIT.
Read Moredsh-AuthInOne: Complete Provider Login, Model Switching, and Usage Statistics within DSH
dsh-AuthInOne is a DeepSeek Harness community plugin (MIT, v0.2.0-alpha.4) maintained by Stormycry-cryp. It integrates Provider/account login, API Key and custom OpenAI-compatible configurations, future session default models, visual fallback for pure-text models, and cross-session token and cost statistics into the native Models and Usage settings. OpenAI Codex serves as the stable pathway, while Kimi Code, xAI, Anthropic, and others are experimentally compatible. A single command via `pnpm dlx` enables web installation on the same port without modifying the DSH core. It is suitable for developers who need to manage authentication, models, and usage uniformly within DSH. Before installation, please review the source code, as the plugin runs with the DSH process permissions.
Read Moredsh-reverse-skill: Encapsulating reverse-skill completely as a DSH Cordis plugin
dhicoc/dsh-reverse-skill packages the 87 SKILL.md files from the upstream reverse-skill as-is into a DeepSeek Harness Cordis plugin, covering reverse engineering, authorized penetration testing, and security research. Compared to the preset solution that only ports 45 skills, this plugin automatically registers all skills via ctx.skills, enabling activation with a single "dsh plugin add" command and supporting fallback mounting through customSkillDirs.
Read Moredsh-memory: Providing Local Git Long-Term Memory for DSH
dsh-memory (seriousz158/dsh-memory) is a local Git long-term memory plugin for DeepSeek Harness. Memory is stored in a separate Git repository instead of the cloud, and injection is controlled via the memory.enabled setting. The settings page allows for status viewing and secure clearing, with optional idle session synchronization. Installation: dsh plugin --profile web add github:seriousz158/dsh-memory. Compatible with DSH 0.1.0-rc.6/rc.7, licensed under MIT.
Read Moredsh-plugin-hub: DSH Plugin Management Panel and Multi-Source Plugin Marketplace
dsh-plugin-hub (@noob-stupid/dsh-plugin-console) is the plugin management panel for the DeepSeek Harness Web GUI, offering one-click start/stop of installed plugins, multi-source marketplace support (GitHub/Gitee/custom), static indexing of 500+ plugins and 300 skills, Skills installation, suite assembly, and one-click framework upgrades. Installation command: dsh plugin --profile web add @noob-stupid/dsh-plugin-console, requires DSH ≥ 0.1.0-rc.6. Maintainer: Noob-stupid, MIT license, current version v0.3.19.
Read Moredsh-web-plugin-manager: Manage DSH Plugins in the Web UI
dsh-web-plugin-manager is a DSH client plugin maintained by LX2000WASD, enabling centralized management of plugins via the Web UI, including viewing, real-time start/stop, installation/uninstallation, update detection, health checks, profile environment management, and browsing of the built-in marketplace. The installation process includes quality gates and automatic rollback mechanisms, accompanied by the dshpm CLI and agent installation guards, covering both bundled and non-bundled plugins. It is recommended as the first plugin to install in a profile, facilitating the management of other community extensions thereafter.
Read Moredsh-popout-sidebar: pop-up artifact sidebar
The dsh-popout-sidebar, maintained by e2mcc, provides a persistent "Artifacts" sidebar for the DeepSeek Harness Web UI. It enables real-time tracking of files generated by write/edit and shell operations, supports multi-type previews and edit diffs for code, Markdown, images, and other formats, and offers a one-click pop-out feature to open as an independent tab, which can be dragged to a second monitor. It is compatible with other sidebar plugins and can be installed via dsh-market or from the GitHub repository e2mcc/dsh-popout-sidebar. The project is licensed under MIT and requires Node.js version 20 or higher.
Read Moredsh-evolve-modes: Composable Workflow Control and Self-Evolution of Manual Review
dsh-evolve-modes is a DeepSeek Harness Web plugin maintained by GraySilver, offering a four-dimensional combination in the input area covering work status, thinking strategy, quality gate, and self-evolution, without modifying the DSH core. It supports plan mode, first-principles reasoning, adversarial/acceptance review, as well as isolated learning, human-confirmed global rule consolidation. This article introduces installation commands, typical combinations, the /evolve-mode command, and usage notes.
Read MoreForkProbe: Running Multiple Skills Side-by-Side for the Same Task and Selecting the Winner with a Local Report
ForkProbe (jayden-x-l/forkprobe) is a DSH workflow plugin maintained by Jayden-X-L. It assigns the same task to a baseline and multiple candidate skills for parallel trial runs, generating a local HTML report for selecting a winner before proceeding. It supports seven modes: text, PPTX, scientific figures, research reports, image prompts, web pages, and videos. It provides native tools such as forkprobe_compare and forkprobe_resume, along with a Python runner. Licensed under MIT, version 1.1.
Read Moredsh-qqbot: Integrating DeepSeek Harness with QQ Private and Group Chats
@tencent-connect/dsh-qqbot is a DSH client plugin maintained by tencent-connect, integrating private and group chats into the DSH agent loop via the QQ Bot API v2. It supports QR code credential binding, per-peer session isolation, Markdown replies, built-in slash commands, and ask_user_question interactions. The installation command is npx @deepseek-ai/dsh plugin --profile qqbot add @tencent-connect/dsh-qqbot. It is licensed under MIT, currently at version 0.4.0, and requires Node.js >= 18.
Read Moredsh-notification: Desktop Notification on DSH Round Completion
dsh-notification is a DSH client plugin maintained by omdsh-dev that uses the browser Notification API to pop up desktop notifications at the end of a Web GUI session round. It supports toggling separately based on round results such as completed or error, as well as include/exclude keyword rules for session titles, response content, and tool names. By default, notifications are only prompted when the session is not currently being viewed. Preferences are stored in localStorage, with no intrusion into model tokens, tools, or logs. Installation: Use `dsh plugin --profile web add v0.1.3` with the compressed package address. Settings can be found under Settings > Notifications.
Read MoreDockyard DSH: Integrating Multi-Provider Account Pools for DeepSeek Harness
Dockyard DSH is a native DSH plugin maintained by AITabby that integrates official OAuth services from Codex, Antigravity, Grok, Claude, and Cursor, as well as local sessions, into a unified account pool. It provides the `/dockyard` command to manage login, scanning, policies, and real-time model quotas without requiring an additional proxy gateway. A DMG version is available for macOS, and it can also be installed via `dsh plugin --profile web add`. This article introduces its positioning, core capabilities, installation steps, and typical commands, while also explaining security boundaries and platform limitations.
Read Moredsh-automation: Run Scheduled Coding Tasks in a Fresh Agent Session
TitanWings/dsh-automation is a workflow plugin for the DSH community (v0.1.7, MIT). Unlike Core Schedule, which resumes the same session, it creates a brand-new root Agent and Session for each dispatch, executes saved standalone tasks, and records definition revisions and run history. It supports management of single, interval, daily, and weekly rules through both the DSH Web and Agent interfaces, with permissions limited to read-only or workspace-write. Installation: Use `dsh plugin --profile web add github:titanwings/dsh-automation#v0.1.7` and restart the DSH web service to begin using it.
Read MoreZat-DSH Engine: Browse, Search, and Install Community Plugins with One Click in DeepSeek Harness
Zat-DSH Engine is a DSH client plugin maintained by mishibeikejie, adding a Plugin Market tab under Settings → Plugins to real-time list the GitHub dsh-plugin topic community directory. It supports category filtering, bilingual descriptions, one-click install/update/uninstall, and includes pre-installation health and security scanning, network mirror fallback, and fault recovery. This article introduces its positioning, core features, installation commands, and typical usage.
Read Moredsh-skin-market: Browse and Install Community Skins in DSH Settings
dsh-skin-market is maintained by kingOfSoySauce, embedded within the DSH settings page, offering browsing, installation, activation, updating, and uninstallation for over a hundred community skins; it includes an online directory and a registry PR inclusion process, with installation targeting a fixed commit SHA. Install via `dsh plugin --profile web add "dsh-skin-market@latest"` and use it from "Settings → Skin Market". It targets DSH Web 0.1.0-rc.6 and is licensed under MIT.
Read Moredsh-vision: Supplementing DeepSeek Harness with Near-Native Image Understanding
dsh-vision is a DeepSeek Harness plugin (MIT, v0.1.2) maintained by oil-oil, supporting rc.6/rc.7. When the main model is vision-capable, it transmits images directly; for text-only models, a separate visual backend observes the images and injects untrusted context, with fallback to macOS Vision or Tesseract when the cloud backend is unavailable. Backends such as ZenMux and Model Studio can be configured via the Vision Recognition card or settings.yaml, and it is compatible with see-skill. Installation: npx @deepseek-ai/dsh plugin --profile web add github:oil-oil/dsh-vision.
Read Moredsh-commandcode-provider: Integrating Command Code Models in DeepSeek Harness
dsh-commandcode-provider is a community LLM provider plugin maintained by Mars-Sea, which registers Command Code as the commandcode route for DSH. The plugin provides a real-time model directory, reasoning-effort support, authorization and usage cards on the Settings page, automatic multi-account rotation, and a Command Code card on the Models page. The installation command is `dsh plugin --profile web add @mars-sea/dsh-commandcode-provider@latest`, and a Command Code API key is required to be prepared by the user. It is licensed under the MIT License.
Read Moredsh-find-plugin: Search and discover plugins within DSH sessions
dsh-find-plugin, maintained by awesome-dsh-plugin, enables the DSH agent to call find_dsh_plugin within a session, searching in real-time for GitHub repositories tagged with the dsh-plugin topic and sorting them by stars. The results include a brief description, repository link, and an executable `dsh plugin add` command; if a plugin is listed in the awesome-dsh-plugin directory, its handcrafted bilingual description replaces the GitHub summary. Installation: `dsh plugin --profile web add dsh-find-plugin`, restart dsh web, then describe your needs in natural language. Licensed under MIT, categorized as a web tool, with approximately 88 stars on GitHub.
Read Moredsh-dream-skin: DSH Web Native Token Skin and Theme Pack
dsh-dream-skin is a DSH standard dual-face skin-swapping plugin maintained by RevolutionLA. It natively registers 8 sets of Mirage preset skins through ctx.theme, supporting Wallpaper 2.0, per-user accent colors, theme package import/export and share links, as well as favorites and random switching. The installation command is `dsh plugin --profile web add dsh-dream-skin`, and configuration can be done in Settings → Appearance after restarting DSH Web. Licensed under MIT, it does not inject or modify the installation package, making it suitable for DSH Web users who prefer a restrained and elegant interface.
Read MoreDeepSeek Harness GenUI: Generate React Interfaces for Current Tasks and Carry State into the Next Agent Round
DeepSeek Harness GenUI (dsh-plugin-genui) is a DSH client plugin maintained by pengyue-polaron. It enables Coding Agents to create React + TypeScript interfaces for current tasks, capturing user selections, inputs, and progress into task state for subsequent Agent iterations to read. Supporting four entry modes—Inline, Canvas, Fullscreen, and CLI/localhost—it features permission declarations and sandbox isolation, with failure updates that do not overwrite functional versions. Install via the command: `dsh plugin --profile web add dsh-plugin-genui`. It is well-suited for code-first GenUI scenarios such as multi-step interactions, simulators, and code path exploration.
Read MoreDSH Android: Streaming and Controlling Android Devices in Conversations
DSH Android is a DeepSeek Harness client plugin maintained by ZSeven-W, which displays real-time screen feeds from emulators or USB-connected phones in the conversation sidebar via adb and provides 20 agent tools. These tools cover capabilities such as device enumeration, streaming initialization, UI interaction, Gradle build and execution, uiautomator control tree, logcat, and process debugging. The installation command is `dsh plugin --profile web add @zseven-w/dsh-android@latest`, requiring Node ≥ 24.11.0 and adb; the OCR tool is only available on macOS. The plugin runs with DSH process permissions, and users are advised to verify the source code and MIT license before installation.
Read Moredsh-annotation: DSH Web Selected Annotation, Send with Message on Enter
dsh-annotation is a DSH Web client plugin maintained by omdsh-dev. By selecting text within the assistant's reply, users can create annotations, which accumulate across conversation turns and are sent along with the next question upon pressing Enter. The bubble hides the annotation block to achieve zero flicker, and the model responds to each annotation sequentially by Annotation N, with support for hover-chip comparison. It is delivered as an official bundle, requires zero core modifications, and is licensed under MIT.
Read MoreDSH Workflow: Upgrading One-off Multi-Agent Scheduling into a Governable Workflow Layer
omdsh-dev/dsh_workflow (@dsh-external/workflow) is the official DSH bundle-format workflow plugin, offering naming, discovery, generation, reuse, pause/resume, rerun/continue, persistent evidence, and cost governance on top of native one-shot parallel scheduling. The plugin references the KodaX workflow design, supports capsules, six standard patterns, and two built-in workflows, with run data persisted to .dsh/workflow-runs/. Installation requires Node.js >=22.19 and a compatible DSH snapshot; after integration via `dsh plugin add`, it is accessed through the `/workflow` command and three model tools.
Read Moredsh-webui-market-plugin: Browse and Install Community Plugins Within the Web GUI
The @sanqi-normal/dsh-webui-market-plugin, maintained by Sanqi-normal, embeds the awesome-dsh-plugin.com plugin directory into the settings panel of the DSH web GUI. It supports categorized browsing, search and sorting, FIFO task queue for installation/update/uninstallation, cross-profile synchronization, source whitelisting, and trial verification. It can be installed into the web profile via npm or GitHub, taking effect after restarting pnpm dsh web. This is suitable for developers who want to manage community plugins in a one-stop manner within the harness.
Read Moredsh-skill-mcp-panel: Unified Management of Skill and MCP in DSH Web Settings
dsh-skill-mcp-panel is a DSH client plugin maintained by Fishquito7, offering two management panels—Skill and MCP—within the web settings page, accompanied by the dsh-panel command line. Skills support workspace partitioning, grouping, batch migration, and scoped enablement/disablement, while MCP enables configuration writes to the cordis.patch.yml managed block via Stdio/HTTP with hot-reloading. It is recommended to install via the v2.0.1 release tarball; after restarting the gateway, the features become accessible on the settings page.
Read Moredsh-chat-import: Importing External Agent Sessions into DSH for Continuation
dsh-chat-import is a memory plugin for DSH maintained by Nwflower. It read-only imports sessions from over 17 external agent sources such as Claude Code, Codex, Cursor, and Gemini, generating fully faithful and resumable DSH sessions. It also supports export and write-back, bidirectional synchronization, and interchange bundle backups. The plugin requires Node.js ≥ 22.13 and dsh 0.1.x, and can be installed via `dsh plugin --profile web add dsh-chat-import`.
Read Moredsh-reasoning-effort: Adding a Codex-style Model and Reasoning Intensity Slider to DSH
dsh-reasoning-effort is a DSH Web plugin maintained by HanaAyane, providing a Codex-style model and reasoning intensity slider below the input box. The slider levels automatically adapt based on the `reasoning.efforts` setting in the model directory and synchronize with the `/model` command. It supports light and dark themes, custom provider level guidelines, and a dismissible "big fat fish" slider button. The installation command is `dsh plugin --profile web add github:HanaAyane/dsh-reasoning-effort#main`, requiring a Web Host restart to take effect. It targets DSH 0.1.0-rc.6 and is open-sourced under the MIT license.
Read Moredsh-damage-pulse: DSH Damage-Style Token Balance Monitoring
dsh-damage-pulse is a DSH client plugin that provides a damage-style balance animation within the Web interface, peak-valley billing, session cost statistics, and a desktop companion character "Jingyuniang." After each model call, it inserts a token detail line, and the input area displays the session's cumulative usage. The balance floating window reflects real-time deductions, distinguishing between cache hits and misses. It includes built-in DeepSeek pricing rules for 2026-08-23, supporting API Key configuration and HTTP endpoint queries. Installation command: `dsh plugin --profile web add github:wssfk12138/dsh-damage-pulse`, requiring DSH version 0.1.1-rc.2 or above.
Read MoreArgo: Multilingual Search and Evidence Verification for Agents
Argo (taxuseek/argo) is a multilingual search infrastructure specifically designed for AI Agents, routing queries to 120+ engines by domain and language, and producing concise JSON with confidence scores instead of link lists. It supports one-click installation via DSH, MCP mounting, and command-line invocation, covering vertical scenarios such as finance, film, academia, and code. It is ideal for intelligent agent developers requiring auditable and token-efficient web-connected capabilities.
Read Moredsh-plugin-bridge: Previewable Cross-Preset Session Migration
dsh-plugin-bridge is a DSH workflow plugin maintained by Totoro-qaq, designed to migrate a source session to another preset during a long task. It condenses the history into five fixed handoff sections: Goal, Current state, Key decisions, Key files, and Next step. It supports preview before execution, leaves the original session unchanged, and ensures the target session starts cleanly. After installation, it operates via the `/bridge` slash command without injecting prompt tokens into regular sessions. This plugin is ideal for scenarios where you need to switch tool combinations without manually restating the context.
Read MoreModLens: Augmenting Pure Text Models with Visual Capabilities
ModLens is a DSH vision plugin maintained by liustack (MIT, v3.25.0). After pasting an image, an independent vision engine generates structured JSON evidence for OCR, layout, and semantics, which can be used by pure text models like DeepSeek and GLM for answering. It supports both direct pasting and the (modlens vision) model paths, with six built-in providers and the ability to reuse local CLI login states. DSH installation command: npx -y @deepseek-ai/dsh plugin --profile web add @liustack/modlens@3.25.0.
Read MoreViewing Balance, Quota, and Token Usage on DeepSeek Harness Web Interface with dsh-usage-stats
The community plugin dsh-usage-stats (@ychris12138/dsh-usage-stats) provides multi-provider balance, subscription quota, and token usage heatmaps for dsh web. This article introduces its core capabilities, web profile installation commands, key points for credential configuration, typical operational steps, and security considerations such as loopback access and local credential boundaries. It is suitable for Harness developers who use multiple APIs or coding plans.
Read Moredsh-agent-team-gui: Building a Reusable Multi-Model Agent Squad in DeepSeek Harness
dsh-agent-team-gui is a workflow plugin developed by toolclub for DeepSeek Harness Web, transforming multi-member and multi-model collaboration into persistent team objects. Each member can independently configure model routing, role prompts, tool strategies, and token limits; the main model performs bounded DAG planning, and the runtime center provides DAG, retry, and official token bucket measurement. This article introduces its core capabilities, v1.0.1 installation commands, a five-step onboarding process, and notes on using web profiles.
Read MoreDSH Noema: Installing Viewable Long-Term Memory for DeepSeek Harness
dsh-noema is a Noema long-term memory plugin developed by ZSeven-W for DSH. It integrates local-first, non-vector memory into Agents, providing noema_* tools such as recall, retrieval, and import, along with a web-based settings page. Memories are stored in Markdown format in the ~/.agent-memory directory and can be migrated from tools like Cursor, Claude Code, and Codex, with support for service keep-alive. This article introduces its positioning, features, installation commands, and usage considerations.
Read MoreDeepSeek Harness Auto-Approval: dsh-auto-mode Bridges the Middle Layer in Permission Modes
Introducing the DSH plugin dsh-auto-mode (@nanmicoder/dsh-auto-mode) maintained by NanmiCoder. It adds an Auto/automatic approval mode on top of the official workspace-write sandbox: routine builds, tests, and dependency installations are automatically allowed, while semantic risks outside the sandbox are reviewed by a classifier, and dangerous operations such as accessing the root directory or credential paths are directly rejected. The article covers a comparison of four permission modes, installation commands, steps to enable it in the Web UI, optional classifier configuration, and an explanation of security boundaries.
Read Moredsh-undo-savepoint: DSH Crash Recovery Plugin with One-Click Configuration and Code Rollback
dsh-undo-savepoint is a community-maintained DSH undo/snapshot plugin, categorized under admin-security. It automatically or manually takes snapshots of cordis.patch.yml, settings.yaml, .env, and user plugin code trees, supporting undo, redo, and rollback to any version. Keys in snapshots are automatically masked, and exported ZIPs do not reveal plaintext. When DSH fails to start completely, the timeline, safe mode, and session recovery can still be operated via an external WebUI, GUI, and CLI. This article verifies installation commands and typical usage based on the SkillHub directory page and GitHub README, making it suitable for DSH users who frequently experiment with plugins and worry about misconfigurations crashing their environment.
Read MoreBuilding a Local Video Content Workstation with dsh-oil-creator on DeepSeek Harness
dsh-oil-creator is an open-source DSH client plugin from oil-oil, adhering to the principle of "one video per folder." It manages topics, scripts, finished videos, subtitles, thumbnails, and publication status locally. The AI self-configures and tracks long tasks through the creator-workbench Skill. This article introduces its core capabilities, official installation commands, typical conversational usage, and optional dependencies such as subtitles, thumbnails, Screen Studio, and multi-platform publishing. It is ideal for developers using Harness to create technical videos and content for self-media platforms.
Read MoreWindows Can Also Run DSH in Minimal Mode: dsh-gitbash-preset Workflow Plugin
The native minimal mode of DSH is difficult to use on Windows due to PTY platform limitations and the absence of bash in the PATH. The community plugin dsh-gitbash-preset provides a one-click installation for the "Minimal Mode (Git Bash)" preset, mapping bash calls to the MSYS shell of Git for Windows, retaining the dual-tool interface of str_replace_editor, and integrating sandbox-aware gating. This article introduces its pain point background, core capabilities, installation commands, and typical usage, suitable for developers running the DSH web version on Windows as a reference.
Read MoreTokenLedger: Tracking DeepSeek Harness Token Usage Per Station and Project
TokenLedger is a DSH web plugin maintained by zh667, which automatically attributes token usage to actual relay stations and working directories without any configuration. It supports multiple relay balances/subscription quotas, usage heatmaps, cost estimation, and CSV export. This article introduces its positioning, core capabilities, installation commands, and typical usage, while also explaining the attributes of the community directory and security considerations.
Read MoreDSH-Plugins-Marketplace: One-Click Access to the GitHub Plugin Ecosystem in the DeepSeek Harness Web GUI
DSH-Plugins-Marketplace (dsh-plugin-marketplace) is a community plugin marketplace maintained by bradeGithub. It provides the ability to visually browse, search, and one-click install and update all repositories tagged with the GitHub topic "dsh-plugin" via the DSH Web GUI settings page. This article introduces its core features (static index for instant loading, automatic recognition of four plugin types, version detection, and safety guardrails), the official CLI installation command, typical usage and security considerations, and clarifies that the SkillHub community directory has no affiliation with DeepSeek.
Read MoreDSH OpenPencil: Preview, Inspect, and Edit Real .op Design Drafts in Conversations
dsh-openpencil is a DeepSeek Harness client plugin maintained by ZSeven-W that integrates OpenPencil into the DSH Web conversation. The Agent drives real .op canvases through five tools, including openpencil_new, supporting precise multi-frame PNG preview, read-only interactive canvases, and hosted editors. It has 153 stars on GitHub and is licensed under MIT. Installation: run `dsh plugin --profile web add @zseven-w/dsh-openpencil@latest`, followed by `dsh web`. It is suitable for UI design automation; the plugin runs with DSH process privileges, so please review the source code before installation.
Read MoreDirect Image Generation in DeepSeek Harness: Getting Started with the dsh-image-gen Plugin
dsh-image-gen is an open-source DeepSeek Harness image generation plugin by shanliuling, which supports direct image generation via the generate_image tool within web dialogs. It is compatible with multiple providers including Gemini, OpenAI, Volcano Ark Seedream, and Tongyi Wanxiang, and comes with built-in gallery management and workspace persistence. This article covers installation commands, API Key configuration, typical usage, as well as plugin permissions and security considerations.
Read Morepi2dsh: Running Pi Ecosystem Plugins Natively on DeepSeek Harness
DeepSeek Harness features a clear architecture, yet its early-stage plugin ecosystem remains relatively thin; in contrast, Pi boasts hundreds of mature extensions. The pi2dsh compatibility layer engine, maintained by weijiafu14, maps Pi's public extension ABI to DSH's native services, enabling the mounting of npm original packages without forking or per-package adaptation. This article introduces its three-layer architecture, core capabilities, and installation commands for web/dsh-tui. It demonstrates a terminal MCP workflow using pi-mcp-adapter as an example while also addressing considerations such as permissions, verification granularity, and community directory positioning.
Read Moreanime-find: Searching for Anime, Checking Ratings, and Copying Magnet Links in DeepSeek Harness Conversations
Anime-find is a DSH anime search plugin maintained by cocofhu, which aggregates sources like Mikan, AniBT, and AnimeGarden in conversations to display anime results in card format. It supports Bangumi ratings and details, copying magnet links or opening torrents, and allows configuration for streaming playback. This article introduces its features, the differences between npm and git installation methods, typical conversational usage, and notes for use.
Read Moredsh-data-agent: Enabling DeepSeek Harness to Connect to Databases for Analysis via Dialogue
dsh-data-agent is a DSH data analysis plugin maintained by omdsh-dev, supporting common databases such as MySQL, PostgreSQL, and ClickHouse. After installation, users can select "Data Mode" to ask questions in natural language; DSH will automatically generate SQL, execute queries, and provide business insights. It also offers Catalog data governance and HTML analysis reports. This article verifies installation commands, typical usage, and security precautions based on the SkillHub directory page and the GitHub README.
Read MoreEngramory: A Portable Markdown Memory Protocol for DeepSeek Harness Agents
Engramory (tinqiao-oss/engramory) is a zero-infrastructure memory protocol designed for AI agents: Markdown-based single-file-per-fact structure, four types of typed notes, explicit curation discipline, and bounded indexing. It has 171 stars on GitHub and is categorized as a memory tool in SkillHub. This article introduces its core capabilities, official SkillHub installation command, the engramory_init initialization process, index guard configuration, and considerations like single-writer/experimental status, helping DSH users set up auditable long-term working memory.
Read Moredsh-synapse: Transforming DeepSeek Harness Conversations into Browsable Branch Maps
dsh-synapse is a DSH client web plugin maintained by liangmianya, providing a draggable and scalable conversation map on top of native dialogues. It presents forks, follow-ups, and parallel conversations in a canvas format, with two-way synchronization with the native interface. The article introduces its core capabilities, web profile installation commands, typical operation workflows, configuration options, and data boundaries, facilitating quick assessment for integration after discovering it on SkillHub.
Read Moredsh-cost-meter: Adding a Session Cost Dashboard to DeepSeek Harness
dsh-cost-meter is a community-maintained DSH web cost tracking plugin that displays real-time session and daily Token usage, budget progress, official and custom Provider balances within the interface, and integrates OpenCode Go and multiple Coding Plan quota queries. The plugin includes a catalog of 90+ model prices, supports peak/off-peak pricing switch reminders, one-click official price synchronization, and a Codex-style usage heatmap, with a bilingual interface in Chinese and English. This article introduces its core features, npm/GitHub installation commands, budget and NewApi balance configuration examples, as well as installation review and security considerations.
Read MoreOpen Sea Skin: Equipping DeepSeek Harness with Real-Time WebGPU Ocean Skin
Open Sea Skin is an open-source DSH fun dress-up plugin by d-dev0101, which renders real-time Gerstner wave ocean surfaces behind the Harness Web interface using WebGPU. It supports adjustments for waves, sunlight, and glass transparency. It is recommended to install it with a single command via `dsh plugin --profile web add`, and it also supports installation through Chrome extensions, static installation scripts, or native source code integration. The full text introduces its core capabilities, installation commands, verification methods, and applicable scenarios, while also reminding users of plugin permissions and potential risks of mixed installations.
Read Moredsh-mnemon: Building a Three-Layer Pluggable Memory Control Plane for DeepSeek Harness
dsh-mnemon is a DSH memory plugin maintained by omdsh-dev. It manages context, project files, and long-term memory through a three-layer division of Runtime, Documents, and Memory Spaces. The third layer can integrate with nine providers, including Mnemon. This article introduces its core capabilities, installation commands under DSH 0.1.1-rc.2, a 5-minute verification process, as well as permissions, data boundaries, and applicable scenarios, enabling quick evaluation for integration after discovery on SkillHub.
Read MoreDirectly Controlling iOS Simulators and Real Devices within Conversations: Introduction to the DSH Plugin dsh-ios
dsh-ios is a client plugin developed by ZSeven-W for DeepSeek Harness. It embeds real-time MJPEG feeds from iOS simulators and USB-connected physical devices into the DSH Web conversation interface, offering 22 Agent tools that cover device launching, compilation and execution, accessibility/OCR-based clicking, logging, and debugging. This article verifies the installation commands, typical usage, macOS+Xcode environment requirements, and security considerations based on the SkillHub directory and GitHub README, helping iOS developers integrate mobile debugging into Agent conversations.
Read Moredsh-memory-evolve: Equipping DeepSeek Harness with Long-Term Memory and Self-Evolution
dsh-memory-evolve is a DSH memory-type plugin maintained by csyangwen, which provides capabilities such as five-track cross-session memory, git branch awareness, four-track to-do lists, skill self-evolution, COI external AI scheduling, and session collaboration in a purely plugin-based manner, with zero core modifications and zero runtime dependencies. This article introduces its positioning, core features, installation commands, and typical usage, while also explaining community directory attributes and security considerations.
Read MoreIntegrating AnySearch into DeepSeek Harness: Native Web Search and Vertical Retrieval in One Step
@anysearch/anysearch-dsh is a web tool plugin developed by the anysearch-team for DeepSeek Harness, integrating AnySearch into DSH's web profile. After installation, the Agent continues to use the native `web_search` and `web_fetch` functions to access real-time web search, URL content cleaning, as well as advanced capabilities such as vertical retrieval and batch concurrent processing. It supports anonymous usage without an API key, and credentials can be configured for higher quotas. This article introduces the plugin's positioning, environment requirements, installation commands, key configuration, and typical query examples, while also noting that the plugin operates with DSH process permissions and advising users to verify the source code and license before installation.
Read Moredsh-plugin-subscriptions: Integrate ChatGPT, Claude, and Grok into DSH via Subscription Accounts, No API Key Required
dsh-plugin-subscriptions is a DeepSeek Harness model inference plugin maintained by V1ki. It bridges ChatGPT (Codex), Claude, Grok, and GitHub Copilot subscriptions into DSH's LLM Provider via a Web-based OAuth interface, eliminating the need for API keys. The plugin supports a real-time model catalog, subscription usage display, inference level and Codex speed switching, and includes tools such as x_search, image_generate, and video_generate. This article introduces its positioning, installation commands, and typical usage, while also reminding users about plugin permissions and compliance considerations.
Read MoreDSH Big Fish: A Companion Plugin That Brings the Agent's Real-World Workflow to the Desktop Top Layer
Introducing the DeepSeek Harness community plugin **dsh-dafeiyu (DSH Big Fat Fish)**: A desktop-native companion maintained by QCYTSN that displays thinking, working, waiting, completed, and error states in a transparent, always-on-top window on Windows/WSL2/Linux/macOS using real DSH Agent events—not screen scraping. It covers the npm installation command, WebUI configuration entry point, typical usage, multi-session priority handling, and privacy boundaries, while also explaining the SkillHub community directory attributes and the necessity of reviewing the source code before installation.
Read MoreModSearch: Adding Free Online Search to DeepSeek Harness
ModSearch (liustack/modsearch) is a popular free online search plugin in the DeepSeek Harness community, allowing users to get started without registration or API keys. This article introduces its capabilities for web search, X (formerly Twitter) search, and single-page scraping, provides the installation command and verification method for dsh, and explains multi-engine failover, structured JSON output, and usage precautions.
Read MoreClone Any Webpage into a Vite + React Project with perfect-web-clone
ericshang98/perfect-web-clone is a DSH networked tool plugin: pwc CLI performs deterministic web page capture, sections the content, and generates Vite+React source code. It scores outputs based on fingerprinting, volume, and SSIM thresholds, with an intelligent agent iteratively refining the worst-performing sections. Running a single "clone URL" command executes the entire pipeline, producing a result marked as either "ready_for_user_review" or "failed_with_residuals". Requirements include Python 3.10+, Node 20+, and Playwright; plugin installation follows the SkillHub install-plan. Ideal for landing page migration, though WebGL/canvas-heavy pages encounter inherent limitations.
Read MoreOh-DSH: A Packaged DSH Runtime for Desktop, Web, and TUI
Oh-DSH is maintained by hust-open-atom-club, packaging DeepSeek Harness, Node runtime, and built-in plugins into an installable distribution. It allows switching between Desktop, Web, and TUI interfaces using the `ohdsh` command. This article introduces its core capabilities, installation via `install.sh`, typical usage, and notes such as the independent data directory `~/.ohdsh`.
Read Moredsh-genui: Enabling DeepSeek Harness Assistants to Generate Interactive Interfaces for Long Responses
dsh-genui is a DSH client plugin maintained by omdsh-dev. It renders over 30 components inline within assistant responses using the dsh-ui fence, including statistics cards, tables, ECharts charts, forms, quizzes, Mermaid diagrams, and 3D scenes, with support for streaming rendering and action event callbacks. This article introduces its dual-channel rendering principle, installation command (@changfenhuang/dsh-genui), and typical verification usage, targeting developers who wish to obtain interactive interfaces directly within DSH Web conversations.
Read Moredsh-at-file: Using @ to Reference Workspace Files in the DeepSeek Harness Input Box
dsh-at-file is a community plugin for DeepSeek Harness maintained by FSMargoo, providing Codex-style @ file references within the Web composer: it searches the workspace, mounts relative paths, and allows agents to read files on demand. The article introduces its core capabilities, installation commands (including Web profile and fixed versions), filtering configurations, and security considerations, along with selection advice when the official Harness already includes similar functionality.
Read MoreImplementing Traceable Knowledge Graph Memory for DeepSeek Harness with graph-memory
Graph-memory is a DSH memory-type plugin maintained by adoresever, which extracts dialogues into TASK/SKILL/EVENT knowledge graphs, supporting cross-session semantic recall and local SQLite storage. This article introduces its core capabilities, directory page installation commands, source tarball installation steps, gm_* tools and vector retrieval configuration, as well as the plugin permissions, beta version, and the application boundaries of the 75% context compression benchmark.
Read MoreDSH Plugin dsh-im: A Single Gateway to Nine Major IM Platforms, Enabling Local Agents to Live Within Chat Software
dsh-im is a DeepSeek Harness client plugin maintained by xmanrui, which integrates nine major IM platforms—Feishu, WeChat, DingTalk, Enterprise WeChat, QQ, Slack, Telegram, Discord, and WhatsApp—into the local Harness via QR code scanning or robot credentials. It supports independent management of multiple robots, streaming replies, image and file transfers, a variety of chat commands, and connection to public Office suites through the AI Office Connector. This article introduces its core capabilities, npm/GitHub installation methods, typical usage workflows, and security considerations.
Read MoreDSH Little Whale Balance Widget: Monitoring Your DeepSeek Account Balance in the Bottom Right Corner
Introducing the DSH plugin dsh-whale-widget maintained by MeteorNOX: This plugin displays the DeepSeek API balance, daily usage, and per-conversation token consumption in the bottom-right corner of the web interface. It supports two usage tracking modes—whale bookkeeping and real-time token monitoring—featuring drag-and-snap functionality, bouncy interactions, and smooth scrolling number animations. The plugin includes a one-click installation command for GitHub, along with credential configuration and verification steps. It is ideal for developers who regularly use DSH for agent development and need to monitor API usage on the go.
Read MorePaste Images and View: Getting Started with the DeepSeek Harness Visual Plugin dsh-vision-toolkit
dsh-vision-toolkit is a vision toolkit developed by Anionex for DeepSeek Harness, built upon agent-vision-toolkit, enabling pure text models to support image-based Q&A, long screenshot OCR, UI reconstruction, and pixel comparison. This article introduces its core tools, installation methods via npm/GitHub, usage of vision-skills, and configuration considerations, with data cross-verified from SkillHub and GitHub.
Read MoreOne Command to Launch Agent Teams: Getting Started with DeepSeek Harness Plugin dsh-agent-teams
dsh-agent-teams is a DeepSeek Harness workflow plugin maintained by NanmiCoder that transforms the current session into a leader, creating resumable sub-agent teams. It splits tasks based on dependencies and automatically schedules them, complemented by a web activity panel. This article verifies the installation commands, core capabilities, and usage boundaries based on the SkillHub directory page and the official GitHub README, making it suitable for DSH users who need multi-agent collaboration without building a custom workflow engine.
Read MoreGive Pure Text DeepSeek Harness Agent Eyes with dsh-vision-router
dsh-vision-router is a DeepSeek Harness vision routing plugin maintained by ysr666: the vision model serves only as the eyes, while DeepSeek continues reasoning. It features a built-in key-free OVH vision link and includes 14 pixel-level tools (Q&A, localization, cropping, pixel comparison, OCR, etc.). With a one-command installation, you can click "👁 Vision" before sending an image to perform multi-step image recognition just like using regular tools. This article verifies the installation command, tool list, and usage notes based on the SkillHub directory page and GitHub README.
Read MoreAegis: Enabling DeepSeek Harness Agents to "Align with Baseline First, Act Second, and Conclude with Evidence"
Aegis (ganyuanran/aegis) is a DeepSeek Harness workflow plugin maintained by GanyuanRan, with over 1100 GitHub stars. It packages the principles of "baseline first, evidence verification, and drift checks" into an installable Method Pack: aligning project contracts and boundaries before changes, proving results with fresh evidence before completion, and taking a fast path for simple tasks. This article introduces its core capabilities, the installation and doctor verification steps in DSH via `dsh plugin --profile web add`, typical natural language triggering methods, as well as considerations such as Bundle and compatibility modes, and permission boundaries.
Read Moredsh-market: A Visualization Plugin Marketplace for DeepSeek Harness
dsh-market (npm: dshmarket) is a visual plugin marketplace for the DeepSeek Harness Web interface, open-sourced (MIT) by community maintainer dsh-market. The installation command is `dsh plugin --profile web add dshmarket`, requiring dsh web version 0.1.0-rc.6 or later. It supports browsing over 1,550 community plugins, one-click installation and updates, theme switching, backup and restore, hot disabling, and loading diagnostics. Data is sourced in real-time from the awesome-dsh-plugin registry. This community directory is not an official DeepSeek store; please review the source code and licenses before installation.
Read Moredsh-TUI: Bridging the Terminal Interface Gap for DeepSeek Harness with Claude Code
dsh-TUI is a community-maintained Claude Code-style TUI client plugin for DeepSeek Harness, developed by ccch1mneyyy. Mounted via Cordis with zero core modifications, it features a whale-themed top bar, real-time status line, streaming thinking, double-press Esc session rollback, context progress bar, and TPS gauge. This article covers its positioning, core capabilities, one-click npm installation command (@deepseek-harness-tui/dsh-tui), typical slash command usage, as well as permission boundaries and platform considerations, making it a valuable reference for developers who frequently operate the DSH Agent in terminal environments.
Read MoreDSH-better-sidebar: Enhancing DeepSeek Harness with an Extensible Sidebar Workbench
DSH-better-sidebar is an interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev, which integrates file editing, real terminals, Git panels, sub-agent task pages, and side conversations into a customizable right sidebar and bottom panel. It also exposes extension points, `registerTab` and `registerFileViewer`, to the ecosystem via `ctx.betterSidebar`. The article introduces its core capabilities, two installation methods (`dsh plugin add` and the npm channel), typical usage, and security considerations, making it a valuable reference for readers who develop daily in the DSH web interface as well as plugin authors.
Read MoreIntegrate GitHub Plugin Topics into DeepSeek Harness Settings Page with dsh-plugin-marketplace
# 翻译结果: Maintained by AwesomeHou under the MIT license (27 stars, version 0.3.0), dsh-plugin-marketplace synchronizes GitHub topics tagged with `dsh-plugin` into the DSH's **Settings → Plugins** page. It supports paginated search and one-click installation, and provides tools like `market_search` to allow agents to install plugins on their own. The installation command on the catalog page is `dsh plugin add github:AwesomeHou/dsh-plugin-marketplace`, and a restart is required after installation. This is a community plugin, not an official app store. Please use the GitHub specification instead of the raw npm package name.
Read MoreAdd In-bangumi Search Function to DeepSeek Harness with anime-find
### 翻译结果: Anime-find is a DeepSeek Harness Web anime search plugin (MIT License, current version 0.1.6) maintained by cocofhu. It aggregates resources from Mikan, AniBT and AnimeGarden within conversations, displaying covers, ratings and resource counts in card format. Users can view Bangumi details, copy magnet links or open torrent files after clicking, and support optional rule-based streaming playback. This article checks the installation commands, configuration items and usage boundaries against the GitHub README according to the table of contents.
Read MoreIntegrating a Local-First Long-Form Novel Workbench into DeepSeek Harness with AI-Novel-Writer
AI-Novel-Writer, maintained by EthanYoQ, is a local-first AI novel writing workspace. On the desktop side, long-form assets are organized into five categories: premise, characters, blueprints, drafts and reviews. There is also a development preview of `@ethanyoq/dsh-ai-novel-writer 0.1.0` in the repository, which connects the five types of assets to the DeepSeek Harness Web novel writing workspace, with writing processes going through single-file native approval. The GitHub directory page for the project is github:EthanYoQ/AI-Novel-Writer, where the installation instructions conflict with the repository description: the root package is a GPL-3.0 licensed desktop application, while the activatable DSH bundle is located in the plugin subdirectory (licensed under MIT) and does not read desktop `.vela` projects.
Read MoreUsing memtrace-public to add codebase structure memory to DeepSeek Harness
# memtrace-public This codebase is compiled into a structured knowledge graph that supports millisecond-level queries, covering functions, classes, call edges and versions, for DeepSeek Harness to use across sessions without repeatedly reading files. Maintained by syncable-dev, the community repository is categorized under the "Memory" category, and it had 454 stars as of August 18, 2026. The indexing is implemented via local Rust + Tree-sitter; the Harness plugin package `dsh-plugin-memtrace` is licensed under MIT, while the core indexer is under a proprietary EULA and is currently in private beta. This article cross-checks the installation commands, MCP tools, Skills, licenses and telemetry boundaries against the GitHub repository page.
Read MoreCreate a Searchable Index for the DeepSeek Harness Plugin Using Blue-Whale-Harness
Blue-Whale-Harness, maintained by leenkcool and licensed under Apache-2.0, is a comprehensive index of DeepSeek Harness (DSH) community plugins. It is not a Cordis runtime combination package. The snapshot dated 2026-08-17 includes 1,818 repositories and 1,688 "true DSH" heuristic markers, offering Chinese and English intent descriptions, category filtering, and sorting by stars. The online entry point is leenkcool.github.io. The community directory installation command is `dsh plugin add github:leenkcool/Blue-Whale-Harness`. Typical usage involves browsing the index first, then installing the desired plugins. The directory site is not officially affiliated with DeepSeek or High-Flyer.
Read MoreTwo approaches to integrate DeepSeek V4 into Mixagents based on Codex and Pi respectively
Mixagents is maintained by Utopia-V, open-sourced under the MIT License, and its community directory is categorized under "Models and Providers". There are two independent components in the repository: Codex DeepSeek Subagent allows the main task to continue using OpenAI, while handing over retrieval and text work to deepseek-v4-flash; pi-dsh-mimic 0.1.1 only reproduces DSH Minimal during Pi's first request, and then reverts to Pi's tools and plugins. The directory page provides the `dsh plugin add` command, and the actual installation shall be subject to the GitHub documentation.
Read MoreBuild a No-Code Desktop Client for DeepSeek Harness with deepseek-harness-studio
deepseek-harness-studio is an open-source desktop client of DeepSeek Harness maintained by fufankeji / Normed Space, under the MIT license. It uses Electron to host the web workspace and manage the local dsh web, with built-in plugin discovery, plugin center, Preset Plaza, app center and visual enhancement features. The directory installation command is `dsh plugin add github:fufankeji/deepseek-harness-studio`; daily use mainly relies on the macOS arm64 / Windows x64 preview packages available on GitHub Releases. It is based on the official Harness, but is not an official release of DeepSeek.
Read MoreVoyager: Adds Order to AI Conversations and Connects Prompt Library to DeepSeek Harness
Voyager is an open-source browser extension (GPL-3.0) maintained by Nagi-ovo. It enhances the conversation order of Gemini, AI Studio, Claude and ChatGPT, and links the same prompt library to the DeepSeek Harness webpage (default: localhost:3080). The community directory has classified it into the "Conversations & Messaging" collection. This article verifies the functional boundaries, installation commands and DSH docking steps based on the directory page and repository documentation.
Read MoreUsing dsh-read-image to enable plain-text DeepSeek Harness models to read images
### 翻译版本1(正式技术文档风格,符合开源项目译法惯例): `dsh-read-image` is a session and messaging DeepSeek Harness plugin maintained by OoWJZZoO, licensed under MIT. It prevents plaintext routing from intercepting pasted images by projecting pixels into `[Image #N]`, then reads them back via the configurable vision-model-backed `read_image` tool, with no preset modifications required. This article verifies the installation commands, configuration items, usage methods and self-check boundaries against the community directory page and GitHub README. --- ### 翻译版本2(更贴合国内开源社区常见译法,口语化稍弱): The `dsh-read-image` is a DeepSeek Harness plugin for sessions and messages, maintained by OoWJZZoO and released under the MIT license. This plugin stops plaintext routing from blocking pasted images, by converting image pixels into the format `[Image #N]`, then retrieving the image content through the `read_image` tool powered by configurable vision models — all without needing to edit any presets. This paper checks the installation commands, configuration options, usage guidelines and self-test boundaries against the community directory page and GitHub README.
Read MorePolish Prompts in DeepSeek Harness Input Box with dsh-prompt-polish
`dsh-prompt-polish` is a DeepSeek Harness interface enhancement plugin maintained by JoukoPuro, which adds a pure-icon polish button to the Web input box toolbar. After clicking, users can choose four styles: balanced, concise, detailed, or code-oriented. It reuses the accessed large models to rewrite draft prompts into more professional and agent-friendly versions, and replaces them in the input box in-place, allowing review before sending. The installation command for the catalog page is `dsh plugin add github:joukopuro/dsh-prompt-polish`. It is licensed under MIT, and requires a running web profile and a configured model adapter.
Read MoreUse dsh-plugins to find an auto-updating community plugin directory for DeepSeek Harness.
dsh-plugins is a community-maintained open-source directory (MIT) managed by lwmxiaobei. It automatically discovers repositories with the dsh-plugin theme from GitHub and includes them after verifying the `dsh.bundle.patch` field in their `package.json`. The platform offers bilingual search on dsh-plugins.org, license filtering, and the ability to copy the latest version's installation commands. Additionally, it provides command-line installation that defaults to preview mode only. Inclusion in the directory does not imply official endorsement or a security audit.
Read MoreThermal Management of MCP and Skills in the Settings Panel via dsh-plugin-manager
Li Qichen's maintained dsh-plugin-manager integrates MCP switch/delete, Skills recycle bin and built-in plugin package browsing into the DeepSeek Harness settings panel, automatically backs up before modifying cordis.patch.yml, and takes effect via host HMR hot update without restarting the dsh web. This article checks the installation commands, capability boundaries and precautions against the community directory page, repository README and source code. The community directory is not an official store, and plugins run with the current dsh process permissions.
Read MoreInstall verified MCP servers for DeepSeek Harness at once with dsh-mcp-bridge
**Translation:** dsh-mcp-bridge is a DeepSeek Harness community plugin maintained by Edge-Echo, which packages the official @deepseek-ai/dsh-mcp-client and a curated set of MCP servers into an installable bundle. By default, only the "everything" demo is enabled, with presets annotated for memory, filesystem, GitHub, Playwright and remote HTTP services. A verify script and CI connectivity checks are added via the servers/ directory definition. The project is categorized under the memory taxonomy. This article covers the directory page, cross-verified installation commands from GitHub and npm, capability boundaries and precautions.
Read MoreUsing dsh-file-claim to provide file claiming and protection for parallel DSH sessions
`dsh-file-claim` is a DeepSeek Harness session and message plugin maintained by Nwflower, which provides file claiming and protection for concurrent sessions sharing the same workspace. Sessions must claim files before writing to them, and heartbeats can take over inactive occupied files. Conflicting changes are sent to an asynchronous merge queue based on git three-way merge, preventing parallel sessions from overwriting each other. This article verifies the installation commands according to the directory page, and explains the collaborative guardrails and the MIT license.
Read MoreAdd a Dynamic Island status bar to the DeepSeek Harness web interface using dsh-dynamic-island
**dsh-dynamic-island** is a DeepSeek Harness interface enhancement plugin maintained by ylifeonlyonce, which integrates Agent's thinking, tool calling, approval and closing processes into a Liquid Glass-style Dynamic Island on the edge of the Web GUI. The installation command on the catalog page is `dsh plugin add github:ylifeonlyonce/dsh-dynamic-island`. The repository also provides a Vite demo and the npm package version 0.3.5; the author noted that it is still a high-fidelity design prototype, and the real GUI joint debugging has not been completed. The license is MIT.
Read MoreOrchestrate Linear and GitHub Tasks in DeepSeek Harness with dsh-dashboard
dsh-dashboard is a DeepSeek Harness workflow plugin maintained by Uddoo. It converts tasks from Linear, GitHub Issues, Jira Cloud, Asana, GitLab or local tasks into isolated Harness Agent runs, with the dashboard embedded in the native sidebar. This article verifies the installation commands, the writing method of WORKFLOW.md, credential boundaries and the compatibility scope of rc.6 based on the directory page and GitHub README.
Read MoreDiagnose GitHub Actions Failures Before Opening Logs with dsh-ci-doctor
### 译文1(正式学术/技术文档译法): `dsh-ci-doctor` is a DeepSeek Harness community plugin maintained by jkrandom-sudo. It uses `ci_watch` to monitor newly failed GitHub Actions runs, and `ci_diagnose` to aggregate raw logs into diagnostic cards with normalized signatures, failure categories and suspected files. This article verifies the installation commands, read-only contract and configuration items based on the directory page, GitHub README and npm registry. --- ### 译文2(更贴合开源社区常用表述的口语化译法): `dsh-ci-doctor` is a community plugin for DeepSeek Harness built by jkrandom-sudo. It leverages `ci_watch` to track new failed GitHub Actions jobs, and `ci_diagnose` to pack raw logs into diagnostic cards that come with normalized signatures, failure classifications and suspicious files involved. This piece goes through checking the installation commands, read-only covenant and configuration settings via the directory page, GitHub README and npm.
Read MoreIntegrate CalDAV Calendar Read and Write Functions for DeepSeek Harness with dsh-calendar
### 正式翻译(符合技术文档规范): dsh-calendar is a DSH tool plugin maintained by STARDUSTLC666, with the npm version 0.3.2. It provides five functions including list/create/update/delete/search via CalDAV, and is compatible with Google, iCloud, Nextcloud and custom endpoints. The installation command on the catalog page is `dsh plugin add github:stardustlc666/dsh-calendar`. The configuration is written in `cordis.patch.yml`, and the plugin will not crash on startup without a configuration. The license declared in package.json is MIT. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreUsing Graph-Memory to Equip DeepSeek Harness with Traceable Knowledge Graph Memory
Graph-memory is an MIT-licensed open-source memory plugin maintained by adoresever. It extracts conversations into TASK/SKILL/EVENT triples and uses SQLite knowledge graphs for cross-session recall. The community installation command is `dsh plugin add github:adoresever/graph-memory`. The current version 1.6.0-beta.1 has not been published on npm yet, and the DSH acceptance path in the README uses a local tarball. About 75% of the compression comes from the limited workflow comparison, which is not a universal guarantee. The Pro visualization feature has not been delivered yet.
Read More# Add a Sidebar Chat with Transferable Results to DeepSeek Harness Main Session via dsh-side-chat
`dsh-side-chat` is a DeepSeek Harness web session plugin maintained by heartmove (MIT, TypeScript, version 0.2.0). It provides independent chats isolated by main sessions on the right sidebar, inheriting the toolset, models and permissions. Users can select text to ask questions, and replies can be brought back to the draft/expanded prompt line in original text or summarized form; when a question pop-up appears in the main session, users can also conduct analysis on the sidebar first before replying. The directory installation command is `dsh plugin add github:heartmove/dsh-side-chat`. The plugin runs with the permissions of the current dsh process, and the source code and license should be verified before installation.
Read MoreWrite the local absolute path of the dragged-in file into the DeepSeek Harness input box using dsh-drag-and-drop
`dsh-drag-and-drop` is a DeepSeek Harness Web UI memory plugin maintained by bill9109, licensed under BSD-3-Clause, with version 0.1.5. Drag local files or folders to any position on the page, and their absolute local paths will be written into the current conversation input box without uploading, moving or copying files. When the browser hides the path, it locates according to the Workspace, common directories, three-layer shallow scan and system index. The directory installation command is `dsh plugin add github:bill9109/dsh-drag-and-drop`; it is recommended to add the `--profile web` parameter for the Web UI. The plugin runs with the permissions of the current dsh process. You should check the source code and license before installation.
Read More**deepseek-harness-tui: A Terminal-Native Chat Interface for DeepSeek Harness**
deepseek-harness-tui is a DSH interface enhancement plugin maintained by gxinxing. It uses Ink to render sessions in the terminal without rewriting harness. The directory installation command is `dsh plugin add github:gxinxing/deepseek-harness-tui`. After configuring the TokenDance Key, run `dsh --profile tui` to start it. Tool calls are wrapped into cells, and the thinking block can be collapsed. The theme follows the terminal via OSC 11. It is an MIT-licensed community project. You should inspect the source code before installation, and the plugin runs with the permissions of the current dsh process.
Read MoreUse dsh-pet to keep an eye on the session status of DeepSeek Harness in the desktop corner
DSH-PET is a fun desktop pet of DeepSeek Harness maintained by FlytoMAYDAY80: a standalone Electron-powered small whale floats on the desktop, which can reflect states including "needs confirmation / working / completed / idle / offline" with expressions, speech bubbles and sound effects without opening the DSH page. The current recommended version is v0.1.1, which has been switched to WebSocket to connect to the DSH 0.1.0-rc.6 event channel. The installation package is for macOS Apple Silicon, and the source code can be launched with pnpm. It is open-sourced under MIT license, only reads local interfaces and does not report data to the cloud.
Read MoreLaunch DeepSeek Harness by double-clicking its desktop shell with qyqy-1109 on Windows
deepseek-harness-desktop is a Windows Electron desktop wrapper maintained by qyqy-1109 (v0.1.8, categorized by directory theme and appearance, 9 stars). Double-clicking it will automatically launch or reuse the dsh web, and the window will minimize to the system tray when closed. The installation package includes the dsh CLI, Node 24 and pnpm, as well as Codex-style themes and background image libraries. The directory page installation command is `dsh plugin add github:qyqy-1109/deepseek-harness-desktop`. This is a community project, the plugin runs with the permissions of the current dsh process, and the source code and license need to be verified before installation.
Read MoreUsing dsh-vision to attach a visual recognition model to DeepSeek Harness
`dsh-vision` is a DeepSeek Harness tool plugin (MIT, v0.2.6) maintained by `linenxi-ctrl`. It adds image recognition API capabilities to plaintext conversations, including whale button configuration, automatic image selection and return, agent screenshot and image recognition, and adapts to protocols such as OpenAI, Anthropic, and Gemini based on the deployment address. The directory installation command is `dsh plugin add github:linenxi-ctrl/dsh-vision`. The plugin runs with the permissions of the current dsh process, and the source code and license must be verified before installation.
Read MoreUse deepseek-harness-desktop to embed the official web interface into the Windows desktop
deepseek-harness-desktop is a community-maintained desktop shell developed and maintained by chyra-moon, which packages the official DeepSeek Harness web interface into an independent Windows x64 window with a 1:1 restoration of the original UI. The installation package comes with a built-in runtime environment. It can host the dsh server internally, or reuse existing web/CLI instances and share sessions; it will automatically take over the session about 5 seconds after the external service is disconnected. This article verifies the installation commands, three release packages, shortcut keys and settings.json configuration according to the community repository and GitHub, and clarifies that this is an unofficial community project.
Read MoreView Usage with GitHub-style Heatmap in DeepSeek Harness: dsh-usage-stats
`dsh-usage-stats` is a DeepSeek Harness Web usage dashboard plugin maintained by Make0209, licensed under MIT. It scans local persisted session logs, generates a 53-week GitHub-style heatmap on the "Usage Statistics" settings page, and displays Token breakdown, cache hit rate, consecutive usage days, workspace progress bars and aliases; it reuses the llm-deepseek API Key to call the official `/user/balance` endpoint for balance queries. The directory installation command is `dsh plugin add github:Make0209/dsh-usage-stats`. It only counts sessions that can match registered workspaces by cwd. The community directory has no official affiliation with DeepSeek or Illumina.
Read MoreUse dsh-tui to give DeepSeek Harness a Claude Code-style terminal interface
dsh-tui is a community-maintained terminal UI plugin for DeepSeek Harness, with the npm package named `@dsh-tui/dsh-tui`. Built upon the official dsh-base, it provides features such as streaming Markdown rendering, tool cards, approval dialogs, and commands like `/model` and `/resume`. This article verifies the installation command, profile usage, local endpoint connection method and rc line restrictions by cross-checking with the directory page and GitHub repository.
Read MoreAdd Image Recognition Capability to Plain-Text DeepSeek Harness Using dsh-vision
Maintained by william-jin-cmu, dsh-vision adds a `view_image` tool for plain-text DeepSeek, forwarding local images or URLs to any OpenAI-compatible VLM and returning answers in text. The default free tier of Zhipu AI, glm-4.6v-flash, can be replaced with Bailian, Fangzhou or local Ollama. The community directory installation command is `dsh plugin add github:william-jin-cmu/dsh-vision`. The plugin runs with the permissions of the current dsh process, cloud paths will send images to third-party endpoints, so please check the source code and license before installation.
Read MoreIntegrate DeepSeek Harness with Multica via dsh-multica-runtime
`dsh-multica-runtime` is an external bridge layer between Multica and DeepSeek Harness: without modifying the DSH ontology, it is built based on the `@deepseek-ai/dsh-base` combination, and exposes a version 1 JSONL protocol via stdio. The maintainer of its catalog page is forrestchang, and the repository is now under the ownership of multica-ai. This article checks the catalog page, GitHub source code and Multica documentation to explain the installation to the multica profile, probe detection, model list and precautions. The license is UNLICENSED, and the plugin runs with the permissions of the current dsh process.
Read MoreAdd Voice Input and Speech Synthesis Functions to DeepSeek Harness with dsh-voice
DSH-voice is a plugin for the DeepSeek Harness tool maintained by Jesse-njx. It uses `transcribe` to turn dictation or audio files into user messages, uses `speak` to read content in the background without blocking the conversation turn, and uses `/voice` to toggle automatic reading of replies per session. Audio files are saved to `~/.dsh/voice/` by default, and only references and transcriptions are saved in session logs. It is licensed under MIT, with version 0.1.0. For installation, please refer to the directory command: `dsh plugin add github:Jesse-njx/dsh-voice`. By default, it uses an offline backend, and OpenAI and Edge TTS will not be automatically selected; v0.1 does not support real-time intercom or wake words.
Read MoreUse dsh-video-downloader to detect and download web videos in DeepSeek Harness
### 正式翻译(符合技术文档规范): dsh-video-downloader is a DSH tool plugin maintained by zimai233. It packages media recognition into three agent tools: 1. `video_analyze`: Judges the site and whether the input URL points to a media resource 2. `video_download`: Streams and writes direct links to the `./downloads/` directory 3. `video_quality_parse`: Extracts definition and extension information using regular expressions It is licensed under MIT. Install it via `dsh plugin add github:zimai233/dsh-video-downloader`. This plugin does not crawl playback pages or bypass DRM, has a 60-second download timeout, and is only applicable to content that the user has legitimate access rights to.
Read MoreAdd multi-engine image search to DeepSeek Harness with dsh-image-search
*dsh-image-search* is a DeepSeek Harness community plugin maintained by zimai233, under the MIT license. It converts a public web image URL into search links for nine engines: Google Lens, Baidu Image Search, Yandex, TinEye, Bing, Sogou, SauceNAO, IQDB, and Ascii2d. It only constructs URLs and does not initiate any crawling requests. This article verified three tools, installation commands, filtering parameters and capability boundaries against the directory page and GitHub source code.
Read MoreEquip DeepSeek Harness with an ADHD behavior coach using dsh-adhd-copilot
### 正式翻译版本(符合海外技术文档表述习惯): The `dsh-adhd-copilot` is a DeepSeek Harness skill plugin maintained by zimai233, targeted at scenarios where ADHD users get stuck in executive functioning: it scans for symptoms including difficulty initiating tasks, overwhelm, distraction, time misestimation, low motivation, and self-blame, and routes interventions to M1–M8 following the priority order of *emotion > structure > initiation*, providing only 1 to 3 actionable minimal steps per session. This article verifies the installation command, usage of `adhd_breakdown`, safety boundaries and precautions against the community directory page and GitHub repository. It is licensed under MIT, and it is currently recommended to install from GitHub and pin the commit hash.
Read MoreUsing dsh-drag-and-drop to drag local files into DeepSeek Harness and insert the real paths
### 版本1(标准技术文档译法,适配海外开发者社区语境): DSH Drag-and-Drop is a DeepSeek Harness Web UI enhancement plugin maintained by akiracod. Users can drag local files or folders to any position on the page to get their real absolute paths parsed locally. The documents will be attached as removable chips above the input box, allowing users to send messages without typing manually. Images still use the native attachment function, and no files will be uploaded or copied. This article verifies the installation commands, path locating rules and precautions based on the community directory page and GitHub repository. ### 版本2(更贴合插件功能描述的自然译法): DSH Drag-and-Drop is a UI enhancement plugin for DeepSeek Harness Web, developed and maintained by akiracod. With this plugin, you can directly drag local files or folders onto any area of the page, and their real absolute local paths will be parsed locally. Uploaded documents will appear as removable chips above the chat input box, enabling you to send messages without manual input. For images, the native attachment flow remains unchanged, and none of your local files will be uploaded or copied during the whole process. This article collates and confirms the installation commands, path positioning rules and related precautions by referring to the community directory page and the official GitHub repository of the plugin.
Read MoreMake DeepSeek Harness Web UI support LAN access via dsh-web-lan-access
DeepSeek Harness Web UI works normally only on localhost by default. When accessing via pure HTTP in a local area network, the front end will fail to render sessions and models due to the lack of `crypto.randomUUID` in a secure context. The community plugin *dsh-web-lan-access* (maintained by AcidGr, MIT licensed, npm version 1.1.0) injects polyfills through the official `index-tap` and binds the webserver to `0.0.0.0`. This article organizes installation commands, LAN/Tailscale usage methods, verification steps, and precautions such as unauthenticated exposure and the settings page only being accessible via loopback, based on the directory page and GitHub documentation.
Read MoreConnect Existing SKILL.md to DeepSeek Harness via dsh-skillport
DSH-Skillport is a DeepSeek Harness skill plugin (MIT, 0.1.0) maintained by jesse-njx. DSH natively scans the `.dsh/skills` and `.agents/skills` directories; this plugin additionally scans for `SKILL.md` files in directories such as Claude Code and Gemini CLI, converts Cursor rules and slash commands into skills, and provides the `find_skill` and `/skills doctor` functions. This article verifies the installation commands, configuration items and capability boundaries based on the community directory page and GitHub source code.
Read MoreUsing dsh-kb-sieve to Build Auditable Local Knowledge Base for DeepSeek Harness
`dsh-kb-sieve` is a memory plugin for DeepSeek Harness maintained by omdsh-dev, which builds local knowledge packages with original text citations and SQLite FTS5 from md/txt/docx/pdf files. This paper verifies the capabilities of the three tools `kb_build`, `kb_query` and `kb_read` by cross-checking with the directory page and GitHub source code, covers the installation commands on the directory page, as well as usage boundaries including the PDF dependency `pdftotext`, incremental building and permission risks.
Read More1. `dsh-inline-images: Let DeepSeek Harness Chat Directly Display Local Images` 2. `dsh-inline-images: Enable DeepSeek Harness Chat to Directly Show Local Images`
### 翻译结果: dsh-inline-images is a community-maintained DSH interface enhancement plugin that rewrites the locally existing image paths in assistant replies into same-origin loopback URLs, enabling direct image rendering in Web conversation bodies. This article verifies the following points via the directory page and GitHub source code: 9 supported formats, lightbox feature, adjustable image size, installation commands and permission boundaries.
Read MoreDisplay GitHub-style activity heatmap in DeepSeek Harness web interface using dsh-heatmap
dsh-heatmap is a DeepSeek Harness interface enhancement plugin maintained by 283Gawin. It places a GitHub-style heatmap of the past 90 days at the bottom of the left sidebar of the webpage, allowing users to switch among submission times, Token usage and estimated costs, and displays today's Token consumption, cache hit rate and cost by model. The data is provided by the host process which reads the local session logs and workspace git history via `/activity-heatmap/stats`. The installation command on the directory page is `dsh plugin add github:283Gawin/dsh-heatmap`, and it is under MIT license. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and fix the commit as much as possible.
Read MoreInstall a Chinese exam countdown timer for DeepSeek Harness with dsh-exam-countdown
`dsh-exam-countdown` is a DeepSeek Harness community plugin maintained by zimai233, licensed under MIT. It turns 64 Chinese exams including the National College Entrance Examination, postgraduate entrance examination, national civil service examination, CET-4 and CET-6, CPA, National Judicial Examination and others into two tools: `exam_countdown` and `exam_categories`. It calculates the date and remaining days of the next exam purely through date arithmetic, and automatically rolls over to the next year after the exam date expires. The directory installation command is `dsh plugin add github:zimai233/dsh-exam-countdown`. The dates are for reference only, please check the source code and license before installation.
Read MoreAdd a Short Video Sidebar to DeepSeek Harness WebUI with dsh-douyin
dsh-douyin is a DeepSeek Harness interface enhancement plugin maintained by anacondakc. It uses a native player in the WebUI sidebar to parse direct links for playing short videos. The installation command for the catalog page is `dsh plugin add github:anacondakc/dsh-douyin`. It has 21 built-in feed series, and supports automatic continuous playback, scrolling switching and precise historical playback; when dsh-better-sidebar is not installed, it will use the right floating panel. The videos come from the third-party api.yujn.cn, not Douyin's official interface. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and the BSD-3-Clause license.
Read MoreAdd Table, PDF and Notebook Reading/Writing Functions to DeepSeek Harness with dsh-cowork
dsh-cowork is an MIT-licensed open-source DSH plugin maintained by Jesse-njx. It uses doc_read/doc_write to add controlled reading and writing of office documents and Jupyter notebooks for DeepSeek Harness: it supports reading xlsx, pdf, docx, pptx and ipynb files by cell, page or slide window. In v1, it allows modifying xlsx files via cell references and ipynb files via cell subscripts. The same set of capabilities also provides an MCP server and CLI. The directory page installation command is `dsh plugin add github:Jesse-njx/dsh-cowork`. The repository has not been published to npm yet, and the actual plugin package is located in packages/dsh.
Read MoreConnect DeepSeek Harness to AI SDK with ai-sdk-provider-dsh
The `ai-sdk-provider-dsh` is maintained by krislavten, which wraps the DeepSeek Harness runtime into AI SDK's LanguageModelV3, compatible with both v6 and v7. The application side still uses `generateText` / `streamText`, and actually spawns a `dsh` subprocess pinned to version 0.1.0-rc.6. Tools are executed within the harness, and a fixed `sessionId` can be used to resume conversations. The main installation method is via npm; the directory page command is `dsh plugin add github:krislavten/ai-sdk-provider-dsh`. Node.js ≥22.19 is required, and `dsh` is still in developer preview.
Read MoreInstall Deterministic Regular Expression Tool for DeepSeek Harness with dsh-tool-regex
The community plugin `dsh-tool-regex` registers regex tools for DeepSeek Harness: test matching, extract capture groups, secure replacement, and static interpretation without executing code. This article verifies the installation command, four actions, ReDoS hard timeout and input limits against the catalog page and GitHub source code, and notes that the web and headless profiles require separate installations. Maintainer: omdsh-dev, licensed under MIT.
Read MoreQuery JSON by Path in DeepSeek Harness with dsh-tool-json
`dsh-tool-json` is a DeepSeek Harness community plugin maintained by omdsh-dev, which provides agents with a structured query tool named `json`. It implements a JMESPath-style path subset using a zero-dependency recursive descent parser, supporting dot notation, bracket indexing, quoted attributes and array wildcard projections, avoiding false matches from `grep` or repeatedly spawning `jq`. The installation shall be subject to the directory page: `dsh plugin add github:omdsh-dev/dsh-tool-json`. The plugin is read-only without filters or pipes, and runs with the permissions of the current dsh process. You should check the source code and the MIT license before installation.
Read MoreAnonymized Export of DeepSeek Harness Session Telemetry with dsh-telemetry-redactor
dsh-telemetry-redactor is a community DSH plugin maintained by 030611. It is attached to the official session-telemetry/record component, sends copies of data externally to perform credential desensitization, and does not modify the standardized session logs. This article verifies the installation command, desensitization scope, meaning of fail-closed and known boundaries by referring to the directory page, GitHub repository and official telemetry documentation.
Read MoreBrowse and one-click install plugins in DeepSeek Harness with dsh-store
dsh-store is a DeepSeek Harness Web plugin store maintained by huguangyu666 under the MIT License, with the current npm version 0.5.2. It aggregates data from the npm registry, curated awesome-dsh-plugin collections, GitHub stars and radar verification, filters out noise based on the `dsh` field in package.json, supports one-click installation and uninstallation via the official `dsh plugin add/remove` commands, and also allows disabling, updating plugins and accessing `/plugin-install`. The installation command for the catalog page is `dsh plugin add github:huguangyu666/dsh-store`. Neither the community catalog nor this plugin is an official DeepSeek store; please check the source code and license before installation.
Read MoreInstall a task watchdog for DeepSeek Harness with dsh-stall-guard
DSH-Stall-Guard is a DeepSeek Harness task watchdog plugin maintained by akira399. It tracks the last activity and in-flight operations of each session, and only injects引导 messages in the order of "troubleshooting → repair → redirect direction" during true silence when the session is running, has no events and no in-flight calls, and will never terminate ongoing tasks. This article checks the installation commands, default thresholds, event logs and status interfaces against the directory page, README and 1.3.0 source code.
Read MoreAdd Interactive Long-Session Background Agents to DeepSeek Harness with dsh-background-agents
`dsh-background-agents` is a DSH session and messaging plugin maintained by PerryLink (Apache-2.0 license, npm version 0.5.1). It launches resumable background sub-agents on official sub-agent seams, providing five tools including `background_agent`, `bg_message`, `bg_list`, `bg_result`, `bg_stop`, as well as a web sidebar panel. Starting from version v0.5.0, team rooms are also optional. Install via the catalog page: `dsh plugin add github:PerryLink/dsh-background-agents`. It is compatible with DSH 0.1.0-rc.6. The plugin has the same permissions as the current dsh process, so you should check the source code and license before installation.
Read MoreUse qiushi-dsh-evidence-audit to leave a locally verifiable hash chain deposit for DeepSeek Harness
`qiushi-dsh-evidence-audit` is a DSH session and message plugin maintained by 030611 (MIT License, npm version 0.1.0). It only monitors `tools/result` and `session/event`, writes the standardized observation values into a local SHA-256 hash chained JSONL file, and does not store prompts, parameters, results and session IDs in plaintext. Install via the catalog command: `dsh plugin add github:030611/qiushi-dsh-evidence-audit`. Compatibility is only pinned to the tested DSH commit. The plugin has the same permissions as the current dsh process, please check the source code and license before installation.
Read MoreUse pi-anchored-tool-for-dspro to perform two-stage tool anchoring for DeepSeek V4 Pro
*pi-anchored-tool-for-dspro* is a community open-source Pi extension maintained by dbydd, and it has been included in the "Models and Providers" section of the DeepSeek Harness community directory. It transplant the two-stage strategy of dsh-anchored-standard to Pi: only expose `bash` and `read` in the first round, record the first tool call in the session before restoring the full directory, and modify the system prompt to adopt the DSH Minimal persona throughout the entire interaction. The directory installation command uses GitHub (main branch is version 0.2.0), while the Pi installation command uses npm (version 0.4.0 has been released). This article cross-verifies based on the directory page, repository source code and npm documentation.
Read MoreUse dsh-wsl-workspace to let DeepSeek Harness open WSL workspaces directly
`dsh-wsl-workspace` is a DSH interface enhancement plugin maintained by 6Mikao9 (MIT License, version 0.2.3). After adding a WSL workspace in the Windows version of DSH Web, both Bash and file read/write operations will be executed within the local Linux distribution, with paths in Linux format. There is no need to install DSH inside WSL; Windows files can still be accessed via `/mnt/`. The directory command for installing the plugin is: `dsh plugin add github:6Mikao9/dsh-wsl-workspace`. The plugin runs with the same privileges as the current DSH process, so you should inspect its source code and license before installation.
Read MoreConnect Zero-Configuration Exa Search to DeepSeek Harness with dsh-web-search-exa
The community plugin `dsh-web-search-exa` provides an Exa search provider for DeepSeek Harness's `ctx.web`: it uses the anonymous MCP of `mcp.exa.ai` without an API key, and will automatically switch to REST mode once `EXA_API_KEY` is configured. This article covers the directory page, verifies installation commands, configuration items, coexistence with official packages via GitHub and official documentation, as well as edge cases such as current limiting, no built-in setup UI, and process permissions.
Read MoreUsing dsh-verification-receipt to Record Round-by-Round Verification Summaries for DeepSeek Harness Agents
`dsh-verification-receipt` is a DeepSeek Harness session and messaging plugin maintained by 030611. After each durable turn/end, it appends a privacy-minimized heuristic execution summary to the local JSONL: tool counts, and lexical verification signals resembling `test/lint/build`. The plugin does not save session original texts, tool parameters or raw session IDs, nor does it prove that tests have been run or that the code is correct. This article verifies the installation command, output format, capability boundaries and precautions based on the directory page and GitHub.
Read MoreAutomatically adjust the inference gears of DeepSeek Harness in rounds with dsh-tool-turbo
dsh-tool-turbo is a DeepSeek Harness host plugin maintained by Electricitysheep. It accesses the agent/request waterfall and automatically selects reasoning_effort based on recent tool calls: simple read and write operations will be downgraded to low, while heavy tasks will be considered for upgrading the level, and the task itself does not need to be modified. The directory installation command is `dsh plugin add github:Electricitysheep/dsh-tool-turbo`. This article is cross-verified based on the directory page, GitHub README/source code and the official llm-deepseek adapter.
Read MoreInstall Structured Difference Comparison for DeepSeek Harness with dsh-tool-diff
`dsh-tool-diff` is a DeepSeek Harness tool plugin maintained by `omdsh-dev`, which registers a diff tool to perform structured comparison on text, JSON, CSV and Markdown and output unified diff. It features zero dependencies, pure functions and read-only, and patches are only verified in memory. This article verifies the installation commands, five actions, input and output budgets, and the installation notes for web/headless environments according to the community directory page and GitHub README.
Read MoreAdd a Token Usage Dashboard to the DeepSeek Harness Sidebar with dsh-token-monitor
### 正式翻译(符合海外开源项目文档风格): The `dsh-token-monitor` is a DeepSeek Harness Web extension maintained by zhangzheng25, released under the MIT License. In its current 0.6.0 version, it features a "Today's Usage" card in the sidebar. Clicking the card will display the total token consumption for today, 7 days and 30 days, a 30-day stacked chart of token usage grouped by model, a top 4 usage ranking, and the number of top-tier sessions. All data is idempotently backfilled solely from session logs and persisted locally. The community catalog page still mentions the settings page and 90-day contribution chart, please refer to the repository source code for the latest information.
Read MoreInject Guidance Rules into Agents on Demand with dsh-stream-rules
`dsh-stream-rules` is a DeepSeek Harness community plugin maintained by jiesou: The rules do not occupy system context normally, and only inject steering guidance when tool calls are matched. By default, `agent.inject()` is used to queue SYSTEM NOTICE, and if `reject: true`, the first call will be rejected. This article verifies the installation command, rule writing and capability boundaries based on the directory page and GitHub.
Read MoreConnect Slack two-way channel to DeepSeek Harness with dsh-slack
dsh-slack is a DeepSeek Harness community plugin maintained by STARDUSTLC666, enabling two-way communication between agents and Slack. It registers four tools: slack_notify for sending Markdown notifications, slack_channels for listing visible channels, slack_inbox for receiving messages via Socket Mode, and slack_reply for replying to messages by thread. Starting from version v0.2, public network callbacks are no longer required; it supports custom slackApiUrl to connect to proxy gateways, and the repository has a built-in mock Slack server for protocol-level acceptance testing. This article verifies the installation, configuration and restrictions based on the directory page and GitHub source code.
Read MoreManage Skills in DeepSeek Harness Setup with dsh-skill-manager-ytxue
`dsh-skill-manager-ytxue` is a DeepSeek Harness Web plugin maintained by YTxue, licensed under MIT. It provides a **Skill Management** panel in the settings sidebar: it lists system-level and current project-level skills, supports bulk import via folders (with pre-check and prompt for duplicate names), enables/disables skills between `skill-pool` and `~/.dsh/skills`, and performs status-driven specification checks and automatic repairs based on kebab-case, descriptions and boolean fields. The installation command on the catalog page is `dsh plugin add github:YTxue/dsh-skill-manager-ytxue`. The plugin runs with the permissions of the current `dsh` process, and you should verify the source code and license before installation.
Read MoreConduct Permission Profiling Before Installing Third-party DSH Plugins with dsh-plugin-audit
dsh-plugin-audit is a DeepSeek Harness development and runtime plugin maintained by jkrandom-sudo. It performs static permission profiling on third-party plugin source code, listing files, processes, hosts, environment variables and credential paths along with line numbers; the runtime sentry will request your approval first when tool invocations touch credentials or make outbound connections to unknown hosts. It is licensed under MIT, and the current version is 0.1.2.
Read MoreManage DeepSeek Harness's MCP servers with dsh-mcp-panel
### 翻译版本1(贴合技术文档正式译法): DSH-MCP-Panel is a DeepSeek Harness interface enhancement plugin maintained by PerryLink, built upon the official `@deepseek-ai/dsh-mcp-client`: It allows users to check server statuses, tools, errors and reconnection counts via the `/mcp` command and the MCP tab in the settings page, with output desensitized. All add, delete and modify operations are completed via append-only `cordis.patch.yml` snippets, and approvals are written with automatic backups. This article verifies the installation commands, capability boundaries of version 0.4.0 and relevant precautions based on the community directory, GitHub and npm. ### 翻译版本2(更口语化适配社区语境): DSH-MCP-Panel is a DeepSeek Harness UI enhancement plugin maintained by PerryLink, built on top of the official `@deepseek-ai/dsh-mcp-client`. You can use the `/mcp` command or the MCP tab in the settings page to view each server's status, tools, error logs and reconnection times, with all outputs desensitized. All create, edit and delete operations are done through append-only `cordis.patch.yml` fragments, and approvals will be saved automatically after being written. This article confirms the installation commands, the capability limits of version 0.4.0 and the matters needing attention based on community directories, GitHub and npm.
Read MoreTransform DeepSeek Harness into a Minecraft launcher with dsh-mc-launcher
DSH-MC-Launcher is a DeepSeek Harness interface enhancement plugin maintained by hellosky983, open-sourced under the MIT license. It runs within the dsh host process to implement Minecraft version listing, official source download, Microsoft device code login and Java startup. Its interface can be set as a chat tab or a full-screen launcher, and provides `mc_*` tools for agents to call. This is an unofficial project not affiliated with Mojang / Microsoft. You need to prepare your own legitimate Minecraft account and Azure client ID.
Read MoreIntegrate Email Capabilities into DeepSeek Harness Agent with dsh-email
The community plugin dsh-email provides six types of tools for DSH agent via IMAP/SMTP: inbox list viewing, email reading, email searching, email sending on behalf, folder management and attachment handling. It has eight built-in presets including QQ, 163 and Gmail accounts, and supports multiple accounts and a web settings page. This article verifies the installation command, email sending approval and authorization code notes by referring to the directory page and GitHub.
Read More### 正式技术译法(符合海外开源项目命名习惯): `deepseek-harness-external-migration: Migrate configurations and sessions from Codex and Claude Code into DeepSeek Harness`
A MIT plugin maintained by buguoshixc that migrates configurations and chat histories from Codex, Claude Code, Qoder and OpenCode to DeepSeek Harness. The process includes scanning, previewing and confirming the import: scanning is read-only and does not return credentials, and import requires `confirm=true`. First export a review package for configurations, replace MCP keys with environment variables, and no automatic overwriting. Requires dsh 0.1.0-rc.5 and Node.js 22.19+/24+. Installation command on the catalog page: `dsh plugin add github:buguoshixc/deepseek-harness-external-migration`.
Read MoreAdd Visual, Reasoning Tier and Token Capacity for Custom Models in DeepSeek Harness via better-model-provider
### 正式翻译: The official "Models" page of DeepSeek Harness can manage providers and API keys, but in the past, adjusting the inference strength levels, visual input capabilities, and token capacity for custom models could only be done by manually editing the YAML files. The MIT-licensed plugin `better-model-provider` maintained by sanshanya added a "Model Capabilities" section on the settings page, which configures these native capabilities based on the model's declared specifications, without modifying the Harness runtime or touching credentials. This article verifies the installation commands, usage methods, and compatibility boundaries based on the community directory page and the GitHub README.
Read MoreConnect Local DeepSeek Harness to WeChat with dsh-wechat-bridge
### 以下是专业技术翻译版本(适配海外开发者社区表达习惯): dsh-wechat-bridge is a DeepSeek Harness transmission plugin maintained by gtaifu. It uses Tencent's official iLink (WeChat ClawBot/Lobster) channel. Users can connect their local DSH to WeChat via QR code scan: send messages, run tasks, and reply to WeChat messages, without requiring OpenClaw or public network gateways. It is licensed under MIT and has zero runtime dependencies. The directory installation command is `dsh plugin add github:gtaifu/dsh-wechat-bridge`. This article covers its features, installation steps, slash commands, permissions, and known limitations in one place.
Read More# DSH Spotlight: Add Keyboard-First Command Palette to DeepSeek Harness Web Interface
DSH-Spotlight is a DeepSeek Harness web interface enhancement plugin maintained by 0xsline. Use ⌘K / Ctrl+K to open the command panel, where you can search and execute native slash commands, recent conversations, current interface operations, and installed plugin settings. This article cross-verifies its installation command, usage and restrictions based on the plugin directory page, GitHub and npm: it needs to be installed into the web profile, is open-sourced under the MIT license, runs with the permissions of the current DSH process, and some actions depend on the page DOM.
Read MoreAdd a Specification-Driven Closed Loop to DeepSeek Harness with dsh-spec-loop
`dsh-spec-loop` is a DeepSeek Harness community plugin (MIT license, current version v0.1.2) maintained by tianji-qingtian. It uses the `/spec` command family to drive the workflow of "generate specification → approve → implement → one-by-one acceptance → archive". Its change directory is compatible with the openspec/ layout of OpenSpec, and it comes with format verification and approval gates, with change cards displayed above the Web UI input box. This article checks the installation commands, typical usage and permission boundaries by comparing the catalog page with the GitHub repository.
Read MoreConnect Tavern World Book to DeepSeek Harness with dsh-LorebookMD
DSH-LorebookMD is a worldbook creation plugin for DeepSeek Harness Web, maintained by 609476965. It imports character cards and worldbooks from SillyTavern/TavernAI, saves them as local Markdown files, and generates two presets: "·World Book" for role-playing by injecting entries via trigger words, and "·Creation" for writing novel texts based on settings. This article verifies the installation commands, data paths and capability boundaries across the community directory page, GitHub and npm 1.0.0.
Read MoreInstall a Built-in Capability Checker for DeepSeek Harness Web with dsh-builtin-toggles
### 翻译结果(专业技术译法,符合开源项目文档表达习惯): `dsh-builtin-toggles` is an unofficial DSH Web plugin maintained by Starfie1d1272, currently at version 0.3.2 on npm and licensed under MIT. It turns the built-in capabilities of the Web Loader into evidence-backed inspectors, and only allows modifying 9 reviewed interface toggles. This article verifies the installation command, settings entry, fail-closed boundary and rc.6 review baseline in accordance with the community directory, GitHub README and Inspection API.
Read MoreUsing dsh-annotate to mark browser elements for DeepSeek Harness
dsh-annotate is a DeepSeek Harness interface enhancement plugin maintained by BrambleXu. Through the `/annotate` command and supporting Chrome extension, it captures selectors, DOM, computed styles, accessibility data, comments and visible viewport screenshots on the local loopback WebSocket, and hands page issues to the agent for processing in the next round. This article verifies the installation commands, usage, configurations and version 0.1 boundary of the project against the community directory page and GitHub source code.
Read MoreAdd 3GPP Protocol Index to DeepSeek Harness with comm-protocol-hub
comm-protocol-hub is a DSH community plugin (MIT) maintained by Thanksgiver233. It has compiled 70 summaries of 3GPP protocols from Rel-15 to Rel-18 into a local knowledge base categorized into 8 types including TN/NTN, holography, near/far field, hybrid, security and etc., which can be queried through three tools: search, browsing and detail viewing. The data is embedded, and there is a panel on the Web side. This article checks the installation commands and boundaries against the catalog page and GitHub: it is a summary index rather than the full specification, and you should check the source code and license before installation.
Read MoreUse turtle-ui to open the original TUI of DeepSeek Harness in the terminal
### 正式翻译(符合技术文档规范): Turtle-UI is the original terminal UI extracted from DeepSeek Harness, provided as-is by turtle1999 under the BSD-3-Clause license. It is stacked on top of dsh-base as a dsh profile combination package, and is responsible for TTY rendering and input. This article verifies the installation command, the `--profile tui` usage and slash commands according to the directory page and GitHub, and points out the limitations such as the 404 status of `github:deepseek-harness/turtle-ui` and the unavailability of the in-app `/resume` handover function.
Read MoreConnect DeepSeek Harness to Telegram private chats using Telegram
This community plugin uses the Telegram Bot API long polling to bridge private chat text messages into agent sessions of DeepSeek Harness: one chat corresponds to one session, the user whitelist is disabled by default, and assistant replies are formatted in HTML and split at 4096 characters. This article checks installation commands, configuration items, telegram-agent examples and known limitations against the plugin directory page and GitHub source code.
Read MoreAdd VS Code-style three-panel workbench to DeepSeek Harness web interface using dsh-workbench
dsh-workbench is a DeepSeek Harness Web GUI plugin maintained by Dpf555, under the MIT license. It adds a VS Code-style three-panel layout to the web interface: a permanently displayed Explorer on the right, and the Monaco 0.52.2 editor in the middle for file editing and Markdown preview. The installation command for the catalog page is `dsh plugin add github:Dpf555/dsh-workbench`. To get the complete three-panel layout, you also need to download the Monaco resources according to the README and patch the checkout of DSH 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreAdd Official TOU Token Billing for DSH Web with dsh-web-billing
dsh-web-billing is a DeepSeek Harness Web billing plugin maintained by bpc-oss. It charges for each assistant message according to the official policy schedule (including peak-valley pricing starting from August 17, 2026), with the ledger persisted, and displays the session cost and account balance on the interface. It displays ¥ for Chinese users and $ for English users, and the currency can also be forcibly specified. At the same time, it overrides the coding plan and local models according to provider routing to avoid mistakenly applying third-party packages to DeepSeek's peak-valley pricing. This article cross-verifies the installation commands and capability boundaries based on the plugin directory page, GitHub README and official price page.
Read MoreManage Thoughts, Decisions and Tasks in DeepSeek Harness with dsh-track
DSH-track (Track Bridge) is a DeepSeek Harness workflow plugin maintained by fakechris. It uses capture walls, decision ledgers and Linear-style issues to manage ideas and tasks within Harness, without relying on external project management services. This article checks the installation commands, tool usage, web panel and permission precautions against the community directory, GitHub README, protocol skill and npm 0.5.0 package.
Read MoreInstall a Safety Calculator for DeepSeek Harness with dsh-tool-calculator
### 翻译结果: The dsh-tool-calculator is a DeepSeek Harness community plugin maintained by omdsh-dev. It uses a zero-dependency recursive descent parser to evaluate mathematical expressions within the process, without relying on `eval` or spawning bash processes. This article checks the installation commands, whitelisted functions, security boundaries and adaptation instructions for version 0.1.0-rc.6 against the directory page and the GitHub repository.
Read MoreAdd a Real-time Token Dashboard to DeepSeek Harness with dsh-token-panel
### 译文: dsh-token-panel is a DeepSeek Harness session and message plugin maintained by juhe291, which provides a draggable Token dashboard in the lower right corner of the Web UI. It reads DSH's token metering and session projections, and real-time displays context pressure, per-model costs, and daily/monthly usage. It supports peak-valley pricing, inline editing of budget balance, and local JSONL bookkeeping. This article cross-verifies based on the catalog page and GitHub repository version 0.4.7, explaining the installation commands, configuration items, digital caliber, and security precautions.
Read MoreAdd a Sticky Note to the Bottom-left Corner of DeepSeek Harness with dsh-sticky-note
*dsh-sticky-note* is a DeepSeek Harness Web plugin maintained by Meredith2328 (MIT License, v0.2.1). It adds a sticky note button to the left of the input bar, allowing users to jot down ideas, thoughts, and TODO items with quick categorization. It automatically saves content as local Markdown files at timed intervals, and supports one-click sending, history list, archive recovery, and an overdue recycle bin. This article verifies the installation command, storage path and permission boundaries by cross-checking the community directory page and the GitHub source code.
Read MoreCreate a specification snapshot for the secondary development of DeepSeek Harness using dsh-specs
Maintained by showjiangnan, dsh-specs organizes the products, architectures, extension points and quality constraints on a fixed upstream commit of DeepSeek Harness into a specification library that can be read on demand by Codex and Claude Code. This article verifies through the directory page, GitHub README, AGENTS.md and source-lock.json: it does not contain source code and cannot run DSH independently. What are the installation commands and workspace reading paths, as well as the evidence boundaries that must be checked against the source code before deployment.
Read MoreAdd a non-main-session-writing sidechain to DeepSeek Harness using dsh-sidechain
The community plugin `dsh-sidechain` provides `/side` persistent side sessions and `/btw` one-off side questions for DeepSeek Harness, which run in temporary forks while the main session history remains unchanged. This article verifies against the plugin directory page and GitHub README: the maintainer is omdsh-dev, the version is 0.6.4, it is compatible with DSH rc.5 / rc.6, as well as the web sidechain panel, installation commands and isolation boundary.
Read MoreUse dsh-session-deeplink to add shareable URLs to DSH sessions
### 翻译结果(兼顾技术文档的严谨性和自然表达): `dsh-session-deeplink` is a DeepSeek Harness Web client plugin maintained by R3alloc, which generates a shareable URL containing the local session via the `?session=` parameter. This article verifies the following details through the catalog page, GitHub and npm repositories: it is licensed under MIT, with version 0.1.1, and based on dsh 0.1.0-rc.6. It is recommended to install it into the web profile; after restarting dsh web, the session ID will be synchronized to the address bar. It is not a cloud sharing tool, and the target session must already exist in the current session list.
Read MoreImplementing Condition-Driven Wake-Up in DeepSeek Harness Using dsh-sentinel
dsh-sentinel is a DeepSeek Harness community plugin (BSD-3-Clause, v0.11.0) maintained by fuhefei. After monitoring agent registration files, commands, HTTP services, processes, ports or Webhooks, the session can be put into hibernation or even closed, and the resident dsh process will wake up when the conditions are met; subscribe to the write sidecar, and the trigger can be supplemented after restarting. Installation command: dsh plugin add github:fuhefei/dsh-sentinel. The plugin runs with the permissions of the current process, and the source code and license need to be verified before installation.
Read MoreUse dsh-plugin-interpreters to let DeepSeek Harness run Python and Node code locally
### 版本1(正式科技文档译法,适配海外开发者语境): The `dsh-plugin-interpreters` is a community plugin for DeepSeek Harness maintained by HuanLinOTO. It exposes two commands `run_python` and `run_node` to the model: it executes code via the native interpreters through stdin, returns the stdout, stderr and exit code, and allows configuring interpreter paths and timeout via the settings page. This article verifies the installation commands, capability boundaries and precautions based on the directory page, GitHub repository and npm package version 0.1.0. ### 版本2(更贴合插件开发者文档的简洁译法): `dsh-plugin-interpreters` is a community plugin for DeepSeek Harness developed and maintained by HuanLinOTO. It provides `run_python` and `run_node` functionalities for the model: it runs code using local interpreters via stdin, returns stdout, stderr and exit code, and supports configuring interpreter paths and timeout in the settings page. This article checks the installation instructions, capability limits and precautions against the directory page, GitHub repo and npm package v0.1.0.
Read MoreAdd a Built-in Plugin Marketplace to DeepSeek Harness with dsh-plugin-installer
*dsh-plugin-installer* is a DeepSeek Harness interface enhancement plugin maintained by Toukaiteio, which adds a "Plugin Marketplace" tab to the official Web UI under **Settings → Plugins**. It discovers repositories from GitHub via the `dsh-plugin` and `dsh` topics, verifies the `dsh.bundle.patch` field in `package.json`, prioritizes installing Release .tgz packages with SHA-256 checksums to the selected profile, and supports functions such as updates, deletions and Web profile switching. This article checks the installation commands, usage and precautions against the community directory page and GitHub README.
Read MoreAdd a connectable AIGC canvas to DeepSeek Harness with dsh-plugin-aigc-canvas
# 翻译结果: The dsh-plugin-aigc-canvas, maintained by HuanLinOTO, provides provider-agnostic AIGC HTTP bridge, session-level canvas and ffmpeg post-processing for DeepSeek Harness. It first looks up the provider before sending requests (the API key is attached by the host), places files on the canvas and connects edges according to references. The default stub only synthesizes test media. Install via the catalog page: `dsh plugin add github:HuanLinOTO/dsh-plugin-aigc-canvas`. The plugin runs with the current DSH process permissions, please inspect the source code and license before installation.
Read MoreIntegrate OAuth 2.1 MCP into DeepSeek Harness with dsh-oauth-mcp-client
`dsh-oauth-mcp-client` is a DeepSeek Harness community plugin maintained by Springbrand-lab. It adds OAuth 2.1 support (authorization code + PKCE, dynamic client registration, browser login and local callback) based on the native `dsh-mcp-client`. It connects to the Springbrand production MCP Gateway by default, and users can also add other services that support OAuth and Streamable HTTP via the web interface. Tokens are stored by the DSH credential service. It is licensed under MIT, and currently needs to be built locally before being installed into the web profile.
Read MoreManage MCP Servers in DeepSeek Harness Settings Page with dsh-mcp-manager
`dsh-mcp-manager` is a DeepSeek Harness community plugin maintained by hyqhyq3, which manages remote HTTP and local stdio servers in the web interface under **Settings → MCP**. It complements the missing features of the built-in `dsh-mcp-client`, including OAuth (authorization code + PKCE, RFC 7591 dynamic client registration) and stdio transport, with static tokens only referencing environment variable names. Tools are registered in the format `mcp__<name>__*`, optional on-demand broker support is available, and workspace isolation is supported. It is licensed under MIT and requires the web profile.
Read MoreConnect Deepseek-v4-flash of WeChat Gateway to DeepSeek Harness with dsh-llm-wechat
`dsh-llm-wechat` is maintained by sulfide2085. It enables DeepSeek Harness to use WeChat Coding Plan's Deepseek-v4-flash (chatapi.weixin.qq.com) as the official model: it reuses DeepSeekAdapter, performs streaming translation of `think` tags, and fixes the null override issue in tool calling. This project is categorized under Notifications & Integrations, and has 6 GitHub stars. Installation: `dsh plugin add github:sulfide2085/dsh-llm-wechat`. Before using, please set the `WECHAT_API_KEY` environment variable, and note the approximately 60-second gateway timeout and license requirements.
Read MoreIntegrate ChatGPT Subscription into DeepSeek Harness via dsh-llm-codex-oauth
# 翻译结果: dsh-llm-codex-oauth is maintained by Player-MINEPIG under the MIT license. It uses the Codex OAuth device code to log into ChatGPT, exposing subscriptions such as Plus/Pro as a dsh codex-oauth provider. Credentials are only written to the local credential store; it can view images but does not generate them. The author states that calling the undisclosed backend violates the terms and carries the risk of account ban. Installation: dsh plugin add github:Player-MINEPIG/dsh-llm-codex-oauth.
Read MoreUse dsh-lark-meeting-notifier to monitor today's Feishu meetings in DeepSeek Harness
*dsh-lark-meeting-notifier* is a DeepSeek Harness Web plugin maintained by yeruizhi, licensed under MIT. It does not add tools to the model, but only lists the remaining Feishu meetings for the day on the right side of the webpage, and flashes reminders with advance times such as 20/10/5 minutes. The calendar is obtained in read-only mode as a user via the official lark-cli, and the local "✕" will not modify Feishu schedules. This article verifies the installation commands, authorization steps, configuration items and danger-full-access sandbox boundary according to the community directory page and GitHub README.
Read MoreConnect DeepSeek Harness to Feishu with dsh-lark-link
### (注:原文存在部分无意义字符串,已保留原样翻译) dsh-lark-link is a community session plugin maintained by amlyczz, which connects DeepSeek Harness to Feishu/Lark. This article verifies the following contents based on the directory page, GitHub README and npm 0.3.3: creating an app via QR code, switching modes with cards, Outbox and inbound WAL, media sending and receiving, and the /doctor diagnostic package. The installation provides the original directory and the npm writing method from README, and explains the default Full access, group chat no need to @, and the boundary of plain text reissuance.
Read MoreImport Historical Sessions Including pi, OpenCode, Codex into DeepSeek Harness Using dsh-import-agents
*dsh-import-agents* is a community-maintained MIT plugin by Chang-Tong. It converts historical chats from Pi, OpenCode, Codex and Claude Code into resumable DeepSeek Harness sessions, and transforms agent/prompt patterns into skills. Its web interface offers one-click sync buttons, slash commands and new session migration prompts. This article verifies installation commands, four source paths, idempotent import and precautions against the directory page and GitHub README.
Read MoreUpgrade DeepSeek Harness Web Edition into an all-in-one development environment with dsh-IDE
dsh-IDE is maintained by chenw2759-wq, which turns DeepSeek Harness Web GUI into a JupyterLab-style workspace: featuring a file tree, syntax-highlighted editing, built-in terminal, Tree-style red-green diff, as well as Markdown/Office preview and visual editing. In SSH mode, the model remains running locally, while files and commands are executed remotely. It is licensed under BSD-3-Clause. The directory installation command is `dsh plugin add github:chenw2759-wq/dsh-IDE`; the repository README requires installing three packages separately into the web profile after cloning.
Read MoreReplace DeepSeek Effort with a three-speed slider using dsh-huadongbianzuqi
`dsh-huadongbianzuqi` is a DeepSeek Harness Web frontend plugin maintained by zjl88858, which replaces the Effort dropdown with a three-step slider with an avatar knob. This article verifies through the community directory page, GitHub README, package.json and source code that only the interface display is modified by 牢梁/ Liangzi/ Liangsheng, while the submitted values remain off/high/max; it needs to be installed into the web profile, there are currently no Release assets, and for reproducible installation, please fix the version to v0.1.0. The code is licensed under MIT-0, and the portrait rights of the avatars are not within the scope of the license.
Read MoreUse dsh-docs to let DeepSeek Harness parse PDFs, Office documents and scanned files locally
dsh-docs is a fully local documentation plugin for DeepSeek Harness maintained by Sqhao-O. It can parse PDF, Office documents, images and scanned documents within authorized directories. For Windows x64 systems, it uses offline Python/Tesseract OCR with fixed hash verification, while other platforms fall back to Node Xberg. The directory installation command is `dsh plugin add github:Sqhao-O/dsh-docs`, and the npm package `dsh-doc` is recommended for web scenarios.
Read MoreAdd Three-Tier Automatic Memory to DeepSeek Harness Web with dsh-auto-memory
`dsh-auto-memory` is a DSH Web memory plugin maintained by Aik358: it features three-tier memory automatic injection and retrieval for user-level, project notes and daily logs, and is equipped with daily reflection, visualization panel, intelligent retrieval and calendar functions. It can also inherit historical memories from tools such as Claude Code and Codex. The npm package is `@a9i5k4/dsh-auto-memory`, with the current version 0.1.26 and the BSD-3-Clause license. The installation command on the catalog page is `dsh plugin add github:Aik358/dsh-auto-memory`. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreManage Archived Conversations in DeepSeek Harness Settings Page with dsh-archived-conversations
`dsh-archived-conversations` is a DeepSeek Harness community plugin maintained by hxyz486 (MIT license, package version 0.1.2, with 6 stars on both the catalog page and GitHub). It provides an "Archived Conversations" entry on the Web settings page: users can view archived conversations grouped by workspaces, support expanding full text, one-click recovery, clearing archived records, permanently deleting grouped entries and local logs. The installation shall refer to the catalog page: `dsh plugin add github:hxyz486/dsh-archived-conversations`. The plugin runs with the current dsh process permissions, and the log deletion path relies on PowerShell.
Read MoreAdd a answering status pet to the DeepSeek Harness web interface using dsh-answer-pet
dsh-answer-pet is a DSH Web answer status pet framework (MIT, 0.6.0) maintained by Nanki-nn. The pet switches animations between thinking, outputting and tool calling. Its status card summarizes tokens, speed and time consumption, and displays the cropped model trajectory. Its appearance is defined by PetTheme v1, and it has built-in blue whales, orange cats and British Shorthair cats. Install it using the command on the directory page, you need to install it to the Web profile and restart the dsh web.
Read MoreEnable Image Recognition for Plain Text Conversations in DeepSeek Harness with dsh-vision-proxy
DSH-Vision-Proxy is an MIT-licensed DeepSeek Harness interface enhancement plugin maintained by Flyvhidbwo. It registers the `deepseek-vision` route, converts GUI-attached images into text via an OpenAI-compatible VLM, and then submits the content to the plain-text DeepSeek model for response. By default, it uses Bailian Qwen3.7-Flash, and can automatically detect local Ollama when no API key is available. This article verifies the installation commands, configuration methods and privacy boundaries against the community directory page, GitHub README and package.json.
Read MoreAdd Configuration Snapshot and One-Click Rollback to DeepSeek Harness via dsh-undo-plugin
The `dsh-undo-plugin` is a DSH community plugin maintained by lire1131, with the package name `dsh-undo-savepoint` after installation. It automatically and manually takes snapshots for configurations and user plugin codes, supports undo, redo, and rolling back to any version, and provides a PowerShell off-box tool and safe mode when Harness fails to start. This article verifies the installation command, snapshot scope and precautions based on the directory page and GitHub.
Read MoreUnified Management of AI Skills on DeepSeek Harness Settings Page with dsh-skill-manager
# 翻译结果: dsh-skill-manager is maintained by sulfide2085 under the MIT License. It adds a skill management section to the DSH Web settings page, merges skills from the DSH / Agents / Codex / Claude directories, enables or disables skills dynamically via SKILL.md and .disabled files, and supports installation via local ZIP packages (≤64 MiB) and GitHub repository archives. This article verifies the installation command, default repository, restrictions and security considerations based on the directory page, README and source code.
Read MoreReplace DeepSeek Harness's built-in search with MCP search service using dsh-search-mcp
### 正式翻译版本(符合技术文档语境): Maintained by gxpppp, dsh-search-mcp replaces the built-in `web_search` backend of DeepSeek Harness with search-class MCPs, while keeping the tool name and display unchanged. This article verifies relevant content through the community directory page and GitHub README, including how to switch between Tavily, Brave, Exa, Perplexity and DuckDuckGo on the web settings page, installation commands, key parsing, uninstallation and restoration methods, as well as the fact that the built-in DeepSeek search will be disabled during activation.
Read MoreTurn macOS Desktop Demonstrations into DeepSeek Harness Skills with dsh-record-replay
dsh-record-replay is a DeepSeek Harness plugin maintained by humblebanana that integrates Open Record/Replay into the runtime: it uses the `orr_*` tools to record macOS desktop demonstrations, verify `events.jsonl`, and then packages the files for the host Skill Creator. This article verifies the installation commands, `repoRoot` configuration, the rollback of `orr_skill_create` in version 0.2.0, as well as the privacy boundary between Accessibility permissions and local recording by cross-referencing with the directory page and GitHub repository.
Read MoreAdd Creative Branch Canvas to DeepSeek Harness with dsh-ramify
dsh-ramify is a DeepSeek Harness community plugin maintained by yanglongyun, which uses a tree-shaped canvas to generate, compare and iterate multiple interactive solutions. This article checks against the GitHub repository according to the directory page: MIT license, web sidebar entry, local port 9519 runtime, SQLite persistence, and the directory page installation command `dsh plugin add github:yanglongyun/dsh-ramify`. The plugin reuses the current session and model without saving API Keys; there is no sandbox for detail preview, so you should check the source code before installation.
Read More# dsh-plugin-yet-another-subagent: Switch Sub-agent Profiles with a Single Tool
### (注意:原内容是中文摘要,翻译如下) Introduce the community plugin dsh-plugin-yet-another-subagent: Use a subagent tool with profile parameters in DeepSeek Harness to manage multiple sets of subagent strategies, and provide Web UI for settings, real-time progress and subagent tree. The article verifies the installation commands, configuration fields, known limitations and licenses through the directory page and GitHub.
Read More# Install Plugin Development and Auditing Skills for DeepSeek Harness with dsh-plugin-development
`dsh-plugin-development` is an MIT-licensed open-source Agent Skill maintained by w2112515. It is used to design, implement, package, review and diagnose DeepSeek Harness plugins, with an optional bundle adapter included. It first differentiates between dynamic Cordis plugins, workspace packages and installable bundles, then executes according to a fixed process from discovery to verification. Integrated packages are not within its scope. The directory installation command is `dsh plugin add github:w2112515/dsh-plugin-development`, and the current version is v0.2.0-beta.1. This is an unofficial project; the plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreConnect Playwright Browsers to DeepSeek Harness with dsh-playwright-browser
dsh-playwright-browser is a community plugin for DeepSeek Harness maintained by Clizo1209. It provides 10 browser_* tools, semantic positioning and multi-tab control for agents via Playwright. This article verifies the installation commands, configuration items and security boundaries against the directory page, GitHub README and npm version 0.1.3: no page eval is provided, and the plugin runs with the permissions of the current dsh process.
Read Moredsh-overleaf: Read and Write LaTeX Projects on Overleaf within DeepSeek Harness Session
dsh-overleaf is a DSH community plugin maintained by fly233338 (MIT licensed). It connects OverleafMCP to DeepSeek Harness, allowing users to browse and read multiple Overleaf LaTeX projects in conversations, and write back changes via Git after providing a commitMessage. The installation command is subject to the directory page: `dsh plugin add github:fly233338/dsh-overleaf`. DSH 0.1.0-rc.5, Node.js 22.19.0 and an Overleaf Git token are required. The current version does not support document compilation, PDF review or browser operations.
Read MoreControl DeepSeek Harness with Feishu: dsh-lark-bridge Two-way Controller
`dsh-lark-bridge` is a DeepSeek Harness bidirectional Feishu/Lark controller maintained by imetn, licensed under MIT. Tasks can be sent from private chats, group chats or topics, mapped to corresponding Projects and Sessions, with progress updated via a native card, and approvals, questions and files can be sent back. It uses WebSocket long connection without the need for public network Webhooks. The directory installation command is `dsh plugin add github:imetn/dsh-lark-bridge`; you can also use the repository setup wizard to create an application and write into the lark Profile. The plugin runs with the current dsh process permissions, so you should check the source code and license before installation.
Read MoreUse dsh-git-identity to fix DeepSeek Harness's git commits to the environment's own identity
`dsh-git-identity` is a DeepSeek Harness development and runtime plugin maintained by LoserFox. At load time, it parses the author identity from plugin configuration, gh CLI, startup environment variables, and `git config --global`, writes them into `GIT_AUTHOR_*` / `GIT_COMMITTER_*` to override subsequent Git configurations, and can idempotently write back to the global identity. The directory installation command is `dsh plugin add github:LoserFox/dsh-git-identity`. The community repository is not an official store, so you need to check the source code before installation; no license has been declared for the repository yet.
Read MoreView Git Commit Graph in DeepSeek Harness Session with dsh-git-graph
dsh-git-graph is a community interface enhancement plugin for DeepSeek Harness Web GUI, maintained by 1841220388zzzcccxxx-star, licensed under MIT, with version 0.10.0. It adds a "Git Graph" tab next to "Trajectory" on the session page, providing commit history graphs, branch filtering, file diffs, and a VS Code-style uncommitted changes panel. Install via the command on the directory page: `dsh plugin add github:1841220388zzzcccxxx-star/dsh-git-graph`. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation. The community directory has no official affiliation with DeepSeek or FangTian.
Read MoreUse dsh-drop-to-path to convert images and files to paths for sending to pure text models
`dsh-drop-to-path` is a DeepSeek Harness Web plugin (MIT licensed) maintained by loudMore. When a plain-text model attempts to send images, they will be blocked by the host's pre-check, and files such as PDFs cannot be sent as attachments either. This plugin retains the native attachment bar, and when sending, it writes images and files to the `.drops/` workspace directory and attaches their paths. The directory installation command is `dsh plugin add github:loudMore/dsh-drop-to-path`; it is recommended to use it with `dsh-vision-toolkit`, and please read `ADAPTING.md` before upgrading DSH.
Read MoreUsing dsh-director-toolkit to break rough 3D ideas into actionable shot lists
### 正式翻译(适配技术文档语境): dsh-director-toolkit is a development and runtime plugin for DeepSeek Harness maintained by lhmd. Instead of directly generating meshes, it breaks half-formed 3D concepts into shot lists, lighting setups, material guidelines, software-specific rendering suggestions, and a five-step production checklist, then outputs directional packages compatible with Blender, Three.js, Houdini or C4D. The local version of scene_director does not require an API key; the optional scene_director_v4 calls deepseek-v4-pro by default. The directory installation command is `dsh plugin add github:lhmd/dsh-director-toolkit`.
Read MoreInstall Executable Design Specifications for DeepSeek Harness with dsh-design-skills
`dsh-design-skills` is a DeepSeek Harness design aesthetics skill package maintained by zhaiyateng, categorized under "Interface Enhancement". It writes various web styles into `SKILL.md` containing tokens, component rules, disable lists and acceptance lists, and registers it via `ctx.skills provider` (rank 600). The directory installation command is: `dsh plugin add github:zhaiyateng/dsh-design-skills`. The LICENSE is MIT, version 0.1.0; currently there are ten styles in the README and skills directory, while the catalog page introduction still mentions six styles.
Read MoreRearrange the DeepSeek Harness web interface into a workbook using dsh-deepcel
DSH-Deepcel is a DeepSeek Harness Web GUI workbook skin maintained by Small-tailqwq, which rearranges sessions, tools, settings and navigation into interactive cells. This article verifies its installation command, BSD-3-Clause license, web profile usage and the differences from real Excel file operations according to the directory page and GitHub.
Read MoreUse dsh-context-doctor to see how much context is injected per request to DeepSeek Harness
dsh-context-doctor is a DeepSeek Harness interface enhancement plugin maintained by Zhenyu98, used to audit the permanently resident context injections for each request: AGENTS.md/CLAUDE.md instruction chains, skill directory summaries, tool schemas, and MCP tool surfaces. It provides a Web ring panel and the `context_audit` tool, quantifies token costs, detects duplicate paragraphs and同名 skill masking, and provides pruning suggestions sorted by severity. The audit path is read-only, and the license is BSD-3-Clause.
Read MoreUsing dsh-compaction-instant to transform the context compression of DeepSeek Harness into near-lossless compilation
`dsh-compaction-instant` is a DeepSeek Harness session plugin maintained by KitDoesIt, which replaces the built-in summary engine `compaction-basic` with a deterministic compilation method that does not rely on LLMs. This article checks against the catalog page and GitHub README, covering near-lossless checkpoints, seq readback, three installation methods, as well as the compression ratio and precautions on tool-intensive sessions.
Read MoreConnect Codex CLI Subscription to DeepSeek Harness with dsh-codex-subscription
The community plugin dsh-codex-subscription (npm package name: dsh-llm-codex) is maintained by yequ172672. It reuses the ~/.codex/auth.json file from the local Codex CLI, and enables the use of ChatGPT subscription models in DeepSeek Harness without requiring a Platform API Key. This article covers the directory page, verification of installation commands via GitHub and npm, token refresh, proxy configuration, and the text-only limitation.
Read MoreConnect ChatGPT Subscription to DeepSeek Harness with dsh-codex-connect
DSH-Codex-Connect is a community-maintained plugin for DeepSeek Harness models and their providers. It uses ChatGPT OAuth to access the OpenAI Codex model catalog without turning subscriptions into OpenAI Platform API credentials. This article checks the installation commands against the catalog page and GitHub README, covers login on the settings page, optional search/image viewing features, diagnostic commands, conflict resolution with the legacy dsh-codex, as well as Alpha compatibility boundaries.
Read MoreUse dsh-better-browser to let DeepSeek Harness operate the logged-in browser
dsh-better-browser is an interface enhancement plugin for DeepSeek Harness maintained by titanwings. It adapts the local Kimi WebBridge into 13 `webbridge_*` tools, allowing Agents to operate the user's logged-in Chrome or Edge browser instead of launching a headless browser again. The current version is 0.3.6, licensed under BSD-3-Clause. This article checks the installation commands, tool list, configuration items and security boundaries against the community directory page and GitHub README, and clarifies that the community community directory has no official affiliation with DeepSeek / HoYoverse (Note: "幻方" here is more accurately translated as HoYoverse, the official English name of the company behind DeepSeek).
Read MoreFix the garbled Chinese characters in bash of DeepSeek Harness using dsh-bash-encoding
`dsh-bash-encoding` is a DSH host-side plugin (BSD-3-Clause) maintained by lhh010. It replaces `ctx.bash`, manages spawning and collecting raw bytes by itself, automatically recognizes encodings such as UTF-16LE, UTF-8 and GBK, and fixes Chinese garbled characters in bash under Windows + WSL. Installation: `dsh plugin add github:lhh010/dsh-bash-encoding`. Only one `ctx.bash` can exist in the same context; the default Windows native pwsh profile is deactivated.
Read MoreView Balance and Today's Expense in DeepSeek Harness Sidebar via dsh-balance-monitor
DSH Balance Monitor is a DeepSeek Harness interface enhancement plugin maintained by jelly-000. It connects the official GET /user/balance API to the bottom of the Web UI sidebar, displaying account balance, a remaining proportion bar and today's expenditure. The API key is only stored on the server side, and the browser polls the API every 60 seconds. This article verifies the installation commands, working principles and capability boundaries based on the community directory page and GitHub source code.
Read MoreManage local sessions uniformly in DeepSeek Harness settings via dsh-archived-sessions
`dsh-archived-sessions` is a DeepSeek Harness Web plugin maintained by Zephyr-vibe. It provides session management in the "Settings" page, featuring archived/unarchived dual tabs, grouping by workspaces, searching by title or ID, supporting archive recovery, non-cascading secure deletion, and opening the session record directory. It is licensed under MIT, with the current version being 0.1.2. This article verifies the installation commands and capability boundaries based on the plugin directory page and GitHub README.
Read MoreIntegrate DeepSeek Harness with ACP clients such as Zed using deepseek-harness-acp
The community plugin deepseek-harness-acp (openma-ai, Apache-2.0) turns DeepSeek Harness into an editor-oriented ACP server, which is different from the official automation package @deepseek-ai/dsh-acp. This article verifies via the directory page, GitHub README and npm: the shared credential $DSH_HOME, directory installation commands, two connection methods of standalone dsh-acp and acp profile, as well as the boundaries of workspace-write / danger-full-access.
Read Morepi2dsh: Natively Run Unmodified Pi Plugins on DeepSeek Harness
`pi2dsh` is a DeepSeek Harness development and runtime plugin (MIT, npm version 0.12.3) maintained by `weijiafu14`. It implements a Pi Host ABI layer, allowing unmodified Pi extensions to run as native DSH plugins without forking or adapting packages individually. The directory installation command is `dsh plugin add github:weijiafu14/pi2dsh`. The repository has end-to-end verified capabilities such as image viewing, sidebar conversation, and status bar, and has mounted probes for the top 50 Pi packages by monthly downloads. Node.js 22.19+ is required; the plugin runs with the current dsh process permissions, and you should check the source code and license before installation. The community directory has no official affiliation with DeepSeek / HyperMind.
Read MoreAdd a persistent session progress bar to the DeepSeek Harness web interface using dsh-ui-progress
### 翻译版本1(专业技术文档译法,符合海外开源项目表述习惯): > dsh-ui-progress is a DSH Web UI plugin maintained by lhh010. It adds a persistent session progress bar to the input box dock area, featuring real proportional todos display, real-time token throughput rate, orange-red interrupted state, and amber todo reminder. It runs purely on the client side without modifying the agent-loop. This article verifies the installation commands, the corresponding relationship between the v0.9.1 snapshot and its documentation, as well as the capability boundaries by cross-checking with the directory page, GitHub README and INSTALL.md. ### 翻译版本2(更贴合国内开源项目对外文档的自然译法): > dsh-ui-progress is a DSH Web UI plugin maintained by developer lhh010. It provides a persistent session progress bar in the input box dock zone, with functions including displaying the real proportion of todos, real-time token generation rate, showing orange-red status when interrupted and amber reminder for pending tasks. It is a pure client-side plugin and will not make any changes to the agent-loop. This article checks and confirms the installation commands, the matching relationship between the v0.9.1 snapshot and relevant documents, as well as the capability limits by referring to the directory page, GitHub README and INSTALL.md.
Read MoreView Background Task Progress and Real-time Output on the Conversation Page with dsh-task-status
`dsh-task-status` is an MIT-licensed DeepSeek Harness web interface enhancement plugin maintained by vlln, currently at version 0.3.1. It attaches the background task status bar to the official dock slot above the input area of the conversation page, displaying the running count, detailed item-by-item information, and an output tail refreshed approximately every 1 second. This article verifies the installation command, web profile usage, jobs.read mirror packaging and other edge cases by cross-checking with the plugin directory page and GitHub source code.
Read MoreUse dsh-status-rotator to carousel round status copy for DeepSeek Harness web interface
dsh-status-rotator is a web interface enhancement plugin for DeepSeek Harness maintained by 01Virex (MIT License, JavaScript). It replaces the fixed "Deep diving..." text at the bottom round runtime with custom copy from JSON, which switches in three stages: thinking, running and long. It supports typewriter effect, closable flowing gradient effect and timed rotation, without altering the runtime duration clock. The directory installation command is `dsh plugin add github:01Virex/dsh-status-rotator`, and you can refresh the page after modifying config.json to take effect. The plugin runs with the permissions of the current dsh process. You should check the source code and license before installation.
Read MoreUse dsh-side-chat to open a side追问 session next to the DeepSeek Harness main session.
`dsh-side-chat` is a DeepSeek Harness Web plugin maintained by AHGGG: Select text in completed messages, and you can追问 in the independent right sidebar or send the annotated selection back to the main input box without switching the main session. The current npm package `@ahggg/dsh-side-chat@0.6.1` accurately corresponds to dsh 0.1.0-rc.6. Please refer to the community repository for the installation command. The sidebar shares the workspace with the main session, and closing the panel will not undo file changes.
Read MoreUsing the dsh-promotion-toolkit to adapt a source text into native promotional copy for 17 platforms
dsh-promotion-toolkit is a DeepSeek Harness plugin maintained by lhmd, under the MIT license. It first extracts product introductions, READMEs, articles or unorganized ideas into viewpoints, evidence, risks and original links, then generates promotional drafts with different structures for 17 platforms including Xiaohongshu, Zhihu, official WeChat accounts, Moments, short videos, X and LinkedIn. The local heuristic first-pass tool viral_kit requires the model not to add facts not present in the original text when running Skill viral-kit. The community directory installation command is `dsh plugin add github:lhmd/dsh-promotion-toolkit`.
Read MoreReplace DeepSeek Harness workspace sidebar with dsh-plugin-ya-workspace-sidebar
`dsh-plugin-ya-workspace-sidebar` is a DSH web interface enhancement plugin maintained by HuanLinOTO, used to replace the official workspace sidebar: the top 5 global recent conversations, the lower-level Workspace→Session secondary menu and breadcrumbs, and conversations are grouped by local date. Operations including search, add, rename, delete, Fork and archive still go through the native Host. The directory installation command is `dsh plugin add github:HuanLinOTO/dsh-plugin-ya-workspace-sidebar`. The current npm version is 0.3.0, licensed under AGPL-3.0. The plugin runs with the permissions of the current dsh process, and the source code should be checked before installation.
Read MoreIntegrate Codex and Claude Code into resumable DSH sub-agents using dsh-plugin-product-subagents
`dsh-plugin-product-subagents` is a DeepSeek Harness session and messaging plugin maintained by shaokeyibb (MIT License, npm version 0.3.1). It connects ACP CLIs such as Codex, Claude Code, and Cursor/CodeBuddy/Gemini/OpenCode to the dsh sub-agent channel, providing features including resumable subtask chats, remote session recovery, a declarative role library (general/code-review/explore/debug), and delegation permission ceilings. This article verifies the installation commands, six tools and security boundaries against the community directory page, GitHub README and official sub-agent documentation.
Read MoreSync GitHub Plugin Topics into DeepSeek Harness Settings Page with dsh-plugin-marketplace
The dsh-plugin-marketplace maintained by AwesomeHou is a permanent interface enhancement plugin for DeepSeek Harness. It synchronizes dsh-plugin topics to Settings → Plugins via the GitHub Search API, providing features such as search, pagination, one-click installation (npm is prioritized), as well as updates, deactivation and uninstallation of installed plugins. It also registers tools including market_search and market_install, allowing agents to search for and install plugins on their own. It is licensed under MIT, targeted at the web profile, and a restart is required after installation. The community directory is not an official store, plugins run with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreUse dsh-plugin-better-sidebar-plugin-office to add Office three-piece preview for better-sidebar
A web plugin maintained by HuanLinOTO, which splits the .docx/.xlsx/.pptx preview from better-sidebar into an independent bundle. Requires better-sidebar >= 0.6.0. Directory command: `dsh plugin add github:HuanLinOTO/dsh-plugin-better-sidebar-plugin-office`; you can also use the npm package `@huanlin/dsh-plugin-better-sidebar-plugin-office`. License: AGPL-3.0.
Read MoreUse dsh-plugin-background to change the wallpaper of DeepSeek Harness web interface with partitioned wallpapers
`dsh-plugin-background` is a DeepSeek Harness Web interface background plugin maintained by gameswu, licensed under MIT. It supports pasting images or looping silent videos in the conversation area, trace area, sidebar and settings page respectively, and is compatible with URLs, local files and folders. Its configuration is stored in the browser's IndexedDB. The directory installation command is `dsh plugin add github:gameswu/dsh-plugin-background`; it is recommended to add `--profile web` and pin the commit for the web scenario. The community directory has no official affiliation with DeepSeek / Horizon Robotics. You should check the source code and license before installation.
Read MoreUsing dsh-paste-input to Paste and Drag-and-drop Files in DeepSeek Harness WebUI
# 翻译结果: dsh-paste-input is a DeepSeek Harness WebUI interface enhancement plugin maintained by lhh010. It supports Ctrl+V pasting, full-page drag-and-drop, and selecting files/folders via the paperclip icon. When sending, it copies the files into the session workspace directory `.dsh/tmp/attachments/` and writes their absolute paths into the message; the attachment blocks in the chat bubbles will be collapsed into file chips. The current version is 0.1.3, licensed under MIT. The directory installation command is `dsh plugin add github:lhh010/dsh-paste-input`. The plugin runs with dsh process permissions, please check the source code before installation. Copying files from File Explorer and pasting them in Chrome/Edge usually does not work. If you need the original file paths, please use drag-and-drop or the selection function.
Read MoreConnect OpenMAIC Classroom to DeepSeek Harness with dsh-openmaic
### 版本1(正式技术文档风格): DSH-OpenMAIC is maintained by THU-MAIC from Tsinghua University. It integrates OpenMAIC with DeepSeek Harness: a single request can generate a usable classroom link, and the slides, interactive components and teaching cards written by the intelligent agent can be rendered in real time within the conversation. This article verifies the installation commands, four tools, Socratic skills and configuration items against the catalog page and GitHub repository. ### 版本2(更贴合开源项目介绍口吻): Maintained by THU-MAIC of Tsinghua University, DSH-OpenMAIC connects OpenMAIC to DeepSeek Harness. With it, one single prompt can spawn a fully functional classroom link, and the slides, interactive widgets and teaching flashcards generated by the AI agent can be rendered on-site right in the chat interface. This paper cross-checks the installation commands, four core tools, Socratic questioning skills and configuration items against the project catalog page and GitHub repository.
Read MoreEquip DeepSeek Harness with Readable and Editable Cross-Session Memory Using dsh-mneme
dsh-mneme is a DeepSeek Harness memory plugin maintained by modusensus, licensed under MIT. It uses native SQLite with editable Markdown for dual-writing cross-session memory, and offers autoDream background consolidation and optional offline semantic retrieval. This article verifies the installation commands, seven memory_* tools, configuration options, and notes based on the community directory page and GitHub README: the plugin runs with current dsh privileges, requires Node 24+, and has entity extraction and Sleep Mode disabled by default.
Read MoreIntegrate WorkBuddy quota into DeepSeek Harness using dsh-llm-codebuddy
DSH-LLM-CodeBuddy is an MIT-licensed plugin for the DSH model maintainer maintained by Axiaohungry. It registers "CodeBuddy China Region" in DeepSeek Harness, and calls the CodeBuddy model with the API Key issued by WorkBuddy, which is suitable for scenarios where the company only distributes WorkBuddy points. It can be installed according to the GitHub source of the directory page or the recommended npx command of the repository, then fill in the Key in the WebUI and pull the models available under the current account. This article has been verified against the directory page, GitHub and npm 1.3.4: it is a third-party adapter, authorized by Key, and the plugin runs with the permissions of the current dsh process.
Read MoreUse dsh-fail-logger to automatically record the failure causes of tools in DeepSeek Harness
`dsh-fail-logger` is a DeepSeek Harness development and runtime plugin maintained by Areium (MIT License, current version 0.5.1). It listens to sessions and events, deduplicates and counts failures where `isError` is true in native tool calls, PTC run_code, and embedded tool calls, then writes the results to the machine maintenance section of the `fail-log-guide` skill. The directory page installation command is `dsh plugin add github:Areium/dsh-fail-logger`, and you can also pin version 0.5.1 from npm via profile. The plugin runs with the permissions of the current dsh process, does not register new tools, nor does it perform LLM summarization or automatic repairs.
Read MoreInstall a Terminal Coding Interface for DeepSeek Harness with dsh-code
### 正式翻译(符合开源技术文档语境): The dsh-code is a DeepSeek Harness interface enhancement plugin maintained by UNLINEARITY. It is stacked on the official dsh-base as an out-of-tree bundle, providing a terminal-based coding TUI with slash command completion, without needing to develop a separate Agent loop. This article conducts cross-verification against the community catalog page, GitHub README, MIT license, troubleshooting documentation, and the npm 0.9.0 package, covering installation commands, cli profile startup method, session and model operations, as well as precautions such as permissions, preview APIs, and Linux native modules.
Read MorePorting the DeepSeek Harness Web Interface to Mobile with dsh-client-ui-mobile-adapt
*dsh-client-ui-mobile-adapt* is an interface enhancement plugin for DeepSeek Harness maintained by Hotsteel2901 (MIT License, version 0.1.0). It collapses the default three-column web GUI into a single-column layout on screens below 768px: the sidebar is converted into a drawer, the input tools are arranged in a single row, the settings panel becomes full-screen and scrollable, the track details are turned into a floating window, and clicking the statistics capsule brings up the session report. The desktop layout remains unaffected. This article verifies the functions, installation commands (including `github:` and tarball options) and the class name constraints of version 0.1.0-rc.6 based on the plugin directory page, GitHub README and source code.
Read MoreMake Clear of Peak-Valley Prices of DeepSeek API on DSH Top Bar with dsh-client-pricing
`dsh-client-pricing` is a DSH Web client plugin maintained by Miyazawai, which displays the current unit prices of the DeepSeek API in the session top bar: with peak/idle badges, automatic price switching between flash and pro plans, and recalculating the price tier every 30 seconds. This article verifies the installation command, price list and capability boundaries based on the community directory, GitHub README and official pricing page. The prices are hard-coded and no session billing is provided.
Read MoreAdd Balance Monitoring and Usage Statistics for DeepSeek Harness with dsh-balance-plugin
The dsh-balance-plugin is a DeepSeek Harness web interface enhancement plugin maintained by Francis-Xavier-code, under the MIT license. It automatically reads the DEEPSEEK_API_KEY, monitors RMB/USD balances and sends low-balance alerts, provides official recharge portals, Miyu-style usage statistics, third-party plugin management, as well as the query_api_quota tool for checking balances within conversations. For installation, use the repository github:Francis-Xavier-code/dsh-balance-plugin instead of the bare npm package name.
Read MoreTracking Balance and Recording Expenses in DeepSeek Harness: deepseek-harness-wallet
The DeepSeek Harness Web plugin maintained by feibi-mochi is licensed under MIT. Next to the input box, it displays the official balance, the current session's expenditure, and the token count; for third-party services, only the token count is counted. The recharge jump link is hardcoded as `platform.deepseek.com/top_up`. The npm version is 0.1.4, and the installation identifier remains `deepseek-harness-wallet`. The directory command is: `dsh plugin add github:feibi-mochi/deepseek-harness-wallet`. The plugin runs with the permissions of the current dsh process; the source code and license should be checked before installation.
Read MoreIntegrating Modeling, Rendering and Export Functions into DeepSeek Harness via Blender Add-on
Blender is a community plugin for DeepSeek Harness maintained by CheshireJCat, with the npm package name `dsh-blender` and licensed under MIT. Instead of using BlenderMCP or a control port, it launches the local Blender background process each time it is called. It registers a `create-3d-model` general orchestration, 29 domain-specific Skills, 26 analysis Helpers, and 13 workspace tools, covering functions such as inspection, import, modeling, preview rendering, scene auditing, and GLB/FBX export. This article verifies the installation commands, environment requirements and security boundaries by cross-checking with the community directory page and GitHub repository.
Read MoreConnect PowerContext Memory Service to DeepSeek Harness via powercontext-dsh
### 翻译结果(符合技术文档规范): powercontext-dsh is an Apache-2.0 licensed DeepSeek Harness memory plugin maintained by knqiufan. It connects to a running PowerContext Server via HTTP, providing recall, memory, handover, experience and skill capabilities without embedding storage or using MCP. This article verifies the installation commands, pc_* tools, `/pc` command, configuration items and security boundaries against the community directory page and GitHub repository.
Read Morefabric: Equipping DeepSeek Harness with Minecraft-style Mixin Hooks
Fabric is a DSH community plugin maintained by omdsh-dev, similar to the load-time hook processor for Minecraft Fabric. It adopts a three-pack splitting mechanism, rewriting target functions with trusted code without modifying the original source code of the target. The directory page command is `dsh plugin add github:omdsh-dev/fabric`; the English README also recommends the released `pkg.tgz`. It is disabled by default and needs to be enabled before launching with `fabric-dsh`.
Read MoreGenerate Usage Reports from DeepSeek Harness Session Logs with dsh-whale-report
**dsh-whale-report (DeepTrace / Whale Notepad)** is a DeepSeek Harness community plugin maintained by SenmuuuuW, licensed under MIT, with the current version 0.4.0. It only reads and aggregates local session event logs, and generates daily, 24-hour, weekly, monthly, annual or custom interval reports through deterministic rules, covering expense and token billing, retry storms, dangerous commands, secret existence scanning and collaborative review. Reports can be exported via the panel, `whale_report` chat tool or `pnpm report` CLI. The community repository is not an official app store; the plugin runs with the permissions of the current dsh process. You should inspect the source code before installation and pin the commit if possible.
Read MorePerform read-only health checks on DeepSeek Harness session files with dsh-session-health
`dsh-session-health` is a DeepSeek Harness session diagnosis plugin maintained by `omdsh-dev`. It performs read-only scans on multi-frame zstd session files under `$DSH_HOME/sessions`, detects torn, corrupted, empty sessions and stray residues, registers the `session_health` tool, and outputs JSON reports. This article verifies the installation commands, detection items and deep mode restrictions against the community directory page, GitHub source code and official Harness documentation.
Read MoreUse dsh-qq2006 to replace the DeepSeek Harness with QQ2006 skin
### 注意:用户提供的原文是中文,要求翻译成英文,以下是准确翻译版本: The `dsh-qq2006` is maintained by LaplaceYoung, which provides switchable QQ2006 coral blue theme for DeepSeek Harness Web UI, and uses `body[data-ds-skin]` to ensure zero pollution to the default skin. This article verifies through the community directory page and GitHub README: how to install the directory command, the release version only contains the theme and the global skin table, the complete login window and chat chrome need to go through the fork branch or patch, and the QQ2006 materials are for learning purposes only, please do not use them commercially.
Read More`dsh-im-gateway: Connect DeepSeek Harness to WeChat, Feishu and Telegram`
### 正式翻译(符合技术文档规范): `dsh-im-gateway` is a DeepSeek Harness session and messaging plugin maintained by *zhuiyueya*, licensed under MIT, with the current version being 0.1.0. It provides an aggregated IM gateway within the `dsh` process, connecting agents to over 20 IM channels including WeChat, Feishu, Telegram, Discord, QQ and others. It supports per-chat session management, remote tool approval and interactive questioning. The community directory installation command is `dsh plugin add github:zhuiyueya/dsh-im-gateway`; for web configuration, you can also use the npm package name with the `--profile web` flag. The plugin runs with the current `dsh` permissions, please verify the source code and license before installation.
Read MoreUse dsh-harness-ops to implement A/B rotation, 10-second self-healing and one-click rollback for DeepSeek Harness
`dsh-harness-ops` is a DeepSeek Harness operation and maintenance toolbox maintained by fakechris (MIT License, current version 0.3.2). It uses two A/B slots to host official daily snapshots, and only performs atomic switchover after passing acceptance checks, with one-click rollback available. It uses `launchd`/`systemd` to start the web service in about 10 seconds, and the bundle plugin resumes the interrupted TURN service. When the web service is completely down, use `dsh-doctor` to run nine-item diagnostics. The community directory is categorized under interface enhancements. The complete installation shall follow the procedure of executing `install.sh` after `git clone`, and plugins run with the permissions of the current `dsh` process.
Read Moredsh-grok-tui: Driving DeepSeek Harness with the TUI of grok-build
dsh-grok-tui is a DeepSeek Harness interface enhancement plugin maintained by chen-001: it utilizes grok-build's TUI for the interface, while prompts, tools, model routing, and sessions are still provided by dsh. This article verifies the installation commands, host bridging, session sharing, herder/tmux resource panels, and limitations such as macOS/Linux compatibility, permissions, and dual-instance storage based on the community directory page and GitHub README.
Read MoreCall the Command Code model in DeepSeek Harness with dsh-commandcode-provider
Unofficial DSH plugin dsh-commandcode-provider maintained by Mars-Sea connects Command Code subscriptions to DeepSeek Harness, featuring real-time model catalog, reasoning-effort, package filtering and usage cards. This article verifies the installation commands, key configuration and restrictions against the community directory and GitHub README. The current npm version is 0.4.0, with MIT license.
Read MoreAdd a Dangerous Command Review Gate to DeepSeek Harness with dsh-clawrouter
dsh-clawrouter is a DeepSeek Harness plugin (MIT) maintained by BlockRunAI. For dangerous tool calls, a stronger model first issues a decision of approval, rejection, or human intervention, which is enforced by the executor without replacing the original permissions. It also registers the blockrun routing: a wallet can call 67 models on a pay-per-use basis via x402, and provides restricted vision capabilities. The gate is closed by default. This article verifies the installation, configuration and boundaries based on the community directory page and GitHub README / CHANGELOG.
Read MoreUsing dsh-advisor to configure the secondary model for passive review per round of DeepSeek Harness
dsh-advisor is a DeepSeek Harness plugin maintained by omdsh-dev. It attaches an independent review model to each session, injecting suggestions in the order of nit/concern/blocker, and does not approve actions or issue commands on behalf of the main agent. This article verifies the installation commands, configuration access control, Web/TUI usage and current MVP limitations based on the plugin directory page and GitHub README.
Read MoreIntegrate BitFun into DeepSeek Harness Sessions via dsh-acp-for-bitfun
`dsh-acp-for-bitfun` is a DeepSeek Harness development and runtime plugin maintained by bobleer, licensed under MIT. It connects the `bitfun acp` command of BitFun CLI to the official dsh subagent client via ACP v1 over stdio, allowing any session to delegate tasks to BitFun using `subagent_bitfun`. The installation command is `dsh plugin add github:bobleer/dsh-acp-for-bitfun`. It requires BitFun >= 0.2.17 and dsh >= 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process, and you should inspect the source code and license before installation.
Read MoreView Balance and Remaining Tasks at the Session Header with DeepSeek-Harness-billing-plugin
The DSH billing plugin maintained by WilliamLIiii: It uses the official GET /user/balance to display the RMB balance, and estimates how many tasks can still be run based on the historical session usage of V4 Flash/Pro and the peak-valley tariff rate of 2026-08-17. This article checks the catalog page, GitHub source code and DeepSeek price list, and explains the dual-package structure, installation commands, estimation caliber and restrictions such as only RMB/manual refresh.
Read MoreIntegrate Self-hosted Search and Crawling into DeepSeek Harness Using surfing-plugin
The `surfing-plugin` is maintained by cyijun, which connects the native `web_search` and `web_fetch` from DeepSeek Harness to self-hosted SearXNG and Crawl4AI. It registers `surfing-searxng` and `surfing-crawl4ai` to `ctx.web` without altering tool names, parameters, or result truncation. The directory page installation command is `dsh plugin add github:cyijun/surfing-plugin`, it is recommended to pin the commit hash, and first confirm that SearXNG has enabled JSON functionality and Crawl4AI is accessible. The plugin runs with the permissions of the current `dsh` process, and the source code and MIT license should be checked before installation.
Read More# Customize a Theme for DeepSeek Harness Web Interface with freestyle-dsh-theme
freestyle-dsh-theme is a DSH web theme plugin maintained by suzike, licensed under BSD-3-Clause open source. It uses OKLCH for theme proposal (6 preset themes + 8 smart cards) and theme designer (main/secondary colors/panels, channel locking, color matching relationships, JSON import and export). It overrides light and dark tokens via `theme.overrideTokens`, and saves the color scheme to the browser's localStorage, which remains intact after restarting the browser. This article verifies the installation command, dual-sided plugin structure and precautions according to the directory page and GitHub source code.
Read MoreEquip DeepSeek Harness with a traceable scientific research workbench using dsh-science
DSH-Science is a DeepSeek Harness skill plugin maintained by Biociao. It uses `research_*` to run the ReAct research loop, uses `artifact_*` to manage versioned artifacts with source attribution, and includes 10 built-in scientific skills. This article covers the directory page, installation commands verified on GitHub and npm 0.1.1, the first-round conversation flow, and permission precautions.
Read MoreUse dsh-reverse-skill to load 85 reverse skills into DeepSeek Harness at once
`dsh-reverse-skill` is a DeepSeek Harness skill plugin maintained by dhicoc, which packages all 85 SKILL.md files from the upstream reverse-skill repository (with approximately 26,000 stars) into a Cordis plugin: 43 domain skills and 42 CTF skills, which will be automatically registered via `ctx.skills` upon startup. The directory page installation command is `dsh plugin add github:dhicoc/dsh-reverse-skill`. It is licensed under MIT and is only authorized for reverse engineering, penetration testing and security research. Before installation, please check the source code and license, and note that the plugin runs with the permissions of the current dsh process.
Read MoreCustomize the Web Interface of DeepSeek Harness with dsh-gui-customization
### Official Translation: dsh-gui-customization is an MIT-licensed DeepSeek Harness Web UI theme plugin maintained by LAN-TINA-WS. It provides four preset themes including Nous Blue in **Settings → Interface Settings**, 13 customizable colors (with separate light/dark variants), adjustable ambient lighting, as well as image/video background and transparency controls. User configurations are preserved across restarts via localStorage and IndexedDB. GitHub installation commands are provided in both the directory and the repository; the current released version is 0.6.2.
Read MoreAdd Local Learning Mode to DeepSeek Harness with dsh-explain
### 标准技术译法版本(符合开源项目文档规范): `dsh-explain` is a DSH learning mode plugin maintained by yuezengwu, licensed under MIT. It maintains a cross-session learning thread locally, retains at most one active explanation per source, adapts to the user's knowledge level via `ExplainContext`, and does not inject code into the main Agent. Currently compatible with DSH 0.1.0-rc.6 Web edition, users can trigger explanations, toggle features and run diagnostics via the `/explain` command, the selection shortcut menu, and the settings page.
Read MoreReplace the default Diff rendering of DeepSeek Harness with dsh-diff-viewer
DSH-Diff-Viewer is a web interface enhancement plugin for DeepSeek Harness maintained by lehhair. It takes over the write/edit tool bar via the keyed slot of ui-tool, and replaces the default DiffBlock with a PiUI-style DiffViewer. This article verifies its mechanism, functions and installation method by cross-checking with the community directory page and GitHub repository: please use the Release tarball to install into the web profile, do not directly install the source code from GitHub; uninstallation will restore the official toolbar. The plugin runs with the current DSH process permissions, and the source code and BSD-3-Clause license statement should be checked before installation.
Read MoreUsing ChatGPT Subscription with dsh-codex in DeepSeek Harness
Maintained by Yan-Zero, dsh-codex connects ChatGPT subscriptions to DeepSeek Harness via OpenAI Codex login: no Platform API Key required, and no modification to Harness source code. This article cross-checks installation commands, OAuth credential isolation, model directories, search/image reading/image generation and usage boundaries against the community directory page, GitHub README and official repository.
Read MoreInject Suffix into Each Round of Messages for DeepSeek Harness Using deepseek-manners
# DeepSeek-Manners Plugin Maintained by Moeblack, DeepSeek-Manners is a community plugin for DeepSeek Harness, categorized under **Tools and Capabilities**. It appends a configuration text to the bottom of the payload during the first model request of each conversation turn. The default text is *"Thank you, Master Whale"*, and this configuration only takes effect for the current turn. The old suffix will be recycled based on the length of the most recent assistant reply; if the payload is too long, the suffix can be skipped to protect the prompt cache. There is a heart-shaped toggle switch next to the web input box. Users can modify the text into multi-line instructions, but template variables are not supported. Please refer to the directory page for installation instructions: `dsh plugin add github:Moeblack/deepseek-manners`. The plugin runs with the permissions of the current DSH process. Currently, there is no license attached to the repository, so please review the source code before installing it.
Read MoreUsing DeepSeek-Harness-Vision-Tools to Give Pure Text dsh Eyes
The community plugin DeepSeek-Harness-Vision-Tools is maintained by tonyd2wild, licensed under MIT, and has no official affiliation with DeepSeek AI. It uses a vision agent to intercept chat image attachments and analyzes disk files via `analyze_image`, enabling any text model to be paired with any local vision model. This article verifies the installation command, fast/detailed classification, routing configuration and capability boundaries in accordance with the directory page and GitHub README.
Read More# DeepSeek-Harness-UX: Make Long Task Processes of DeepSeek Harness Foldable
deepseek-harness-ux is a community web version of DeepSeek Harness maintained by ayuanwong (licensed under BSD-3-Clause). It packs thinking, commands and tool calls into collapsible process areas, which will automatically collapse after successful execution and remain expanded upon failure. It also optimizes long responses, session search and product entry points. The catalog is categorized by "Sessions and Messages" with `dsh plugin add` provided; the repository notes that this is a complete source code snapshot, which requires Node.js 22.19+/pnpm 11 to start from source code, and cannot be patched into the official dsh.
Read MoreConnect Image and Audio Capabilities to DeepSeek Harness with dsh-vision-complete
`dsh-vision-complete` is a MIT-licensed community plugin for DeepSeek Harness maintained by Yts1919, which equips plain-text models with capabilities including image understanding, OCR, object detection, video processing, speech recognition and PDF handling. The plugin itself does not include any vision models, and by default calls Qwen via MCP. The alternative `vision.py` can be connected to OpenAI-compatible interfaces. The installation command via the catalog page is `dsh plugin add github:Yts1919/dsh-vision-complete`. For full activation, you also need the Windows installation script, a valid DASHSCOPE_API_KEY, and a restart of Harness.
Read MoreAdd Shanghai-Shenzhen A-share market quotes to DeepSeek Harness web interface using dsh-stock-market
### 译文: dsh-stock-market is a DeepSeek Harness web plugin maintained by AnacondaKC, licensed under BSD-3-Clause open source. It provides a Shanghai-Shenzhen stock market sidebar on the right side of the Web UI, and aggregates 57 free APIs from East Money, Tencent, Sina and Tonghuashun into 9 stock tools, without requiring an API Key. This article verifies the installation commands, code specifications, capability boundaries and precautions based on the directory page and GitHub repository.
Read MoreUsing dsh-skin to Reskin DeepSeek Harness Web Interface and Customize Wallpaper
dsh-skin is a web skin customization plugin for DeepSeek Harness maintained by KinGao294: it offers seven carefully selected color schemes prefixed with `--dsw-alias-*`, plus features like translucent wallpapers, masks and blur effects. This article verifies the functional boundaries, installation commands and localStorage persistence method based on the community directory page, GitHub README and client source code. It is licensed under MIT and only applies to the web profile.
Read MoreConduct a read-only security audit of the local DeepSeek Harness using dsh-security-audit
`dsh-security-audit` is a native security audit plugin for DeepSeek Harness maintained by omdsh-dev. It performs read-only scans of configurations, credential metadata, plugin sources, session structures and network attack surfaces, and outputs desensitized and reproducible risk reports. This article verifies the installation commands, six actions, rule boundaries and precautions against the community directory page and GitHub README.
Read MoreConnect DeepSeek Harness to SSH Remote Workspace with dsh-remote
dsh-remote is the DeepSeek Harness remote work assistant maintained by flymysql (MIT license, current npm version 0.5.7). It does not modify the core of dsh-workspace. Instead, it establishes an outbound SSH connection from the local machine to the server you maintain, selects remote directories, uses rw_* tools to list files, read/write data and execute commands, and mirrors the remote end into a local real workspace via bounded SFTP. The community directory installation command is `dsh plugin add github:flymysql/dsh-remote`; the client only declares the web platform. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and license, and do not hand over the credentials of untrusted hosts to the Agent.
Read MoreInstall a transparent plugin ranking for DeepSeek Harness with dsh-recommend
dsh-recommend is maintained by zp-home. It scores the repositories under the dsh-plugin topic on GitHub using a public four-dimensional formula, recalculates the same JSON every 2 hours, and is shared between the static leaderboard and DeepSeek Harness plugins. This article verifies the installation command, five model tools, settings page ranking, and that inclusion does not equal security endorsement based on the directory page, repository README, scoring.md and data/meta.json.
Read MoreAdd "Model Pro" to DSH Web UI with dsh-provider-model-configurator
The DSH interface enhancement plugin `dsh-provider-model-configurator`, maintained by LiangYin233, adds a "Model Pro" page in the Web UI settings. It allows users to centrally view, create, edit and delete model entries of the llm-pi-ai provider, and can copy context window, maximum output and inference gear parameters from pi-ai presets. This article verifies the installation command, directory snapshot behavior and precautions based on the community directory page and the GitHub v0.3.9 source code.
Read MorePin Agent Runtime to the Top Bar of DeepSeek Harness Session with dsh-hud
### 翻译结果: DSH-HUD is a read-only runtime observation plugin for DeepSeek Harness Web UI, maintained by zexuanw958-svg and licensed under MIT. It integrates model routing, context pressure, Token metrics, latency, background jobs and sub-Agents into the session top bar. Its data comes from existing snapshot/projection, with no polling or prompt occupation. This article checks against the directory page and GitHub repository, explaining the installation commands, interface fields, Web profile restrictions and differences between identically named repositories.
Read MoreUse dsh-file-review to review the files just modified by the Agent in DeepSeek Harness Web
### 翻译版本1(正式技术文档风格): > dsh-file-review is a DeepSeek Harness web interface enhancement plugin maintained by left0ver, licensed under MIT. Files successfully modified by the agent in the current round will appear at the end of the conversation. Click to view line-numbered unified diffs, and undo or reapply the round of text modifications when safe to revert. This article covers the community directory page, GitHub and npm installation commands verified for version 0.3.1, web profile restrictions and precautions. The community directory is not an official DeepSeek store. The plugin runs with the permissions of the current dsh process. Before installation, you should inspect the source code and pin the commit if possible. ### 翻译版本2(更贴合国内开源插件的译法,更自然): dsh-file-review is a web interface enhancement plugin for DeepSeek Harness, maintained by left0ver and released under the MIT License. Files that the agent has successfully modified in the current round will be displayed at the end of the conversation. You can click to view the line-numbered unified diff, and undo or reapply this round of text modifications when it is safe to revert. This article covers the community directory page, verified installation commands for version 0.3.1 on GitHub and npm, as well as web profile limitations and precautions. Note that the community directory is not an official DeepSeek storefront. The plugin runs with the permission level of the current dsh process. Before installing, please check the source code and try to fix the commit hash if possible.
Read MoreUse dsh-deep-research to complement the adaptive deep research closed-loop for DeepSeek Harness
`dsh-deep-research` is a DeepSeek Harness workflow plugin maintained by `omdsh-dev`, which turns deep research into an adaptive closed loop: planning first defines the answer space, research stops based on information gain, synthesis retains uncertainty, and review is optional. This article checks the installation commands, tool parameters and precautions against the community directory page, GitHub README and source code.
Read MoreKeep a mooching blue whale on the DeepSeek Harness webpage: deepseek-pet
deepseek-pet is a fun plugin for DeepSeek Harness maintained by keleus, which places a mooching blue whale on the webpage overlay. It reads current tasks, tool calls, context usage and active sessions, switches states via full emoji maps and CSS animations, and supports dragging, zooming, bubble approval and session switching. The community directory installation command is `dsh plugin add github:keleus/deepseek-pet`; the repository README requires adding `--profile web`. It is licensed under MIT, and you should check the source code before installation. The repository is an independent community project and has no official affiliation with DeepSeek / Fangtian.
Read MoreUse billion-context-dsh to let the model handle the context compression of DeepSeek Harness by itself
### 正式翻译: billion-context-dsh is a DSH session plugin maintained by Tyan66666, which implements Active Context Pruning as a CompactionEngine backend: the model calls `compress` to generate its own summaries, and the automatic strategy only nudges. The original text remains in the session log, and decompression and search are both supported. This article verifies the installation commands, mounting methods and differences from the built-in automatic compression according to the directory page, GitHub and npm v0.2.2.
Read MoreAdd Approval and Completion Notifications to DeepSeek Harness Webpage with dsh-web-ui-notify
`dsh-web-ui-notify` is a DeepSeek Harness Web UI notification plugin maintained by bill9109. When the tab is left, system notifications will pop up for tool approval, DSH questions and round completion, with the session name in the title, and clicking the notification will jump back to the corresponding session. This article verifies the 0.1.3 installation, web profile, setting switches and permission boundaries according to the community directory and repository README.
Read MoreIntegrating Robot Simulation and Fault Evidence into DeepSeek Harness via dsh-robotic-harness
`dsh-robotic-harness` is a DeepSeek Harness community plugin maintained by dingkaihu63 under the MIT license. It integrates URDF/MJCF asset inspection, MuJoCo grasping and placement, six types of fault injection, and hash-evidenced package into the Agent workflow. This article verifies the installation commands and demo execution methods by cross-checking with the catalog page and GitHub README, as well as the current limitations that it is still a demo without a real machine adapter.
Read MoreCreate a natively Rust desktop pet for DeepSeek Harness using dsh-plugin-pet-rs
dsh-plugin-pet-rs is a Rust-native desktop pet maintained by HuanLinOTO: it features a five-state whale design, dual-channel `events.mux`/`events.host` with 2-second polling, a transparent always-on-top window and system tray, and read-only connection to the local DeepSeek Harness. The community guide provides `dsh plugin add github:HuanLinOTO/dsh-plugin-pet-rs`, but the repository has no `package.json`, so you need to build it via Cargo manually. It fully supports Windows, macOS and Linux X11, with degraded functionality on Wayland. The license is subject to AGPL-3.0 in the root directory.
Read MoreAdding Human-Machine Collaborative Planning to DeepSeek Harness with dsh-plans
dsh-plans is a DeepSeek Harness planning preset maintained by Optim-Agent, under the MIT license. It turns rough modifications into traceable Markdown plans under the `./dsh-plans/` directory, which are polished exclusively by reviewers/critics before being explicitly handed over, and then executed as DSH goals. This article verifies the installation, five skills, product layout and security boundaries according to the directory page and GitHub README.
Read MoreConnect Local DeepSeek Harness to Feishu with dsh-lark-bot
*dsh-lark-bot* is maintained by PlutoKeating, which connects the local DeepSeek Harness to Feishu/Lark: featuring streaming cards, project workspaces, parallel tasks, multi-role Agents, in-conversation model and key management, as well as a safety net that allows self-rescue in Feishu even if dsh crashes. It is licensed under AGPL-3.0, with the current version being 0.15.0. The directory command is `dsh plugin add github:PlutoKeating/dsh-lark-bot`. The community directory is an unofficial store, please check the source code and license before installation.
Read MoreAdd One-click Draft Polish to DeepSeek Harness Input Box with dsh-composer-polish
`dsh-composer-polish` is a DeepSeek Harness Web UI plugin maintained by tianji-qingtian. It adds a ✨ Polish button to the input box toolbar, uses deepseek-v4-flash to rewrite drafts without any prefix, and fills the rewritten content back into the input box without sending messages or moving images. The installation command on the directory page is `dsh plugin add github:tianji-qingtian/dsh-composer-polish`. It is recommended to pin the v0.1.3 version of the repository, add it to the web profile and restart the service. The plugin runs with the permissions of the current dsh process, so you should check the source code and the MIT license before installation.
Read MoreUse dsh-auto-continue to automatically resume interrupted requests in DeepSeek Harness
dsh-auto-continue is a DeepSeek Harness Web UI plugin maintained by HsiangNianian: it automatically sends a "continue" request when the request is interrupted by non-human factors such as network errors, timeouts, and 5xx status codes. This article covers the directory page, verification of installation commands on GitHub and npm, error classification, backoff, idempotent guardrails, and settings.yaml configuration. It is licensed under MIT, with the npm package name dsh-client-auto-continue and the current version 0.6.0.
Read MoreIntegrate ego-lite Browser into DeepSeek Harness using ego-browser
Ego-browser is a DeepSeek Harness community plugin maintained by Fisfzy, which integrates the Chromium framework for AI Agents, CitroLabs/ego-lite, into Harness. The current version of this repository is 0.8.0, and its source code registers 32 ego_* tools including semantic snapshots, click-to-fill forms, screenshots, CDP, task space isolation and more, with built-in ego runtime and real-time observation window. The community directory installation command is `dsh plugin add github:Fisfzy/ego-browser`. This plugin has no affiliation with DeepSeek/HuanFang; the plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreAdd two-way emojis to DeepSeek Harness web chat with dsh-stickers
DSH-stickers is a DSH interface enhancement plugin maintained by william-jin-cmu, licensed under BSD-3-Clause open source. The same catalog serves the WebUI emoji picker, the `/sticker` command and the Agent's `send_sticker` tool. There are 24 images in two sets: Blue Whale Girl and Black Whale Girl, among which 14 are public and 10 are only available for agents to send. This article verifies the installation commands, usage and the reason why TUI is not supported for the time being according to the catalog page and GitHub.
Read MoreUse dsh-plugin-session-delete to permanently delete sessions in DeepSeek Harness
`dsh-plugin-session-delete` is a DeepSeek Harness session and message plugin maintained by lsz-asd. It adds a header trash button and a sidebar "Delete Session" menu to the web interface, and deletes session logs, projection caches and workspace bookkeeping after confirming the risk. The running session will be stopped first before deletion, and the `workbench_session_delete` tool is provided. The installation command is `dsh plugin add github:lsz-asd/dsh-plugin-session-delete`, and the current version is 0.3.1. The plugin runs with the permissions of the current dsh process, and the source code and license should be checked before installation.
Read MorePlay Gomoku with the model in DeepSeek Harness webpage using dsh-gomoku
DSH-Gomoku is a web Gomoku plugin for DeepSeek Harness maintained by omdsh-dev (MIT licensed, npm package name: @yejiming/dsh-gomoku). It adds a "Gomoku" tab to the conversation view, supports playing as Black, playing as White, and AI vs AI matches. Both the Black and White sides can separately set the model, thinking tier and system prompt. Moves are reasoned by large language models, and the server only arbitrates invalid replies. The installation command on the catalog page is `dsh plugin add github:omdsh-dev/dsh-gomoku`, which requires dsh ≥ 0.1.0-rc.6.
Read MoreCheck Balance and Current Session Cost in DeepSeek Harness Webpage with dsh-balance-meter
### 译文: dsh-balance-meter is a DSH web browser extension maintained by Ghost011118. It displays the DeepSeek account balance and the estimated cost of the current session below the input box. This article verifies the official balance API, automatic pricing based on Flash/Pro plans, peak-valley unit price crawling, installation commands and credential configuration according to the community directory and GitHub. It is suitable for monitoring quota when running Agents on web pages.
Read MoreModify front-end code with page annotations using dsh-web-review in DeepSeek Harness
DSH-web-review is a DSH interface enhancement plugin maintained by CanglongCl. Users can select elements in web previews, submit feedback, temporarily test styles, and then pass selectors and source code clues to Agents for modifying the front-end of the workspace. This article verifies the installation commands, web platform restrictions, preview isolation and license status based on the directory page, GitHub README/CONTRIBUTING and npm 0.3.0 package page.
Read MoreAdd Git-style milestone navigation bar to DeepSeek Harness sessions with dsh-milestone
`dsh-milestone` is a DeepSeek Harness Web plugin maintained by SnowCrescenter-tech. It draws a Git-style dot timeline on the right side of the conversation: each dot represents one query, and you can hover to view details such as the round, time consumption, TTFT, model and tokens, and click to jump. It supports search, bookmarks, keyboard navigation and `#msg=` deep links. The directory installation command is `dsh plugin add github:SnowCrescenter-tech/dsh-milestone`. The current version is 0.6.0, under MIT license. The plugin runs with the permissions of the current dsh process, and the search scope is limited to the loaded message windows.
Read MoreAdd a file explorer to DeepSeek Harness web session with dsh-file-explorer
### (官方正式译法,适配海外开发者社区语境) DSH File Explorer is a DeepSeek Harness web plugin maintained by joejojoking-cloud. It provides a resizable file tree on the right side of chat sessions, with support for Markdown rendering, syntax highlighting, in-panel editing that writes changes back to disk, and one-click opening of the workspace with VS Code. It is categorized under "Tools and Capabilities", with the current version being 0.1.3. Installation instructions shall prevail as per the directory page command. It is recommended to add `--profile web` to the command for web usage and restart the program. Files larger than 1 MB cannot be previewed. The plugin runs with the permissions of the current DSH process, so please check the source code and license before installation.
Read MoreCheck API balance and available models in DeepSeek Harness with dsh-balance
`dsh-balance` is a DeepSeek Harness Web plugin maintained by crazywoola. It connects the official balance and available models to the settings page and displays a summary below the chat box. The API key is only used by the local host. Starting from August 17, 2026, pricing will be based on peak and off-peak hours in Beijing Time, with the indicator light turning orange during peak hours. The installation command on the catalog page is `dsh plugin add github:crazywoola/dsh-balance`.
Read MoreConnecting DeepSeek Harness to a traceable academic research workbench with dsh-scholar
DSH-Scholar is a DeepSeek Harness community plugin maintained by lzszq, licensed under MIT. It is categorized under the memory category on the catalog page, which emphasizes retrieving, reading and summarizing literature within the agent loop; while the repository describes it as a research workspace for pure computational research, integrating materials, conversations, experiments, evidence ledgers and TeX manuscripts into the same recoverable project. It is gate-only by default, and agents cannot approve关卡 (levels/checkpoints) on their behalf. This article checks the installation commands, standalone workbench, Runner and typical slash commands against the catalog page and GitHub repository.
Read MoreUse dsh-model-router to implement model routing and cost dashboard for DeepSeek Harness
`dsh-model-router` is a DeepSeek Harness web plugin maintained by *tianji-qingtian*. It directly answers simple questions after verification by the Flash Judge, automatically downgrades when instantaneous failures occur, and displays token counts, cache hit status and estimated costs below the input box. This article verifies the installation commands, `/router` usage and known limitations by cross-checking with the directory page and GitHub README/source code.
Read MoreChat with DeepSeek Harness Agent in Feishu via dsh-lark
`dsh-lark` is a Feishu/Lark channel plugin for DeepSeek Harness maintained by omdsh-dev (npm package name: `dsh-lark-channel`, licensed under BSD-3-Clause). After scanning the code to create an application, users can assign tasks and view execution progress in private chats or groups, and use cards to handle inquiries, plan confirmations and tool approvals without requiring public network callbacks. This article checks the installation commands, slash commands, multi-agent collaboration and environment requirements against the directory page and GitHub repository.
Read MoreSet up a Polaroid photo wall for the internal test finale of DeepSeek Harness with dsh-group-photo
`dsh-group-photo` is a fun plugin for DeepSeek Harness maintained by SenmuuuuW: a polaroid group photo wall prepared for the final closing of the DSH internal test. Members log in via zero-permission GitHub OAuth, and only internal test identities on the frozen whitelist can appear in the photo and leave messages. The main body is a dependency-free Node site, and the repository also includes a DSH Skill package. The directory installation command is `dsh plugin add github:SenmuuuuW/dsh-group-photo`, and it can be started locally on port 8808 with `npm start`. The license is MIT.
Read MoreInstall Ten Zero-Dependency Deterministic Tools for DeepSeek Harness with dsh-toolkit at Once
### 译文1(正式学术/技术文档风格) The dsh-toolkit is a collection of DeepSeek Harness tools maintained by omdsh-dev. It packages ten zero-dependency deterministic utilities—including time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema—into an independently installable bundle. This article verifies its positioning, installation commands, two mounting models, typical usage scenarios, and permission precautions based on the community directory page and GitHub README. ### 译文2(更贴合国内开源项目文档的自然译法) Developed and maintained by omdsh-dev, dsh-toolkit is a curated set of DeepSeek Harness tools. It bundles 10 zero-dependency, deterministic utilities—time, encoding, json, calculator, csv, regex, markdown, diff, stat and schema—into a standalone installable package. This article confirms its positioning, installation commands, two deployment models, common use cases and permission-related notes by cross-referencing the community directory page and GitHub README.
Read MoreUse dsh-plugin to drive the local Tabbit browser with DeepSeek Harness
The dsh-plugin maintained by Tabbit-Browser integrates the CLI and Runtime of the Tabbit Browser into DeepSeek Harness. After installation, the Tabbit Browser Skill will be automatically loaded, and `tabbit_browser_install` will be used to detect the 1.9.0 official version and download and install the installation package according to the region when necessary. This article verifies the installation commands, task space usage, Windows permission boundaries, and restrictions such as unavailability of remote sandboxes based on the directory page, GitHub README and source code.
Read MoreAdd a focused reading view to DeepSeek Harness web sessions with dsh-focus-chat
### 翻译版本1(正式技术文档译法): dsh-focus-chat is a DeepSeek Harness Web GUI plugin maintained by dingyi222666. It adds a "Focused Chat" tab to conversations, folds assistant responses into collapsible summary rows, and lets users focus only on final deliverables such as thinking time consumption, commands and file changes. This article covers the table of contents, installation commands verified on GitHub and npm, capability boundaries and precautions. ### 翻译版本2(更贴合开源项目文档风格): dsh-focus-chat is a DeepSeek Harness Web GUI plugin maintained by dingyi222666. This plugin introduces a "Focused Session" tab to the chat interface, collapses assistant replies into expandable summary lines, and filters out irrelevant content to only highlight final deliverables including thinking duration, executed commands and file modification records. The article covers the table of contents, verified installation commands from GitHub and npm, as well as the plugin's capability boundaries and usage notes.
Read MoreDistill DSH Dialogue Experience into Reusable Skills with distill
distill is a memory plugin for DeepSeek Harness maintained by LoserFox: it only hooks into agent/turn-stopping and does not add tools to the main conversation. After each round ends, the background subagent will review every 3 new user messages by default, and write reusable processes into SKILL.md marked with `distilled-by: dsh-distill`. The directory installation command is `dsh plugin add github:LoserFox/distill`. It has been reported that the current version 0.1.0 has an issue where custom session events cause failure to load chat history on dsh 0.1.0-rc.6. Please check the source code, license and Issues before installation.
Read MoreConduct Read-only Health Check for DSH Plugin Repository with dsh-plugin-check
The community plugin `dsh-plugin-check` is maintained by omdsh-dev, which provides read-only health checks for the DeepSeek Harness plugin repository: it scans manifest protocols, patch formats, build pitfalls and hub inclusion status, registers the `plugin_check` tool and outputs JSON reports. This article verifies the installation command, three types of actions, detection items classified by form, and precautions for web/headless profiles according to the directory page and GitHub README/source code.
Read MoreAdd inline switchable emojis to DeepSeek Harness's replies using dsh-emoji
### 译文(专业技术文档译法): dsh-emoji is a fun plugin for DeepSeek Harness maintained by hellodigua. It uses semantic markers like `::happy::` to convert AI responses into inline emoji images on the Host side. It has 40 built-in blue whale emojis, supports adjusting size and usage frequency, and also allows uploading custom ZIP packages following the `dsh-emoji-core@1` contract. This article verifies the installation commands, working mechanism and limitations by cross-checking with the directory page and GitHub repository.
Read MoreUsing dsh-user-experience to walk through front-end experience according to user personas during the development phase
### 翻译结果: dsh-user-experience is a DeepSeek Harness UX walkthrough plugin maintained by DietCokewithSugar: it scans React/Vue source code according to target user personas to locate experience issues, and provides task Prompts that can be copied to coding Agents after confirmation. This article verifies the installation commands, 27 rules, walkthrough trigger conditions when changes are made, and permission precautions based on the directory page and GitHub README.
Read MoreExport DeepSeek Harness conversations to images or Markdown with dsh-share
dsh-share is a DeepSeek Harness session and message plugin maintained by hellodigua. It allows users to select single-round or multi-round Q&A content on the web interface and export it as PNG or Markdown. The current version is 0.3.0, and it is licensed under MIT. It can be installed with the command `dsh plugin add github:hellodigua/dsh-share` on the directory page, and for Web Profile, it is recommended to use `dsh plugin --profile web add dsh-share`. Before exporting, users can adjust the width and font size, and hide the thinking and tool processes. Please note to distinguish it from the same-named local area network sharing plugin zljr/dsh-share; the community directory is not an official app store.
Read MoreAdding a Zero-Server Plugin Workshop to DeepSeek Harness Web Interface with dsh-plugin-workshop
*dsh-plugin-workshop* is an interface enhancement plugin maintained by yyyyukari, which embeds a Steam Workshop-style plugin browsing experience into the sidebar of the DeepSeek Harness Web UI. It does not deploy a marketplace backend or account system, with its directory, search, and 7/30/90-day trend windows directly using GitHub. By default, it only shows repositories tagged with the `dsh-plugin` topic, and supports one-click installation, updates, and uninstallation based on the repository structure. This article verifies the functions, installation commands, and precautions by cross-checking the community directory page with the GitHub repository.
Read MoreConnect MinerU Document Parsing to DeepSeek Harness with dsh-plugin-mineru
# dsh-plugin-mineru, maintained by HuanLinOTO, integrates MinerU FastAPI with DeepSeek Harness: it can convert PDF, images, DOCX, PPTX and XLSX files to Markdown/JSON. This article covers the catalog page, verification of installation commands via GitHub and npm, five tools, baseURL configuration, and important notes such as the requirement to build MinerU locally and not use the default port 18000.
Read MoreAdding an Offline Mini-Games Panel to the DeepSeek Harness Web Interface with dsh-minigames
### 标准翻译版本(适配技术文档语境): dsh-minigames is a DeepSeek Harness web interface enhancement plugin maintained by lhh010. It features a collapsible right-side mini-games panel with 18 offline Canvas games built-in, including Dino Jump, Tetris, Minesweeper, 2048, Sudoku, Pac-Man and others, and does not register tools for the model. This article verifies the installation commands, panel interactions, `registerGame` extension interface, as well as permissions, Web-only and persistence scope in accordance with the directory page and GitHub README.
Read MoreAdd Branched Editing and Timeline to DeepSeek Harness Sessions with dsh-message-edit
`dsh-message-edit` is a DeepSeek Harness session and message plugin maintained by Moeblack. It uses event sourcing to enable branch-style message editing: it allows modifying finalized user texts, thought blocks and replies, and supports regeneration, arbitrary round retries and version timelines. Each operation creates a new session branch before the target round, while the original session is retained and can be switched back to; it does not rewrite history or roll back workspace files. The current npm version is 0.2.3, which requires a web profile. The directory page installation command is `dsh plugin add github:Moeblack/dsh-message-edit`.
Read MoreTurn DeepSeek Harness into a full-screen visual novel stage with DSH-Gal
DSH-gal is a fun plugin for DeepSeek Harness maintained by LoserFox, which turns vibe coding into a full-screen visual novel: the frontend uses deepseek-v4-flash to improvise in the persona of "Xiao Jing", while the backend runs professional code writing and bug fixing, and only adjusts gal_gm when the plot needs to advance. Based on the plugin directory page and GitHub source code, this article explains the dual-agent division of labor, gal_stage event contract, web profile installation command, as well as asset enumeration, model dependencies and permission boundaries.
Read MoreUse DSH-Transparent-UI-Plugin to add frosted glass effect to the DeepSeek Harness web frontend
DSH-Transparent-UI-Plugin is a community-maintained glassmorphism theme (package name: Aqua) for the web version of DeepSeek Harness. The top bar, sidebar, input boxes, statistics row and track view can be turned into frosted glass effects, supporting dual modes of mica and compatibility. The background can be set to fluid, images or videos, and the blur and matte levels can be adjusted in the settings; turning off the switch will restore the native interface. This article verifies the installation commands, v1.3.0 capabilities and precautions according to the directory page and GitHub.
Read MoreAdd macOS Computer Control to DeepSeek Harness with dsh-computer-use
DSH-Computer-Use is a DeepSeek Harness tool plugin maintained by Anionex, which provides native macOS computer control for intelligent agents. It conducts real-time observations based on the accessibility tree, rejects expired states, divides read and write permissions by application, and tries its best not to move the system cursor or inject pointer events into the global desktop. This article checks the installation commands, Skill loading methods and capability boundaries against the community directory page and GitHub README. Currently, it only supports macOS 14 and above, with the early version 0.1.0.
Read MoreDSKIN: Add a Pixel Cat Skin to the DeepSeek Harness Web Interface
DSKIN is a cute pixel-art web skin for DeepSeek Harness maintained by dancingmemory, licensed under MIT. It does not alter the original interface layout, only adding 1 to 4 pixel cats (orange tabby, white cat, black cat, calico cat) at the bottom of the page. The cats can walk around, interact, be dragged and hung upside down, and purr with heart emojis when petted. The paw panel in the bottom-right corner allows adjusting the number and breed of the cats. The installation command is `dsh plugin add github:dancingmemory/dskin`. It is recommended to add `--profile web` when using the web interface and restart `dsh web`. The plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreApply the Xiaoyao Skin to the DeepSeek Harness web interface using dsh-xiaoyao-skins
dsh-xiaoyao-skins is a collection of DeepSeek Harness Web skins maintained by 147228: six installable and uninstallable presentation layer plugins, plus the xiaoyao-skin installer and community scaffolding. It only modifies the webpage appearance without replacing sessions, models, tools or sandboxes. The directory installation command is `dsh plugin add github:147228/dsh-xiaoyao-skins`; use `xiaoyao-skin use` to switch skins daily. The code is licensed under MIT, derivative builds are supported under BSD-3-Clause, Xiaoyao's artwork is licensed under CC BY-NC 4.0, and the community directory is not an official DeepSeek store.
Read MoreSearch for community plugins in DeepSeek Harness sessions using the dsh-find-plugin
The `dsh-find-plugin`, maintained by awesome-dsh-plugin, registers the `find_dsh_plugin` tool for DeepSeek Harness: it enables real-time retrieval of GitHub repositories tagged with the `dsh-plugin` topic via keyword search, sorts results by star count, and returns descriptions, links, and executable installation commands. The article cross-verifies information from directory pages, GitHub READMEs/source code, and npm version 0.3.6, covering details including installation (including web profile and pinned commit), usage examples, a curated list where only descriptions are modified without changing rankings, and precautions such as plugins running with the current dsh process permissions and the need to audit source code and licenses before installation. The community directory is not an official DeepSeek store.
Read MoreQuick Jump to User Messages in DeepSeek Harness Chat Area with dsh-navbar
### 版本1(正式技术文档风格,适配开源插件场景) DSH-Navbar is an interface enhancement plugin for DeepSeek Harness maintained by vlln. It displays indexed rendered user messages as a node chain on the right edge of the web conversation area: supporting hover preview, click-to-jump, scroll wheel switching, and allowing key replies to be pinned as golden nodes. This article explains its positioning, installation commands, usage and permission boundaries based on community directories and GitHub source code descriptions. ### 版本2(更贴合直译自然表达) dsh-navbar is an interface enhancement plugin for DeepSeek Harness maintained by vlln. It places a node chain on the right edge of the web conversation area to index already rendered user messages: users can preview messages by hovering, jump to them by clicking, switch between them with the mouse wheel, and pin key replies as golden nodes. This article introduces its positioning, installation commands, usage and permission boundaries based on community directories and GitHub source code explanations.
Read MoreIntegrate Vision, Memory and Full-screen TUI into DeepSeek Harness with dsh-tianshu-build
*dsh-tianshu-build* is an independent release of Tianshu Harness maintained by huiliyi37, categorized as an interface enhancement in the community directory. It was forked from the DeepSeek Harness baseline in August 2026, released under Apache-2.0 license, and does not track the upstream repository. This article checks against the directory page and GitHub repository to explain the differences between it and the official dsh plugin *dsh-tianshu-tui*, as well as the installation and usage of Visual Bridge, cross-session memory, verification gate, semantic and graph retrieval, file rollback and full-screen TUI.
Read MoreInstall Local Hierarchical Memory for DeepSeek Harness with dsh-mnemon
DSH-Mnemon is a memory plugin for DeepSeek Harness maintained by omdsh-dev (MIT License, current version 0.2.2). It divides runtime memory, retrievable project archives and Mnemon memory into three layers. It uses local SQLite by default, and also supports connecting to nine types of providers such as Mem0. This article checks the installation command against the directory page and GitHub, as well as the first verification steps, cross-agent sharing boundaries and security considerations.
Read MoreWrite Sandbox Custom Tools in the DeepSeek Harness Settings Page with dsh-custom-tool
`dsh-custom-tool` is a DeepSeek Harness community plugin maintained by `omdsh-dev`. It allows users to write sandboxed JavaScript tools via Monaco in the settings page, and models can add, delete, and modify the same set of tools through interfaces such as `custom_tool_create`. The current version is 0.1.2, under the MIT license. This article verifies the installation command, scope, sandbox boundary, and the preconditions of the `custom-tools` namespace according to the directory page and GitHub README.
Read MoreAdd Session Cost Ledger to DeepSeek Harness Web Interface with dsh-cost-meter
`dsh-cost-meter` is a DeepSeek Harness community plugin maintained by Han-1413141. It counts the session cost, daily total, budget progress and official balance in the Web UI, and synchronizes prices with the official pricing page based on peak-valley pricing. This article verifies the installation command, ledger caliber and permission boundary according to the plugin directory page, GitHub README and `package.json` 1.3.1: the badges are estimates, the exact amount shall prevail based on the local ledger, and the budget only serves as a reminder without blocking.
Read MoreConnect AnySearch to the web_search of DeepSeek Harness using anysearch-dsh
anysearch-dsh is maintained by the anysearch-team, which connects AnySearch to the native web_search of DeepSeek Harness, and provides capabilities including discovery, vertical search and up to five-way batch search. This article verifies the installation commands, credential writing methods and capability boundaries based on the directory page, GitHub README and 0.1.1 usage guide: the anonymous quota can be used first, and the Extract function has not been provided yet.
Read MoreUse dsh-data-agent to connect DeepSeek Harness to databases for SQL writing and iteration
### 译文版本1(正式学术/技术文档风格): DSH-Data-Agent is a DeepSeek Harness community plugin maintained by omdsh-dev, which provides session-level database connections and "data schema" presets. After connecting to databases such as MySQL, PostgreSQL, and SQLite, the model will retrieve table structures, write and execute SQL statements, and then continue to adjust based on error reports or execution results. This article verifies the installation commands, usage of Web UI/dsh-tui, and security boundaries such as read-only mode in accordance with the plugin directory page, GitHub README, and npm package version 0.0.9. ### 译文版本2(适配国内技术社区译法,更自然流畅): DSH-Data-Agent is a DeepSeek Harness community plugin maintained by omdsh-dev. It offers session-level database connection capabilities and pre-configured "data schema" templates. Once connected to MySQL, PostgreSQL, SQLite and other databases, the model will automatically inspect table structures, generate and run SQL queries, then refine its approach based on error messages or execution results. This article cross-checks the installation commands, Web UI and dsh-tui usage methods, as well as security boundaries like read-only mode against the plugin's directory page, GitHub README and npm package version 0.0.9.
Read MoreAdd Usage Heatmap and Account Balance to DeepSeek Harness Web Interface with dsh-usage-stats
The `dsh-usage-stats` maintained by Ychris12138 has added Token usage heatmap, model-by-model details and multi-vendor account balance functions for dsh web. This article verifies the installation commands, credential configuration, local loopback interface and security boundary in accordance with the directory page and GitHub README. The current version is 0.2.0, licensed under MIT, and a web profile is required.
Read MoreIntegrate OpenBiliClaw into DeepSeek Harness with dsh-openbiliclaw
### 正式翻译(适配技术文档语境): The `dsh-openbiliclaw` is a DeepSeek Harness client plugin maintained by `whiteguo233`, which integrates the consumer-side functionality of OpenBiliClaw into the DSH Web GUI: it adds a left sidebar button and a right drawer overlay covering recommendations, content library, conversations, user profiles and settings, and registers 22 Agent Bridge tools along with the `openbiliclaw-adapter` skill. This article verifies the installation commands, workdir configuration, version constraints (DSH 0.1.0-rc.6+) and capability boundaries in accordance with the community directory page and GitHub README. The plugin only handles the consumer-side functions, while crawling and platform source-related work still belong to the upstream main project.
Read MoreRunning DeepSeek Harness in Terminal: deepseek-harness-tui
### 正式译版(符合开源项目文档的专业译法): deepseek-harness-tui is a native terminal UI for DeepSeek Harness maintained by openma-ai, which uses Rust/ratatui to showcase streaming inference, tool calling, Skills and persistent sessions. The current version is 0.2.1, licensed under MIT. The catalog command is `dsh plugin add github:openma-ai/deepseek-harness-tui`. It is recommended to install the npm package via the tui profile before launching from the repository. You can first run `dsh-tui --demo` for a preview. The plugin runs with the permissions of the current dsh process, so please inspect the source code and license before installation.
Read MoreUse dsh-toolbox to equip DeepSeek Harness with a local toolbox
The dsh-toolbox maintained by HiWhaleW packages product research, context switching, plugin pre-check and compatibility monitoring into four native Bundles, and uses an out-of-process Switchboard for Profile health checks and rollbacks. Data is stored in local SQLite; the online demo only simulates in browser memory. The license is PolyForm Noncommercial 1.0.0, commercial use is not allowed.
Read MoreConnect DeepSeek Harness to QQ private chats and group chats with dsh-qqbot
The `dsh-qqbot` (@tencent-connect/dsh-qqbot, 0.4.0, MIT) maintained by Tencent Connect uses QQ as the IM frontend for DeepSeek Harness. It features isolated private chat and group chat sessions, QR code binding, and a default setting that group chats only respond when mentioned. This article verifies the installation commands, configuration items and usage of `/bot-reset` etc. against the directory page and GitHub README.
Read MoreAdd a dsh-kun-like pet that follows the Agent to work for DeepSeek Harness
`dsh-kun-like-pet` is a fun plugin for DeepSeek Harness maintained by liyupi: the little Kun pet in the bottom right corner of the web interface will switch between 9 actions according to the Agent's working, thinking, waiting, error and idle states. When the task ends cleanly, the host process will play the audio clip *"你干嘛~哎哟"*. The code is licensed under MIT, and the materials are for personal study only. The directory installation command is `dsh plugin add github:liyupi/dsh-kun-like-pet`; the actual repository path requires modifying CONFIG and injecting via `cordis_define`. Before installation, you should check the source code and license, and adjust the material path and playback command according to your local machine.
Read MoreConnect Multiple DeepSeek Harness Instances via dsh-interconnect
### (注:原文开头的“dsh-interconnect”作为专有名词保留原拼写,专有译名统一符合技术文档惯例) dsh-interconnect is a DeepSeek Harness community plugin (MIT license, npm version 0.2.0) maintained by Chinesezjc. It uses a host-level HTTP/WebSocket service along with two tools, `interconnect_send` and `interconnect_ping`, to deliver messages, perform health checks, and push events bidirectionally across multiple instances and machines. This article verifies the installation command via the directory page, GitHub source code and npm, and covers the shared key `DSH_INTERCONNECT_TOKEN`, delivery semantics and precautions.
Read More### 正式专业译法(适配技术社区语境): **superpowers-dsh: Empowering DeepSeek Harness with TDD, Debugging and Planning Capabilities**
`superpowers-dsh` is a community skill plugin maintained by LayneChai, which portrays the TDD, systematic debugging, planning and collaboration skills of obra/superpowers to DeepSeek Harness. After installation, 14 skills will be registered for the host layer of `ctx.skills`, which can be loaded by the `skill` tool with their bare names. The installation command on the catalog page is `dsh plugin add github:LayneChai/superpowers-dsh`; you need to restart your profile after installation. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreAchieving Native-Level Image Understanding in DeepSeek Harness with dsh-vision
DSH-Vision is a DeepSeek Harness plugin maintained by Oil-Oil, open-sourced under the MIT License, currently at version 0.1.0, and compatible with DSH 0.1.0-rc.6. When the main model can process images, it directly sends the original image. For pure-text DeepSeek interactions, it submits the original image to ZenMux, Bailian, TokenDance or OpenRouter for analysis, then returns the results to the original model as untrusted context for answering. It also supports see-skill and local OCR. This article verifies the installation, configuration and security boundaries based on the table of contents and the GitHub README.
Read MoreAdd a pixel whale to the DeepSeek Harness session title bar with dsh-ui-whale
### 修正后的准确翻译(符合技术文档规范): dsh-ui-whale is a DeepSeek Harness Web UI interface enhancement plugin maintained by lhh010. It adds a 22-frame hand-drawn pixel whale that stays permanently in the session title bar, with animations including blinking, tail wagging, spouting water and sleeping synced with session snapshots. Clicking the whale will trigger a heart effect. The plugin does not modify core functions nor intercept model requests. This article verifies the installation commands, version compatibility and precautions against the community directory page and GitHub README/INSTALL.md.
Read MoreImport Historical Sessions Such as Claude Code and Codex into DeepSeek Harness Using dsh-chat-import
dsh-chat-import is a DeepSeek Harness session and message plugin (MIT License, current version 0.5.1) maintained by Nwflower. It can read-only import historical conversations from 14 sources including Claude Code, Codex, ChatGPT, Cursor, Gemini, Reasonix and Kimi into resumable dsh sessions, and supports export, bundle backup and slash command handover. This article verifies the installation commands, usage and permission precautions based on the community directory page and GitHub repository.
Read MoreCustomize the Thinking Status Copy of DeepSeek Harness with ui-status-label
**ui-status-label** is an interface enhancement plugin for DeepSeek Harness, maintained by alingalingling. It replaces the hardcoded "Deep diving..." text in the Web chat view with customizable runtime status copy that can be modified in General settings. It supports two implementation paths: DOM injection and `conversationStatus`, only modifying the interface without touching model requests. It is licensed under MIT, and a restart of dsh web is required after installation.
Read MoreUse dsh-skill-viewer to perform thermal management of DeepSeek Harness skills in the web interface
### 翻译结果: dsh-skill-viewer is a DeepSeek Harness interface enhancement plugin maintained by Fishquito7. It provides skill cards, hot start/stop, drag-and-drop addition, workspace filtering and batch migration on the Web settings page, and is附带 with the dsh-skill command. The current version is 0.7.0, under MIT license. This article checks the installation commands, working principles and precautions against the community directory page and GitHub README.
Read MoreUse deepseek-harness-skin to restyle DeepSeek Harness
deepseek-harness-skin is a DeepSeek Harness skin customization system maintained by HeiGeAi: it comes with 21 built-in skins, plus the ability to generate a full color scheme with a single image. It derives guaranteed contrast based on four color categories, verifies readability during construction, restricts its scope to the `body` attribute, and allows users to switch back to the native interface at any time. The community directory provides the `dsh plugin add` command, but the repository README specifies that it must be installed into the 0.1.0-rc.5 source code checkout and rebuilt, and the npx method is not available. The code is licensed under MIT, and visual materials have separate usage right boundaries.
Read MoreRun DeepSeek Harness on Multica with dsh-multica-runtime
### 翻译结果: dsh-multica-runtime is a development and runtime plugin maintained by multica-ai. It connects dsh to the Multica daemon via the JSONL protocol over stdio without modifying the source code of DeepSeek Harness. This article verifies its installation commands, detection process, headless conventions and license precautions based on the directory page, GitHub repository and Multica documentation.
Read MoreReplace DeepSeek Harness Session Page with Galgame Stage Using gal-view
gal-view is a DSH interface enhancement plugin maintained by Ayase34 under the MIT license. It adds a "GAL View" tab between "Conversation" and "Trace" in the Web GUI session tab bar, rendering the current session into a 16:9 ratio Galgame stage: featuring placeholder character sprites, typewriter-style dialogue lines, and player input, with a built-in visual scene editor. This article checks the installation commands, web profile restart steps, default presets and browser local save boundaries against the community directory page and GitHub README.
Read MoreInject Local Plugins into DeepSeek Harness Runtime with dsh-super-injector
DSH-Super-Injector is a DSH runtime mod injector maintained by yjh051108. After installing the bootloader, it can thermally inject local plugin packages into a running web instance, supporting hot reload, side挂转正 (converting sidecar/attached mods to native), uninstallation, and route self-healing. This article verifies the installation commands and capability boundaries based on the directory page, GitHub README/SPEC, and version v0.3.3.
Read MoreUse dsh-automation to let DeepSeek Harness run independent coding tasks on a schedule
DSH-automation is a DeepSeek Harness community plugin maintained by Titanwings, licensed under MIT, with the current version 0.1.5. It saves self-contained coding tasks, execution plans and permission boundaries, and executes them in a brand-new root Agent and Session every time the expiration date is reached, leaving auditable records. Users can create, pause, run immediately and view rules on the "Automation" page of DSH Web or through Agent tools; the permissions only allow read-only or workspace-write. This article checks the installation commands, usage and security boundaries against the directory page and GitHub README.
Read MoreUsing dsh-context to See What's Inside the DeepSeek Harness Context Window
`dsh-context` is a DSH session and messaging plugin maintained by bowenliang123. It provides a Context tab in the Web UI and the `/context` command, which displays six types of context components, requests by history, cropped and pruned events, and currently visible messages for the model. The directory installation command is `dsh plugin add github:bowenliang123/dsh-context`, and the README also provides the command `dsh plugin --profile web add dsh-context`. Licensed under Apache-2.0, it is oriented towards the web profile. The plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreAdd Secure Automatic Authorization for DeepSeek Harness with dsh-auto-mode
### 正式翻译版本(符合技术文档译法): dsh-auto-mode is a DeepSeek Harness workflow plugin maintained by NanmiCoder, which inserts an Auto permission tier between Workspace Write and Full access. Daily operations run through the official workspace-write sandbox, with semantic risks classified by the current Session model, and critical path damages will be rejected before execution. This article covers the directory page, GitHub and npm verification of installation commands, decision rules, and security boundaries.
Read Moredsh-toy: Connecting Small Toys to the Bounded Control Plugin of DeepSeek Harness
dsh-toy is a DSH community plugin maintained by c3ll256, implementing bounded toy control in TypeScript. The agent first asks for brand and model, then automatically selects the backend: for unknown hardware on macOS, it uses read-only CoreBluetooth discovery; local devices are handled via Buttplug/Intiface; and some share links go through MonsterParty. The default timeout is 30 seconds, and tokens are not exposed as visible parameters in the model. The installation command for the directory is `dsh plugin add github:c3ll256/dsh-toy`, under the BSD-3-Clause license. The plugin runs with the current DSH permissions, and users should check the source code before installation.
Read MoreTurn DeepSeek Harness "Everything is Plugin" into a Runnable Chinese Course Using dsh-harness-tutorial
dsh-harness-tutorial is an MIT open-source Chinese tutorial maintained by yanhua1010, which breaks down DeepSeek Harness's "everything is a plugin" concept into a VitePress site, 8 runnable demos locked at version 0.1.0-rc.6, and a teaching-oriented mini-harness (React + Node.js TypeScript). Although categorized under "Tools and Capabilities" in community directories, the repository itself serves as educational material rather than a runtime capability plugin. This article verifies the directory page and GitHub repository to explain what it is, how to read the four lessons, how to run the demos locally, and how to complete the final project.
Read MorePack the complete DSH web interface into Windows with deepseek-harness-desktop
Maintained by ningbainb, deepseek-harness-desktop uses Electron to host the official @deepseek-ai/dsh, packaging the complete web interface as-is into a Windows EXE without rewriting the page. This article verifies how the standalone desktop profile, 11 skins, dock, Skills, QQ Bot and SSH work, as well as the installation command on the community directory page and EXE verification steps, based on the community directory page, GitHub README, docs/desktop.md and the 2.0.0 Release. This is a community project, not an official release by DeepSeek.
Read MoreAdd DeepSeek V4 protocol adaptation for OpenAI client using deepseek-harness
HenryZ838978-maintained deepseek-harness provides protocol-aware adaptation for DeepSeek V4-Pro / V4-Flash, recording 16 protocol features, 10 contracts and 12 probes. This article verifies the access methods including pip, dsh CLI, MCP and SKILL.md, as well as precautions such as reasoning_content 400, prefix caching and the same-name conflict with the official dsh, based on the community directory and GitHub README.
Read MoreOne-click open VS Code workspace from DeepSeek Harness webpage with dsh-open-in-vscode
`dsh-open-in-vscode` is an MIT-licensed interface enhancement plugin maintained by omdsh-dev, which adds an "Open in VSCode" option to the DSH web sidebar workspace menu. This article verifies the 0.1.6 installation command, the versioned tarball of the web profile, the method of opening directories via Typert Remote, as well as its capability boundaries: it does not expose tools to models and does not read or write files.
Read MoreIntegrate Deterministic Engineering Workflow into DeepSeek Harness with mstar-harness
### 正式翻译(符合技术文档规范): mstar-harness (Morning Star) is maintained by btspoony, and uses the TypeScript engine to enforce access control for functions such as status/lease/dispatch. The mstar-* skills are responsible for multi-agent delivery judgment. This article verifies the differences between the directory installation command and the dsh plugin --profile web add @mstar-harness/dsh recommended in the README, as well as the usage of `/iteration-start` and `/codebase-audit`, based on the directory page, GitHub README and v2.3.0 release notes. The plugin runs with the permissions of the current dsh process, and you should check the source code and MIT license before installation.
Read MoreAdd Selected Annotations to DeepSeek Harness Web Chat with dsh-annotation
# 翻译结果: DSH-Annotation is a web interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev. Users can select text in the assistant's reply and add annotations, and after pressing Enter, the annotation blocks will be sent to the model along with the question, and the model's replies will be对照 one by one according to Annotation N. This article checks the installation commands, bundle access method, bubble hiding and usage notes against the directory page and GitHub repository. It is licensed under MIT, has no core code modifications, and is only applicable to web profiles.
Read MoreEnable DeepSeek Harness Minimal Mode on Windows Using dsh-gitbash-preset
`dsh-gitbash-preset` is a DeepSeek Harness community plugin maintained by Liceses (MIT License, npm package name `@icelily/dsh-gitbash-preset`, current version 0.1.2). It maps the official minimal-mode bash calls to the MSYS shell of Git for Windows, bypasses the limitation of unavailable PTY on Win32 via `bash -c` each time, and implements sandbox-aware gating. This article organizes the installation commands, preset usage, detection paths and precautions based on the plugin directory page, GitHub source code and npm documentation.
Read More# 用 DSH_Creative_Workshop 给 DeepSeek Harness 补上插件发现与评估工坊 # Complement the DeepSeek Harness with a Plugin Discovery and Evaluation Workshop using DSH_Creative_Workshop
DSH_Creative_Workshop is a community open-source project maintained by OBdangshang07, which performs plugin discovery, structure verification, graph retrieval, collection and installation planning outside the DeepSeek Harness runtime. This article is verified against the directory page and GitHub v1.1.4: the Browser Workshop has been launched, evaluations are bound to Revisions, Companion currently only provides dry-run plans, and structure verification is not equal to security audit.
Read More# Awesome-DeepSeek-Harness-Plugins: Organize DeepSeek Harness Community Plugins by Official Categories
Awesome-DeepSeek-Harness-Plugins is a bilingual curated directory of DeepSeek Harness community plugins maintained by Zhiyuan-Fan. It is divided into eight categories according to official capability junctions: models, tools, sessions, loops, runtimes, interfaces, integrations and operations. It is updated daily from public sources, and each entry is attached with its repository, star count and verified citations. The community directory classifies it as a skill and provides the `dsh plugin add` command, but the repository currently only has a README and MIT license, so it should be used as an index: after selecting the target plugin, check its source code and license before installing.
Read MoreAdd Cross-Session Long-Term Memory to DeepSeek Harness with dsh-memory-evolve
`dsh-memory-evolve` is a DeepSeek Harness memory plugin maintained by csyangwen (MIT License, JavaScript). It uses five-track memory, git branch filtering and confirmation-based writing to沉淀 project conventions, user preferences and progress into `~/.dsh/memories/`, eliminating the need to repeat everything from scratch when switching sessions. Capabilities such as skill evolution, four-track todo, COI scheduling and session broadcasting are also provided in the same repository, and most of them are disabled by default. The installation command on the directory page is `dsh plugin add github:csyangwen/dsh-memory-evolve`. The community plugin library has no official affiliation with DeepSeek / Horizon Robotics (Fang), and you should check the source code and license before installing.
Read MorePreview and Edit Design Drafts in DeepSeek Harness Chat with dsh-openpencil
### 翻译结果: dsh-openpencil is a DeepSeek Harness interface enhancement plugin maintained by ZSeven-W, which connects OpenPencil's .op canvas to conversations: it supports multi-frame precise preview, read-only interactive canvas, hosted editor, and five transactional design tools including openpencil_new. The community directory installation command is `dsh plugin add github:ZSeven-W/dsh-openpencil`. The current plugin version is 0.1.0-rc.1, and it has been tested on DSH 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process. Before installation, please check the source code and the MIT license.
Read MoreMake a Node-free desktop client for DeepSeek Harness with Deepseek-Harness-EAC
Deepseek-Harness-EAC is a community-maintained desktop client maintained by zouyuxuan122, which wraps the official `@deepseek-ai/dsh` into Electron. It has built-in Node and dsh CLI, allows double-clicking to launch the local Web UI, and comes with 10 sets of skins, a plugin marketplace and a tray resident function. This article checks the installation commands, Windows/Linux packages and precautions against the community directory, GitHub README and Releases. It is not an official DeepSeek application, and the directory site has no official affiliation.
Read MoreInline Rendering Interactive Interfaces in DeepSeek Harness Responses with dsh-genui
### 译文: dsh-genui is a DeepSeek Harness interface enhancement plugin maintained by omdsh-dev. When the model outputs a dsh-ui fence in its reply, the browser renders cards, charts, forms and quizzes inline according to the whitelist JSON. It supports dual-channel rendering, local-first interaction and event loop that feeds back to the model. This article verifies the installation commands, usage and precautions according to the community directory and GitHub repository.
Read MoreRender Interactive Visualization Cards in DeepSeek Harness Conversations with dsh-visualize
### 正式翻译(符合技术文档译法): DSH-Visualize is an interface enhancement plugin for DeepSeek Harness maintained by Nagi-ovo. After the model calls the visualize function, the Web UI will render sandboxed interactive cards in the conversation for simulators, charts, comparison panels or UI mockups. This article verifies the installation commands, tool usage, theme following, streaming preview and Web-only restriction based on the plugin directory page and GitHub repository.
Read MoreEquip Plain-text DeepSeek Harness Agent with "Eyes" Using dsh-vision-router
### 版本1(正式学术/技术文档译法,适配海外开发者语境): DSH-Vision-Router is a DSH tool and capability plugin (MIT License, v1.4.4) maintained by ysr666. It treats vision models as its "eyes" and DeepSeek as its "brain", and provides free-key-free anonymous fallback service from OVH by default, along with 11 pixel-level tools including question answering, positioning, cropping, pixel comparison and OCR. This article verifies the installation commands, usage of automatic image recognition model groups and permission precautions in accordance with the community directory and GitHub README. --- ### 版本2(更贴合国内开源项目对外宣传的自然译法): Maintained by ysr666, DSH-Vision-Router is a DSH utility and capability plugin under MIT License (v1.4.4). It takes vision models as its "eyes" and DeepSeek as its "brain", offers free anonymous fallback service powered by OVH by default, and has built-in 11 pixel-level tools such as Q&A, positioning, cropping, pixel comparison and OCR. This article checks the installation commands, usage of the automatic image recognition model suite and permission notes against the community repository and GitHub README.
Read MoreAdd Online Search Bridge to DeepSeek Harness with modsearch
modsearch is a DeepSeek Harness web search plugin maintained by liustack (MIT License, version 5.4.2 at the time of writing). It connects the built-in `web_search` of dsh to a fault-tolerant engine chain, and supplements `x_search` and `read_page` functions, enabling models without native internet access to query web pages or X, and obtain structured JSON with citations. This article verifies the installation commands, engine configurations and output contracts based on the community directory and GitHub.
Read MoreConnect DeepSeek Harness to your active Chrome tab with dsh-browser
dsh-browser is an interface enhancement plugin for DeepSeek Harness maintained by Lum1104. It connects dsh to your active Chrome tab: the page will be transformed into numbered structured text, and models can be clicked, filled out, scrolled and navigated, without relying on screenshot or visual capabilities, while retaining login status and Cookies. The directory installation command is `dsh plugin add github:Lum1104/dsh-browser`. To fully enable it, you also need to install the Chrome extension "dsh Browser Helper" via the repository script. This project is licensed under the MIT License and has no relation to the npm package with the same name dsh-browser.
Read MoreInstall a Full-Screen Terminal Workspace for DeepSeek Harness with dsh-tianshu-tui
### 翻译结果: dsh-tianshu-tui is a DeepSeek Harness interface enhancement plugin maintained by huiliyi37, which attaches the Tianshu-style full-screen TUI to the official dsh TUI profile. This article verifies based on the community directory page, GitHub and npm package 0.1.2-rc.10 that it is purely a presentation layer driven by session events. It also provides the installation command for the directory page, the npx enabling method, the usage of sessions/approvals/images/workflows, as well as permissions and version precautions.
Read MoreAdd Model and Inference Strength Sliders to DeepSeek Harness Using dsh-reasoning-effort
# 修正:原文中“大肥鱼滑块”应为“大模型推理强度滑块”,以下是准确翻译: HanaAyane-maintained dsh-reasoning-effort brings Codex-style models and reasoning effort sliders to the DeepSeek Harness Web interface, with the gear positions reading model directories and syncing with `/model`. This article verifies the installation commands, the read-only YAML guidelines for custom providers, as well as the notes on the large model reasoning effort slider, permissions and licenses based on the directory page, GitHub README and v0.6.0 version.
Read MoreAdd Desktop Pets to DeepSeek Harness with dsh-pet
dsh-pet is a DeepSeek Harness Web desktop pet plugin maintained by PC2005-cloud: it does not read Agent status or call models during runtime, plays a transparent animation in the bottom-right corner by default, and supports click-and-drag operations. The repository also publicly releases prompt words, green screen matting scripts and plugin packages, allowing users to create custom images from scratch. The directory installation command is `dsh plugin add github:PC2005-cloud/dsh-pet`; the npm package version 0.1.4 can also be installed with the `--profile web` parameter. The code is licensed under MIT and only supports Web environments.
Read MoreAdd Round Completion Desktop Notifications to DeepSeek Harness with dsh-notification
dsh-notification is a notification plugin for DeepSeek Harness Web GUI maintained by omdsh-dev. After a session ends in one round, the browser will pop up system notifications via the Notification API. Users can toggle notifications based on end states such as completion or error, and filter them using keyword inclusion/exclusion rules. This article verifies the installation, settings, host projection configuration and known limitations in accordance with the community directory and the repository README.
Read MoreUsing Liang-Saint-Slider to Switch Models and Thinking Intensity in DeepSeek Harness
Liang-Saint-Slider (Liangsheng Slider) is maintained by BruzWJ. Connect the slider controller to the model slot of DeepSeek Harness Web: you can switch models and thinking intensity with the 0–30 gear slider after opening it. This article checks the installation commands, six-gear mapping, slot coverage method and license boundaries according to the community directory, GitHub README and source code. The code is licensed under MIT, and human portrait keyframes are not shared under this license.
Read MoreAdd Conversation and Workspace Rollback to DeepSeek Harness with dsh-turn-rewind
DSH-Turn-Rewind is a DeepSeek Harness session plugin maintained by Anionex. It anchors workspace restore points based on user messages, allows rolling back files when the agent deviates from the intended workflow, and optionally restarts the conversation from that turn. This article verifies the installation command, two recovery modes, the security boundary of Change Ledger, and the limitation that version 0.1 only supports regular Git worktrees through the catalog page and GitHub.
Read MoreUsing dsh_workflow to make DSH's one-time multi-Agent scheduling into a recoverable workflow
`dsh_workflow` is a DeepSeek Harness workflow plugin maintained by icetomoyo (MIT license, package name: `@dsh-external/workflow`). Instead of replacing DSH's front-end one-off workflow tool, it supplements a process layer that supports generation, saving, governance, observation and recovery: including named capsules, persistent run storage, pause and resume execution, and QuickJS isolated execution. This article verifies the installation commands, slash usage and permission boundaries in accordance with the community directory page and GitHub repository.
Read MoreAutomatically Select Inference Modes for DeepSeek Harness Using dsh-router-standard
`dsh-router-standard` is a DSH session preset maintained by yjh051108 (MIT License, v0.2.0). It selects a mode based on the task before the first round of requests: the `standard` mode restores the RL interface and follows the think-act loop, while the `spec` mode enables deep thinking; behind this are the three bands of `spec/mixed/react`. It supports persona, first-round tool injection and agent parameter tuning. The directory command is `dsh plugin add github:yjh051108/dsh-router-standard`, and it needs to be copied to `~/.dsh/.agent-presets/` to enable. The community directory is not an official store, and plugins run with the current DSH permissions.
Read MoreUse sealos-skills to let DeepSeek Harness deploy projects to Sealos Cloud
sealos-skills is a DeepSeek Harness development and runtime plugin maintained by labring, which packages the deployment, database and object storage services of Sealos Cloud into a set of agent skills. The installation command on the catalog page is `dsh plugin add github:labring/sealos-skills`. The same skill source is also compatible with Claude Code, Codex and other tools. There is no `/sealos` slash command in DSH, and agents need to load the plugin through the skill tool before calling kubectl and sealos-cli.
Read MoreLet DeepSeek Harness search for and install community plugins on its own with dsh-find-plugins
`dsh-find-plugins` is a DSH skill plugin maintained by Nagi-ovo, licensed under BSD-3-Clause. When you ask the agent "Are there any plugins that can...", it will find public candidates from GitHub's `dsh-plugin` topic, judge the installation methods of bundle, Cordis and skill, report the required permissions first before installing and verifying the mounting after selecting one. The directory page command is: `dsh plugin add github:Nagi-ovo/dsh-find-plugins`. The plugin runs with the permissions of the current dsh process.
Read MoreBuild DeepSeek Harness into a local AI work desktop with deepseek-harness-desktop-app
The deepseek-harness-desktop app maintained by vibeinging is a local AI working desktop built on DeepSeek Harness, which integrates Sessions, projects, files, Git Worktrees, online research and Office outputs into an Electron application. This article verifies through the community directory page and GitHub README that it is not a shell wrapper of DSH Web. The directory page can be installed via `dsh plugin add`, and the full workbench requires Node.js 24 to start locally. Meanwhile, it organizes platform support, data directory and current functional boundaries.
Read MoreBring SillyTavern Character Cards into DeepSeek Harness with dsh-agent-rp
### 正式翻译(符合技术文档语境): The `dsh-agent-rp` is a DeepSeek Harness community plugin maintained by hewzhew, designed to import SillyTavern character cards, presets, worldbooks and JSONL chat logs into DSH-native sessions. It supports selecting characters from the character library, configuring opening lines and Persona, and enables usage of a lightweight frontend with persistent memory in isolated runtime environments. This article verifies the installation commands, first-time chat steps against the directory page and GitHub repository, as well as the explicit out-of-scope features of the current public preview build, including group chats and alternative frontends.
Read MoreWhale Girl: Add an upgradable desktop pet to the DeepSeek Harness web interface
Whale-girl is a desktop pet plugin for the DeepSeek Harness web client maintained by vlln: it appears as a QQ pet-style icon in the bottom right corner, can be dragged and fed, and tasks and conversations will accumulate to form levels, titles and memories. This article verifies the installation command, 15-state state machine, growth rules and settings configuration according to the community directory page and GitHub repository.
Read MoreAdd @ path reference to DeepSeek Harness input box with dsh-at-file
### 正式翻译(符合技术文档规范): `dsh-at-file` is a DeepSeek Harness Web plugin maintained by omdsh-dev. It allows users to search the workspace by typing `@` in the input box and insert the path of a file or directory. Starting from version 0.3.0, it only attaches workspace references and no longer embeds the full content of files into the prompt. This article verifies the installation commands, selectors, filtering rules and precautions against the community directory page and GitHub README.
Read MoreUse dsh-agent-teams to orchestrate DeepSeek Harness sessions into an intelligent agent team
`dsh-agent-teams` is a DeepSeek Harness community plugin maintained by NanmiCoder. It turns the current session into a team leader, allows spawning resumable sub-Agents by role, enables multi-agent collaboration with dependency-bound tasks, direct email access and a shared scheduler, and provides an activity panel on the web interface. This article verifies the installation command, ten tools, status directory and known limitations based on the directory page, GitHub README and usage.md. It is licensed under MIT, and you need to check the source code before installation; the plugin runs with the permissions of the current dsh process.
Read MoreTurn DeepSeek Harness Web Interface into a 2005 Portal Website with dsh-ads
DSH-ADS is a fun plugin for DeepSeek Harness maintained by Nagi-ovo, licensed under BSD-3-Clause, and only acts on the web interface. It injects fictional advertisements into the sidebar, chat interface, during inference and corners, turning the Web UI into a 2005-era portal website. The incentivized ads only block the display, while the model continues to run in the background. The recommended positions will carousel public plugins on GitHub tagged with the `dsh-plugin` topic that have been updated in the last two weeks. It can be installed with `dsh plugin add github:Nagi-ovo/dsh-ads`, and toggled per ad slot in **Settings → Ads (Unofficial)**. The community directory is an independent site and has no official affiliation with DeepSeek / Fangfang.
Read MoreAdding Visual Capabilities to DeepSeek Harness Plain Text Model Using dsh-vision-toolkit
DSH Vision Toolkit is a DeepSeek Harness interface enhancement plugin maintained by Anionex, which connects agent-vision-toolkit to Web/Headless Profile. After pasting images with a plain-text model, users can switch to the Vision Toolkit variant to complete intent-based image question answering, element positioning, long-screenshot OCR and UI restoration with pixel comparison. The directory installation command is `dsh plugin add github:Anionex/dsh-vision-toolkit`, it is licensed under MIT, and the current npm version is 0.1.20.
Read MoreAdd persistent memory to DeepSeek Harness agent using mnemon
Mnemon is a persistent memory for LLM supervised agents maintained by mnemon-dev: it uses local SQLite four-graph storage, the host model determines what to remember, and the binary is responsible for indexing and recall. The community directory categorizes it under "Memory" and marks it as featured. This article verifies the installation commands, DSH configuration entry, CLI usage, and the relationship with dsh-mnemon according to the directory page and GitHub.
Read MoreWorking Activity: Make the Status Line of DeepSeek Harness Truly Dynamic
working-activity is a community plugin maintained by chimney (ccch1mneyyy), which provides DeepSeek Harness with a real-time working status line driven by session events: thinking copy, running tools, time elapsed and closing summary. The same repository also maintains the pi CLI version, which is released as an independent npm package. This article verifies the installation commands, configuration items, TUI/dsh-cc/Web exits, and restrictions such as publish being disabled by default and no progress percentage against the directory page and GitHub. This is an unofficial project.
Read MoreUsing dsh-deep-whale to give DeepSeek Harness a whale girl skin
dsh-deep-whale is a DSH Web GUI whale girl skin series maintained by Small-tailqwq, and the current finished product is maid-atelier (Deep Sea Maid Workshop). This article verifies through the community directory page, GitHub README, skin.json and NOTICE that it only modifies the appearance of web pages and does not touch model requests; the installation command shall be subject to `dsh plugin add github:Small-tailqwq/dsh-deep-whale`; the license is CC BY-NC-SA 4.0, commercial use is prohibited, and the attribution chain must retain 上善, ZipZipPipe and the maintainer.
Read MoreConfigure Two-stage Agent Preset for DeepSeek Harness Using dsh-anchored-standard
*DSH-Anchored-Standard* is a preset for the community DeepSeek Harness maintained by xiaobright: In the first round, it aligns with the official Minimal trajectory using bash and str_replace_editor, and disables automatic injection. After a session generates persistable tool/call or assistant/message content, it will upgrade to a resident tool directory that can be unlocked on demand. This article cross-verifies the installation commands, copy enabling methods, compatible versions and experimental boundaries based on the community directory page and GitHub README.
Read MoreEquip Plain-text Coding Agents with a Visual Toolbox Using agent-vision-toolkit
Agent-Vision-Toolkit is an open-source visual toolkit (MIT License, Python) maintained by Anionex. It provides skills such as glance/ground/detect/trace/crop and vision-tools for pure text-coding intelligent agents like DeepSeek, covering visual question answering, long-screenshot OCR, UI restoration and GUI operation, and can be connected to Codex, Claude Code and other models. The community directory installation command points to this repository; the dsh Web/Headless native Bundle requires additional installation of @anionex/dsh-vision-toolkit.
Read MoreAdd a Sidebar Workbench to the DeepSeek Harness Web Interface Using DSH-better-sidebar
DSH-better-sidebar is a web interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev. It provides file editing preview, real terminal, Git and sub-agent workbench in the right sidebar and bottom panel, and opens the ctx.betterSidebar registration interface for other plugins. This article verifies the installation command, the capability boundaries and precautions of v0.12.3 based on the community directory page and GitHub README.
Read MoreAdd Full-Screen Terminal Interface to DeepSeek Harness with dsh-TUI
dsh-TUI is a full-screen terminal plugin for DeepSeek Harness (MIT licensed) maintained by ccch1mneyyy. It is hooked into the dsh-tui profile via Cordis without modifying the core, and provides Claude Code-style whale top bar, status line, streaming thinking, double-press Esc to roll back, context progress bar and TPS meter. The directory command is `dsh plugin add github:ccch1mneyyy/dsh-TUI`, and it can also be installed via npm and run with `dsh-tui`. It is suitable for SSH/tmux. The plugin runs with the current dsh permissions, and you should check the source code and license before installation.
Read MoreAdd Vision Capabilities to the Plain-text Models of DeepSeek Harness with ModLens
ModLens is a DeepSeek Harness visual plugin maintained by Liustack (MIT License, version 3.18.1 at the time of writing). When plain-text DeepSeek/GLM cannot recognize screenshots, it registers the `modlens_read_image` function to convert pasted images into JSON containing OCR results, layout information and semantic data. This article verifies the installation command, two image pasting paths, engine configuration and output contract according to the community directory and GitHub.
Read MoreUsing dsh-web-ui to turn DeepSeek Harness web interface into a workbench
dsh-web-ui is a collection of DeepSeek Harness Web UI plugins and skins maintained by zhu1090093659, which is open-sourced under the Apache-2.0 license. This article checks against the community directory page, GitHub README and npm aggregate package to explain how the task board, Git graph, right panel, mobile remote, SSH, image understanding and skin center work; the difference between the directory installation command and @linxin666/dsh-web-ui-all; as well as restrictions such as permissions, cron scheduling and pnpm access control.
Read MoreQuickly Deploy a DeepSeek-R1 Service from Scratch
Here are the simplest commands to introduce how to deploy the DeepSeek-R1 service. Anaconda is assumed to be already installed, and the vllm framework is used, making it easy to deploy even in China.
Read More