Back to directory

dsh-deepseek-flow

Curated pickMaintenance: Active

kanghelyu/dsh-deepseek-flow

Visual Markdown-first workflow editor for dsh web: WORKFLOW.md/STEP.md as editable node-arrow canvas, two-way sync, 8 logic gates, flow_* tools + bundled Skill; editor only.

View on GitHubHomepage
$ dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"

59

stars

4

forks

JavaScript

Language

MIT

License

2026-08-14

Created

2026-08-19

Last push

A native DeepSeek Harness Web plugin that edits and validates Markdown workflows as a synchronized visual canvas with eight Boolean logic gates and a bundled flow_* Agent Skill.

DSH integration

Native runtime

Author-claimed

Safety audit

Unaudited

Last verified

2026-08-30

License

MIT

01What can it help you accomplish?

  • Design, inspect, and improve a workflow visually inside the DeepSeek Harness Web UI

    An editable node-arrow canvas synchronized with WORKFLOW.md and per-step STEP.md, plus a bundled Agent Skill exposing flow_create / flow_put / flow_evaluate tools

    DeepSeek Harness (dsh) Web users who want to author workflows as portable Markdown and review only real canvas edits

  • Validate deterministic logic gates before execution

    Evaluated gate state and activated targets from upstream step results, without running Agent steps

    Session Agents and reviewers who need to verify Boolean contracts before running a workflow in the Session

02How to install into DeepSeek Harness

Installation steps

  1. 01

    Install from GitHub into the dsh Web profile: `dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"`.

    $ dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"

  2. 02

    Restart `dsh web`, open a session, and select the DeepSeek Flow tab to start editing.

    $ dsh web

Verify the integration

  • Confirm the plugin is mounted with `dsh web --dump-config | grep deepseek-flow`.

Rollback

  • Remove the plugin with `dsh plugin --profile web remove deepseek-flow`.

03DSH integration and capability boundaries

DSH integrationNative runtime

Installs into the dsh Web profile as a native Web plugin and exposes flow_* tools plus a bundled Agent Skill to the current Session.

  • Visual Markdown workflow editor

    WORKFLOW.md master document and per-step STEP.md filesan editable node-arrow canvas synchronized back to the Markdown files

    edits made on the canvas are written back to the workflow Markdown files (two-way synchronization)
  • Deterministic Boolean gate evaluation

    upstream step results and gate definitions (IF/ELSE, AND, OR, NOT, NAND, NOR, XOR, XNOR)evaluated gate state and activated targets without running Agent steps

  • Bundled Agent Skill (flow_* tools)

    Session requests to build or import a workflowguides the Agent to flow_create / flow_put and maintains the workflow through tools

04Who is it for? When not to use it?

Good for

  • DeepSeek Harness (dsh) Web users who want to author workflows as portable Markdown and review only real canvas edits
  • Session Agents and reviewers who need to verify Boolean contracts before running a workflow in the Session

Not for

  • DeepSeek Flow only installs and runs inside the DeepSeek Harness `dsh web` Web profile — it has no standalone runtime and does not execute workflows; execution stays in the current Session.

05Compatibility, maintenance and safety notes

  • DeepSeek Flow only installs and runs inside the DeepSeek Harness `dsh web` Web profile — it has no standalone runtime and does not execute workflows; execution stays in the current Session.
  • After a Host upgrade that adds remote methods, you must fully restart the `dsh web` process (kill and start), not just hard-refresh the browser — the route table is snapshotted at startup.
2026-08-142026-08-19v0.4.2

MIT · actively maintained (latest release v0.4.2, 2026-08-19)

06Frequently asked questions

How do I install DeepSeek Flow into DeepSeek Harness?

Install from GitHub into the dsh Web profile with `dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"`, restart `dsh web`, then open a session and select the DeepSeek Flow tab.

Does DeepSeek Flow run my workflow?

No. It is intentionally an editor, not a runtime. You design, inspect, and improve the workflow visually; execution remains in the current Session.

How do I verify the plugin mounted?

Run `dsh web --dump-config | grep deepseek-flow`. If the plugin is mounted you will see deepseek-flow in the dumped configuration.

Can it evaluate logic gates without executing steps?

Yes. The `flow_evaluate` tool deterministically evaluates gate state and activated targets from upstream results without running Agent steps or performing workflow side effects.

08Data and sources

  • Author-claimedgithub.com87a4e8d43102…

    DeepSeek Flow turns a `WORKFLOW.md` and its step-level `STEP.md` files into an editable diagram inside DeepSeek Harness.

  • Author-claimedgithub.com87a4e8d43102…

    A visual, Markdown-first workflow editor built for the DeepSeek Harness Web UI.

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-30. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.