Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
优雅安全的 OpenClaw 配置同步工具 - 支持选择性备份、.gitignore 规则、版本控制
优雅安全的 OpenClaw 配置同步工具 - 支持选择性备份、.gitignore 规则、版本控制
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
优雅安全的 OpenClaw 配置同步工具
🏷️ 版本化备份 - 每次同步创建 git tag,可回滚任意版本 🔒 安全优先 - 不上传配置文件、密钥、敏感信息 📂 .gitignore 支持 - 使用项目 .gitignore 规则选择 🎯 选择性同步 - 可选择备份哪些目录 💾 灾难恢复 - 自动本地备份,支持一键恢复 🌿 多实例独立分支 - 每个设备一个分支,互不干扰
mini-claw/ ├── main/ # 介绍文档 ├── omen16/ # 设备1 ├── omen16-2/ # 设备2 └── macbook/ # 设备3
目录/文件说明workspace/memory/⭐ 最重要!个人记忆,无价workspace/AGENTS.md代理规范workspace/IDENTITY.md身份信息workspace/USER.md用户信息workspace/SOUL.md灵魂配置workspace/TOOLS.md工具配置workspace/HEARTBEAT.md心跳配置workspace/skills/自定义技能
目录/文件原因.env含 API 密钥openclaw.json含配置密钥credentials/凭证信息.git/Git 仓库logs/日志文件media/媒体文件
# 在 ~/.openclaw/.backup.env 中配置 BACKUP_REPO=https://github.com/你的用户名/你的仓库名 BACKUP_TOKEN=ghp_xxx INSTANCE_ID=你的主机名
运行 /sync 时会自动检测是否已配置,如果没有配置会提示。
此机器实例名:opi5b(主机名)
实例INSTANCE_ID配置示例Orange Piopi5b默认MacmacbookINSTANCE_ID=macbookVPSvps-1INSTANCE_ID=vps-1
1. 安装 OpenClaw # 在新机器上安装 OpenClaw 2. 克隆备份 git clone https://github.com/你的用户名/你的仓库名 3. 查看分支 cd mini-claw git branch -a 4. 切换并恢复指定实例 # 例如恢复 omen16 git checkout omen16 cp -r omen16/* ~/.openclaw/workspace/ 5. 更新 Instance ID 在新机器的 ~/.openclaw/.backup.env 中更新: INSTANCE_ID=new-machine-name 6. 验证 node elegant-sync/index.js status
每个实例的 memory 都是无价的 备份到私有仓库 (mini-claw) 确保无损保留
2026-02-28 v1.0.1: 修复多实例备份,每个设备独立分支 2026-02-28 v1.0.0: 初始版本
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.