A sophisticated multi-agent orchestration engine that uses a state machine to track, dispatch, and monitor complex project tasks across various AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install task-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 task-engine using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Task Engine is a robust orchestration framework designed to manage multi-step technical projects by coordinating multiple AI agents. As a cornerstone of the Openclaw Skills ecosystem, it utilizes a rigorous state machine with JSON-based persistence to ensure every subtask is tracked from the initial planning phase through to final completion. By integrating agents such as Claude Code and Eva, it provides a centralized command center for complex coding and operational workflows.
This skill is essential for developers and teams looking to scale their AI-assisted development. It handles the heavy lifting of state transitions, dependency management, and progress reporting automatically. Whether you are building a new feature or managing complex system operations, Task Engine ensures that your Openclaw Skills work in perfect harmony, preventing task overlap and ensuring consistent project delivery through structured automation.
To set up Task Engine, navigate to the skill directory within your workspace and ensure Python 3 is installed. For full functionality, integrate the engine into your system heartbeat to enable automated monitoring.
cd /home/zeron/.openclaw/workspace/skills/task-engine
# Create your first task to begin
python3 scripts/task_engine.py create "Feature Implementation" --priority P0 --plan "Phase 1: Architecture"
For continuous operation, add the task engine check to your heartbeat's command beat function as described in the technical documentation to fully leverage Openclaw Skills automation.
Task Engine organizes data using a hierarchical file structure to ensure persistence and recoverability across sessions. The system relies on the following schema:
| Component | Path / File | Description |
|---|---|---|
| Task Directories | /tasks/TASK-NNN/ |
Stores individual task.json files and assets for every project. |
| Central Index | /tasks/index.json |
A master registry used for fast lookups of all active and terminal tasks. |
| Archive Folder | /tasks/archive/ |
Permanent storage for tasks that have reached COMPLETED, FAILED, or REJECTED states. |
| Reference Docs | /references/ |
Definitions for valid state transitions and agent-specific capabilities. |
| Configuration | /config/settings.yaml |
Global settings for agent capacity limits and notification preferences. |
Loading
A bridge for controlling Windows GUI environments from Linux-based AI agents using screen capture and peripheral simulation.

A professional-grade bridge for local ComfyUI image generation and automated CivitAI model lifecycle management within the Openclaw Skills ecosystem.

A dedicated flight briefing assistant that fetches real-time aviation weather and provides FAA regulatory guidance.

A specialized monitoring utility for tracking local server hardware performance including CPU, RAM, and GPU metrics.

An intelligent agent skill that analyzes user history to deliver a prioritized, interest-based news report.

A specialized automation skill for searching, downloading, and archiving ebooks from Anna's Archive directly to MEGA cloud storage.








































