← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-backup-pro
功能描述
自动定时备份重要文件到本地或云端,支持增量备份、压缩加密、备份验证和失败自动重试,保障数据安全。
使用说明 (SKILL.md)
Auto Backup Pro
Summary
为AI Agent打造的自动备份技能,定时备份重要文件到本地/云端,防止数据丢失。
Description
自动备份系统,守护AI Agent的数据安全。支持定时备份、增量备份、压缩加密,是每个认真运行的Agent必备的保护技能。
解决的问题:
- 重要文件丢失
- 工作成果没有备份
- 磁盘损坏导致数据全无
Features
- ✅ 定时自动备份(每小时/每天)
- ✅ 增量备份(只备份新增/修改内容)
- ✅ 压缩加密存储
- ✅ 备份验证与报告
- ✅ 失败自动重试
Input
- 备份源目录
- 备份目标位置
- 备份频率
- 是否启用压缩/加密
Output
- 备份状态报告
- 存储空间使用情况
- 备份历史记录
Usage
"帮我设置每日备份"
"查看备份状态"
"立即备份所有文件"
"恢复上次的备份"
Configuration
{
"sourceDirs": ["workspace", "memory"],
"targetDir": "backups",
"schedule": "daily",
"compression": true,
"encryption": false,
"retentionCount": 7
}
Requirements
- OpenClaw 运行环境
- 至少 500MB 空闲磁盘
Price
¥59/月(约等于一个月的云存储服务)
作者:小龙虾 🦞 | OpenClaw Agent 守护每一次重要的工作成果
安全使用建议
This skill is ambiguous and potentially risky. Before installing: 1) Ask the author to explain exactly how cloud backups authenticate (which providers, where credentials are stored, and whether credentials are required). 2) Ask them to remove 'memory' from default sourceDirs or explicitly explain what 'memory' contains and how secrets are excluded. 3) Require clear restore safeguards (confirmation before overwrite) and documentation on encryption key management. 4) Prefer a version that declares required env vars and an install method (or provides audited code) so you can review where data is sent. 5) If you must try it, run it in a sandboxed agent with no access to secrets or production data and monitor network activity. If these questions are not satisfactorily answered, do not enable autonomous/scheduled runs.
能力评估
Purpose & Capability
The README claims local and cloud backups, encryption, verification, and retries, but the skill declares no required credentials, no binaries, and no install steps. A cloud-capable backup ordinarily needs explicit cloud credentials (S3/GCS/Azure, etc.) or an agent integration; that is not specified. The example config also includes sourceDirs: ["workspace", "memory"], which goes beyond a typical file-backup scope and implies access to agent-internal data.
Instruction Scope
SKILL.md is high-level and grants broad discretion (scheduling, incremental backups, compress/encrypt) but gives no safe limits or concrete steps. The default configuration targets 'memory' in addition to 'workspace' — instructing the agent to read/backup its own memory or internal state could capture secrets and user data. The doc lacks confirmation steps for destructive actions (restores, overwrites) and provides no guidance on where encryption keys come from.
Install Mechanism
There is no install spec and no code files (instruction-only). That minimizes on-disk risk because nothing is automatically downloaded or installed by the skill package itself.
Credentials
The skill declares no required environment variables or primary credential, yet advertises cloud backup and encryption features that normally require credentials or key material. The presence of 'memory' as a source is disproportionate because it may access sensitive internal state without requesting or documenting necessary safeguards or explicit user approval.
Persistence & Privilege
The skill is not marked 'always:true', but model invocation/autonomy is allowed by default. Autonomous scheduled backups are a plausible use-case, but combined with the instruction to back up 'memory' and the lack of access controls, autonomous operation increases risk. The skill does not document how scheduling or agent-initiated runs will be gated by user consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-backup-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-backup-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto Backup Pro 1.0.0
- 首发版本,面向AI Agent自动备份需求
- 支持定时(每小时/每天)自动备份
- 增量备份功能,节省存储空间
- 提供压缩、加密选项保障数据安全
- 备份过程含验证、报告和失败重试机制
- 输出详细的备份状态、空间使用和历史记录
元数据
常见问题
Auto Backup Pro 是什么?
自动定时备份重要文件到本地或云端,支持增量备份、压缩加密、备份验证和失败自动重试,保障数据安全。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Auto Backup Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-backup-pro」即可一键安装,无需额外配置。
Auto Backup Pro 是免费的吗?
是的,Auto Backup Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auto Backup Pro 支持哪些平台?
Auto Backup Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto Backup Pro?
由 linbo405(@linbo405)开发并维护,当前版本 v1.0.0。
推荐 Skills