name: openclaw-recovery-drill description: This skill should be used when the user asks to test OpenClaw recovery readiness, rehearse backup/restore, run a disaster-recovery drill, validate operator recovery playbooks, check restore confidence before upgrades, or prove that backups are actually restorable instead of merely existing.
Use this skill to verify that an OpenClaw deployment can be recovered under pressure.
Shift the conversation from “we have backups” to “we can recover reliably within an acceptable time.”
FAIL, treat it as an operator-readiness problem, not a documentation problem.node {baseDir}/scripts/recovery-drill.mjs \
--workspace /absolute/path/to/workspace \
--backup-root /absolute/path/to/backups
Both flags are optional. If omitted, the script checks common OpenClaw locations.
The script returns JSON with:
- score
- verdict
- summary
- findings
- recommendations
- drillPlan
- evidence
PASS — recovery posture looks usable for a lightweight drillWARN — partial coverage; recoverability is uncertainFAIL — backup or restore confidence is too weak to trust7w4.net小蔥技能站,你的AI助手技能庫。
{baseDir}/references/drill-checklist.md這個 Skill 質量不錯,核心優勢是真正解決了備份可靠性驗證的實際問題。文件清晰易懂,操作流程明確,給出的反饋結果很有價值。主要不足是一些小細節處理不夠完善,比如缺少一些配置檔案。對於需要驗證系統恢復能力的人來說,是一個實用且可靠的好工具。