openclaw-recovery-drill

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-recovery-drill" with this command: npx skills add x-rayluan/openclaw-recovery-drill

OpenClaw Recovery Drill

Use this skill to verify that an OpenClaw deployment can be recovered under pressure.

Goal

Shift the conversation from “we have backups” to “we can recover reliably within an acceptable time.”

Workflow

  1. Identify the target workspace and any known backup roots.
  2. Run the bundled drill script.
  3. Review the readiness score, gaps, and proposed drill plan.
  4. If the result is FAIL, treat it as an operator-readiness problem, not a documentation problem.
  5. If the user wants a live drill, execute the restore only in a safe test location first.

Command

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.

What the script checks

  • whether candidate backup roots exist
  • whether recent backup files or directories are present
  • whether the workspace contains the key operator files needed for recovery
  • whether restore/runbook signals exist
  • whether backups look recent enough for a realistic drill
  • whether the operator has clear next-step drill actions

Output format

The script returns JSON with:

  • score
  • verdict
  • summary
  • findings
  • recommendations
  • drillPlan
  • evidence

Verdicts

  • PASS — recovery posture looks usable for a lightweight drill
  • WARN — partial coverage; recoverability is uncertain
  • FAIL — backup or restore confidence is too weak to trust

Important limits

  • This is a readiness check, not proof of successful recovery by itself.
  • A real drill should restore into an isolated test path and verify startup.
  • Presence of backup files does not equal application-level recovery.

References

  • {baseDir}/references/drill-checklist.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Google Classroom

Google Classroom API integration with managed OAuth. Manage courses, assignments, students, teachers, and announcements. Use this skill when users want to cr...

Registry SourceRecently Updated
General

GetResponse

GetResponse API integration with managed OAuth. Manage email marketing campaigns, contacts, newsletters, autoresponders, and segments. Use this skill when us...

Registry SourceRecently Updated
General

Antenna

Inter-host OpenClaw session messaging over reachable HTTPS using built-in gateway webhook hooks. Use when: (1) sending a message from this OpenClaw instance...

Registry SourceRecently Updated
General

Buffer

Buffer API integration with managed authentication. Schedule and manage social media posts across multiple platforms. Use this skill when users want to sched...

Registry SourceRecently Updated