OpenClaw can use this skill to start loops, execute transitions, and route human approvals through WhatsApp, Telegram, Slack, Discord, Signal, or iMessage while Loop Engine enforces state and guard constraints.
- Node.js 18+
- OpenClaw running locally
@loop-engine/sdk@0.1.x
Copy this folder into your OpenClaw skills directory:
cp -r openclaw-skill ~/.openclaw/skills/loop-engine- Edit
src/loops/*.tsto swap or add loop definitions. - Replace in-memory defaults in
src/lib/engine.tswith a persistent store if needed. - Keep approval transitions limited to human actors for production safety.
This skill executes real transitions. Review actors on each transition and guard requirements before deploying in shared messaging environments.