Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
通过GitHub私有仓库自动同步OpenClaw记忆文件,实现多设备间数据的双向更新与冲突处理。
通过GitHub私有仓库自动同步OpenClaw记忆文件,实现多设备间数据的双向更新与冲突处理。
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.
通过GitHub仓库实现OpenClaw跨设备记忆同步的技能。
这个技能允许用户轻松地在多个设备之间同步OpenClaw的记忆文件。通过GitHub作为中央存储库,用户可以在不同的设备上访问相同的数据。
自动创建跨设备同步所需的脚本 配置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();
此函数会引导用户完成整个设置过程: 验证GitHub仓库访问权限 克隆或更新本地仓库 创建双向同步脚本 配置OpenClaw使用同步目录 创建配置文档
此函数执行即时双向同步: 从GitHub拉取最新更改 将本地更改合并到工作区 将本地更改推送到GitHub
此函数检查同步系统的状态: 验证GitHub仓库连接 检查同步脚本是否存在 检查仓库状态 报告配置信息
请确保GitHub仓库是私有的以保护敏感数据 妥善保管Personal Access Token 定期轮换访问令牌 检查同步日志以确保没有异常活动
如果遇到同步问题: 检查网络连接 验证GitHub认证信息 查看同步日志 确认仓库权限
定期检查同步日志 清理旧的备份文件 验证数据一致性 更新访问令牌
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.