dsh-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-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-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-balance-stats:为 DeepSeek Harness Web 提供余额与用量统计
dsh-balance-stats 是 DeepSeek Harness Web 的社区插件,由 pangzi499 维护,采用 MIT 许可证。该插件旨在解决余额、会话成本及用量分散的问题,在界面中集中展示 DeepSeek 账户余额(可用、充值、赠送)、当前会话实时成本估算、历史花费(今日、7 天、30 天)及按模型划分的 Token 用量。 插件支持两种发票导入方式:一是自动导入,需保存平台 userToken 至本地凭据文件(权限 0600)以定期获取发票;二是手动导入 JSON 响应。若未导入发票,则回退至本地估算。插件具备容错机制,请求失败时保留最近成功数据,并支持可配置间隔刷新。
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 Moreomdsh-dev/dsh-tool-json:DSH JSON 查询工具插件
`omdsh-dev/dsh-tool-json` 是一款为 DSH 插件开发的轻量级只读 JSON 查询工具,MIT 许可。它提供名为 `json` 的工具,通过自定义的 JMESPath-inspired 路径子集从 JSON 值或字符串中精准提取字段,避免字符串搜索混淆或引入完整查询引擎的高成本。 核心功能支持点号访问、数组索引、特殊字符 key 访问及数组通配符投影。该插件有意限制查询范围,不支持过滤器、管道、函数调用或对象字段枚举,且多级通配符返回嵌套数组而非扁平化结果。安全方面,采用手写解析器避免 `eval`,防止原型链污染,并设有查询长度、深度及元素数量等资源上限。 安装需适配
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-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-whale-pet:把 DSH 服务启停与 GUI 唤起放进桌面宠物
dsh-whale-pet 是一款由 miku00039-01 开发的 Windows 桌面宠物程序,旨在将 DeepSeek Harness (DSH) 的服务启停、状态监测及 GUI 唤起整合至零依赖的 .exe 文件中。该工具支持一键启动 DSH 服务并自动打开 GUI,具备人形桌宠悬浮窗、可拖动记忆位置、双击复用 PWA 窗口等功能。其核心特性包括绿/红两态自适应状态监测、显示详细服务与系统资源的状态卡片、单实例运行、崩溃日志记录以及托盘图标兜底入口。用户可通过 DSH 插件指令 `/whalepet` 快速启用,或直接下载 Release 版本运行,也可从源码构建。程序依赖 Wind
Read MoreDSH SessionGraph:把当前会话整理成可编辑导图
`dsh-sessiongraph` 是 `lwklbb` 维护的 DSH Web 插件,旨在将长会话内容整理为可编辑、可复制的结构化大纲与思维导图。该插件基于 MIT 许可,通过在浏览器端运行,只读当前会话快照而不修改持久化文件。其核心功能是在输入框上方增加按钮,自动提取会话目标、最终结论、关键决策、待办事项及文件产出,同时过滤堆栈跟踪、终端日志等噪声信息。 插件支持默认、精简和详细三种导图模式,并允许用户在弹窗中手动编辑节点。导出格式涵盖 Markdown 大纲、Mermaid mindmap、PlantUML、XMind 缩进文本及待办清单简介,便于后续用于文档记录或复盘。安装需在插件目
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-model-switch:为 DSH 子代理和计划执行选择合适模型
dsh-model-switch 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,旨在解决主会话、子代理及计划执行阶段模型切换繁琐的问题。该插件允许用户保留主会话当前模型,同时为子代理或计划执行单独配置合适的模型,支持“跟随主模型”或“自定义”(含推理努力)两种模式。通过保存默认设置,减少了任务前的手动切换成本;在计划审批面板中,用户可直接确认或修改执行模型,执行完毕后自动恢复主会话模型。插件显示子代理的模型、上下文窗口及推理努力等详细信息。安装需通过特定命令添加至 web profile 并重启 DSH,要求 DSH 版本 0.1.1-rc.2 以上及指定 Nod
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-feng-gu:DSH Web UI 的峰谷实时播报插件
dsh-feng-gu 是 DeepSeek Harness (DSH) Web 端的第三方插件,无需重新编译即可在浏览器界面集成。该插件核心功能是在 Web UI 右下角实时显示 DeepSeek API 的峰谷定价状态,通过“梁文峰”(高峰)和“梁文谷”(低谷)的趣味称呼区分时段,并提供距下次切换的秒级倒计时。时段判定基于北京时间:高峰为每日 09:00–12:00 及 14:00–18:00,其余时间为低谷。用户点击徽章可查看时段表、价格说明及梗出处,且插件支持 DSH 深色/浅色主题自适应。安装时通过 `dsh plugin` 命令从 GitHub 添加指定版本,需确保 profile
Read Moredsh-whale-arcade:在 DeepSeek Harness 工作区角落挂载五个浏览器游戏
`dsh-whale-arcade` 是一款由社区维护的 DeepSeek Harness(DSH)插件,旨在解决 Web 工作区中短暂等待时的娱乐需求。该插件挂载于 `shell.overlay`,右下角提供常驻鲸鱼启动器,包含五款浏览器本地游戏:Whale Wave、Blue Whale Treasure、Whale Coast Run、Ocean Gomoku 和 Tidebound Ruins。其核心优势在于“不打断 Agent”,面板仅占据工作区一角,关闭时自动暂停并保留状态,支持随时继续。其中三款计分游戏在当前浏览器 Origin 保存 Top 10 排行榜,其余两款仅在挂载期间保
Read Moredsh-team:给 DeepSeek Harness 加一支能看见的 agent 团队
dsh-team 是 DeepSeek Harness (DSH) 的一个 MIT 许可证插件,旨在解决多 Agent 协作时状态难以追踪的问题。它通过赋予每个子代理名字、角色和记忆,构建一支可见的 Agent 团队。核心功能包括:拥有独立记忆的常驻队友、成员间直接通讯的邮箱、全队共享的任务清单、持久化的共享工作区(含私有便笺),以及实时更新的“协作室”页签。此外,它设有安全边界以限制代理间对话轮数,确保主会话通讯畅通。用户可通过命令或自然语言指令启动团队,查看实时进展并灵活解散队伍。该插件适用于需要多代理协作且希望直观监控任务分配、进展及工作区状态的场景。安装简单,支持配置覆写,且团队解散后
Read Moredsh-plugin-clarify:DeepSeek Harness 的澄清 Host 插件
Clarify(dsh-plugin-clarify)是 DeepSeek Harness 的第三方 MIT 许可插件,用于在正式发送前通过澄清状态机处理模糊需求。它绑定真实 Session,读取用户草稿及上下文,生成苏格拉底式问题、选项及实时 Draft 预览。用户每回答一题,预览即更新,最终生成待确认 Draft 供用户自行决定发送,澄清过程不进入主会话记录。插件提供六个 Remote 接口,包括 start、answer、refine、accept 等。模型调用经 Auxiliary Runtime 执行并单独计量,状态默认 15 分钟无交互后失效。推荐搭配 DSH 0.1.0-rc.8
Read Moredsh-simplify:在改动范围内审查和简化代码的 DSH 插件
dsh-simplify 是 DeepSeek Harness 的一个 MIT 许可插件,由 GongYuanCaiJi 维护,旨在解决代码修改后仅清理改动部分而非重写无关文件的需求。该插件移植自 pi-simplify,通过解析 git diff 精确定位改动文件及行号范围,限制 Agent 仅在改动行内进行简化、清晰度和可维护性优化。 其核心功能包括严格限定编辑范围在改动行内,支持未提交、已 staged、与指定 ref 比较及指定文件四种审查模式,并在审查结束前运行既有测试以验证修改无误,同时自动遵循项目内的 CLAUDE.md 或 AGENTS.md 约定。安装需 Node.js 20
Read Moredsh-memory-vault:给 DeepSeek Harness 的跨会话记忆库
dsh-memory-vault 是专为 DeepSeek Harness (DSH) 开发的跨会话记忆插件,旨在解决项目偏好、部署约束及测试命令等信息仅局限于单次对话上下文、无法持久复用的问题。该插件提供 `memory_remember`、`memory_recall` 和 `memory_forget` 三个核心模型工具,将记忆数据持久化存储在 DSH 存储域中。其主要功能包括:在每轮系统提示组装时自动注入较新的记忆条目以维持上下文连续性;支持按标签和内容匹配度对回忆结果进行评分排序;以及通过 Settings 页面提供浏览器管理入口,允许用户直观地浏览、添加和删除记忆。插件安装简单,仅
Read Moredshmarketplace-plugin:在 DSH 内浏览并安装插件
dshmarketplace-plugin 是由 DshMarketPlace 维护的 DSH 插件,采用 MIT 许可证,旨在让用户无需离开 DSH 会话即可在内部完成插件的搜索、查看说明及安装。该插件支持英文和中文,并跟随 DSH 的语言设置显示。 核心功能包括提供 `/store` 命令和设置页入口进行会话内商店操作,以及通过 `dshmarketplace_search` 和 `dshmarketplace_install` 工具允许 Agent 在对话中自动搜索和安装插件。为确保安全性,上架插件需通过安装测试,安装命令经过严格验证以拒绝非法输入,且浏览器端与 Shell 隔离。隐私方
Read Moredsh-web-search-pool:DeepSeek Harness 的多供应商搜索 Key 池
`dsh-web-search-pool` 是一款专为 DeepSeek Harness 设计的多供应商搜索负载均衡插件,旨在解决单一 API Key 因限流(429)、额度耗尽或网络错误导致 `web_search` 工具中断的问题。该插件支持统一管理多个 Tavily 和 Exa API Key,构建搜索 Key 池,并基于 RPM 加权轮询进行调度。当某个 Key 不可用时,系统会自动切换至下一个可用 Key,确保搜索服务的稳定性。其核心优势包括:通过 DSH credentials service 安全存储 API Key,避免明文写入配置文件;提供实时查看额度与限额的可视化界面;内置
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-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-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-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-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 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 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 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-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-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-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 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 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-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 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 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 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 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-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 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-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 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 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-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 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-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-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-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-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: 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-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 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 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 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-devices: A Multi-Device Networking Plugin for dsh
dsh-devices is a multi-device collaboration plugin for DSH agent development, designed to address the pain points of cross-device access and file transfer. It supports discovering and pairing devices within the same local network via mDNS, utilizing SSH to achieve cross-network direct command execution, remote workspace management, and file upload/download, as well as providing an invitation code feature for one-click fleet joining. After installation, the plugin registers fleet_* tools in the session for the Agent to invoke. This plugin is licensed under the MIT License, with a current version of 0.1.2, requiring Node.js 22.18 or above. Use cases include same-network device collaboration, cross-network host management, and new device onboarding. It should be noted that mDNS is limited to the same subnet and is in beta status, cross-network functionality depends on SSH reachability, and devices behind NAT isolation are not yet supported for interconnection. Different operating systems have specific configuration requirements:
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 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-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-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 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-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-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-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 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 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-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 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-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-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-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 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 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-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-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 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-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-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-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-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-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 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-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-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-nested-followups: Using Branching Follow-ups in DeepSeek Harness to Keep Main Conversations Clean
dsh-nested-followups is a DSH workflow plugin (v0.2.2, MIT) maintained by sluminositys. It provides a Tree View interface on the web: for any historical answer, you can initiate an Ask follow-up to pose follow-up questions in a separate read-only branch, keeping the main conversation context uncontaminated. Branches are created via official forks and can be nested infinitely, with the large tree supporting collapsing and searching. The installation command is dsh plugin --profile web add dsh-nested-followups, requiring DSH 0.1.x and Node.js ≥22.19.
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 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 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 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 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 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 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 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 More