dsh-task-kanban:面向 DSH web 的任务看板插件

DSH 插件 `dsh-task-kanban` 旨在 DSH Web 主界面中实现从需求到代码合并的全流程自动化管理。该插件将自然语言需求细化为串行执行的 Phase 计划,并在独立的 `git worktree` 中严格单并发执行,全部完成后自动合入主分支并清理工作区,解决多会话切换与状态追踪难题。核心功能包括五泳道看板(需求、队列、运行中、已完成、已合并),支持通过 Skill 驱动需求细化,具备队列 FIFO 执行、任务状态可视化及停止重试机制。用户可通过 npm 或本地源码安装,并在插件配置中调整并行 Worker 数、模型及推理强度。该插件适合希望将智能体任务流程化、自动化管理的

Read More
dsh-web-restart:侧边栏一键完整重启 DSH Web 的插件

dsh-web-restart 是一款 DSH Web 插件,旨在解决前台终端运行 `dsh web` 时完整重启困难的问题。该插件提供侧边栏一键重启按钮及供 Agent 调用的 `dsh_restart` 工具,支持中英文界面。其核心流程包括:终止当前 `dsh web` 进程;通过启动守卫等待旧进程退出且端口空闲,以避免端口竞争;最后以原始命令行参数重新拉起服务,并强制添加 `--no-open` 参数防止弹出新浏览器窗口。重启期间页面不刷新,WebSocket 自动重连后在同一标签页恢复 UI,同时具备单次执行保护机制防止并发重启。该插件适用于无 systemd、Docker 等 sup

Read More
dsh-doctor:给 DSH profile 做一次配置体检

dsh-doctor 是一款由 asdf17128 维护的 DeepSeek Harness (DSH) 配置健康检查工具,旨在解决 DSH 中配置错误静默失效的问题。它通过对比 DSH 实际启动的配置树与默认配置树,自动检测被补丁丢弃的配置字段(config-clobber)、失效补丁(dead-patch)、工具命名冲突、未挂载插件及过时插件等问题。 该工具支持两种使用方式:作为命令行工具通过 `npx dsh-doctor`直接运行,或作为 DSH 插件安装以注册 `config_doctor` 工具。用户可使用 `--explain` 查看配置树状态,利用 `--verbose`、`-

Read More
dsh-notify:DSH web 的后台对话完成通知插件

dsh-notify 是一款适用于 DeepSeek Harness (DSH) web 版的 Windows 通知插件,旨在解决后台运行多轮对话时缺乏提醒的问题。该插件在对话回合完成、出错、目标达成时,若页面处于后台或失焦状态,会通过 Windows Toast 弹窗和提示音进行通知;而在需要用户提问或审批时,则始终触发提醒以确保交互不被遗漏。 核心功能包括会话头部的总开关与音量控制、智能的前后台状态检测、基于会话的去重机制以及实时热更新的配置支持。插件提供仅限同源的 HTTP API,允许读取配置和上报前台状态。安装简便,通过 `dsh plugin` 命令添加后重启即可生效,无需复杂配置

Read More
dsh-cron:为 DSH Automation 提供持久化 calendar 触发器

omdsh-dev/dsh-cron 是一款 MIT 许可证的 DSH 插件,定位为持久化 calendar 触发器,旨在将一次性或重复的计划事件转换为幂等的新会话 Runs,但自身不执行 Agent 回合。该插件支持五分钟字段 cron、RFC 3339 一次性时间戳及 IANA 时区计算,并为每次计划生成持久化记录。对于错过的重复任务,采用 latest-only catch-up 机制,仅补跑最新一次而不重放更早积压。 功能上,插件通过 dsh.client manifest 提供浏览器任务中心,支持 headless profiles 的 tools、commands 和 RPC。它提

Read More
dsh-llm-deepseek-vision:给 DeepSeek Harness 的纯文本模型提供视觉输入

dsh-llm-deepseek-vision 是一个 MIT 协议的 DeepSeek Harness (DSH) 插件,用于解决纯文本模型无法直接处理图片的问题。该插件注册了 `DeepSeek (Vision)` 路由,通过引入视觉模型将图片转换为文字描述,再交由文本模型(如 deepseek-v4-flash/pro)进行推理。其工作原理是根据请求分流:无图片时直接透传至文本路由;有图片时,由配置的视觉模型生成描述,再由委托路由完成推理。安装需通过 npm 添加至 web profile,并在 cordis.patch.yml 中配置视觉提供商、模型、提示词及委托路由。启用前需确保视觉

Read More
DeepSeek WebUI Studio(dsh-webui-studio):在真实 DSH WebUI 上开发插件

DeepSeek WebUI Studio 是 memorax-ai 开发的 DSH WebUI 插件可视化构建工作区,旨在隔离开发环境以避免调试代码混入稳定 Host。它要求 dsh-harmony@0.8.7 及特定 Node 版本,通过为每个 Draft 提供独立的 Git worktree、DSH_HOME 和 Profile,实现完全隔离。核心功能包括基于真实官方 WebUI 检查 DOM、React 归属及 Patch 痕迹,使用 CodeMirror 编辑源码并生成 CSS 装饰器,以及通过 Harmony 进行事务性重载以调整插件顺序和 Provider 状态。工具支持构建验证

Read More
godot-asset-planner:Godot 资产与项目目标统一管理插件

godot-asset-planner 是 DeepSeek Harness (DSH) 的 Godot 资产与项目管理插件,旨在统一处理资产文件、目标、标签及状态,解决数据分散问题。该插件提供三大核心能力:一是 `godot_*` 模型工具,支持资产注册、目标创建及状态报告生成;二是 `/gap` REST 接口,用于状态查询与项目操作;三是 `better-sidebar` UI,集成资产管理器、场景树查看器(支持实时读写)及 Git 面板。所有数据通过 DSH storage 服务持久化至本地 JSON,并支持按 `project_id` 进行严格的项目隔离。插件支持扫描 Godot 目

Read More
dsh-fabric:把 DSH 运行时扩展收敛为一套插件原语

dsh-fabric 是 DeepSeek Harness (DSH) 的扩展插件,旨在解决 DSH 运行时扩展点分散的问题。该插件通过一套声明式 DSL、统一的 `fabric` Service 及两个模型工具,将工具、技能、命令、提示段、事件监听等十余种扩展接缝收敛统一管理。核心功能包括:提供 `register`、`list`、`graph` 等 Service API 供插件代码注册和管理扩展;提供 `fabric_extend` 工具支持在对话中动态注册纯声明式扩展(如 promptVariable);提供 `fabric_inspect` 工具及只读 Web 路由 `/fabric

Read More
dsh-feishu-notifier:把 DeepSeek Harness 的关键交互事件推送到飞书

dsh-feishu-notifier 是由 blooming-fang 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。它旨在解决智能体处于等待用户批准、回答提问、确认计划或对话轮次结束等状态时,用户因不在 Web 界面旁而错过事件的问题。该插件在触发上述关键交互事件时,自动向飞书机器人发送文本通知,并将对话结束时的完成、错误、取消或中断原因转换为可读文本。 使用需满足 DSH 0.1.0-rc.5 及以上版本和 Node.js 22.19+ 环境。支持从 npm 或 GitHub 安装,构建后提供 Node/Cordis Loader 和 Web 浏览器两个入

Read More
Fabric:DSH 的 Runtime Plugin 内核与下游 SDK

Fabric是DSH的Runtime Plugin内核及下游SDK,旨在解决业务插件加载、同步及维护难题,实现“一切皆插件”理念。它支持以Runtime Package形式按Profile安装、启停、升级和卸载插件,并同步至所有浏览器标签页,安装后无需重启DSH。核心功能包括Runtime Package管理、作者命令(如创建、构建、测试、热更新开发)、Runtime manifest配置、协作接口及凭据管理。Fabric提供typed Config与Resource交换机制,确保数据通过带身份标识的接口传输,且Client无法读取明文凭据。此外,它支持将普通DSH插件通过`fabric mi

Read More
dsh-governed-workflow:给 DSH 增加任务授权、生命周期与验收边界

dsh-governed-workflow 是一款面向 DeepSeek Harness agents 的社区插件,旨在解决智能体开发中任务边界漂移及权限滥用问题。其核心理念是将 Agent 工作流从直接修改转为“确认权限、受控执行、独立验收”的严格序列。 该插件引入基于公开 GitHub Issue 的任务权限(Authority)机制,并实施生命周期状态机管理(观察、准入、运行、阻塞/完成、待审)。关键特性包括“RUNNING-only 修改守卫”,即仅当任务处于 RUNNING 状态且权限有效时,才允许执行 bash、write、edit 等敏感操作;任务进入终态后自动冻结修改权限,并将

Read More
dsh-vision:为 DSH 增加视觉能力的插件

`dsh-vision` 是由 `xiaoshihou514` 维护的 DSH 原生插件,旨在为 DeepSeek Harness 补充视觉能力。该插件采用极简设计,核心功能包括增加视觉支持、调用免费的 Zhipu 接口以及使用本地 Qwen-VL 2B 视觉小模型。安装时需先部署 DSH 本体(要求 Node 引擎 ^22.19.0 || >=24 及特定 peer dependencies),插件以 MIT 许可证发布。需注意,README 中提供的安装命令引用了错误的插件地址 `dsh-weixin#main`,在维护者修正前不应直接执行该命令用于安装 `dsh-vision`。该插件适

Read More
@winterchenhuan/dsh-skills-viewer:DeepSeek Harness Web 的只读 Skills 设置页

`@winterchenhuan/dsh-skills-viewer` 是一款为 DeepSeek Harness Web 开发的 MIT 许可纯 UI 插件,旨在解决 Web 设置面板缺乏只读技能列表查看功能的问题。该插件通过 `skill.list` wire RPC 获取当前普通会话可用的技能目录,并在 Settings 面板中新增名为 `Skills` 的页面。页面以按字母排序的只读列表展示技能名称、`model: off` 徽章、`description` 及 `whenToUse` 字段,支持按关键字搜索过滤,但不提供技能主体预览或手动刷新功能。当会话变化或指向 subagent

Read More
dsh-antigravity-auth:为 DeepSeek Harness 接入 Antigravity 能力的 DSH 插件

`dsh-antigravity-auth` 是专为 DeepSeek Harness (DSH) Web 端开发的非官方插件,旨在将 Antigravity 的模型路由、搜索、图像与视频理解功能集中接入。该插件采用 OAuth 2.0 with PKCE 协议,通过共享登录状态统一服务 LLM(如 Gemini、Claude 系列及 GPT-OSS)、Web 搜索、图像生成编辑及 MP4 视频分析等功能,并提供配额可视化 Dashboard。其安全性设计确保 Token 不进入浏览器或日志,仅 Host 侧接收授权头。插件要求 DSH 0.1.x 及 Node.js 22.19.0+ 环境,

Read More
dsh-vision:给纯文本模型补上图片描述桥接

dsh-vision 是一款用于 DeepSeek Harness (DSH) 的 MIT 许可证插件,旨在解决纯文本模型无法直接处理图片消息的问题。该插件通过将图片自动桥接为视觉模型生成的文字描述,使模型能够理解图像内容,同时在人类转录中保留原图。它支持通过 `see_image` 工具进行手动识图或追问,并具备递归识别嵌套图片、失败重试及占位文本容错机制。插件需搭配 `uiopt` 插件使用,以便在界面中配置视觉模型、输出上限、超时时间及工作模式(auto/manual/both);若未安装 `uiopt`,则需通过 `settings.yaml` 手动配置。安装后,当检测到纯文本模型接收

Read More
dsh-ops-kit:面向证据的 DSH 插件运维包

`dsh-ops-kit` 是 DSH 插件生态下的证据驱动运维工具包,旨在解决智能体过早断言的风险,强制其在声称记忆、计划或发布安全前提供可检查的证据。该工具包默认保守,不静默执行敏感操作,核心功能包括生成从 scope 到 handoff 的工作流计划、在受限本地目录中搜索带来源证据的上下文、审计 Git 仓库清洁度及 credential 卫生、生成插件发布清单并对照检查仓库,以及诊断终端 prompt 兼容性。 安装需 Node.js >=22.19.0,建议将 `roots` 配置为窄目录以避免读取敏感数据。使用前需通过 pnpm 进行离线安装、构建和测试验证。若遇终端兼容性问题,可

Read More
dsh-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 More
DSH-Stall-Guard: A Watchdog Plugin for DSH Tasks

`dsh-stall-guard` is an MIT-licensed task watchdog plugin for DeepSeek Harness (DSH), designed to monitor long-running task status, distinguish between genuine silence and in-flight operations, and never terminate tasks throughout the process. The plugin requires Node >=20 and has zero npm dependencies. Its core functionality includes periodically scanning task status, exempting tasks with in-flight operations or continuous events; when true lack of progress is detected, it injects instructions through a stepwise "diagnose → repair → change direction" guided approach to help tasks recover, and writes related events to JSONL logs. The plugin offers two strategies: `auto` (automatic guidance) and `report` (recording only), supports hot-configuring parameters such as thresholds, intervals, and guidance messages via `settings.yaml`, and allows real-time status queries through the Loopback API. It is enabled by default after installation.

Read More
dsh-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 More
chicheng-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 More
DSH 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 More
dsh-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 More
xueayi/dsh-opencode-go-usage: View OpenCode Go Quota in DSH Web GUI

`@xueayi/dsh-opencode-go-usage` is an MIT-licensed plugin developed for DeepSeek Harness (DSH), designed to address the pain point of developers frequently switching between web interfaces to check OpenCode Go quotas. The plugin retrieves data via the official API and provides a draggable floating dock in the DSH Web GUI, displaying real-time information on the 5-hour rolling, weekly, and monthly quota windows, remaining quota, and reset countdown. Core features include support for collapsible badges and expandable panels, minimal mode, auto-refresh (60 seconds when collapsed, 10 seconds when expanded), and retention of the last successful data on failure. The plugin does not interfere with the model request path, with no token injection or impact on tool modes. Usage requires configuring

Read More
tuogusa/dsh-skill-manager: DSH Skill Manager

`tuogusa/dsh-skill-manager` is a Web GUI plugin for DeepSeek Harness (DSH), designed to centrally manage skills from projects, the DSH-Home directory, and user directories, addressing the issues of difficult path lookup and missing update entry points. The plugin provides a unified entry point under "Settings → Skills," supporting listing, searching, copying paths, and viewing skill details (such as size, file count, and usage markers). Its core functionality includes a safe deletion mechanism: deletion operations are restricted to known root directories to prevent path traversal, and a session-level recycle bin is provided, allowing one-click restoration or permanent deletion within the current session. Additionally, the plugin supports version detection and updates by reading metadata from `SKILL.md`, checking the latest Release from GitHub/Gitee and initiating automatic updates; upon failure

Read More
dsh-plugin-template: DeepSeek Harness Plugin Skeleton

`dsh-plugin-template` is a DeepSeek Harness plugin development skeleton maintained by `sunshine-lang` (MIT license), designed to simplify the plugin creation process. This template centralizes core components such as bundle formats, tool DSL, configuration validation, testing, and release checks. Developers can quickly generate a plugin directory using the `scaffold` script, then supplement tool logic and configurations as needed, and finalize documentation following the release checklist. The template supports two build paths: using `pnpm` with `tsconfig.local.json` within the harness repository, or cloning independently and building with `npm`. During development, specific conventions must be followed, such as omitting the `required` field for optional parameters.

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 More
DSH Studio: Local Development Workbench for DeepSeek Harness

DSH Studio is a local development workbench designed for DeepSeek Harness, aiming to address the issue of scattered sessions, terminals, files, and Git changes. It organizes context through a three-tier structure of "project-worktree-session," integrating project-level terminals, file browsing, Git Review, and plugin management into a unified platform. Supporting both Desktop and Web entry points, it shares the same runtime and data boundary. Core features include a multi-project workspace, an all-in-one tool area, partitioned Git review, and intelligent commit message generation. Installation is convenient: the Web version can run simply by unzipping, with a default listen address of 127.0.0.1:3080. Desktop and Web versions by default share the `~/.dsh-studio` directory for storing configuration and state, with the option to customize the data path or switch to other directories via environment variables.

Read More
dsh-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 More
dsh-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 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 More