← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install auto-backup-pro
Description
自动定时备份重要文件到本地或云端,支持增量备份、压缩加密、备份验证和失败自动重试,保障数据安全。
README (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 守护每一次重要的工作成果
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-backup-pro - After installation, invoke the skill by name or use
/auto-backup-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto Backup Pro 1.0.0
- 首发版本,面向AI Agent自动备份需求
- 支持定时(每小时/每天)自动备份
- 增量备份功能,节省存储空间
- 提供压缩、加密选项保障数据安全
- 备份过程含验证、报告和失败重试机制
- 输出详细的备份状态、空间使用和历史记录
Metadata
Frequently Asked Questions
What is Auto Backup Pro?
自动定时备份重要文件到本地或云端,支持增量备份、压缩加密、备份验证和失败自动重试,保障数据安全。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Auto Backup Pro?
Run "/install auto-backup-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto Backup Pro free?
Yes, Auto Backup Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto Backup Pro support?
Auto Backup Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auto Backup Pro?
It is built and maintained by linbo405 (@linbo405); the current version is v1.0.0.
More Skills