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
小葱技能站7w4.net每天更新,海量AI技能等你发现。
PASS — recovery posture looks usable for a lightweight drillWARN — partial coverage; recoverability is uncertainFAIL — backup or restore confidence is too weak to trust{baseDir}/references/drill-checklist.md这个 Skill 质量不错,核心优势是真正解决了备份可靠性验证的实际问题。文档清晰易懂,操作流程明确,给出的反馈结果很有价值。主要不足是一些小细节处理不够完善,比如缺少一些配置文件。对于需要验证系统恢复能力的人来说,是一个实用且可靠的好工具。