dsh-whale-market:浏览、安装与更新 DSH 社区插件

dsh-whale-market 是社区维护的 DSH 插件市场,提供统一入口用于浏览、搜索、安装及更新 GitHub 上的 dsh 插件。它运行于 DSH Web 设置页,并集成四个 Agent 工具:market_search、market_install、market_installed 和 market_update。核心功能包括实时市场浏览(支持插件、Skills、皮肤、预设)、多维度搜索筛选(分类、语言、排序等)及中文关键词自动扩展。系统具备四级数据降级机制,在网络不佳时可通过静态索引或内置种子继续服务。安装流程包含类型检测、兼容性评分及风险确认门禁,支持多种形态安装并具备错误回退

Read More
dsh-update-copilot:DSH 更新助手

dsh-update-copilot 是一款用于 DeepSeek Harness (DSH) 的更新辅助插件,旨在安全地管理多类依赖更新。它能一次性扫描 DSH 核心、捆绑包及各 Profile 中的第三方插件,涵盖 npm、git commit 及本地 link 来源。插件通过 semver 分析展示版本距离、风险等级及变更日志,并对不同来源采用特定的比对逻辑。在更新执行上,它实施严格护栏:仅限通过官方 CLI 处理 npm/Git 依赖,link 类型则在本地目录执行 git 更新(含自动 stash 与冲突人工介入),且强制要求显式确认、单飞锁及超时保护,明确拒绝自动升级 DSH 核心

Read More
dsh-mattpocock-skills:Matt Pocock 工程技能包接入 DeepSeek Harness

`dsh-mattpocock-skills` 是 DeepSeek Harness (DSH) 的一款插件,源自 `mattpocock/skills`,包含 25 个工程与生产力技能(如 TDD、代码审查、领域建模等)。该插件旨在集中管理工程流程,避免提示词散落或自行维护脚本。其核心特性包括:技能按需加载,模型仅在看目录时暴露名称,调用时才读取正文;支持用户通过 `/skill-name`显式调用;内容逐字保留上游英文原文,提供哈希校验和 `diff` 命令以自验一致性;且无运行时依赖,安装轻量。安装需使用 `dsh plugin add` 命令指向 GitHub 或本地路径,要求 Nod

Read More
@gongshiyun/dsh-usage-dashboard:查看 DeepSeek 余额、会话消耗与历史成本

`@gongshiyun/dsh-usage-dashboard` 是一个用于 DSH 的 MIT 许可证插件,支持 Desktop 或 Web 环境,需 Node.js 22.19.0+。它旨在解决使用 DeepSeek 时缺乏用量可视化的问题,核心功能包括:调用官方接口展示账户总余额及分类余额;在输入框下实时预估当前会话消耗及剩余对话轮数(每 4 秒刷新);在设置中提供全局看板,展示按时间倒序的历史对话明细(含 Token 和金额)以及基于历史平均消耗估算的各模型剩余可用次数。插件支持通过 `pricing` 配置按模型和时段核算成本,并允许自定义 API Key、货币单位及缓存时长。安装

Read More
dsh-vision-local:为纯文本 DeepSeek Harness 增加本地视觉能力

dsh-vision-local 是专为 DeepSeek Harness (DSH) 设计的插件,旨在让纯文本模型通过本地视觉模型获得图片理解能力,解决云端接口的隐私风险和工作流中断问题。该插件采用“本地优先”策略,仅将图片发送至 LM Studio、Ollama 等本地 OpenAI 兼容端点,无遥测且不做额外网络调用。其核心优势在于返回包含摘要、OCR、版面结构、语义、视觉属性及不确定项的结构化 JSON 证据,有效抑制幻觉。插件提供 vision 工具和可选的 vision-bridge 服务,支持 PNG、JPEG 等格式图片的粘贴或上传,并支持按需描述。用户需具备 Node.js

Read More
dsh-image-mmx:给 DSH 文本模型补上图片理解

`dsh-image-mmx` 是 DeepSeek Harness 的社区插件(MIT 许可,由 fengs2021 维护),旨在解决纯文本模型无法处理图片输入的限制。其核心机制是当用户在会话中发送图片时,自动调用 MiniMax VLM(mmx)进行视觉识别,并将识别结果注入模型上下文,使 DeepSeek 等文本模型也能理解图片内容。 主要功能包括:支持含图消息发送,避免报错;图片自动落盘至会话工作区并执行 `mmx vision describe`;模型侧将图片块替换为路径文本及详细识别描述(保留画面元素、代码、报错信息等),而用户界面仍正常显示可放大的原图缩略图;支持多图并行独立识别

Read More
dsh-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 More
@eric.wen/dsh-sight:DSH 多模态图片直传与 Figma MCP 插件

DSH插件`@eric.wen/dsh-sight`旨在解决多模态对话中的特定问题,主要提供四大核心功能。首先是多模态图片直传,允许用户在输入框粘贴或拖入图片,以原生内容块发送给支持的多模态模型。其次,具备会话图片清除功能,可将图片从模型可见历史中移除,解决因历史图片导致无法切换回纯文本模型的问题,且该操作持久有效。第三,自动补推理等级功能可根据内置字典,为未声明推理档位的第三方模型自动写入官方支持档位,优化配置。最后,通过Figma MCP桥接,支持两种模式:利用Figma Token和REST API将设计稿转为代码,或通过本地桥接实现AI主动设计,无需Figma会员。该插件通过npm分发

Read More
exam-paper-plugin:解析 Word/PDF 题目,并本地生成可打印试卷

exam-paper-plugin是elegymythos维护的DeepSeek Harness插件,旨在解决出题流程中题目分散、人工排版及Token消耗高的痛点。该插件支持自动解析.doc/.docx/.pdf/.txt/.md文件,识别多种题型并提取题干、选项及配图位置,按需抽题生成.docx和.html试卷。其智能引擎在本地运行,具备多视图特征提取、HDBSCAN自动聚类、FAISS向量索引及余弦相似度检索能力,通过分类过滤、向量召回和MMR多样性重排实现精准抽题。插件提供CLI和Python API,支持版本化评估及本地Ollama Token消耗评估。安装需依赖dsh-tools,智

Read More
dsh-workspace-default-dir:设置 DSH 工作区目录选择器的默认初始目录

`dsh-workspace-default-dir` 是由 dragan2023 开发并维护的 DSH 客户端插件(MIT 许可),旨在解决 Windows 用户因工作区目录非主目录而导致的频繁手动导航问题。该插件通过修改原生 Windows 对话框和浏览选择器后端,允许用户自定义“添加工作区”目录选择器的默认初始路径。 核心功能包括:提供 `Settings → Workspace default directory` GUI 设置卡片;支持 CLI 命令(set/get/clear/status)进行配置;GUI 与 CLI 同步写入 `DSH_PICKER_INITIAL_DIR` 环

Read More
@dsh-plugin/plugin-manager:在 DeepSeek Harness 设置中管理 Cordis 插件

`@dsh-plugin/plugin-manager` 是 DeepSeek Harness 的一个设置页插件,由 Dingpenghui-good 维护,采用 MIT 许可证。该插件旨在解决用户安装多个 Cordis 插件后缺乏统一管理入口的问题,将其集成到“设置 → 插件”界面。主要功能包括:显示已安装插件列表(自动过滤内置插件)、通过按钮启用或禁用插件、卸载插件(需确认)、搜索过滤、中英文双语支持,以及展示插件的 fiber 阶段状态。 安装方式有三种:1. 使用 `dsh plugin --profile web add .` 命令添加本地构建后的插件;2. 手动编辑 `cordis

Read More
dsh-sandbox-allowlist:为 DSH 默认沙箱增加可配置授权目录

dsh-sandbox-allowlist 是 DSH 的一个扩展插件,旨在保留默认沙箱安全边界的前提下,通过可配置的“沙箱授权目录”和命令白名单机制,解决沙箱内 CLI 命令及 write/edit 工具难以写入工作区外受信目录的问题。该插件无需关闭沙箱或逐次审批,即可允许对指定目录的安全写入。其核心功能包括:支持通配符配置多个授权目录,覆盖 Windows ACL 和 Linux bwrap 平台,且支持实时生效的配置编辑。插件采用纯插件机制,不修改官方代码,并在 Windows 上提供授权自动回收与应急清理脚本。用户需通过 dsh 命令行安装插件,在 settings.yaml 中配置授

Read More
dsh-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 More
dsh-worktree:为 DeepSeek Harness 子代理提供 Git worktree 文件系统隔离

dsh-worktree 是 DeepSeek Harness (DSH) 的一个插件,旨在通过 Git worktrees 为并行运行的多个子代理提供文件系统隔离,避免工作目录互相干扰。它让各子代理共享仓库对象库,但拥有独立的工作区,主要提供 `ctx.worktree` 服务 API 和 `/worktree` 斜杠命令两种入口。 其核心机制是将 worktree 存放于 `.dsh/worktrees/<flatSlug>` 目录,并自动创建对应的 `worktree-<flatSlug>` 分支。插件在创建时会严格校验 slug,并尽力执行环境配置,如复制配置、链接依赖等。在变更保护方

Read More
dsh-memflow:为 DeepSeek Harness 提供项目级记忆框架

crwsr124/dsh-memflow 是面向 DeepSeek Harness (DSH) 的社区记忆框架插件,旨在解决会话状态丢失及多项目记忆污染问题。它采用分布式架构,确保各工作目录拥有独立的持久记忆。核心功能包括:会话启动时自动加载当前目录的记忆快照(如任务、状态、笔记等,有字节数限制);在任务完成或关键决策时即时写入状态;通过协议变量将记忆协议注入人格;以及提供 delegate 工具,支持将项目记忆和必读文件内联至子代理上下文,支持多种运行模式。安装需使用 `dsh plugin add` 命令并重启进程,随后可选择“记忆流模式”预设。该插件零依赖,通过配置项灵活控制内联大小、禁

Read More
DSH Question Navigator:长会话中的用户问题导航插件

Cocowwy/dsh-plugin-question-navigator 是面向 DeepSeek Harness (DSH) Web 客户端的长会话问题导航插件。它旨在解决长对话中快速定位用户历史问题及向前回看上下文的痛点,无需修改 DSH 源码。该插件通过 `shell.overlay` 插槽集成,支持在 DSH 原生“Back to bottom”按钮旁显示控件,可一键跳转至最近一条用户消息,并逐条向前遍历更早的问题,支持已渲染及分页加载的历史消息。插件适配亮/暗/自定义主题,根据桌面或移动端设备显示文字或图标,并跟随浏览器语言切换中英界面。使用需 DSH Web 0.1.0-rc.6

Read More
dsh-file-browser:为 DSH 聊天界面增加全盘文件浏览栏

dsh-file-browser 是 Clearchenpro 开发的 DSH 客户端插件(MIT 许可),旨在为 Web 版 DSH 会话提供本机文件浏览入口。该插件在聊天界面右侧添加文件浏览栏,支持逐层浏览主机磁盘目录,提供按名称、大小、修改时间的排序及面包屑导航。用户可通过拖拽将图片(如 PNG、JPG)作为附件插入聊天,或将其他文件路径以反引号格式写入草稿;此外支持行内操作,如直接发送路径、复制路径或用系统默认应用打开。插件采用服务端流式扫描,默认每层限制 1000 条记录,并支持中/英双语。安装时需通过 `dsh plugin add` 命令注册并重启实例。需注意,该插件仅适用于 W

Read More
dsh-archived-panel:在 DeepSeek Harness 侧边栏查看与管理已归档会话

dsh-archived-panel 是一款为 DeepSeek Harness (DSH) 开发的 MIT 许可社区插件,旨在侧边栏提供统一的「已归档」会话管理入口。该插件支持在 Web Profile 下查看和重新打开已归档会话,此功能安装后即可使用,无需修改 DSH 源码。 此外,插件具备高级功能:若宿主环境(Host)支持 `unarchiveSession` 或 `deleteSession`,用户可执行取消归档或永久删除操作,其中删除操作包含二次确认及正在运行会话的保护机制。若宿主未安装相应补丁,插件会自动隐藏这些操作按钮,确保基础功能不受影响。 安装需兼容 DSH >=0.1.0

Read More
dsh-holdem:在 DeepSeek Harness Web GUI 里加一张六人无限注德州扑克桌

dsh-holdem 是由 BubblePtr 维护的 DSH 插件(MIT 许可,v0.3.0),旨在为 Web GUI 提供“1 名玩家 + 5 位 LLM 智能体”同场交互的六人无限注德州扑克体验。该插件通过中间栏新增“德州扑克”Tab,确保智能体仅可见自身底牌,且交互内容不泄露推理或手牌。其核心功能包括牌局引擎、/dsh-holdem/* JSON API、缺模型时的启发式机器人回退逻辑,以及基于 @deepseek-ai/dsh-client-runtime 的浏览器 UI 集成。安装简单,仅需两条命令即可添加预构建包,无需本地编译。项目源码结构清晰,包含 Node 端引擎(src/

Read More
obsidian-workbench:在 DeepSeek Harness 内浏览、编辑并保存 Obsidian Markdown 仓库

obsidian-workbench 是一款由 Bob-Bo1 维护的插件,旨在让 Windows 用户在不离开 DeepSeek Harness (DSH) Web 会话的情况下,直接浏览、编辑和保存本机的 Obsidian Markdown 仓库。该插件无需启动 Obsidian 客户端,而是通过读取本机 Obsidian 配置中的仓库路径,在 DSH 内提供一个 Obsidian 风格的三栏工作台:左侧展示仓库目录及文件,中间提供基于 CodeMirror 6 的 Markdown 实时预览编辑器并支持自动保存,右侧则显示当前 DSH 会话,方便用户围绕笔记内容进行提问和交互。 安装流程

Read More
@asherliner/dsh-memory-connect:为 DSH 增加跨会话记忆

@asherliner/dsh-memory-connect 是一款面向 DSH 的 MIT 协议开源跨会话记忆插件(v0.6.1,需 Node.js >=18)。它解决 DSH 单会话结束信息丢失的问题,核心能力包括:Global Soul(通过 ~/.dsh/soul.md 提供持久化全局身份)、自动信息提取、跨会话记忆召回、上下文膨胀预防、定时维护、LLM 驱动的记忆整合、记忆衰减与压缩,以及基于 SQLite FTS5 的全文检索。该插件采用 Trust Model,将召回的历史作为不可信参考注入,当前指令始终优先。安装时可通过 dsh plugin 命令或 npm 添加至指定 pro

Read More
dsh-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 More
dsh-screenshot:Windows 下一键截图并粘贴到 DSH Desktop 输入框

`dsh-screenshot` 是一款专为 DSH Desktop 开发的 Windows 客户端插件,旨在简化截图与输入流程。它通过相机按钮或全局快捷键(默认 Alt+A)触发系统截图,并在框选完成后自动将图片粘贴至 DSH 输入框,从而减少窗口切换和手动复制操作。插件监听器生命周期与 DSH Desktop 进程绑定,支持配置自动粘贴及后台跳转功能,并具备防抖、剪贴板等待等可靠性机制。安装需使用 Windows 10 (1809+) 或 Windows 11 系统,通过 GitHub 或 npm 添加插件后重启应用即可启用。虽然 Web 端也可使用,但受限于前台检测,功能较桌面端受限。该

Read More
dsh-desktop:DeepSeek Harness 的 Electron 桌面端插件

ahikl/dsh-desktop 是 DeepSeek Harness (DSH) 的一个 out-of-tree 桌面端插件,基于 MIT 许可证。该插件通过 Electron 包装 DSH Web UI,将其转化为桌面应用,无需修改 DSH 源码或不引入 Electron 至 DSH 依赖树。核心功能包括无边框窗口、自动跟随主题的自定义标题栏、系统托盘交互(显示、打开浏览器、退出)以及关闭窗口时最小化至托盘。URL 解析遵循 `--url` 参数、Web Server 端口、自动启动 `dsh web` 的优先级。用户可通过 `dsh plugin` 命令安装插件并使用 `dsh --p

Read More
dshsearch-multi:面向 DSH 的多引擎网页搜索与网页抓取插件

dshsearch-multi 是一款由 abcdream-Lary 开发的 DSH(DeepSeek Harness)插件,采用 MIT 许可证,旨在为智能体提供统一的多引擎网页搜索与正文抓取能力。该插件通过标准 Provider 接口注册,无需修改 DSH 源码,支持 AnySearch、Bing、DuckDuckGo、Tavily 和 Exa 五大引擎。其中,前三种无需 API Key,后两种需配置密钥;搜索失败时可自动切换可用引擎兜底。插件还提供 `web.fetch` 网页抓取功能及不调用 LLM 的确定性查询意图识别。 用户可通过 DSH Web 设置页、`settings.yam

Read More
dsh-tally:DeepSeek Harness 个人记账插件

dsh-tally 是 DeepSeek Harness 的个人记账插件,旨在实现本地化、零依赖且无网络请求的收支管理。该插件数据以 JSON 格式存储于本机,不依赖 API Key,需 Node.js 20+ 环境。其核心功能涵盖记账(支持内置/自定义分类及批量补记)、查账(按月份、类别或关键词查询)、汇总(提供月度/年度统计、Top5 类别及环比分析)、预算(支持设置月度预算及超支提醒)、软删除与恢复,以及导出 CSV 和自包含 HTML 报告。用户可通过 DSH 对话直接输入自然语言指令进行操作,如记一笔、查账或导出等。该插件适合希望数据私有、不依赖外部服务,并需按月查账、预算管理及文件

Read More
dsh-vision-fallback:在 text-only 主模型里保留聊天图片

dsh-vision-fallback 是 DSH 的一款 MIT 许可插件,由 1HelloMan1 维护。它旨在解决主模型仅支持文本(text-only)但聊天框包含图片的落差,通过插件化方式在请求层自动将图片交给固定的视觉模型处理,转换为隐藏文本上下文返回给主模型,同时保留 UI 中的原图。该插件兼容 DSH 0.1.2-alpha.3 至 0.1.2-alpha.5 版本,要求 Node 环境不低于 22.13.0。 其核心功能包括:自动处理 MCP/ACP 持久化附件及 PTC 嵌套图片并保持顺序;支持通过 Web 设置页或 settings.yaml 配置视觉模型、Base URL

Read More
zp-home/dsh-weixin-clawbot:把手机微信接入 DSH 的独立 Host Bundle

dsh-weixin-clawbot 是一个独立的 DeepSeek Harness (DSH) Host Bundle,旨在通过腾讯官方微信 ClawBot/iLink 通道,实现手机微信对电脑端 DSH 的远程控制。该项目不修改 DSH 核心,兼容 Web 及桌面端,允许用户复用同一 DSH Session。其核心能力包括:接收微信文本及语音转写任务,以分段文本形式回复执行结果;支持新建、切换、归档会话及跨重启恢复;提供 /cancel、/steer、/queue 等命令用于任务控制、纠偏及状态诊断;默认采用 workspace-write 权限,支持通过 /approve 进行一次性审批

Read More
dsh-video-downloader:为 DeepSeek Harness 提供媒体识别与下载工具

dsh-video-downloader 是 DeepSeek Harness 的媒体下载插件,由 zimai233 维护,采用 MIT 许可证。它专为智能体提供媒体 URL 识别与处理功能,支持 Bilibili、YouTube、Douyin、Xiaohongshu 等站点。该插件为纯 ESM 包,零构建,核心逻辑以纯函数导出,便于测试与二次开发。它提供三个核心工具:`video_analyze` 仅分析 URL,返回是否为媒体、站点、质量、扩展名及 MIME 提示;`video_download` 使用浏览器风格请求头将媒体流式保存到本地,支持自定义路径和请求头,具备重定向跟随、超时及取消

Read More
dsh-exam-countdown:给 DSH 增加中国考试倒数查询

dsh-exam-countdown 是一款 MIT 许可的 DeepSeek Harness (DSH) 插件,旨在让 Agent 直接查询中国主要考试日期并计算剩余天数。该插件内置 64 场考试数据,覆盖升学、公务员、英语、教资等 9 大分类,采用纯 ESM 和零构建架构,不依赖前端环境。其核心功能包括自动顺延过期日期、精确计算特定规则日期(如四六级),以及提供两个工具接口:`exam_countdown` 支持按 ID、关键词或分类筛选并排序结果;`exam_categories` 用于获取分类清单及数量。安装时需将插件加入指定 profile,并检查依赖配置。该插件适合各类考试日程问答

Read More
dsh-secret-paste:把粘贴到 DSH composer 的密钥替换为 [secret:REF]

`dsh-secret-paste` 是一款针对 DeepSeek Harness Web profile 的 MIT 许可证插件,旨在防止密钥和 Token 等敏感字符串以明文形式出现在模型消息及会话历史中。该插件通过 `@sanity-labs/secret-scan` 检测 Composer 中粘贴的密钥,将其值存储于权限为 0600 的 `~/.dsh/.credentials.yaml` 文件中,并在草稿中替换为 `[secret:REF]` 占位符。模型如需真实值,仅能通过专用工具 `secret_resolve` 按需解析,且支持嵌套占位符递归解析。对于中等置信度命中或检测器无法

Read More
dsh-argp:DSH 的第三方上下文压缩引擎

dsh-argp是面向DeepSeek Harness的第三方上下文压缩引擎,旨在解决长会话中上下文窗口压力变大且需保留历史原文的问题。其核心机制分为两阶段:Stage-1由模型对原子提出提取、摘要或忽略提案,经确定性守卫裁定后落地,确保LLM仅提候选而非直接改写;Stage-2在超阈值时按引用图规则整原子剪枝,该过程无需LLM调用。被压缩或剪枝内容均存入append-only日志,支持摘要与详情两级召回。 安装时需在profile中禁用原生摘要器并添加插件,避免重复加载器配置。用户可自定义模型后端,默认支持OpenAI兼容接口。仓库提供多项验证命令以测试性能。该工具适合需控制长会话上下文且保

Read More
dsh-session-hotkeys:DeepSeek Harness Web 的会话快捷键插件

dsh-session-hotkeys 是专为 DSH Web 开发的纯浏览器键盘快捷键插件,旨在解决多会话管理中频繁切换导致的输入中断问题。该插件通过映射常用操作至键盘,允许用户在聊天输入框聚焦状态下,通过快捷键实现会话切换、新建、归档、重命名及聚焦搜索框或模型选择等功能,显著减少鼠标操作。 默认支持 Windows 下的 Alt+1-9 直达会话及 Alt+↑/↓ 循环切换,macOS 对应 ⌃⇧1-9 和 ⌃⌥↑/↓。插件具备固定槽位、会话管理导航及自定义键位绑定功能,所有配置保存于浏览器 localStorage,无网络请求或数据收集。安装需通过 dsh plugin 命令添加依赖并重

Read More
dsh-task-notify:DSH 的回合结束与后台任务提醒插件

`dsh-task-notify` 是专为 DSH Web 设计的轻量级插件,旨在解决智能体回合或后台任务耗时较长时,用户离开页面后难以及时获知任务状态的问题。该插件通过在任务结束时提供声音和浏览器标签标题提醒,确保用户不会错过完成、失败或被终止的任务。 核心功能包括:当 agent 回合结束或后台任务进入 `completed`、`failed`、`killed` 状态时,播放合成双音提示音(成功与失败音高不同);若页面非活动标签,则修改标签标题以示提醒,切回后自动恢复。插件具备防误报机制,仅对当前会话实际完成的回合生效,避免历史数据刷新导致的干扰。 安装简便,支持通过 npm regist

Read More
dsh-side-panel:DeepSeek Harness web UI 的右侧开发面板

dsh-side-panel 是 DeepSeek Harness Web UI 的右侧开发面板插件,旨在优化开发体验。它集成 Files、History 和 VCS 三个标签页,允许用户直接在聊天界面旁浏览当前会话工作目录的文件、快速定位历史记录中的消息,以及查看 Git 状态和差异。该插件由 XYZ1024-alt 开发,遵循 MIT 许可证,以 Bundle 形式分发,支持 Node 端和浏览器端自动注册,无需手动构建。安装简便,支持从 GitHub、npm 或本地目录添加,安装后重启 Web 服务并刷新页面即可生效。适用场景为本地或回环网络下的 dsh web 部署,需确保 Git 在

Read More
dsh-tavily-search-provider:为 DeepSeek Harness 接入 Tavily 搜索的插件

`dsh-tavily-search-provider` 是一款面向 DeepSeek Harness (DSH) 的 MIT 许可插件,旨在解决 Tavily 搜索集成的参数传递、密钥安全及管理问题。其核心功能包括:注册独立的 `tavily_search` 工具并映射完整的搜索控制参数(如深度、领域、时间范围等),避免官方 provider 忽略这些特性;支持将 Tavily 作为官方 `web_search` 后端;在 DSH 设置中提供基于 Credentials 的 `TAVILY_API_KEY` 安全管理控件,支持非重启生效及回环/HTTPS 安全限制;提供无密钥泄露的状态路由;

Read More
dsh-legion:DeepSeek Harness 的多智能体委派与模型路由插件

dsh-legion 是一个专为 DeepSeek Harness (DSH) 设计的 TypeScript 多智能体编排与 LLM 模型路由插件,旨在扩展现有运行时能力,而非引入独立框架。其核心机制是将委派策略交由部署侧配置,协调代理仅通过 `legion` 工具选择语义化的 Specialist(如 `quick`、`deep`、`review`),具体的模型路由、后端类型、工具过滤、深度及结果契约均由插件配置决定。该插件支持精确的多提供商模型路由、多种子代理后端策略、结构化版本化结果输出、自定义 Cohorts 以及声明式 Strategies,并具备硬资源限制和可解释性诊断功能。安装过

Read More
dsh-ds-attach:DeepSeek Harness 的附件上传与文档文本注入插件

dsh-ds-attach 是 wqx-txdsyl 维护的 MIT 协议 DeepSeek Harness 插件(v0.1.0,依赖 @deepseek-ai/cordis ^4.0.1),旨在为 DSH web 客户端复刻 chat.deepseek.com 的附件体验。核心功能包括:通过回形针按钮或拖拽上传文件;显示带官方图标、状态(上传/解析/完成/失败)的 240×64px 文件卡片;支持 PDF、DOCX、XLSX、TXT/MD 及代码文件的文本提取(默认 15 万字符预算,段落边界截断);将提取文本结构化注入消息供模型读取;发送后自动清空附件区。图片自动走原生视觉管线,扫描版 P

Read More
ncm-player:DSH Web 界面中的网易云音乐浮窗播放器

ncm-player 是一款针对 DeepSeek Harness (DSH) Web 界面的网易云音乐浮窗插件,旨在让用户在网页中直接进行听歌、搜歌和查看歌词,无需额外播放器。该插件采用 MIT 许可证,支持播放控制、队列管理、多种播放模式、歌曲搜索、热门推荐、账号登录(扫码或 Cookie)及逐行同步歌词显示(含翻译)。其浮窗具备展开、迷你、隐藏三种形态,可拖拽并自动跟随 DSH 主题色。安装需在 DSH 插件环境执行特定命令并重启服务,随后通过页面右下角音符按钮启动。插件依赖 Node.js 运行时及网络访问,登录态与队列数据保存在浏览器 localStorage 中,升级旧版本将自动迁

Read More
dsh-git-graph:DSH Web 的只读 Git Graph 视图

WhitePlusMS/dsh-git-graph 是 DSH Web 的一个 MIT 许可插件(v0.0.2),旨在让用户无需切换终端或外部工具即可在 Web 界面直接查看当前工作区的 Git 历史。该插件提供专用的 `Git Graph` 入口,主要功能包括展示提交拓扑、分支关系、合并历史及本地/远程引用;支持基于哈希、作者、日期等多维度的全范围搜索、分支过滤和多种排序模式;允许内联展开查看提交详情、文件变更统计及逐行 Diff,并支持检查未提交变更及任意两个提交间的差异对比。 当前版本为只读设计,不执行任何修改 Git 数据的操作(如提交、推送、合并等),且刷新视图时不会生成会话消息或工

Read More
dsh-mqtt:为 DeepSeek Harness 提供 MQTT 协议驱动与 Agent Worker 网关

`dsh-mqtt` 是由 UllrAI 维护的 MIT 许可插件,旨在将 DeepSeek Harness(DSH)进程转换为可通过 MQTT 访问的 Worker 网关。它支持 MQTT 3.1.1/5 协议,提供 TCP、TLS 及 WebSocket 连接,具备 Broker 认证、持久会话、重连及 Last Will 等能力。核心功能包括 Node 级控制命令(提交、引导、注入、取消)、规范化的事件与状态输出、QoS 1 去重、中断恢复及受控工作区别名。该插件属于长期运行类型,非单次模型工具。启用需 Node.js v22+ 环境,通过 npm 安装至 DSH Profile,配置绝

Read More
dsh-deepseek-pet:在 DSH Web 中嵌入 DeepSeek 蓝色小鲸鱼桌宠

dsh-deepseek-pet 是 DSH Web 的一个轻量级插件,旨在解决页面缺乏直观交互反馈对象的问题。该插件在页面右下角嵌入一只可互动的 DeepSeek 蓝色小鲸鱼桌宠,支持拖拽、呼吸摇摆动画及位置记忆。其核心功能包括桌面互动与模型联动:用户可通过单击、双击、长按、悬停或右键菜单与桌宠进行多样化互动;Agent 可调用 `pet_say` 工具触发桌宠说话,并在对话开始(思考)和结束(庆祝)时同步状态。安装前需确保已安装 DSH 和 pnpm,通过克隆仓库、执行 `build.ps1` 构建生成 `client.js`,最后使用 `dsh plugin` 命令安装并重启 DSH W

Read More
dsh-agent-arena:DeepSeek Harness 多 AI 协作与决策插件

dsh-agent-arena 是 DeepSeek Harness (DSH) 的交互式多智能体协作插件,旨在解决多模型缺乏连续讨论和任务管理空间的问题。它将人类用户、多个 AI 角色和管理员纳入同一长期会话,支持持久化 AI 身份及模型配置。核心功能包括:支持 2-12 个 AI 参与的群聊,允许通过自然语言或@符号控制发言与任务分配;提供任务板以追踪工作状态;通过决策板结构化比较多方案的理由、风险与信心;利用成果库登记文件、链接等产出,并支持人工验收或驳回;设有协作控制台监控 AI 运行状态及工具调用;采用文件原子锁定防止多 AI 并发编辑冲突。插件支持渠道限流、自动接话控制及按对话隔离

Read More
dsh-dynplugin-manager:DSH 动态插件的安装、加载与生命周期管理

`dsh-dynplugin-manager` 是一个基于 MIT 协议的 DSH 动态插件管理插件,旨在解决动态插件加载分散、操作复杂的问题。它通过统一设置页、安装对话框和 Slash 命令,提供对 runner 会话级加载和 loader 持久挂载两类插件的全生命周期管理。核心功能包括自动发现本地及 Profile 目录下的插件,支持从本地目录、GitHub 仓库或 npm 包进行安装(支持 monorepo 及缓存机制),并提供 `/dynload` 自动路由加载、`/dynunmount` 停用及 `/dynuninstall` 完全移除等操作。插件采用验证前持久化机制以确保配置安全。

Read More
PianpianUI:DSH 聊天主页面半透明背景插件

PianpianUI 是 DeepSeek Harness (DSH) Web UI 的插件,用于在聊天主页面添加林翩翩半透明背景,同时确保侧边栏、输入框及聊天内容清晰可读。该插件由 tdyangbo 维护,采用 MIT 许可证。其核心功能包括在右下角提供 UI 调节按钮,支持调整背景透明度(Opacity)和深度(Depth),并可一键恢复默认设置;调节结果保存在当前浏览器中,刷新页面后依然保留,且在非聊天页面会自动隐藏调节按钮。安装可通过 Git 或本地文件路径执行 dsh plugin 命令,随后启动 dsh web 即可生效,必要时需强制刷新浏览器。插件支持更新与停用操作,建议用户仅从

Read More
dsh-message-navigator:DeepSeek Harness 网页聊天界面的消息导航条

dsh-message-navigator 是 TableRogue 开发的 DSH 客户端插件,旨在优化网页聊天界面的长对话体验。该插件在界面右侧添加垂直消息索引,将用户输入映射为可点击的 Marker。用户可通过点击 Marker 平滑跳转至特定消息,滚动时 Marker 会实时高亮当前阅读位置。其核心特性包括:采用纯算术计算实现无重渲染的滚动同步;通过 data-chat-flow-key 稳定标识消息,确保在消息增删或会话切换时索引自动重建且定位准确;AI 流式输出期间不生成 Marker,仅在消息稳定后加入索引。此外,插件支持 Hover 预览,具备响应式设计,在窄窗口下自动隐藏 T

Read More
dsh-vision-android:DeepSeek Harness 视觉理解与 Android UI 自动化插件

dsh-vision-android 是一款基于 DeepSeek Harness 的插件,旨在为智能体提供多模态视觉理解与 Android UI 自动化能力。该插件集成 11 个工具,主要解决两大需求:一是将本地截图或图片发送给视觉模型进行分析;二是通过 ADB 在 Android 设备上执行真实的点击、滑动、输入及按键操作。 核心功能分为视觉理解(如 `vision_ask`、`mobile_look`、截屏等)和 UI 自动化(如 `mobile_tap`、`mobile_swipe`、文本输入、APK 安装、应用启动等)。使用时,智能体可形成“截图分析 → 定位元素 → 执行操作 →

Read More
dsh-collaboration:DeepSeek Harness 多智能体协作插件

dsh-collaboration 是面向 DeepSeek Harness 的开源多智能体协作插件套件(MIT 许可),旨在解决任务拆分、模型对比及视觉接入痛点。核心功能包括:通过 Specialist Roster 和 Team Console(team_call、team_message 等工具)实现专家实例的按需调度与状态管理;利用 model_compare 工具对同一 Prompt 的多模型输出进行并排比较;通过 Vision Bridge 将图像分析结果转译为文本,使文本主代理能处理多模态任务;以及 Image Inbox 功能,支持在会话中粘贴图像并生成工作区文件路径。该插件不

Read More
dsh-token-activity:在 DeepSeek Harness 中查看最近 365 天 Token 消耗

snownightt/dsh-token-activity 是一款面向 DeepSeek Harness(DSH)的 MIT 许可第三方插件,旨在解决模型调用记录分散在会话日志中、难以统计历史 Token 消耗的问题。该插件在 DSH Web 界面的设置中新增“使用量”导航,展示累计 Token 与峰值 Token,并以热力图形式呈现最近 365 天的每日 Token 消耗。用户悬停特定日期即可查看当日总量及各模型的具体用量,支持历史会话自动回填且单会话失败不影响整体统计。安装需通过 npm 命令添加插件包并重启 Web 服务,适合开发者快速查看本地会话日志中的用量趋势。需注意,该插件数据基于

Read More
dsh-suggest:DSH 会话里的可点击后续问题插件

`dsh-suggest` 是由 `shaoeric` 维护、采用 MIT 许可证的 DeepSeek Harness(DSH)插件,旨在解决 Agent 会话中手动输入后续问题的问题。其核心功能是在 Agent 每轮回答完成后,基于最近 3 条用户消息自动生成 3 个可点击、可编辑的推荐后续问题。用户可直接点击提交以开启新一轮回答,或悬停编辑后再发送。插件优先调用同 provider 的 flash 模型(关闭思考),失败则回退至原模型,并具备缓存、骨架占位、失败重试及明暗模式自适应等特性,且仅显示最新一轮推荐。 该插件提供两种安装形态:正式插件(持久化,适合长期使用,需通过 `file:`

Read More
AgentAstra:面向 DeepSeek Harness 的空间化对话与轨迹可视化插件

AgentAstra 是 DeepSeek Harness 的一个实验性客户端插件,旨在将 Agent 运行过程投影为可穿行的空间化视图,替代传统的线性消息流展示。该插件通过语义时间、因果通道和信息层级三个维度,直观呈现用户提示、Agent 回复、工具调用、子 Agent 委派、文件读写及外部资源访问等关键节点及其因果触发关系。 核心功能包括:将对话内容展示为可阅读卡片,支持键盘导航、时间条拖动及节点聚焦交互;允许将精确文件快照直接拖拽至聊天框草稿;视图与当前会话绑定,卸载时自动释放 WebGL 资源,且在 WebGL 不可用时提供文本回退方案。 安装需使用 `dsh plugin` 命令添加

Read More
pinch-eng/dsh-audio-dub:DSH 配音插件

`pinch-eng/dsh-audio-dub` 是 DeepSeek Harness (DSH) 的配音插件,旨在简化视频和音频的翻译配音流程。该插件支持在保留原说话人声音(AI 语音克隆)的前提下,将媒体内容翻译为十种目标语言(如中、英、日等)。其核心工具包括 `dub_media`(提交任务,支持本地路径或直连 URL)、`dub_status`(查询状态)和 `dub_languages`(查询语言)。 用户通过设置 `PINCH_API_KEY` 并安装插件即可在 DSH 工作流中调用。服务按媒体时长计费(0.50 美元/分钟),单文件限制为 60 分钟或 2 GB,下载链接有效期

Read More
dsh-prompt-library:在 DSH 聊天栏管理、优化和复用 Prompt

dsh-prompt-library 是 DSH 的提示词库插件,旨在解决 prompt 分散、复用难及人设漂移问题。它支持提示词标题、正文及标签的集中管理,具备搜索、统计和批量导入导出功能。用户可在聊天栏通过 `#` 快速调用提示词,支持追加、替换或填充模板变量后发送,并提供 AI 一键优化文本功能。插件通过 `SOUL.md` 约束 AI 身份与语气,支持将提示词批量生成为 DSH Skills 以便后续触发。此外,它具备自动学习输入内容并精炼标签摘要的能力。数据存储于本地 SQLite 数据库,安装命令为 `dsh plugin --profile web add @sunjuntao/

Read More
dsh-autoload-history:打开会话自动加载全部历史消息

dsh-autoload-history 是一款由 magicOF2 开发并采用 MIT 许可证的 DSH 插件,旨在解决 DSH Web 中长会话需手动反复点击“加载更早”才能查看完整历史的问题。该插件核心功能是在打开会话后自动逐页加载历史消息(每页 50 条),直至全部就绪。它支持会话切换自动跟随,不打断正常聊天,且挂载于官方槽位,无可见 UI 痕迹。插件具备防呆机制,连续 3 页无进展即停止,避免死循环。 安装方式包括从 GitHub 源码或 npm 添加预构建包,安装后自动生效。用户可通过 localStorage 设置临时停用或限制最大翻页数(如设为 20 页约 1000 条消息)。

Read More
dsh-sidebar-buttons:管理 DSH 左侧栏底部按钮的插件

`lywusichen/dsh-sidebar-buttons` 是一个专为 DeepSeek Harness (DSH) 客户端设计的 MIT 许可证插件,旨在解决多插件接入时侧栏底部按钮顺序混乱、高度不一及显隐管理不便的问题。该插件仅在 Web 客户端运行,不修改 DSH 核心代码,卸载后即可恢复原状。 其核心功能包括:1. **拖拽排序**,在设置页调整按钮顺序并即时生效;2. **三种显隐模式**,支持固定显示(Show)、折叠至 More 菜单(Fold into More)及完全隐藏(Hide),便于管理不常用功能;3. **高度统一**,可选统一高度、保留原始高度或自定义高度,确

Read More
dsh-vision-bridge:为无视觉主模型接入 DSH 会话图片

dsh-vision-bridge 是一款 DeepSeek Harness(DSH)插件,旨在解决无视觉能力主模型(如 deepseek-v4-pro)无法处理用户图片的问题。该插件通过调用外部视觉接口,在模型请求组装阶段将图片自动转换为文字描述,主模型仅接收文本,从而保留用户消息中的图片缩略图并实现内容理解。插件提供 view_image 工具,支持本地路径、URL及 data URL。它不内置视觉服务商,需显式配置 OpenAI、xAI Grok 等接口及密钥。安装支持 npm 命令或 GitHub 仓库一键脚本(install.ps1),也支持手动配置。核心流程包括复制文件、登记插件、

Read More
dsh-profile-panel:DSH 插件状态面板与 profile 运维控制台

dsh-profile-panel 是 lingxin-maz 开发的 DSH 插件运维控制台,旨在集中管理 profile、bundle 状态及插件安装。它整合了状态观察、变更管理与 Agent 化操作,支持一键重启、多 profile 同步安装、供应链版本预览、安装快照与自动回滚、健康检查及跨 profile 版本 diff 等功能。插件通过 SSE 实时检测待重启状态,并提供 `profile_status`、`profile_sync_install` 等 Agent 工具,支持市场搜索及 GitHub 直装。 该插件需 Node 18+ 环境,依赖 `@deepseek-ai/cor

Read More
LeemanCheung/dsh-agent-preset-recommender:DeepSeek Harness 的本地活动扫描与预设建议插件

LeemanCheung/dsh-agent-preset-recommender 是一款面向 DeepSeek Harness (DSH) 的隐私安全本地插件,旨在通过分析 Codex、Claude Code、CodeBuddy 和 WorkBuddy 的本地元数据,基于确定性规则推荐 `minimal` 或 `standard` 预设及可选能力(如 delegation、workflow 等)。该插件采用 MIT 许可证,要求 Node.js >=20,核心特点是不调用 LLM、不执行命令、不发起网络请求、不修改配置且不持久化敏感数据(如 prompts、secrets),仅生成有界、可复

Read More
dsh-codex-workflow:让 Codex 规划评审,DSH 负责执行

`dsh-codex-workflow` 是 DeepSeek Harness (DSH) 生态下的一个插件,旨在明确 Codex 与 DSH 的职责边界:Codex 仅负责只读的计划制定与代码评审,而 DSH 保持唯一执行者角色。该插件通过持久的 SQLite 桥接,将 Codex 生成的计划精准投递至实时的 DSH 会话中执行,并将评审意见追加至工作流任务。核心功能包括 Codex-led 桥接、DSH 自主启动复杂任务流程,以及基于后端 CLI 的评审权限对齐机制。在发生冲突时,系统不会覆盖最新评审或进入修复阶段,确保流程稳定。插件要求 DSH 0.1.0-rc.6 及以上版本、特定 N

Read More
dsh-memory:基于 DSH 会话日志的带引用记忆

`dsh-memory` 是一款基于 DeepSeek Harness (DSH) 的插件,旨在解决智能体多轮会话中记忆失真及溯源困难的问题。它依托 DSH 的无损会话日志,在会话结束后通过后台蒸馏将持久事实转化为人类可审计的 Markdown 记忆文件,并存储于 `~/.dsh/memory` 目录下。核心优势在于每条记忆均附带引用(Citation),可精确追溯至原始会话日志事件,支持通过 `memory_read` 读取内容及 `memory_expand` 查看原始摘录。该插件提供紧凑的 Recall Index 以优化 Token 使用,并支持 `user`、`project`、`f

Read More
dsh-recap:为 DSH 会话生成逐请求回顾链

dsh-recap 是 DeepSeek Harness(DSH)的会话回顾插件,用于将每次模型请求的新增数据总结为一句话,按时间顺序追加成回顾链,帮助开发者快速查看会话执行细节。该插件监听 session/event 生成总结,结果持久化在插件自有文件(~/.dsh/recap/sessions/<sessionId>.jsonl),不向会话日志写入或注入消息,对主会话零干扰。核心特性包括:利用前缀缓存优化生成效率、支持独立配置 provider 与 model、默认关闭思考模式(reasoningEffort: off,不支持时自动降级)、提供 RESTful HTTP API(list、

Read More
dsh-session-header:给 DSH 的 LLM 请求带上会话头

`dsh-session-header` 是一个 DeepSeek Harness 插件,由 homily707 维护,采用 MIT 许可证。其核心功能是在 DSH 发出的 LLM provider 请求中自动注入 `x-session-id` HTTP header,用于在模型网关、代理或审计链路中按会话识别路由。该值默认取自当前调用的 `GenerateOptions.sessionId`(去除 `session-` 前缀),支持通过 `AsyncLocalStorage` 在并发会话中准确解析,且不覆盖已存在的同名 header。插件通过 patch `globalThis.fetch`

Read More
dsh-session-toolkit:把会话身份、提示词、自动恢复与 Web 重启等 DSH 本地插件合并安装

dsh-session-toolkit 是面向 DeepSeek Harness 的整合插件工具包(当前版本 0.1.4,MIT 协议),旨在将身份、提示词、恢复、重启、日志及会话间消息等六个本地插件能力合并为单一安装包,以降低开发者单独配置和维护的成本。其核心功能包括:可配置的会话身份管理;全局与工作区提示词注入,支持按工作目录前缀及最长路径匹配;动态引用文件,失败时自动跳过并报告原因;会话自动恢复,限制并发为 3 且隔离失败项;无需 UAC 提权的 Web 服务重启;以及会话间消息发送与列表查看工具。该插件以 dsh.bundle.patch 形式发布,需通过 dsh plugin add

Read More
dsh-tool-eyes:为 DeepSeek Harness 增加本地视觉工具

`dsh-tool-eyes` 是 DeepSeek Harness (DSH) 的本地视觉插件,旨在为 Windows 环境下的 DSH agent 提供屏幕阅读和图片描述能力。该插件基于 MIT 许可证,提供两个核心工具:`screen` 和 `ocr`。`screen` 工具通过调用本地 OpenAI 兼容视觉端点,对屏幕截图或指定图片进行文字描述,支持指向本地模型以实现数据不出本机,降低隐私风险。`ocr` 工具则利用 Windows 内置 OCR 引擎,完全本地、无网络地逐字提取屏幕或图片中的文本,无需 GPU 或云端支持。 安装需满足 Windows 10/11、Node.js >

Read More
`@dpskh/tool-rewind`:为 DeepSeek Harness 折叠探索过程

@`dpskh/tool-rewind` 是 DeepSeek Harness (DSH) 的插件,旨在解决智能体探索产生的中间步骤占用上下文的问题。该插件与 `@dpskh/tool-checkpoint` 配合,在保留持久化日志审计的前提下,将最近一个检查点标记后的探索过程折叠为自动生成报告。 其核心机制是读取最新检查点,通过 LLM 生成报告,并利用 `surfaceOp: replace` 机制替换表面会话内容,使后续请求仅基于报告继续,从而释放上下文空间。服务调用通过 `ctx.rewind.rewind` 完成,具备严格的错误处理机制,失败时不写入任何内容并抛出分类错误。报告生成支

Read More
dsh-profile-lock-proof:为 DSH profile 依赖提供内容寻址一致性证明

dsh-profile-lock-proof 是 DSH 的一个插件,用于生成机器可读的证明,验证 profile 依赖声明、pnpm lock 导入器、已安装包 manifest 及 dsh.bundle.patch 之间的一致性。它不执行包、不联网、不修改 profile,也不返回敏感内容,仅检查一致性边界。插件要求 Node.js >=22,MIT 许可,当前版本 0.2.0。其输入采用 fail closed 策略,仅接受 workspace 内的常规文件,路径越界、符号链接或内容哈希不匹配均会导致失败。输出包含身份、分类、哈希、状态等信息,并原子写入指定目录。提供 CLI 命令 in

Read More
Maestro Skills:为 DSH 与多类 AI 编码代理打包的统一技能插件

`ddtcorex/maestro-skills` 是一个统一技能库,将 31 个技能打包为适用于 DeepSeek Harness (DSH)、Claude Code、Codex CLI 等多平台的通用插件。该插件包含 17 个领域技能(覆盖 Magento 2、Laravel、Symfony、WordPress 及通用 PHP,基于 Govard 环境)和 14 个流程技能(源自 `obra/superpowers` v6.3.0,涵盖头脑风暴、TDD、调试等,遵循 MIT 协议)。 在 DSH 中,用户通过命令 `dsh plugin --profile web add github:d

Read More
dsh-image-pathify:让不能看图的 DSH 模型处理聊天图片

dsh-image-pathify 是面向 DeepSeek Harness (DSH) Web 的 MIT 许可插件,旨在解决无法直接处理图片的模型(如 deepseek-v4)对聊天图片的理解需求。该插件通过在消息发送前将图片替换为本地文件路径,促使模型调用内置的 `analyze_image` 工具,利用配置的 OpenAI 兼容视觉 API 获取文字描述。它能支持多图一次性传入,且对已支持识图的模型保持原有行为,不暴露相关工具。 安装只需执行 `dsh plugin add dsh-image-pathify` 并启动 Web 端,随后在设置页配置 API 密钥、识图模型及接口地址即可

Read More
dsh-my-go:基于 DSH 的 Sisyphus 多智能体编排插件

dsh-my-go 是一款构建在 DeepSeek Harness (DSH) 之上的智能体编排系统,采用 MIT 许可证。该系统通过 Sisyphus 调度器统一管理 7 个专业子智能体(如 Hermes、Oracle 等),采用星型拓扑结构,确保同一时段仅有一个子智能体运行。其核心能力包括按工种灵活配置 provider、model 和 reasoningEffort,支持基于北京时间的错峰路由以优化资源使用,并提供 go_work 等通信工具及 Sisyphus 质检机制。模型配置在派发前经校验,若不存在则回落至父会话路由。系统提供 WebUI 设置页与树状图面板,便于可视化管理。安装需

Read More
dsh-ssh-remote:面向 DSH 的 OpenSSH 远程工作区插件

dsh-ssh-remote 是一款由 CrazyShout 开发的 DeepSeek Harness (DSH) 插件,旨在解决远程机器文件、Shell 及终端操作的需求。其核心优势在于复用本机 OpenSSH 配置,避免重复维护认证与代理策略,同时为 DSH 提供稳定的远端执行边界。 该插件支持从本地 `~/.ssh/config` 发现具体 Host,通过标准界面添加远端工作区。它利用版本化 helper 处理远端文件读写(具备原子发布、版本复核等安全机制)、Shell 执行(支持有界输出、断线重连)及终端操作,并在 Linux 上通过 bubblewrap 实现进程与 PTY 隔离。安

Read More
dsh-codex-meter:DSH Settings → Usage 里的 DeepSeek API 用量页

dsh-codex-meter 是一款由 ChrisZhangWG 维护的 MIT 许可 DSH 插件,旨在将 DeepSeek API 的用量信息集成至 DSH 的 `Settings → Usage` 页面,减少用户切换平台的频率。该插件提供账户余额、今日消费、Token 构成分析、7 天及月度费用趋势以及实时 API 活跃状态(Active/Idle)的本地可视化展示。 其核心功能包括:通过 `DEEPSEEK_API_KEY` 读取余额,利用 `DEEPSEEK_PLATFORM_TOKEN` 获取官方今日消费与趋势数据;若 Token 失效,则自动降级为本地估算。插件具备 7 天的用

Read More
dsh-ui-container:DeepSeek Harness 的 UI 容器与远程投影插件

`dsh-ui-container` 是一个基于 DeepSeek Harness (DSH) 的浏览器插件,旨在解决插件间前端协作的边界控制难题。它通过提供可复用的 UI 表面容器和小型远程协议,实现跨前端的能力共享,核心机制是传输 JSON 兼容的文档快照及变更通知,而非直接传输 React 元素、DOM 节点或 Cordis service 对象。该插件支持 `MessagePort` 跨进程通道和 WebSocket 网络通道,采用 JSON-RPC 2.0 协议,并在握手阶段协商文档投影、订阅及表面命令等能力。适用场景包括在 Worker、iframe bridge 或独立前端中复用

Read More
@blue-a11y/dsh-client-shortcuts:dsh web GUI 的全局快捷键插件

`@blue-a11y/dsh-client-shortcuts` 是 DeepSeek Harness web GUI 的浏览器端增强插件,旨在通过全局键盘快捷键替代频繁的鼠标操作,提升效率。该插件运行于浏览器侧,核心服务 `ShortcutRegistry` 负责监听捕获阶段键盘事件并分发至UI动作,支持聚焦输入框、新建/切换会话、切换侧栏与详情面板、调整主题及滚动对话等功能。插件提供设置页,允许用户录制、重置组合键,并自动检测冲突及拦截浏览器保留组合键。需注意,改键仅在当前会话有效,刷新页面后恢复默认;焦点在输入框时默认放行键盘事件以保护正常输入。安装需先配置 DSH 环境,通过 `ds

Read More
dsh-balance-monitor:在 DSH 侧边栏显示当前渠道余额与用量

dsh-balance-monitor 是一款适用于 DeepSeek Harness (DSH) 的极简侧边栏插件,旨在实时显示当前会话渠道的余额或用量。该插件支持多种渠道:DeepSeek 官方渠道展示余额及今日、7日、30日花费;火山方舟渠道显示 Agent Plan 套餐额度进度;Command Code 渠道展示用量窗口。它具备渠道自动识别、60秒轮询刷新、异常数据标记及紧凑折叠模式等功能。 安装通过 `dsh plugin` 命令从 GitHub 或 npm 完成,重启 Web UI 即可生效。使用需配置相应凭证,如 DeepSeek 的 `API_KEY` 和 `PLATFORM

Read More
chicheng-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 More
dsh-nailong-desktop-pet:DeepSeek Harness 的奶龙桌面宠物插件

dsh-nailong-desktop-pet 是一款面向 DeepSeek Harness 的非官方桌面宠物社区插件,由开发者 2002yxy 以 MIT 协议发布,目前处于早期 Alpha 阶段。该插件旨在提供轻量级桌面陪伴并直观展示任务状态,将 Harness 的等待、运行、未读或空闲状态映射为宠物动画。 在 macOS 上,插件启动透明无边框的原生 AppKit companion,支持跨应用和 Spaces 移动、拖拽及点击激活 Harness;其他平台则回退至 Harness 窗口内显示。插件内置 Nailong 及另外四个预设角色,每个角色包含九个语义状态和 57 个活动帧,支持

Read More
dsh-mysql:为 DSH 添加 MySQL 连接与受控数据库工具

dsh-mysql 是面向 DeepSeek Harness (DSH) 的 Web profile 插件,旨在解决 MySQL 连接配置分散、会话误选及权限边界不清的问题。该插件采用 MIT 许可证,无需修改 Agent 预设即可全局注册工具。其核心功能包括:提供设置页以管理多套 MySQL 连接,支持添加、编辑、删除及测试;在输入框旁提供按会话切换的数据库选择器,确保会话间连接选择互不干扰;以及提供三个受控工具:mysql_tables 用于发现表结构,mysql_query 用于执行查询(限 2000 行),mysql_execute 用于受控写操作。插件默认只读,写权限需针对每条连接显

Read More
dsh-pixel-ui:DeepSeek Harness 像素皮肤插件

dsh-pixel-ui 是 DSH 生态中由 zhang66633 维护的外观插件,旨在将 Web GUI 重皮肤为像素 RPG 风格,遵循“一切皆插件”理念,不新增核心功能。该插件提供“像素·木屋”、“像素·羊皮纸”、“像素·暖阳”和“像素·终端绿”四种主题,支持一键切换回现代默认 UI。视觉上采用 fusion-pixel 和 Press Start 2P 字体,并具备阶梯硬阴影、8-bit 按钮、CRT 扫描线等复古特效。用户选择通过浏览器 localStorage 记忆,默认主题为 pixel-wood。安装需在 dsh 终端执行 dsh plugin add dsh-pixel-u

Read More
dsh-voice-mic:为 DSH Web GUI 增加语音输入

`dsh-voice-mic` 是 DSH Web GUI 的语音输入插件,旨在简化长文本或代码的输入流程。它提供麦克风按钮及 `Alt+V` 快捷键,支持录音实时转写并写入输入框草稿,但不自动发送消息,确保用户确认内容。 插件支持三种识别引擎:一是基于 Web Speech API 的浏览器内置识别,适合快速试用;二是本地离线后端,支持 SenseVoiceSmall 和 Paraformer 模型,默认绑定 `127.0.0.1:7860`,确保音频不出本机,需 Python 3.9+ 环境;三是云端 API,兼容 OpenAI 接口,实时转写会产生相应费用。 安装需 DSH 0.1.0-

Read More
oh-my-deepseek-harness:DSH 多代理编排插件

oh-my-deepseek-harness 是面向 DeepSeek Harness 的多代理编排插件,由 YYTbit 维护,MIT 许可,当前版本 0.1.2。其核心定位是将代码扫描、方案设计、实现修改、审查与修复等任务组织为协作流程。该插件提供 Explorer、Architect、Implementer、Reviewer、Debugger 五个专门代理,以及 Autopilot、Deepwork、Review、Reflect 四项工作流技能,并支持 Preset 系统以切换模型配置,具备并行执行与依赖跟踪的任务编排能力。 用户可在现有 DSH profile 中通过 `dsh plu

Read More
AgentSoul:DeepSeek Harness 的本地人格与长期记忆插件

AgentSoul 是 DeepSeek Harness 的本地插件,旨在为 Agent 提供稳定的人格、身份、状态及长期记忆层。该插件以 bundle 形式安装,启动时自动全局加载,要求 Node.js >=22.5.0,采用 MIT 许可证。其核心能力包括支持 SOUL、IDENTITY、USER、STATE 四层人格文件(具备写入保护),以及基于 SQLite 的本地长期记忆与蒸馏机制,当 SQLite 不可用时自动降级为 JSON 存储。插件具备异常隔离特性,确保自身故障不阻断主 Agent 循环,并注册了状态查看、记忆搜索和手动蒸馏等 6 个模型可见管理工具。安装通过 `dsh pl

Read More
DeepSeek Harness MCP 服务与技能管理器 @xxxyz/dsh-mcp-manager

@xxxyz/dsh-mcp-manager 是 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在集中管理 MCP 服务器与 Skills。它通过 Web 设置页展示 MCP 服务器列表、连接状态、Loader 阶段及工具数量,支持新增、删除、启用、停用、重启服务器,以及 JSON 配置导入导出。配置持久化至项目或全局 `cordis.patch.yml`,确保重启后保留。插件还提供 Skills 管理界面,允许按来源浏览、搜索并一键切换技能状态。此外,它暴露 HTTP API (`POST /dsh-mcp-manager/api`) 供脚本自动化操作,并注册 4

Read More
dsh-craft-your-textbook:把教材 PDF 加工成 AI 教学蓝本的 DSH 插件

dsh-craft-your-textbook 是 DeepSeek Harness (dsh) 的一个 MIT 许可证插件包,旨在将教材 PDF 转化为“AI 教学蓝本”。该工具提供包含六个阶段的自动化流水线,全程支持中文且无需深厚技术背景。核心流程包括:上传并解析多类型教学材料(如学生用书、考纲等),生成知识地图与章节架构;在关键方案处设置“拍板”关卡,确保人工控制权;生成最佳范例章供逐行审校与对比;由多角色 AI 协同完成剩余章节编写,支持逐章预览与修改;最终进行全章过目及定点修改、回退操作。 安装需先确保 dsh 环境就绪,运行 `npx dsh-craft-your-textbook

Read More
dsh-writing-remote:DSH 写作面板的 host 侧数据通道

dsh-writing-remote 是 DSH 写作生态中的 host 侧数据通道插件,旨在连接运行在 host 侧的 `dsh-tool-writing` 引擎与运行在客户端的 `dsh-client-ui-writing` 面板。它通过 Typert 协议将引擎能力适配为 Remote 方法,确保仅向客户端暴露只读数据及编排触发接口,而将生成能力和完整写操作保留在 host 侧,避免安全风险。 该插件核心功能包括数据读取和编排触发。数据读取涵盖项目索引、状态、章节列表、正文预览、设定浏览、项目与书库检索、演化版本链及多线叙事线索图谱等;编排触发则提供章末自动编排(摘要、抽取等)及非破坏式

Read More
dsh-autogate:DSH 自动审批插件

dsh-autogate 是 DeepSeek Harness 自动审批插件,旨在减少 DSH Auto 会话中的人工审批,同时保留 `workspace-write` 沙箱边界。它采用分层决策机制:L0 层通过确定性规则零成本判断只读、工作区编辑等常规操作;L1 层利用 LLM 对语义危险操作进行安全审批;L2 层提供人工兜底,其中半自动模式(auto-ask)保留人工弹窗,全自动模式(auto)则以 LLM 裁决为最终决定。 插件采用 fail-closed 策略,异常或超时时默认拒绝,并通过输入脱敏和标签隔离防御提示词注入,但此类防御属软性措施,无法彻底消除风险。审批轨迹仅在进程内存中保

Read More
dsh-webfetch:给 DSH 增加只读网页读取能力

dsh-webfetch 是 DeepSeek Harness (DSH) 的只读网页读取插件,支持在 Node >=20 环境下零依赖运行。该插件提供四项核心工具:`web_fetch` 用于抓取 http/https 页面并提取 Markdown 或纯文本正文;`web_links` 用于收集并去重页面绝对链接;`web_feed` 用于解析 RSS 2.0 / Atom 订阅源的结构化条目;`web_headers` 用于在不下载正文的情况下检查 HTTP 状态码、响应头及重定向链。 在安全性与限制方面,插件仅支持 http/https 协议,拒绝 file、ftp 等地址,且不发送凭证

Read More
dsh-minecraft-ui:Minecraft 风格的 DeepSeek Harness Agent 工作空间

dsh-minecraft-ui 是由 TFboy1 维护的 DSH 客户端插件(MIT 许可),旨在将 DeepSeek Harness 的运行状态转化为可游玩的 Minecraft 风格体素 Agent 工作空间。该插件挂载于官方 shell.overlay,保留原生 Workspace、Session 等核心对象,并将其视觉化为“模型箱”、“附魔台”等语义设施。其中,运行中的 Session 显示为“工作小狗”,通过状态牌和 Tool Call 引导用户操作,右击小狗即可切换会话并打开原生工作台。 核心功能包括支持移动、挖掘、放置方块的第一人称体素世界,以及状态持久化。安全方面,社区插件

Read More
syy-shark/dsh-music-plugin:给 DeepSeek Harness 加本地音乐开关

dsh-music-plugin 是面向 DeepSeek Harness (DSH) 的本地音乐控制插件,版本 0.1.0,采用 MIT 许可。它允许 Agent 直接操作本机文件夹中的音频文件,实现搜索、播放、暂停、继续、切歌及状态查询。核心功能包括通过 `music_search` 等工具调用控制音频,支持队列播放,优先使用 mpv 或 afplay 后端,并允许其他 DSH 插件通过 `ctx.music` 复用其能力。 使用需先将歌曲放入本地目录(默认 ~/Music),通过 `npx` 命令安装插件(需指定本地路径),启动 DSH Web 后即可在网页端查看歌单并进行基础控制,或直

Read More
dsh-dingtalk:DeepSeek Harness 钉钉群单向通知插件

dsh-dingtalk 是一个面向 DeepSeek Harness 的社区插件,旨在简化 agent 任务完成后向钉钉群发送通知的过程。该插件基于纯 Node.js 实现,无运行时依赖,支持 Windows、macOS 和 Linux 全平台。它封装了钉钉自定义机器人 Webhook,提供 `dingtalk_notify`(发送 Markdown 消息)和 `dingtalk_text`(发送纯文本消息)两个工具,并支持加签安全模式。 用户可通过 `dsh plugin` 命令安装,并在 `cordis.patch.yml` 中配置 `webhook`、`secret` 和 `timeo

Read More
dsh-memoryhub:为 DeepSeek Harness 接入 MemoryHub 项目记忆

dsh-memoryhub 是 DeepSeek Harness (dsh) 的 MIT 许可证插件,旨在解决项目记忆跨会话使用的问题。它将 MemoryHub 维护的 `.memoryhub/` checkpoint 记忆接入 dsh 会话,并支持双向数据同步:会话启动时自动加载 checkpoint 记忆,同时允许通过 `mh_save` 将当前会话回存至 MemoryHub。 插件注册了六个核心工具(如 `mh_load`、`mh_save`、`mh_status` 等)及 `mh` workflow skill,并在 Web UI 中提供 Memory tab 以可视化查看 check

Read More
DeepSeek-harness-lark:为 DeepSeek Harness 接入飞书与 Lark 的文本、图片和文件渠道

sliverp/DeepSeek-harness-lark 是一个基于 MIT 许可证的 DeepSeek Harness 渠道插件,旨在无需公网回调服务器的情况下,通过官方 WebSocket 传输将飞书及国际版 Lark 接入 DSH 生态。该插件支持处理文本、富文本、图片和普通文件,并能维护持久且隔离的会话。核心功能包括:自动重连的 WebSocket 传输;支持文件下载至工作区及回复时发送文件;集成 Harness 斜杠命令(如 `/new`、`/approve`)以实现会话管理、工具审批及状态检查。配置需使用 Node.js 22.19+ 及 DSH 0.1.0-rc.7+,需在飞书

Read More
DSH Plugin Store:DeepSeek Harness 的社区插件发现与安装

DSH Plugin Store 是 SandbaseAI 开发的 DeepSeek Harness 原生插件市场,旨在解决插件发现困难、需手动搜索 GitHub 及安装复杂的问题。当前版本为 v0.1.0-preview.5,基于 MIT 许可。该工具将 DSH Plugin Leaderboard 目录数据接入 DSH Web 设置,让用户无需离开界面即可浏览、筛选和安装超过 4,000 个社区插件。核心功能包括按名称、标签、排名等多维度搜索与排序,支持原生 Store UI 的 Community 和 Installed 视图,并提供 store_search、store_catalog

Read More
DSH Marketplace:DeepSeek Harness 的社区 Marketplace 插件

DSH Marketplace 是由 ouyangyipeng 维护的非官方社区插件,旨在将 GitHub `topic:dsh-plugin` 的实时社区仓库集成至 DeepSeek Harness,支持插件的发现、搜索、检查、安装、更新及卸载。在 DS-Harness Desktop v0.2.0 中内置离线版本;标准 Web profile 需 Node.js v22.19.0+ 及 pnpm,通过 `dsh plugin add` 命令安装。该插件提供 Bootstrap、Catalog、Install 和 Remove 等 HTTP API,写接口仅限同源 loopback 并需进程

Read More
dsh-file-uploads:在 DeepSeek Harness Web 中上传任意本地文件

`dsh-file-uploads` 是一款针对 DeepSeek Harness Web 界面的 MIT 许可插件,旨在突破当前仅支持光栅图像附件的限制。该插件允许用户上传任意本地文件,并在消息提交时通过内置序列化器将文件路径以模型可读的绝对路径形式附加到提示词中,而不干扰文本编辑器内容。它兼容 DeepSeek Harness `0.1.0-rc.6` 及 Node.js 22+。 核心功能包括:支持多文件上传并在 Composer 上方以卡片展示;文件默认存储于 `$DSH_HOME/uploads` 目录,支持通过环境变量配置存储路径、单文件及总大小配额;提供防覆盖命名机制;在设置中提

Read More
long-draft-input: Displaying Attachment-Style Summary Cards on DSH Long Drafts

long-draft-input is a standalone MIT-licensed plugin for DeepSeek Harness (DSH) 0.1.0-rc.5, designed to optimize the long-draft input experience. When the draft in the input box exceeds a threshold (default 2,000 characters), the plugin collapses the draft into an attachment-style summary card showing a first-line preview, character count, and line count, while expanding the send box upward; when below the threshold, the original behavior is preserved. The full text remains intact in `input.draft`, and submission still goes through the original `inputActions.submit()`, without altering draft state, message format, or the submission path. Users can add supplementary text in the collapsed state, click to restore the original text box for editing, or remove the long text and keep only the supplementary content. The plugin integrates via `conversation.input.d

Read More
dsh-diagram: Turn Articles from DSH Sessions into Editable Excalidraw Canvases

dsh-diagram is a DSH plugin maintained by hanzhangzzz, designed to convert article content from DeepSeek Harness sessions into editable Excalidraw canvases, addressing the need for visual organization beyond mere reading. The plugin runs in a web environment, features a built-in Excalidraw editor, and stores data independently in the DSH storage-domain without relying on external CDNs. Its core capabilities include creating seven types of diagrams—such as report dashboards, flowcharts, and architecture diagrams—via diagram_create based on semantic specifications, generating inline SVG previews; interactive editing through the Canvas tab, with support for autosave, version conflict protection, and draft recovery; and exporting to .excalidraw, SVG

Read More
dsh-sticky-disclosure: Collapse Expandable Blocks in DSH Web Sessions with One Click

`dsh-sticky-disclosure` is an MIT-licensed plugin for the DSH Web client, maintained by Han-1413141, designed to address the problem of accumulated collapsible blocks (such as Think, tool cards, command cards, etc.) during long sessions, which makes them difficult to manage. The plugin allows users to collapse all expanded blocks with a single click via a persistent button in the bottom-right corner of the chat area or a custom keyboard shortcut (default: Ctrl+Alt+C / ⌘⌥C), with a real-time counter displayed. When a block scrolls out of the viewport, its title is automatically pinned to the top for one-click collapsing. The plugin is implemented in pure DOM, does not modify application code, supports both dark and light themes, and automatically restores the original state after uninstallation. Installation requires Node.js ≥ 20 and a DSH environment; it takes effect after installation via a PowerShell script and a restart. Keyboard shortcut settings are saved

Read More
Managing Local Plugins Within the DeepSeek Harness Web GUI: dsh-plugin-manager

dsh-plugin-manager is a Web GUI plugin for DeepSeek Harness (DSH), developed by fuyao606, designed to visualize plugin management operations that originally required modifying configuration files and restarting services via the command line. It allows users to list, enable, disable, install, and uninstall plugins for the `web` profile directly within DSH's settings panel. By reading the `package.json` and `node_modules` states, the plugin enables differentiated management of user plugins versus built-in modules. Enabling or disabling operations are implemented by toggling the mounting state of `dsh.profile.bundles`; disabling merely stops loading without deleting files, while installing and uninstalling are performed by executing `pnpm add` or

Read More
dsh-peak-indicator: Display DeepSeek Peak/Off-Peak Pricing and Compress Long Sessions in DSH Web

dsh-peak-indicator is a client-side plugin for DSH Web, designed to optimize the long-session experience with DeepSeek. Its core features include: displaying a real-time badge in the session header indicating the current peak/off-peak period along with the actual cost of the current session and turn, with support for countdown display and unit price details; and automatically enabling the built-in compaction-basic feature, which folds earlier conversations into a summary when the context reaches a threshold (100,000 tokens by default) while retaining recent content, thereby reducing input costs for subsequent requests. The plugin is compatible with DeepSeek and other models that support compaction, requiring Node.js >=22.13.0 and DSH >=0.1.0-rc.7. Users can install it via a specific command and adjust the compaction threshold and peak/off-peak parameters in the settings. Note that the price table needs to be

Read More
DeepSeek Harness Antigravity OAuth Plugin: Integrating the Google Antigravity Gemini Provider in DSH Web

`eridani075/deepseek-harness-antigravity-oauth` is an MIT-licensed plugin for DeepSeek Harness (DSH) Web. It logs into Google Antigravity via Google OAuth and integrates the Gemini models within the account (such as `antigravity-gemini-3.7-flash`, etc.) into DSH as a native LLM Provider. The plugin supports text generation, thinking process, tool calling, streaming responses, and automatic token refresh, but does not support image/PDF input or multi-account rotation. Users need to download the tar package from GitHub Releases and run `

Read More
dsh-envsel: Selecting Python, R, and CLI Environments in DSH Sessions

DSH-EnVSel is a standalone plugin for DeepSeek Harness (DSH), maintained by beihzb, designed to address the need for binding different language environments to different sessions within the same DSH instance. The plugin provides independent environment slots for Python, R, and CLI tools, supporting selection from conda, standalone R installations, WSL distributions, or user-defined paths, with selections persisted to a local JSON file that remains effective after restarts. Users can read, assign, pin, or clear environment settings via the `/env` command in chat or the `session_env` model tool. The plugin exposes `DSH_ENV_PYTHON`, `DSH_ENV_RSCRIPT`, and `D` within shell invocations.

Read More
dsh-zh-hant-hk: Adding Hong Kong Traditional Chinese to DeepSeek Harness

dsh-zh-hant-hk is a DeepSeek Harness client plugin maintained by Argonaut790, designed to provide Hong Kong-style Traditional Chinese support for the Web interface. Without modifying the original Simplified Chinese and English strings, this plugin adds a "繁體中文" option to the language menu. When the active locale is set to zh-Hant, it automatically converts Simplified Chinese interface terms to Traditional Chinese and applies Hong Kong-style usage conventions (such as changing "會話" to "對話"), while also rewriting certain hardcoded English permission labels. The plugin wraps the locale.translate function to automatically override strings rendered through the locale service; for hardcoded Simplified Chinese strings in other plugins, it supports developers in marking them via window.__zhHantHk__.mark(

Read More
DSH-Approval-AI: AI-Assisted Response Plugin for DSH Approval Requests

dsh-approval-ai is a DSH plugin designed to provide AI-assisted evaluation for existing approval workflows, rather than creating new approval triggers. It handles approval/request events already sent by DSH through a unified `ctx.llm` routing, using the DeepSeek routing by default, and strictly limits the scope of data access, without accessing project files, credentials, or session history. The plugin supports three modes: `ai-only`, `ai-then-human`, and `human-only`, and automatically adopts a fail closed strategy in cases such as rejection, high risk, malformed formatting, or timeout to ensure safety. Users can check status, switch modes, and change Provider/models via the `/approval-ai` command.

Read More
dsh-kanban: A Kanban Plugin for Collaboration with AI Agents in DeepSeek Harness

`alpacachen/dsh-kanban` is a DeepSeek Harness (DSH) plugin designed to optimize workflows by integrating a task board. It addresses the synchronization lag issues of traditional external tools by allowing users and AI agents to share task status, priorities, and change history within the same interface, achieving seamless alignment between conversation and task management. The plugin supports creating, editing, and dragging cards and lists, along with label management, P0-P2 priority filtering, and activity timeline tracking. Core features include 14 built-in `kanban_*` tools for agent invocation, the ability to send card content to the current or a new session, and support for workspace isolation, disk persistence, and dark mode. Installation requires DSH with React 18.2+ support, executed via `dsh p

Read More
DeepSeek Harness Plugin `dsh-negative-ledger`: Recording Falsified Paths and Automatically Invalidating Them Upon Evidence Changes

`@akslcw/dsh-negative-ledger` is a community plugin for DeepSeek Harness (DSH), designed to persistently record an agent's "falsified paths" and prevent repeated invocation of failed commands, attempts to read missing files, or calls to unavailable APIs. This plugin is not a memory system, cache, or bug tracker; instead, it transforms failed attempts into traceable, invalidatable negative facts by binding evidence and retry conditions. Its core mechanisms include: identifying repeated attempts via fingerprints based on command or file path; offering three modes—`warn` (default, with added contextual hints), `block` (intercepts before execution), and `off`; and automatically invalidating conclusions when dependent evidence changes to allow retries. The plugin supports SQLite (multi-process/WAL) and JSONL (single-process) backends.

Read More
dsh-toolbox-web: DSH Web Toolbox - Centralized Management of Sessions, Recycle Bin, Search, and Scheduled Heartbeat

dsh-toolbox-web is a management toolbox plugin for the DSH web side, designed to centrally handle scattered management operations and improve efficiency. Its core features include: session management (supporting deletion to recycle bin, copying, moving, tag grouping, and long message collapsing); recycle bin (retained for 30 days, supporting restoration or permanent deletion); subdirectory management (organizing sessions by project); full-library search (supporting grouping, filtering, and optional semantic search); online editing of presets and configurations (including YAML validation and atomic writes); archive management; and scheduled heartbeats (supporting interval or fixed-point triggers, pushable to WeChat, QQ, and Feishu IM channels, relying on dsh-msg-hub). Additionally, it provides independent management of sub-agent sessions, view tag organization, and memory release functionality. This plugin requires Node.js ≥ 22.13 and supports installation via the dsh command or

Read More
chicheng-gate: Remote Access to DSH Web GUI, frpc Tunnel, and Panel Password Gate

chicheng-gate is a secure access plugin for the DSH Web GUI, designed to address remote access, intranet penetration, and mobile adaptation challenges. It integrates four core features: first, a remote access toggle that switches the Web GUI binding address to `0.0.0.0` to support LAN access; second, frpc intranet penetration, which automatically downloads and manages the frpc process, exposes the panel to the public internet by configuring server address, port, and other parameters, and supports real-time start/stop; third, a panel password gate that enforces password verification for non-local access (including LAN and frpc tunnel), stores passwords using scrypt salted hashing, implements login rate limiting and session management, while local `127.0.0.1` access remains password-free; fourth, mobile UI adaptation that injects CSS to optimize the mobile experience. Additionally, the plugin provides

Read More
dsh-notify-sound: Play a notification sound after the AI finishes replying

`dsh-notify-sound` is an MIT-licensed DSH web plugin designed to address the pain point of users confirming when AI responses are completed. By listening to the `turn/end` event and leveraging WebSocket real-time push, it automatically plays a built-in notification sound at the end of each turn, without requiring polling or online audio loading. The plugin includes 44 optional sound effects (sourced from `Stephanvs/opencode-sfx`), and supports toggling, switching sounds, adjusting volume, and previewing directly in the DSH settings page. Preference settings are stored in the DSH settings service, apply globally, and persist across restarts. Installation requires Node.js >= 20, with support for remote installation from GitHub or local development deployment. Core dependencies include `@deepseek-

Read More
dsh-tavily: Tavily Web Search Plugin for DeepSeek Harness

dsh-tavily is a Tavily web search plugin for DeepSeek Harness (DSH), designed to address the high cost of switching search sources. This plugin enables seamless switching between the official DeepSeek and Tavily through a settings card toggle, eliminating the need for repeated uninstallation and reinstallation. Core features include: support for a keyless mode without a Key and an account profile with a Key (Bearer authentication); a connectivity test function that can genuinely invoke Tavily to verify status; intelligent handling of timeouts and invalid results; secure storage of credentials (Key/toggle) in `credentials`, without writing to settings files; and the use of an independent namespace to avoid overriding official settings. Installation first requires adding the plugin via the `dsh plugin` command, then enabling the toggle in settings and

Read More
DSH-RSS: RSS/Atom Feed Tool Plugin for DSH

dsh-rss is an RSS/Atom subscription tool plugin within the DSH ecosystem, designed to streamline the process by which models obtain external information. This plugin encapsulates crawling, parsing, and subscription management into standardized tools, addressing the complex and inconsistent issues associated with manual handling of HTTP requests, XML parsing, and date formatting. Core features include: subscription CRUD operations (`rss_list`, `rss_add`, etc.), entry fetching and parsing (`rss_fetch`), cross-source keyword search (`rss_search`), and OPML format import/export. The plugin provides output normalization capabilities, such as converting dates to ISO 8601, transforming relative links to absolute links, and text cleaning. Additionally, it enforces security boundaries, limiting response size to 5MB and not parsing DTD/external entities. Subscription lists are persistently stored in setti

Read More
dsh-client-ui-pet: Adding a Q Desktop Pet Overlay to the DSH Web Interface

dsh-client-ui-pet is an MIT-licensed DSH Web GUI plugin maintained by qweqwe12382, designed to visually display session activity status through a chibi desktop pet overlay in the bottom-right corner of the page. The plugin maps the current session state to the character's expressions, actions, and dialogue bubbles, covering states such as idle, thinking, reading, editing, working, task completion, and error, each accompanied by rotating text and built-in sprite sheet frame animations. The plugin architecture is divided into host and browser components, with core functionality residing on the browser side, leveraging React and DSH runtime dependencies to inline images as base64, eliminating the need for static file routing. Users can install it via the `dsh plugin` command, and display preferences are stored in the browser's localStorage. This plugin is intended solely for display purposes.

Read More
@opentritium/dsh-codex-shim: Route-Aware Codex Environment Simulation for DSH

`@opentritium/dsh-codex-shim` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance the tool-calling stability of Codex-compatible models such as the GPT-family within DSH. It leverages a routing-aware mechanism to emulate Codex-style prompts, tool vocabularies, results, and WebUI presentation for specified models, rather than functioning as a standalone Codex runtime. The plugin can be enabled in profile configurations, with fine-grained control over applicable models via `modelPatterns` and `modelOverrides`. Core features include registering shims for tools such as `exec_command` and `apply_patch`.

Read More
7d7d: A Plugin for Creating, Syncing, and Playing Mini-Games within DSH Web UI

7d7d is an MIT-licensed game portal plugin for DSH, designed to address the issues of missing entry points, static hosting, and playback boundaries for HTML5 or Flash mini-games generated by models within the DSH Web UI. The plugin adds a "7D7D" tab to the session tab bar, enabling direct access to the game portal; it utilizes the main server's `/7d7d` prefix for same-origin hosting of resources and APIs; and supports real-time scanning of the local `games/` directory as well as synchronization of community games. It is compatible with both HTML5 single-file games and Flash SWF games, with the latter using a fixed-version, self-hosted Ruffle 0.5.0 for playback to avoid reliance on third-party CDNs. The plugin provides a `skills/7d7d` skill to standardize the model's game generation directory structure, and incorporates a built-in security sandbox mechanism to ensure game ru

Read More
dsh-ui-quote-selection: Quote Text Selection into Input Box in DSH Web Chat

dsh-ui-quote-selection is a DSH Web client plugin maintained by nekogpt, licensed under the MIT License, designed to address the tedious copy-paste process when quoting specific text in chat. This plugin allows users to select a portion of text in a message and quote it into the input box with a single click. The input box displays only a brief preview to avoid long text occupying space, but automatically includes the full original text when sending the message. Users can hover over the quoted content to view it, press the backspace key to delete it, and add multiple quotes within a single message. The button text automatically switches between Chinese and English based on the interface language. The plugin leverages DSH's built-in functionality without modifying core code, is compatible with DeepSeek Harness Web, and has been tested on version `0.1.0-rc.6`. Installation requires executing `dsh plugin

Read More
dsh-multimodal: Integrating Visual Transcription, OCR, and Image Generation into DeepSeek Harness

DSH-Multimodal is a plugin for DeepSeek Harness (DSH), designed to address the pain point of needing to convert screenshots, error images, and design mockups into text in text-based conversations, while also integrating generated images directly into the session. The plugin offers three core features: visual transcription, OCR, and text-to-image generation, invoking user-configured vision providers and image services through an OpenAI-compatible backend. For visual processing, the plugin supports word-by-word transcription of images before DeepSeek continues processing, featuring LRU caching, multi-image parallelism, failover, and cost-based routing capabilities. OCR supports multiple output formats and scenario-based presets. The text-to-image feature supports displaying cards within the session, with zoom, download, and retry functionality, as well as support for custom backend integration. The plugin supports integration with mainstream platforms such as Zhipu, Bailian, and local...

Read More
dsh-store: DeepSeek Harness Plugin Directory and One-Click Installation Entry

dsh-store is a plugin store for DSH (DeepSeek Harness), used to aggregate catalogs, verify quality, install/uninstall, and manage plugins. It handles installation targets through the official `dsh plugin add/remove` command, supports background validation of whether `package.json` contains a `dsh` field to filter out noise, and ensures plugins align with the current profile. Core features include: 1. **Catalog aggregation and filtering**: Integrates sources such as the npm registry, curated awesome lists, automatic radar, and GitHub stars, supporting search, categorization, and sorting by stars/latest/name, with README summaries displayed. 2. **Installation and uninstallation**: Prioritizes official commands, falling back to pnpm when they fail.

Read More
DeepSeek Harness Web UI Status Desktop Pet Plugin for dsh-deepseek-girl-pet

dsh-deepseek-girl-pet is an open-source Cordis desktop pet plugin based on DSH's "everything is a plugin" philosophy, specifically designed for the DeepSeek Harness Web UI. The plugin intuitively displays the current Session status through an animated character in the lower-right corner of the interface: it shows a standby animation holding a board when idle, switches to a working animation when executing tasks, and switches to a waiting animation when awaiting interaction. Additionally, it supports 16-direction mouse tracking, automatically returns to standby after the mouse stops for 1.1 seconds, allows size switching on click, and is compatible with prefers-reduced-motion. As an unofficial community project (MIT License), the plugin does not modify core source code, does not read or write conversation data, and does not rely on external CDNs, ensuring lightness and safety. Installation methods include installing via dsh.

Read More
dsh-lineage: Lineage Evidence Plugin for DeepSeek Harness

dsh-lineage is an MIT-licensed plugin (v0.2.0, requiring Node.js 22+) developed by dongsheng123132, designed to build a locally verifiable object graph for artifacts, verified-fact records, actions, and reports in DSH workflows. It resolves references within the workspace and computes SHA-256 hashes to validate node states (verified/missing/stale), detect dangling references, cycles, and invalid relationships, ensuring upstream and downstream evidence integrity without silently promoting missing objects to facts. Core features include object graph validation and an append-only ledger, supporting idempotent replay and strict path boundaries, while rejecting

Read More
@chaggle/dsh-powershell-check: Intercepting Common PowerShell Pitfalls Before pwsh Tool Calls

`@chaggle/dsh-powershell-check` is a DSH plugin designed to address common syntax, encoding, and version compatibility issues in PowerShell invocations. It leverages the `tools/pre-execute` interception point to perform static checks before command execution, directly rejecting calls that hit blocking-level rules and returning a `deny reason` with remediation suggestions, thereby front-loading error feedback and reducing model trial-and-error loops. The plugin offers two modes—`deny` (blocking) and `warn` (logging only)—supports bilingual output in Chinese and English, and includes a built-in rule engine to ensure consistent behavior between the Gate and the CLI. Users can independently check command text or files via the CLI, run self-tests, or install PSScriptAna in the host environment.

Read More
DSH-Thinking-Notifier: Persistent Notification of DSH Thinking Status in the Bottom-Right Corner of the Screen

dsh-thinking-notifier is a DeepSeek Harness (DSH) plugin designed to address the pain point of AI status being only visible in the Web UI, which can be easily missed when switching applications. It displays a persistent top popup in the bottom-right corner of the screen, mirroring AI thinking, permission requests, and completion status in real time. This plugin requires no browser extension and is built on PowerShell+WPF for Windows and Python3+tkinter for macOS/Linux. Core features include: showing "AI is thinking" with an automatic collapse into a narrow edge label over time; displaying an amber alert with a warning sound during permission requests; showing a green dot with a chime upon completion of thinking; and hiding when idle. The popup adopts a DeepSeek-style dark color scheme, supports multi-session summaries, and polls the local environment every second.

Read More
NanmiCoder/dsh-plugin-market: Adding a Web UI Plugin Marketplace for DeepSeek Harness

NanmiCoder/dsh-plugin-market is an MIT-licensed plugin designed for DeepSeek Harness (DSH), aiming to provide a Web UI plugin marketplace entry point that enables an integrated workflow for plugin discovery, inspection, installation, and removal. This plugin allows users to browse the plugin catalog on the Settings page, supports searching by repository, package name, theme, and other dimensions, and displays descriptions, licenses, release data, as well as key installation evidence and trust levels. Core features include command preview before installation, host verification and normalization of npm/Git specifications, invocation of pnpm for installation, and support for active profile coordination and the allowInstall: false browsing mode. Installation methods support directly adding npm packages via the dsh command.

Read More
dsh-withskillhub: Integrating SkillHub Marketplace into the DSH Web Interface

dsh-withskillhub is a standalone plugin for DeepSeek Harness (DSH), designed to integrate the SkillHub public skill marketplace into the settings sidebar of the DSH web interface, allowing users to browse, download, enable, update, and manage skills conveniently. This plugin is licensed under the MIT License and is hosted in the GitHub repository `lhwu1/dsh-withskillhub`. Core features include: browsing skills by category, keyword, or download count; viewing skill details (such as overview, version, author, etc.); downloading skills to the local shared directory with a single click; and performing enable, disable, delete, or update operations in skill management. Enabled skills will be made available to the AI in the next conversation, while disabled skills only retain the files without being loaded. Installation can be done either directly from GitHub or from source code.

Read More
dsh-stream-rules: On-Demand Rule Injection to Reduce Persistent Context

`@jiesou/dsh-stream-rules` is an MIT-licensed DSH plugin (v0.1.7) designed to correct agent tool calls by injecting rules on demand, avoiding the persistent presence of fixed rules in the context to reduce token consumption. The plugin ports the concept from `opencode-stream-rules` to DSH. When a tool call matches a preset rule, it injects system prompts via `agent.inject()` or sets `reject` to deny the initial call, guiding the agent to retry. It leverages DSH's `tools/pre-execute` mechanism, requiring no core modifications or monkey-patching, ensuring compatibility. Users can install it via npm or GitHub, and need to configure it in the configuration file.

Read More
DSH Git Plugin: A Visual Git Workbench for DeepSeek Harness Web

DSH Git Plugin is a visual Git workbench for DeepSeek Harness Web, designed to integrate Git operations into the web interface, reducing the frequency of switching between terminals and agents. The plugin supports viewing repository status, branch information, and commit history, and allows execution of common operations such as file staging, committing, branch management, remote synchronization, and rebase. Its core feature is the ability to convert natural language requests into step-by-step Git command proposals, which users can execute directly or copy for manual operation. To ensure security, the plugin incorporates mechanisms such as command whitelist validation, secondary confirmation for high-risk operations, prevention of proposal replay, and credential hiding. Installation requires the package name `dsh-easygit-plugin`, with dependencies on Node.js ^22.19.0 or higher and Git.

Read More
@zibokapi/dsh-codex-computer-use: macOS Desktop Operation Plugin for DSH Installation

@zibokapi/dsh-codex-computer-use is a DSH desktop automation plugin for macOS, maintained by geohotstan, licensed under the MIT License. This plugin provides application lists, key window screenshots, and model-readable accessibility trees through a local Swift-daemon, supports synthesized mouse and keyboard input based on element indices, and features background-first delivery, approval policies, and standalone MCP server capabilities. It requires Node.js >= 22.19.0, Xcode Command Line Tools to build the daemon, and grants macOS Accessibility and Screen Recording permissions.

Read More
DSH-Reasoning-Effort-HDBZQ: Change the Model Selection Entry to a Model List with a Three-Level Reasoning Effort Slider

dsh-reasoning-effort-hdbzq is a frontend plugin for the DeepSeek Harness (DSH), designed to address the fragmentation in model selection and reasoning effort levels. By overriding the `conversation.input.model` slot, the plugin integrates unified controls directly into the input box, allowing users to simultaneously select a model and adjust among three reasoning effort levels. Core features include a model list grouped by Provider, support for mouse dragging, keyboard operation, and an elastic rebound slider for effort levels. The plugin reuses official services and does not implement model invocation on its own. It supports light/dark themes and bilingual Chinese-English interfaces, with the number of effort levels dynamically adjusting based on the model catalog. Installation requires the `dsh plugin` command, with DSH version >= 0.1.0-rc.6. When in use, users can choose...

Read More
dsh-composer-expand: Adding Composer Expand/Collapse to DeepSeek Harness

dsh-composer-expand is a pure frontend plugin developed specifically for the DeepSeek Harness (DSH) Web version, aimed at addressing the issues of limited textarea height and the need for frequent scrolling when inputting long prompts. This plugin provides an expand/collapse button in the Composer toolbar, allowing users to switch between the default height and a 70vh writing view, with a minimum height of 300px in the expanded state. Its core advantages include: pure frontend operation with no new Host commands, no LLM calls, and no session log recording; stable attribute hooks that are not dependent on build hashes; support for Chinese and English localization; and the use of localStorage to persist the expanded state. In terms of interaction, when expanded, a regular Enter key only inserts a line break, and sending requires pressing Ctrl/Cmd+Enter.

Read More
dsh-mobile-shell: A Mobile Shell Extension for DeepSeek Harness Web

dsh-mobile-shell is a mobile-end shell plugin for DeepSeek Harness Web, designed to address the cramped desktop layout on narrow screens. On screens smaller than 1024px, the plugin automatically hides the left rail, converts the table of contents into a side-sliding drawer, gives the conversation area full width, transforms the settings panel into a bottom sheet, and adapts to the mobile status bar. Additionally, it offers session status metric displays (such as TTFT and token usage), custom model Reasoning Effort configuration, chat font size adjustment, attachment collapsing, and bilingual support in Chinese and English. The plugin's built-in marketplace supports category filtering, sorting, and README viewing. Although a one-click install feature is available, manual installation via the `dsh` command is recommended for stability. On wide screens, the layout remains unchanged. The plugin is licensed under the MIT license.

Read More
DSH-Skin-Manager: Skins Manager for DSH Web GUI

`dsh-skin-manager` is a lightweight skin management plugin for the DeepSeek Harness Web GUI, maintained by `xiaoyangcheng84-svg` and released under the MIT license. This plugin aims to address the tedious issues of state management and switching when multiple skin packages coexist, consolidating skin discovery, activation, mutual exclusion, and default restoration into the settings page. Its core features include dynamically discovering installed skins with `skin.json` or marketplace themes, providing a dedicated `Settings → Skins` settings page, supporting one-click application and hot updates, ensuring only one skin is active at a time, and allowing restoration of the default appearance at any time. Additionally, it integrates with `dsh-market` to synchronize state files and clean up conflicting mounts, preventing state conflicts during startup.

Read More
dsh-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
dsh-status-bar: DSH Configurable Status Bar Management Plugin

dsh-status-bar is an MIT-licensed DSH client plugin maintained by Starlight-bananice, designed to address issues with the native bottom status bar, such as information truncation and display limitations in narrow windows. The plugin replaces the built-in stats line, offering a highly configurable status bar that supports toggling and rearranging 17 information segments, including model, context pressure, tokens, task queue, and more, with multi-line wrapping to prevent truncation. Its core features include real-time TPS updates based on assistant/chunk events, fee estimation supporting peak/valley pricing and CNY/USD selection, zero-configuration default activation of 13 information segments, and a Usage & cost dialog box that includes cost trend graphs and usage history. The plugin is compatible with DSH 0.

Read More
DSH Serial Console: A Plugin for Sharing a Serial Port Between DeepSeek Harness and Developers

DSH Serial Console is a community plugin maintained by InfinitePersistence, designed to address the issue of separating logs from model interactions in DSH serial debugging. This plugin integrates the browser terminal, model serial tools, board output, and audit records into a single console, enabling users and AI models to share the same auditable embedded serial session. Key features include: - Real-time log viewing in the browser, keyboard operations, and Text/HEX view switching. - Seven model tools such as `serial_connect` and `serial_send`, allowing DeepSeek models to directly operate devices. - The introduction of U/M/B/S source tags to distinguish user, model, board, and status data for easier auditing. Installation requires Node.js 22.19+ and DSH...

Read More
IKUN Theme Skin: Adding Ikun Supporter Appearance to DeepSeek Harness

AKS1st/ikun-theme-skin is an entertainment-oriented plugin designed for the DeepSeek Harness Web interface, adhering to the "everything is a plugin" philosophy. It integrates the IKUN theme without requiring a system rewrite. The plugin offers three color schemes: Starry Blue Day, Starry Blue Night, and Overalls Black-Gold. It supports full-screen wallpaper rotation (switching every 7 seconds, with automatic fallback on failure), sound effects (playing classic lines), a music box (playing the "Kini Taimei" music with accompanying animations), and reply Easter eggs. Installation is convenient, supporting registration to the web profile via remote repositories or local directories, and can also be temporarily run in sessions through dynamic scripts. Users can switch themes, manually change wallpapers, and control music in the settings panel, or modify the source code to adjust color schemes and materials. This plugin is suitable for fan culture display and is intended for entertainment purposes only. The materials are copyrighted by their respective owners, and the plugin operates within the current process.

Read More
dsh-billing: Displaying Account Balance and Session Costs in DeepSeek Harness

`dsh-billing` is a DeepSeek Harness plugin designed to display the DeepSeek account balance and current session costs (in CNY) in real-time within the Web UI. It addresses the inconvenience of manually checking bills during conversations, offering three query interfaces: a persistent dual-capsule display at the session header, slash commands (`/balance`, `/cost`), and a model tool (`deepseek_billing`). Key features include instant data refresh upon clicking the capsule, hover-to-view details for recharges, bonuses, USD conversions, and token/cost breakdowns by model. The plugin utilizes event-driven refresh with zero requests when idle and supports automatic synchronization of the latest official pricing (including peak/off-peak rates) every 12 hours. Users can configure pricing via `config.pricing` and `config.`

Read More
dsh-feishu: Integrating Feishu Robot with DeepSeek Harness

`xmanrui/dsh-feishu` is a DeepSeek Harness plugin designed to enable existing Harness sessions to initiate and continue conversations directly through Feishu, eliminating the need to maintain a separate bridging service. This plugin runs within the host process of `dsh web`, supporting the creation and management of multiple Feishu bots via QR code scanning within the Harness settings. Each bot maintains independent credentials, long connections, authorized users, session mappings, and message deduplication states, ensuring that disconnection or removal of one bot does not affect others. Core features include automatic authorization of the first user via QR code scanning, native streaming card output through Feishu CardKit (with fallback to plain text on failure), persistent multi-turn context mapping, and default use of the Harness `standard` agent preset. In terms of security, the App...

Read More
dsh-xueqiu: Snowball Market Dashboard on DeepSeek Harness

dsh-xueqiu is a networked tool plugin for DSH that allows users to view real-time market data for A-shares, Hong Kong stocks, and US stocks on the DSH web interface without logging in, eliminating the need to switch browsers. Maintained by kangjinghang and licensed under MIT, this plugin embeds its UI into the official DSH slots without modifying the source code and disappears upon uninstallation. Core functionalities include watchlist management, K-line and intraday chart analysis, Xueqiu hot rankings, 7×24 news flashes, and user discussion queries. It exposes tools such as quote, kline, and search to the Agent, enabling direct data query calls within conversations. The interface supports dragging, resizing, and follows light/dark themes, incorporating built-in request gating and TTL caching mechanisms to ensure stability. Users can install it via the `dsh plugin` command, with public APIs used by default and optional Cookie support available.

Read More
hytime/dsh-thinking-effort: Supplementing the Thinking Intensity Settings for DSH's llm-pi-ai Model

`@hytime/dsh-thinking-effort` is a DSH plugin designed to supplement default configurations for third-party `llm-pi-ai` models that lack declared thinking effort levels. Its core functionalities include adding default levels of `off`, `high`, and `max` without overriding custom values; supporting the selection of thinking effort levels per model within DSH settings and mapping DSH levels to corresponding gateway values (e.g., `high` mapping to `ultra`); setting default thinking intensity for sub-agents, which only applies when not explicitly specified in a request; supporting multilingual interfaces in Chinese, English, Japanese, and Korean (with Japanese/Korean requiring DSH core support); and displaying a version watermark on the settings page. Users can manage the plugin via the DSH CLI command `dsh plugin --pr

Read More
dsh-anchored-monitor: DSH Real-time Chain-of-Thought Anchored Monitoring and Intervention

`dsh-anchored-monitor` is a DeepSeek Harness real-time chain-of-thought anchoring monitoring plugin designed to observe fingerprint signals such as "we" and "let's" within reasoning blocks. It reads session reasoning files and categorizes states into spec, mixed, and react bands through spec/react markup comparison, presenting thinking efficiency and capability intensity via a visual interface. The plugin supports three levels of intervention (L1 prompts, L2 reset, L3 restart) and incorporates cooldown and hysteresis mechanisms. L1 uses implicit prompting to avoid signal flipping, while L2 employs a built-in Minimal persona. The interface includes draggable panels and multiple skins, supports real-time streaming signal pushing and throttling, as well as `text_leak`, `streaming_st...

Read More
dsh-plannotator: Reviewing Plans Before Coding Agents Write Code

dsh-plannotator is an MIT-licensed plugin for DSH, designed to address the issue of insufficient feedback granularity in coding agent plan reviews. This plugin allows users to provide precise annotations on specific text after the agent has generated an implementation plan but before coding begins. Core features include the ability to drag and select text to generate comments for specific segments, preserving the original text reference to help the agent locate context; and the ability to submit multiple independent opinions and overall feedback at once, avoiding fragmented communication. The plugin offers a responsive review panel that adapts to wide screens, narrow desktops, and mobile devices, with support for collapsing or reopening at any time. Through DSH's pending interaction mechanism, users can choose to approve, request modifications, or return to the chat, ensuring the agent receives structured reviews in plan mode. Additionally, it includes a one-time read-only "Ask AI" feature, which allows users to ask questions with context but cannot modify or edit the content.

Read More