Cross-platform synchronization of OpenClaw workspace data using GitHub.
- ✅ Cross-platform: Linux, macOS, Windows
- ✅ Automatic sync: Push changes on file modification
- ✅ Periodic pull: Keep devices in sync
- ✅ Conflict handling: Interactive resolution
- ✅ Easy setup: Interactive CLI wizard
npm install multi-device-sync-githubOr via ClawHub:
npx clawhub install multi-device-sync-github# Interactive setup
npx openclaw-sync setup
# Manual sync
npx openclaw-sync sync
# Check status
npx openclaw-sync status- Node.js 18+
- Git
- GitHub account (private repository recommended)
See SKILL.md for full documentation.
MIT