← 返回 Skills 市场
OpenClaw Backup Safe
作者
alessandropcostabr
· GitHub ↗
· v1.0.1
1979
总下载
2
收藏
22
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-backup-safe
功能描述
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 package appears to do what it says: create and rotate local archives of ~/.openclaw. Before installing or scheduling it: (1) remember backups include API keys, agent auth, Telegram sessions and other secrets — protect the backup directory (restrict filesystem permissions) and consider encrypting archives or storing them in an encrypted location; (2) inspect the script (you already have it) to confirm it only touches the expected paths; (3) verify what the OpenClaw agent's "report result to user" will transmit (avoid sending archive contents or secrets to external endpoints); (4) test restore procedures in a safe environment before trusting production data; (5) note the package has no homepage and the registry metadata owner differs from the embedded _meta.json ownerId — this lowers provenance confidence, so prefer a well-known source or mirror if available.
功能分析
Type: OpenClaw Skill
Name: openclaw-backup-safe
Version: 1.0.1
The OpenClaw Backup skill provides functionality to archive and restore the `~/.openclaw` directory, including sensitive data like credentials and agent configurations. The `scripts/backup.sh` script correctly uses `tar` to create archives, excludes temporary files, and implements a 7-day rotation policy. The `SKILL.md` and `references/restore.md` files provide clear instructions for backup, restore, and scheduling via OpenClaw's cron system. All operations, including file system access and handling of sensitive data, are directly aligned with the stated purpose of a backup utility and show no evidence of malicious intent, data exfiltration, or unauthorized actions. The prompt injection surface in `SKILL.md` is used legitimately to instruct the agent to run the backup script.
能力评估
Purpose & Capability
Name, description, SKILL.md, restore reference, and scripts all focus on archiving ~/.openclaw (configs, credentials, agents, workspace, telegram session, cron). Nothing in the bundle asks for unrelated cloud credentials, binaries, or system access beyond typical filesystem operations.
Instruction Scope
Instructions are narrowly scoped to creating and rotating local archives and restoring them. They explicitly include sensitive items (credentials/, agents/, workspace/, telegram/). The cron example instructs an agent to run the backup script and "report result to user" — that reporting step is not defined and could leak metadata about backups if the agent transmits output; consider auditing what the agent will send when it "reports."
Install Mechanism
No install spec; this is an instruction-only skill with a simple shell script. Nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required env vars, credentials, or config paths. The included script operates on $HOME/.openclaw and the backup directory only — proportional to the stated purpose.
Persistence & Privilege
always is false and model invocation is allowed by default. The skill suggests scheduling via the OpenClaw cron system, which is consistent with a backup utility; no permanent elevated privileges or modifications to other skills are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-backup-safe - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-backup-safe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Hardening de restore sem rm -rf; backup.sh robustecido com validações e rotação segura.
元数据
常见问题
OpenClaw Backup Safe 是什么?
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 插件,目前累计下载 1979 次。
如何安装 OpenClaw Backup Safe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-backup-safe」即可一键安装,无需额外配置。
OpenClaw Backup Safe 是免费的吗?
是的,OpenClaw Backup Safe 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw Backup Safe 支持哪些平台?
OpenClaw Backup Safe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Backup Safe?
由 alessandropcostabr(@alessandropcostabr)开发并维护,当前版本 v1.0.1。
推荐 Skills