Code Pluginsource linked

Pipeline Architectv2.0.1

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

@itthomas/pipeline-architect·runtime taskflow-tools·by @itthomas
Community code plugin. Review compatibility and verification before install.
openclaw plugins install clawhub:@itthomas/pipeline-architect
Latest release: v2.0.1Download zip

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Runtime ID
taskflow-tools

Compatibility

Built With Open Claw Version
2026.5.18
Min Gateway Version
2026.5.18
Plugin Api Range
>=2026.5.18
Plugin Sdk Version
2026.5.18
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
1510ba5dae2f
Tag
master
Provenance
No
Scan status
clean

Tags

latest
2.0.1

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.