Install
openclaw skills install cycleDesign custom workflow cycles for any domain. Create structured, repeatable processes that become persistent skills.
openclaw skills install cycleA structured workflow optimized for a specific goal. Examples:
Check discovery.md for questions to ask users when designing.
Each phase needs: clear input → output, validation before proceeding, can delegate to sub-agent.
Check implementation.md for how to structure cycle skills.
| Cycle | Loop |
|---|---|
| Different phases in sequence | Same action repeated |
| Produces complete output | Refines until criteria |
| Design once, use many times | Created per task |
They combine: cycles can use loops within phases. Check examples.md for cycle patterns.
Related: For iterating until success criteria are met (same action repeated), see the loop skill.