← 返回 Skills 市场
Openclaw Backup
作者
meowlegemy-sudo
· GitHub ↗
· v1.0.0
301
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install finn-openclaw-backup
功能描述
备份 OpenClaw 关键配置到桌面带时间戳的文件夹
使用说明 (SKILL.md)
OpenClaw Backup Skill
备份 OpenClaw 的关键文件到桌面。
使用方法
运行备份脚本:
~/.openclaw/skills/openclaw-backup/scripts/backup.sh
或手动备份:
DATE=$(date +%Y%m%d-%H%M%S)
BACKUP_DIR="$HOME/Desktop/OpenClawBackup-$DATE"
mkdir -p "$BACKUP_DIR"
cp ~/.openclaw/openclaw.json "$BACKUP_DIR/"
cp -r ~/.openclaw/agents "$BACKUP_DIR/"
cp -r ~/.openclaw/credentials "$BACKUP_DIR/"
cp -r ~/.openclaw/cron "$BACKUP_DIR/"
echo "Backup created: $BACKUP_DIR"
备份内容
- openclaw.json (主配置)
- agents/ (所有 agent 配置)
- credentials/ (API 密钥)
- cron/ (定时任务)
输出位置
~/Desktop/OpenClawBackup-YYYYMMDD-HHMMSS/
安全使用建议
This skill is coherent and contains only a small shell script that copies OpenClaw config files to ~/Desktop/OpenClawBackup-YYYYMMDD-HHMMSS. Before running it, consider: (1) it will copy the credentials/ directory (API keys) in plaintext to your Desktop — if you want to keep secrets safe, either exclude credentials, encrypt the backup (e.g., tar+gpg), or store the backup in a secure location; (2) review the script yourself (it only runs mkdir and cp) and run it in a safe account (do not run as root); (3) if you need automated backups, add rotation and secure storage rather than leaving copies on the Desktop; (4) if you see any future versions that add network commands (curl, scp, wget) or unexpected binaries, do not run them until you verify where data is being sent. Installing this skill as-is is internally consistent, but treat the resulting backups as sensitive material and handle accordingly.
功能分析
Type: OpenClaw Skill
Name: finn-openclaw-backup
Version: 1.0.0
The skill is designed to perform a local backup of OpenClaw configuration files, including credentials and agent settings, to a timestamped folder on the user's desktop. The actions performed in `scripts/backup.sh` and described in `SKILL.md` are transparent, local-only, and align perfectly with the stated purpose of the skill.
能力评估
Purpose & Capability
The name/description (backup OpenClaw config to Desktop) matches the included script and SKILL.md. The files and paths the skill reads (~/.openclaw/openclaw.json, agents/, credentials/, cron/) are exactly what a backup tool for OpenClaw would need.
Instruction Scope
Instructions are narrowly scoped to creating a local backup on the user's Desktop and do not reference unrelated files, network endpoints, or environment variables. However, the instructions and script copy the credentials/ directory unmodified to the Desktop, which exposes secrets in plaintext — this is expected for a simple backup but is a security/privacy concern that users should be aware of.
Install Mechanism
No install spec; this is an instruction-only skill with one small bundled shell script. Nothing is downloaded or written to system locations beyond creating the backup folder on the Desktop.
Credentials
The skill requests no environment variables or credentials. It does, however, read and copy sensitive local files (~/.openclaw/credentials). That access is proportionate to the stated backup purpose, but copying secrets to an unprotected Desktop folder may be inappropriate for users who require confidentiality.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. There is no persistent background service or elevated privilege requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install finn-openclaw-backup - 安装完成后,直接呼叫该 Skill 的名称或使用
/finn-openclaw-backup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-backup skill.
- Backs up key OpenClaw files and folders (openclaw.json, agents, credentials, cron) to a time-stamped folder on the desktop.
- Provides both an automated backup script and manual backup instructions.
元数据
常见问题
Openclaw Backup 是什么?
备份 OpenClaw 关键配置到桌面带时间戳的文件夹. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 301 次。
如何安装 Openclaw Backup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install finn-openclaw-backup」即可一键安装,无需额外配置。
Openclaw Backup 是免费的吗?
是的,Openclaw Backup 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Backup 支持哪些平台?
Openclaw Backup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Backup?
由 meowlegemy-sudo(@meowlegemy-sudo)开发并维护,当前版本 v1.0.0。
推荐 Skills