Install
openclaw skills install batchProcess multiple items with progress tracking, checkpointing, and failure recovery.
openclaw skills install batchAlways report:
✅ 44 succeeded
❌ 3 failed (saved to failed.json for retry)
| Error | Action |
|---|---|
| Timeout, rate limit | Retry 3x with backoff (1s, 2s, 4s) |
| Bad format, missing data | Skip, log, continue |
| Auth failed, disk full | Abort entire batch |
Check strategies.md for parallel vs sequential decision matrix.
Check errors.md for retry logic and rollback patterns.
Related: For delegating to sub-agents, see delegate.