Install
openclaw skills install cross-device-syncClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
通过GitHub私有仓库自动同步OpenClaw记忆文件,实现多设备间数据的双向更新与冲突处理。
openclaw skills install cross-device-sync通过GitHub仓库实现OpenClaw跨设备记忆同步的技能。
这个技能允许用户轻松地在多个设备之间同步OpenClaw的记忆文件。通过GitHub作为中央存储库,用户可以在不同的设备上访问相同的数据。
npx clawhub install cross-device-sync
// 设置跨设备同步
await setup_cross_device_sync({
repoUrl: "https://github.com/username/repository.git",
token: "your_github_personal_access_token"
});
// 立即执行同步
await sync_now();
// 检查同步状态
await check_sync_status();
此函数会引导用户完成整个设置过程:
此函数执行即时双向同步:
此函数检查同步系统的状态:
如果遇到同步问题: