Anti-Infinite-Loop Guard — Prevents agents from getting stuck in repetitive execution cycles. Use when: (1) detecting repeated actions, (2) enforcing termination conditions, (3) tracking progress, (4) protecting against resource exhaustion from infinite loops.

Install

openclaw skills install @kofna3369/anti-infinite-loop