Community code plugin. Review compatibility and verification before install.
Latest release: v2.0.1Download zip
Capabilities
Compatibility
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The artifacts coherently describe and implement OpenClaw TaskFlow tools for create, link-child, wait, resume, finish, cancel, get, and list operations.
Instruction Scope
The README tells users to explicitly add the tools to an agent alsoAllow list, but the cancel tool itself has no extra confirmation flag.
Install Mechanism
Installation is a normal OpenClaw plugin install and gateway restart; the manifest activates on startup to register tools, with no install-time scripts or hidden setup observed.
Credentials
The code uses OpenClaw plugin SDK and managed flow APIs; static review found no shell execution, network calls, credential access, broad file indexing, or unrelated data collection.
Persistence & Privilege
Durable flow state persists across restarts and the cancel operation can terminate linked child tasks, but this is disclosed and aligned with pipeline orchestration.
Scan Findings in Context
[SQP-2] expected: Cancellation of a flow and linked child tasks is part of the advertised lifecycle, but users should only allow this tool for agents trusted to stop active work.
[SQP-1] expected: Startup activation appears to register the tool plugin rather than perform hidden work; access still depends on agent tool allowance, though always-on registration increases exposure.
Assessment
Install only for agents that genuinely need durable pipeline control. Treat taskflow_cancel as disruptive, keep the tools out of broad default allowlists, and avoid storing sensitive secrets in stateJson or waitJson because flow state is designed to persist.Verification
Tags
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-in —
taskflow_list()+taskflow_get()to pick up where you left off - Optimistic concurrency — revision tracking prevents conflicting state mutations
- Full lifecycle —
queued → blocked → running → succeeded(orcancelled) - 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.
