← 返回 Skills 市场
360
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-backup-1-0-0
功能描述
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 says: create and rotate local backups of ~/.openclaw, including credentials and session data. Before installing/using it: 1) Understand that backups include sensitive secrets (API keys, tokens, Telegram sessions, agent auth) — store backups only on secure, access-controlled storage and consider encrypting them. 2) Restrict backup directory permissions (e.g., mkdir -m700 and chmod 600 on files) and avoid uploading raw backups to untrusted cloud providers without encryption. 3) Test the restore procedure in a safe environment (the restore script stops/starts the gateway and replaces ~/.openclaw). 4) Review the cron automation you enable so that the reported results do not leak backups or secrets to unintended recipients. 5) Note the script suppresses tar stderr (2>/dev/null), which can hide errors — monitor backup success and retention behavior. If you plan to keep backups off-machine, add encryption (gpg/age) or use a secure backup tool before exporting archives.
功能分析
Type: OpenClaw Skill
Name: openclaw-backup-1-0-0
Version: 1.0.0
The skill provides legitimate backup and restore functionality for the OpenClaw environment. It uses a shell script (scripts/backup.sh) to archive the ~/.openclaw directory, which contains configuration and credentials, to a local backup folder with basic rotation logic. No evidence of data exfiltration, malicious instructions, or unauthorized remote access was found.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included scripts all align: the skill archives ~/.openclaw, documents what is included/excluded, offers restore steps, and provides rotation. The requested artifacts (configs, credentials, agents, workspace, telegram session, cron) match a backup/restore purpose.
Instruction Scope
Runtime instructions and the script operate only on the user's home ~/.openclaw directory and call local commands (tar, mv, openclaw gateway stop/start). There are no network endpoints, external uploads, or environment variables referenced. Notably, the instructions and script will archive credentials/telegram session and agent auth data — this is expected for a backup but is sensitive and the SKILL.md does not instruct encrypting or securing backups. The cron JSON payload references running the script and reporting results; that is platform-specific but not inherently malicious.
Install Mechanism
No install spec; this is an instruction-only skill with a small shell script included. Nothing is downloaded or extracted from external URLs and no packages are installed, so disk-write/remote-code risk is low.
Credentials
The skill requests no environment variables or external credentials (proportional). However, the backup it creates will contain sensitive secrets (API keys, tokens, session data). The skill does not provide steps to encrypt backups, restrict permissions, or advise secure remote storage — this is a security consideration for users, not a mismatch in declared requirements.
Persistence & Privilege
The skill is not forced-always and can be invoked by the user. It does not request to modify other skills or global agent settings. Autonomous invocation is allowed by default but not combined here with other high-risk factors.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-backup-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-backup-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-backup.
- Provides backup and restore functionality for OpenClaw data.
- Archives ~/.openclaw configuration, credentials, and workspace with key exclusions.
- Supports easy restore procedures and daily backup scheduling via OpenClaw cron.
- Automatically manages backup rotation, keeping the last 7 backups.
元数据
常见问题
Openclaw Backup 1.0.0 是什么?
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 插件,目前累计下载 360 次。
如何安装 Openclaw Backup 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-backup-1-0-0」即可一键安装,无需额外配置。
Openclaw Backup 1.0.0 是免费的吗?
是的,Openclaw Backup 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Backup 1.0.0 支持哪些平台?
Openclaw Backup 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Backup 1.0.0?
由 kenswj(@kenswj)开发并维护,当前版本 v1.0.0。
推荐 Skills