A controlled autonomous iteration engine that executes agent tasks repeatedly until specific success criteria are met.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install loop
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 loop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Loop skill provides a structured framework for AI agents to perform iterative problem-solving within the Openclaw Skills ecosystem. Instead of relying on a single attempt, this skill allows agents to execute a task, verify the outcome against defined success criteria, and automatically retry if the goal is not met. It is designed to bridge the gap between simple task execution and complex, self-correcting autonomous workflows.
Built with safety as a priority, Loop incorporates strict guardrails, such as a hard limit on iterations and prohibitions against automatic production deployments or system configuration changes. This ensures that while the agent has the autonomy to keep trying, it remains within a controlled environment, making it a reliable tool for professional software development and automation tasks.
To initialize the Loop skill for use with Openclaw Skills, you must first create the necessary local storage directories to handle history and active state:
mkdir -p ~/loop/history
The skill operates locally and requires no external binary dependencies, relying on JSON and Markdown files for state management.
Loop maintains a structured data hierarchy within the ~/loop/ directory to ensure transparency and learning across sessions:
| File Path | Purpose |
|---|---|
~/loop/active.json |
Tracks the state and metadata of the currently active iteration loop. |
~/loop/history/{loop-id}.json |
Individual log files containing the step-by-step history of completed loops. |
~/loop/learnings.md |
A cumulative document used to track cross-loop patterns and improve future agent performance. |
learnings.md file to help agents identify and avoid repeating mistakes across different sessions.Loading
A specialized knowledge layer providing contextual intelligence for visiting, living, and working in London.

A comprehensive framework for generating professional-grade logos and app icons using advanced AI image models.

A specialized skill for generating natural, human-sounding Lithuanian text that avoids the typical stiff and formal AI tone.

An adaptive literary assistant that guides users from personal reading responses to rigorous, evidence-based scholarly analysis.

A comprehensive intelligence layer for navigating Los Angeles as a visitor, resident, or professional.

A technical guide for mastering macOS system administration, command-line nuances, and automation workflows.








































