cyberneticlibrary

Execute multi-step workflows with checkpoints

lobsterskillsetup L3377,536
openclaw/openclaw
What it does

Execute multi-step workflows with approval checkpoints and resumable tokens

Best for

Building approval-gated automation for operations (email triage, content moderation).

Inputs
  • · Pipeline command
  • · Approval token (if resuming)
Outputs
  • · Pipeline result JSON
  • · Approval prompt (if needed)
  • · Resume token
Requires
  • · tool pipeline executor
Preconditions

Pipeline components registered, tools available

Failure modes
  • · Resume token expired
  • · Approval gate bypassed without explicit consent
Trust signals
  • · Shows resume token protocol
  • · Documents approval gate pattern
  • · Includes concrete workflow examples