Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Auto-diagnose agent failures, extract reusable recovery patterns, and create local skills to fix recurring blockers while keeping all data private and local.
Auto-diagnose agent failures, extract reusable recovery patterns, and create local skills to fix recurring blockers while keeping all data private and local.
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.
Rise from failures. Complete tasks persistently. When the agent encounters blockers, failures, or repeated friction, this skill starts a self-healing loop: Diagnose -> Extract -> Crystallize -> Verify.
# Read recent blocked items Get-Content memory/blocked-items.md | Select-String "Blocker" -Context 3 # Extract failure patterns Get-Content memory/tasks.md | Select-String "Status: failed" -Context 5 Diagnosis Checklist: Is the failure cause clearly stated? Were at least 2 solution paths attempted? Is minimum unblock input defined?
Next time a similar issue occurs: Search skills/local/ for matching skills Execute recovery steps Log result to memory/{date}.md Update skill if needed
All data stored locally: NO external logging of failure data NO API keys or tokens in skill files NO upload of user task content Only pattern names and solution steps recorded Skills stored in skills/local/ local directory Sensitive Data Filter: Before writing to any memory or skill, check and remove: apiKey, token, secret, password Bearer , sk-, OPENCLAW_ Personal emails, phones, addresses
A phoenix-loop task is complete if and only if: CriteriaVerification CommandFailure pattern namedSelect-String "Failure Pattern" memory/blocked-items.mdLocal skill createdTest-Path skills/local/{name}-recovery.mdSkill has trigger sectionSelect-String "## Trigger" skills/local/{name}.mdSkill has verification stepsSelect-String "## Verification" skills/local/{name}.mdMemory updatedSelect-String "phoenix-loop" memory/{today}.mdPrivacy check passedSkill file contains no `apiKey
Add to HEARTBEAT.md: ## Self-Check (Every 24 Hours) 1. Check `memory/blocked-items.md` for blockers older than 24h 2. Run phoenix-loop diagnosis on each long-term blocker 3. If reusable pattern found, create or update skill
If the skill causes issues: # Disable skill (rename) Rename-Item skills/local/{name}-recovery.md skills/local/{name}-recovery.md.disabled # Delete skill Remove-Item skills/local/{name}-recovery.md
memory/blocked-items.md - Blocker records memory/tasks.md - Task history skills/local/ - Local skill library Rise stronger from every failure.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.