Exposes OpenClaw TaskFlow orchestration as agent-callable tools for multi-step pipeline skills — built with defineToolPlugin SDK

Install

openclaw plugins install clawhub:@itthomas/pipeline-architect

Pipeline Architect

Free infrastructure for agent pipelines. Eight tools, one command, zero custom plugin code.

Pipeline Architect wraps OpenClaw's TaskFlow runtime into agent-callable tools — taskflow_create, link_child, set_waiting, resume, finish, cancel, get, and list. Skills can orchestrate multi-step pipelines with durable state that survives gateway restarts, session timeouts, and context window evictions. No custom plugin code required.

Install

bash
openclaw plugins install clawhub:@itthomas/pipeline-architect
openclaw gateway restart

Then add the tools to your agent's alsoAllow list in openclaw.json.

What It Does

  • Durable pipeline state — survives restarts and session crashes via managed flows with revision tracking
  • Child task orchestration — spawn sub-agent batches and track which finish, which fail, which are still running
  • Crash recovery built-intaskflow_list() + taskflow_get() to pick up where you left off
  • Optimistic concurrency — revision tracking prevents conflicting state mutations
  • Full lifecyclequeued → blocked → running → succeeded (or cancelled)
  • Type-safe input validation — typebox schema validation on all tool inputs

License

MIT-0 — use it, fork it, build on it. Free infrastructure stays free.