← Back to Skills Marketplace
284
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install 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 r...
Usage Guidance
This skill appears to do what it says: a local readiness audit that inspects workspace and backup directories and prints a JSON report. Before running, review scripts/recovery-drill.mjs yourself and run the tool against an explicit safe test workspace (use --workspace and --backup-root) so it doesn't scan unexpected locations under your home. Be mindful that the output includes filenames, modification times, and sizes (potentially sensitive metadata); do not share results publicly. Ensure you have Node >=18 installed and run tests (npm test) if you want to validate behavior in a disposable environment first.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-recovery-drill
Version: 0.1.0
The skill is a diagnostic tool designed to audit the recovery readiness of an OpenClaw deployment. It performs read-only filesystem checks (using fs.statSync and fs.readdirSync) to verify the existence and age of backup artifacts and core configuration files (e.g., SOUL.md, USER.md) in scripts/recovery-drill.mjs. No network activity, data exfiltration, or suspicious execution patterns were found.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README, package.json, and the scripts all align: the tool inspects a local OpenClaw workspace and candidate backup roots to score recovery readiness. The included tests exercise the same behavior.
Instruction Scope
Runtime instructions only run the bundled Node script against a workspace and optional backup-root. The script's actions are limited to local filesystem discovery and metadata collection (file existence, mtime, sizes). There are no commands to read unrelated system configuration, call external endpoints, or perform restores by default.
Install Mechanism
No install spec; this is instruction-plus-local code. package.json targets Node >=18 and provides test and bin entries. No downloaded archives, remote installers, or third-party package installs are invoked by the skill itself.
Credentials
The skill declares no environment variables or credentials, which is appropriate. The script does read the user's home directory (os.homedir()) and common OpenClaw paths if no explicit workspace/backup-root is provided, and it collects filenames, timestamps, and file sizes — information that can include sensitive filenames or metadata. This behavior is proportional to a discovery audit but users should be aware it inspects local files.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills or global agent configuration. It only reads local files and prints JSON; it exits with status codes but performs no automatic restores or network exfiltration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-recovery-drill - After installation, invoke the skill by name or use
/openclaw-recovery-drill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: operator-facing disaster recovery readiness audit with lightweight drill scoring, recommendations, tests, and packaged documentation.
Metadata
Frequently Asked Questions
What is 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 r... It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.
How do I install OpenClaw Recovery Drill?
Run "/install openclaw-recovery-drill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Recovery Drill free?
Yes, OpenClaw Recovery Drill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Recovery Drill support?
OpenClaw Recovery Drill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Recovery Drill?
It is built and maintained by X-RayLuan (@x-rayluan); the current version is v0.1.0.
More Skills