@itthomas

Pipeline Architect

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

Current version
v2.0.1
code-pluginCommunitysource-linked

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

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.

Source and release

Source repository

itthomas/pipeline-architect

Open repo

Source commit

1510ba5dae2f3138e59bc0a87244fb898c51462c

View commit

Install command

openclaw plugins install clawhub:@itthomas/pipeline-architect

Metadata

  • Package: @itthomas/pipeline-architect
  • Created: 2026/05/20
  • Updated: 2026/05/25
  • Executes code: No
  • Source tag: master

Compatibility

  • Built with OpenClaw: 2026.5.18
  • Plugin API range: >=2026.5.18
  • Tags: latest
  • Files: 8