openclaw-backup-verify

Validate OpenClaw backup archives for integrity and restore readiness.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill openclaw-backup-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-backup-verify
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/openclaw-backup-verify
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill openclaw-backup-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the integrity and recoverability of OpenClaw backup archives, ensuring that backups are usable and safe to restore in production or migration scenarios.

Core Features & Use Cases

  • Backup integrity checks: verify that the archive is readable, has a valid manifest, and contains expected payloads.
  • Restore readiness reporting: generate a concise assessment of restore viability and next steps.
  • Audit-ready outputs: provide structured results suitable for logs, reports, or automation pipelines.

Quick Start

Execute openclaw backup verify on <archive-path> to validate the archive and ensure restore readiness.

Frequently Asked Questions about openclaw-backup-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify backup integrity before a disaster recovery restore?

You verify backup integrity by checking that the archive is readable, has a valid manifest, and contains expected payloads to ensure restore readiness. This validation confirms the archive is safe to restore in production or migration scenarios.

What does a backup manifest check do during archive validation?

A backup manifest check validates that the archive is readable and contains expected payloads. It ensures the backup archive structure is intact and usable, providing a concise assessment of restore viability and next steps.

Can I use structured JSON output for backup verification in automation pipelines?

Yes, backup verification supports optional JSON output with clear failure reasons when verification fails. This provides structured, audit-ready results suitable for logs, reports, and automation pipelines.

Does backup verification work for migration testing and disaster recovery workflows?

Backup verification works across backup workflows, migrations, and disaster-recovery testing. It applies reproducible checks to ensure manifests and payloads are usable before attempting a restore in production scenarios.

Why does my backup verification fail and how are errors reported?

Backup verification fails when the archive is unreadable, the manifest is invalid, or expected payloads are missing. It reports clear failure reasons and generates a concise assessment of restore viability and next steps.