Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run iterative agent loops until success criteria are met. Controlled autonomous iteration.
Run iterative agent loops until success criteria are met. Controlled autonomous iteration.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
~/loop/ βββ active.json # Currently running loops βββ history/ # Completed loop logs β βββ {loop-id}.json βββ learnings.md # Cross-loop patterns Create on first use: mkdir -p ~/loop/history
This skill: β Runs iterative attempts toward defined success criteria β Logs each iteration with learnings β Exits on success, max iterations, or unrecoverable error β NEVER makes Git commits automatically β NEVER deploys to production β NEVER modifies system configuration β NEVER runs indefinitely (max 10 iterations hard limit)
TopicFileLoop examplesexamples.mdMemory between iterationsmemory.md
Task + Criteria β Execute β Verify β [Pass? Exit : Retry]
ElementRequiredExampleTaskYes"Fix failing tests"Success criteriaYes"All tests pass"Max iterationsDefault: 5Max: 10Verify commandRecommendednpm test
Task has clear success criteria but uncertain path Previous attempt failed but error is fixable User says "keep trying until..." NOT for: One-shot tasks, undefined goals, exploratory work
Fresh context β Only carry: task, criteria, count, learnings Execute β Attempt the task Verify β Check success criteria Record β Append to history: what worked, what failed Decide β Pass? Exit. Fail? Retry if under limit.
β Success criteria met β Max iterations reached β οΈ Unrecoverable error (missing dependency, permission denied)
If max reached without success: Summarize all attempts Identify common failure pattern Recommend manual intervention or different approach
Hard limit: 10 iterations maximum No destructive actions without explicit per-action approval Log everything to ~/loop/history/
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.