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.

184 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

dsh-cubox

zhengjy01
Cataloged

Cubox sync plugin for DeepSeek Harness: scheduled sync, AI daily brief from your prompt template into Obsidian, per-card markdown export — via the /c/api/cli endpoints

README documents a DSH install command Bundle manifest found in repository Package metadata declares a DSH dependency

mop-plugins

Chillizu
Cataloged

MiOpIIk:DeepSeek Harness 单职责插件集 + 四层 agent 工作流 preset(npm: dsh-miopiik)

README documents a DSH install command
Cataloged

A cron-based scheduled task plugin for DeepSeek Harness (dsh) desktop: create / edit / delete / fire-now tasks from the settings panel, with cross-session agent follow-up and multi-level notifications. Zero LLM tools — purely human-driven scheduling.

README documents a DSH install command Bundle manifest found in repository 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

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.