An OpenClaw skill for backing up and restoring agent workspaces across instances.
- Backup: Export workspace (memory, config, credentials, skills) to a Git repo
- Restore: Clone backup into a new OpenClaw instance and rebuild runtime state
- Automate: Cron templates for periodic backups
openclaw skills install soul-transfer.skillOr copy skills/soul-transfer/ into your OpenClaw workspace.
The skill triggers automatically when you say things like:
- "backup my workspace"
- "restore from backup"
- "migrate to new instance"
- "ε€Ίθ"
soul-transfer/
βββ SKILL.md β Full backup/restore procedure
βββ scripts/
β βββ soul-backup.sh β One-click backup script
βββ references/
βββ cron-templates.md β Cron job templates for automation
MIT