← 返回 Skills 市场
liliwang76

openclaw-reliable-backup

作者 Llmin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
230
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-reliable-backup
功能描述
提供 OpenClaw 自动化每日备份、变更前快照、邮件发送、备份管理及恢复指导,确保数据高可靠性和安全。
安全使用建议
This skill appears to implement a full backup/restore workflow and will read and archive highly sensitive OpenClaw files (credentials, identity, agents). Before installing or running it: (1) ensure BACKUP_ROOT is explicitly set and has restrictive permissions (chmod 700), (2) prefer encrypting backups (use a passphrase) before storing or emailing them — do not email raw credential-containing archives, (3) review any mail-skill you install manually (clawhub-installed skills could request your email password), (4) test the backup/restore flow in a safe environment first, and (5) ask the skill author to fix metadata inconsistencies (declare BACKUP_ROOT as a required env var) and to add explicit, automated encryption guidance so sensitive data is not accidentally exfiltrated. If you are uncomfortable with backups that include credential files, request a version that omits or redacts those paths or that enforces client-side encryption.
功能分析
Type: OpenClaw Skill Name: openclaw-reliable-backup Version: 1.0.0 The skill is designed to archive and potentially exfiltrate highly sensitive data, specifically targeting the `~/.openclaw/credentials/` directory which contains API keys and authentication tokens. It utilizes `command_execution` to create ZIP archives and includes instructions in `SKILL.md` for the agent to dynamically install other skills using `clawhub install`. While these capabilities are aligned with the stated purpose of a comprehensive backup utility, the broad access to secrets and the facilitation of data transmission via email represent a significant attack surface if the agent is influenced by malicious prompts.
能力评估
Purpose & Capability
Skill name/description match the instructions: it explicitly backs up OpenClaw state (many ~/.openclaw paths) and provides restore/lifecycle flows. However the package metadata declares no required environment variables while the SKILL.md treats BACKUP_ROOT as mandatory — a metadata/instruction mismatch that can cause surprises.
Instruction Scope
SKILL.md instructs the agent to read and copy many sensitive paths (e.g. ~/.openclaw/credentials, identity, telegram, agents), create archives, and optionally send them by email. It also directs the agent to install and configure third-party 'mail' skills via commands like `clawhub install` and `openclaw skill config`, and to prompt users for email passwords. Those actions are coherent for a full backup feature but materially expand the attack surface (sensitive secrets bundled into backups; credential entry prompts; installing arbitrary skills).
Install Mechanism
There is no install script or remote download in this skill (instruction-only), which reduces supply-chain risk. The SKILL.md does instruct calling external commands (clawhub/openclaw) to install other skills, but actual code downloads would be performed by those commands, not by this skill itself.
Credentials
Declared requirements list no env vars, but the instructions require BACKUP_ROOT and reference BACKUP_RETENTION_DAYS and EMAIL_RETENTION_DAYS. More importantly, the backup explicitly includes credentials and identity files — appropriate for a full state backup but high sensitivity; backing up and emailing these files without strong encryption or explicit guidance to encrypt is risky.
Persistence & Privilege
Skill is not always:true and is user-invocable; it does not request permanent elevated platform privileges. It does instruct stopping/starting the OpenClaw gateway and installing other skills, which are normal for backup/maintenance but require user consent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-reliable-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-reliable-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-reliable-backup v1.0.0 - Initial release of automated, high-reliability OpenClaw backup and secure management skill - Features: daily scheduled full backup, pre-modification snapshots, email backups, lifecycle management, and emergency recovery guide - Interactive setup covers backup directory, email capability detection, and retention strategies - Supports both local and optional email backup delivery (with guided email skill integration) - Built-in log tracking, user confirmation on sensitive operations, and detailed error handling - Emphasizes privacy, user control, and integrity validation for all backups
元数据
Slug openclaw-reliable-backup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openclaw-reliable-backup 是什么?

提供 OpenClaw 自动化每日备份、变更前快照、邮件发送、备份管理及恢复指导,确保数据高可靠性和安全。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。

如何安装 openclaw-reliable-backup?

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

openclaw-reliable-backup 是免费的吗?

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

openclaw-reliable-backup 支持哪些平台?

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

谁开发了 openclaw-reliable-backup?

由 Llmin(@liliwang76)开发并维护,当前版本 v1.0.0。

💬 留言讨论