Workflow & Automation plugins

DSH workflow plugins chain steps together in DeepSeek Harness — hooks that fire on events, scheduled runs, multi-stage pipelines, and repeatable task templates.

125 cataloged

Recommended projects

Cataloged projects

Repositories with traceable evidence of a DeepSeek Harness relationship. They have not been reviewed, install tested, or security checked — the signal below each one is the whole of what the registry currently knows.

How cataloging works
Cataloged

Model-first subagent management for the DeepSeek Harness: list the model catalog, spawn subagents with a pinned provider/model, and enumerate session subagents.

Package metadata declares a DSH dependency
Cataloged

Two-tier model router for DeepSeek Harness — LLM-Judge routing, multi-model fallback chains, exponential-backoff failover, and task-level orchestration (DSH adaptation of pi-shift-router)

README documents a DSH install command Package metadata declares a DSH dependency

dsh-auto-review

AtropinolTT
Cataloged

DSH Auto Mode — native security review plugin for DeepSeek Harness: pre-execution rule interception + delivery-time independent subagent review. Built for long-running agents.

README documents a DSH install command Package metadata declares a DSH dependency

dsh-routines

Jesse-njx
Cataloged

dsh-routines — scheduled agents for DSH: run a prompt on a cron, get the digest where you already are (file digests, chatnode delivery, unattended-safe)

README documents a DSH install command Package metadata declares a DSH dependency
Cataloged

DSH (DeepSeek Harness) Agent 实时看板:主 agent 与子代理树形层级监控 + 停滞自动告警 + SSE 实时推送,点击直达会话

Package metadata declares a DSH dependency

Workflow & Automation plugins: common questions

What is a DSH workflow plugin?
A plugin that orchestrates multiple steps or agents, rather than adding a single capability.
Can DSH run tasks on a schedule?
Through a workflow plugin, yes. The harness itself is invoked per session; scheduling is added on top.
What is the difference from a skill?
A skill is reusable instruction content. A workflow plugin is executable orchestration with its own control flow.