Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Process multiple items with progress tracking, checkpointing, and failure recovery.
Process multiple items with progress tracking, checkpointing, and failure recovery.
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.
Dry run: Test with 2-3 items first Count: "Processing 47 items, ~2 min estimated" Confirm destructive ops: "This will delete 200 files. Proceed?"
Progress every 10 items: "23/47 complete (49%)" Checkpoint every 10-50 items: Save state to resume if interrupted On error: Log it, continue with rest (don't abort entire batch)
Always report: โ 44 succeeded โ 3 failed (saved to failed.json for retry)
ErrorActionTimeout, rate limitRetry 3x with backoff (1s, 2s, 4s)Bad format, missing dataSkip, log, continueAuth failed, disk fullAbort 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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.