← Back to Skills Marketplace
52
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-recovery
Description
跨平台自动备份与健康监控OpenClaw配置,崩溃时自动回滚并发送系统通知,确保服务持续稳定运行。
Usage Guidance
This package appears to be what it says: a local backup and self-healing tool for OpenClaw. Before installing, consider the following: 1) Backups include auth-profiles.json and auth-state.json (API keys/tokens). If you have sensitive keys there, review or remove them first, or secure the backup directory (restrict permissions or encrypt backups). 2) The installer will add cron jobs (or provide Task Scheduler instructions) to run every 5 minutes — verify and adjust the schedule if you prefer less frequent checks. 3) The scripts call the 'openclaw' CLI (gateway restart/start); ensure that command exists and behaves as you expect on your system. 4) Check ~/.openclaw/backups and ~/.openclaw/logs permissions after install; treat those files as sensitive. 5) The bundle's safe-mode.json is already desensitized, but changelog notes earlier versions included real keys — ensure you obtained this copy from a trusted source. If you want extra safety, inspect the scripts locally, run them with '--dry-run' style checks (or open the generated scripts before adding cron entries), and consider backing up sensitive tokens elsewhere or rotating them after installing.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-recovery
Version: 4.0.1
The bundle provides a comprehensive recovery and backup system for OpenClaw, including health monitoring, automated rollbacks, and configuration validation. While it performs high-risk actions such as modifying crontabs for persistence, restarting system services, and editing configuration files containing API keys, these behaviors are explicitly documented and directly aligned with the tool's stated purpose. The scripts (e.g., install-v2.sh, recover-v2.sh) are transparent, include platform-specific logic for macOS, Linux, and Windows, and show no evidence of malicious intent, obfuscation, or data exfiltration.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (auto backup, health checks, rollback) align with the provided scripts (backup, smart-backup, recover, rollback, install/uninstall). All required operations (reading config, restarting gateway, creating cron tasks, notifying) are expected for this purpose.
Instruction Scope
SKILL.md tells the user to run the included install script which generates and installs monitoring/backup scripts. Those scripts read OpenClaw config and auth files (~/.openclaw/openclaw.json, auth-profiles.json, auth-state.json), create backups, run JSON validation and may invoke 'openclaw gateway restart/start'. Reading and backing up auth files is within the stated purpose (full config backups) but is sensitive — the instructions do not transmit these files externally, they only store them under ~/.openclaw/backups.
Install Mechanism
No network download/install spec is present; the skill is instruction + local scripts included in the bundle. install-v2.sh generates per-OS scripts and writes into the user's ~/.openclaw workspace. No remote URLs, no extracted archives fetched at install time — lower risk than remote installs.
Credentials
The skill declares no required environment variables or external credentials. However the scripts explicitly read and copy auth-profiles.json and auth-state.json (which commonly contain API keys/tokens) into the backup directory. This is proportionate to a config-backup tool but increases the sensitivity of the backups and requires the user to protect those files (permissions/encryption).
Persistence & Privilege
The installer will add cron entries (or instruct Task Scheduler on Windows) to run health checks every 5 minutes and daily backups; this is expected for an always-on recovery tool. always:true is not set. The install modifies the user's crontab and creates files under the home directory (~/.openclaw), which is normal for this utility.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-recovery - After installation, invoke the skill by name or use
/openclaw-recovery - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.1
v4.0.1: 修复文档 - 健康检查间隔改为30分钟
v4.0.0
v4.0: 深度健康检查、自动清理备份、真实通知、版本感知、启动状态清理
Metadata
Frequently Asked Questions
What is OpenClaw Recovery?
跨平台自动备份与健康监控OpenClaw配置,崩溃时自动回滚并发送系统通知,确保服务持续稳定运行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install OpenClaw Recovery?
Run "/install openclaw-recovery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Recovery free?
Yes, OpenClaw Recovery is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Recovery support?
OpenClaw Recovery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Recovery?
It is built and maintained by yoyoyosan (@yoyoyosan); the current version is v4.0.1.
More Skills