workflow-orchestration

Installation
SKILL.md

Workflow Orchestration

State file: ~/.openclaw/skill-state/workflow-orchestration/state.yaml

A workflow is a named sequence of skill invocations with optional conditions. Define it once, run it reliably every time.

When to Use

  • A recurring task always follows the same skill sequence (e.g. review → plan → execute → verify)
  • A multi-step process needs to resume if interrupted
  • You want conditional branching: "if step 2 fails, run skill X instead"

Defining a Workflow

A workflow is defined inline as:

workflow: <name>
steps:
  1. <skill-name>: <brief instruction>
Related skills
Installs
15
GitHub Stars
61
First Seen
Mar 21, 2026