A structural skeleton for managing deterministic, queue-driven AI orchestration and multi-phase state transitions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install workflow-engine
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install workflow-engine using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Workflow Orchestrator is a technical framework designed to provide structural parity for queue-driven orchestration within a workflow context. It serves as a foundational component for developers building sophisticated AI agents that require rigorous phase ordering and state management. By utilizing this skill within the Openclaw Skills ecosystem, users can ensure that their agent workflows follow a standardized lifecycle including detection, understanding, derivation, proposal, generation, and validation.
This skill is particularly focused on execution parity and deterministic behavior. It manages runtime context through specific persisted artifacts like derivation manifests and configuration files, allowing for reliable session resumption and handoff. While it operates as a skeleton without external plugin hooks, it emulates critical lifecycle routines to maintain high standards of write-time validation and session capture.
To integrate the Workflow Orchestrator into your Openclaw Skills setup, follow these steps:
# Navigate to the workflow-engine directory
cd workflow-engine
# Execute the installation script to configure hooks
./install-hooks.sh
You can also manually enable the required lifecycle hooks using the CLI:
openclaw hooks enable session-orient
openclaw hooks enable write-validate
openclaw hooks enable session-capture
The skill organizes its operations using a structured directory schema to ensure data integrity and traceability.
| Artifact | Path | Description |
|---|---|---|
| Derivation State | ops/derivation.md | Main file for tracking derivation logic and current phase. |
| Manifest | ops/derivation-manifest.md | Metadata regarding setup artifacts and derivation history. |
| Configuration | ops/config.yaml | Global settings and workflow parameters. |
| Task Queue | ops/queue/queue.yaml | The primary task list (supports .yml and .json extensions). |
| Session Logs | ops/session-capture | Persisted state for resuming interrupted workflows. |
Loading
A deterministic tool for converting complex webpages into clean, LLM-ready markdown with intelligent fallback mechanisms.

An automated reporting engine designed to transform structured data files into professional, decision-ready executive summaries and visualizations.

A bounded recursive orchestration skill that decomposes massive tasks into manageable, trackable sub-task trees with explicit state management.

A comprehensive monitoring tool for tracking OpenRouter API consumption, costs, and request-level diagnostics.

A specialized automation interface for the TradingBoat stack that prioritizes DB-first queries and secure lifecycle management.

A smart model router for Venice.ai that optimizes API costs and privacy by automatically selecting the ideal model tier for any given prompt.








































