← 返回 Skills 市场
richardx0319

Openclaw Backup

作者 richardx0319 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
257
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-backup-pro
功能描述
Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Ha...
安全使用建议
This skill appears to do what it claims (local backup/restore of ~/.openclaw). Before installing or enabling automation, consider: (1) backups contain sensitive API keys/tokens — store them encrypted (GPG/age) or use filesystem encryption, or exclude secrets and back them up separately; (2) restrict backup file permissions (chmod 600) and limit access to the backups directory; (3) declare and ensure the 'openclaw' CLI is available on systems where you'll run the restore/stop/start commands; (4) review the included scripts (they are small) and optionally add integrity checks (checksums/signatures) and retention policies beyond simple rotation; (5) be cautious about the cron payload that asks to 'report result to user' — ensure that reporting does not leak sensitive backup contents to external channels. If you need help hardening the scripts (encrypting backups, setting permissions, or adding safe reporting), get those changes in place before using automated schedules.
功能分析
Type: OpenClaw Skill Name: openclaw-backup-pro Version: 1.1.0 The skill bundle provides standard backup and restore functionality for the OpenClaw environment. It includes shell scripts (backup.sh and restore.sh) that archive the ~/.openclaw directory, including configuration and credentials, to a local directory with a rotation policy. The behavior is consistent with the stated purpose, and no network activity, exfiltration, or malicious instructions were found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the two shell scripts all consistently implement local backup/restore of ~/.openclaw (configs, credentials, agents, workspace, cron, telegram). The requested artifacts (tar of ~/.openclaw) are proportional to a backup skill. One minor mismatch: the SKILL.md and restore script call the 'openclaw' CLI (gateway stop/start/status) but the skill's metadata declares no required binaries.
Instruction Scope
Instructions explicitly archive credentials/, agents/, workspace/, and telegram/ into unencrypted tarballs stored under ~/openclaw-backups and propose automatic daily runs via cron. Backing up secrets is expected for this purpose, but the skill: (1) stores backups unencrypted and accessible in the user's home directory, (2) suggests automating runs and 'report result to user' which could leak backup metadata or contents if not carefully implemented. The SKILL.md and scripts do not attempt to redact or encrypt sensitive material.
Install Mechanism
No install spec; this is instruction + local shell scripts included in the package. No external downloads or archives are pulled. Low install risk.
Credentials
The skill requests no environment variables or credentials (good). However, by design its backups include API keys/tokens and other secrets from ~/.openclaw/credentials; the skill does not provide guidance to protect those backups (encryption, restricted permissions, secure offsite storage).
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. The cron example uses OpenClaw's cron capability to schedule backups (normal for an automation).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-backup-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-backup-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
添加了还原脚本 restore.sh
元数据
Slug openclaw-backup-pro
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Backup 是什么?

Backup and restore OpenClaw data. Use when user asks to create backups, set up automatic backup schedules, restore from backup, or manage backup rotation. Ha... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。

如何安装 Openclaw Backup?

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

Openclaw Backup 是免费的吗?

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

Openclaw Backup 支持哪些平台?

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

谁开发了 Openclaw Backup?

由 richardx0319(@richardx0319)开发并维护,当前版本 v1.1.0。

💬 留言讨论