Agent-installable Operations Source review 1 minute
self-healing
Proof, retries, and watchdogs for the work that cannot just vanish.
Wrap long-running or fragile OpenClaw work in checkpointed retries, watchdog crons, fallback models, and proof-of-completion so failed subagents can resume instead of silently dying.
Install contract
Source
enterprise-crew-skills/self-healing
Entrypoint
SKILL.md
Installability
Ready for agent install
Source spec
github:henrino3/enterprise-crew-skills/self-healing
This page is designed to be the thing you send to another agent. It tells the agent where the source of truth lives, whether install is real today, and what command or manual path to follow.
Install command
openclaw skills install github:henrino3/enterprise-crew-skills/self-healing Prompt to hand another agent
Install the skill described on this page from github:henrino3/enterprise-crew-skills/self-healing. Review the source first, then run: openclaw skills install github:henrino3/enterprise-crew-skills/self-healing Install steps
Step 1
Review the public skill source and adapt the fallback model chain to your environment.
Step 2
Install from GitHub.
Step 3
Use it when a task needs checkpoints, watchdog recovery, and proof-of-completion rather than a single fragile spawn.
What it covers
- Skill contract
- Public README
- Checkpoint and watchdog templates
Good use cases
- Keep remote health checks alive across model failures
- Resume long builds or deploys from checkpoints
- Require evidence before a subagent can claim completion
Published artifacts
Skill contract
github:henrino3/enterprise-crew-skills/self-healing/SKILL.md
Canonical self-healing spawn pattern, watchdog prompt, and proof requirements.
README
github:henrino3/enterprise-crew-skills/self-healing/README.md
Public overview and install instructions.