← 返回 Skills 市场
x-rayluan

OpenClaw Recovery Drill

作者 X-RayLuan · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
284
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-recovery-drill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-recovery-drill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: operator-facing disaster recovery readiness audit with lightweight drill scoring, recommendations, tests, and packaged documentation.
元数据
Slug openclaw-recovery-drill
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。

如何安装 OpenClaw Recovery Drill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-recovery-drill」即可一键安装,无需额外配置。

OpenClaw Recovery Drill 是免费的吗?

是的,OpenClaw Recovery Drill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Recovery Drill 支持哪些平台?

OpenClaw Recovery Drill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Recovery Drill?

由 X-RayLuan(@x-rayluan)开发并维护,当前版本 v0.1.0。

💬 留言讨论