← All skills
Tencent SkillHub · Developer Tools

帮助其他OpenClaw实例通过GitHub仓库实现记忆同步

通过GitHub私有仓库自动同步OpenClaw记忆文件,实现多设备间数据的双向更新与冲突处理。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

通过GitHub私有仓库自动同步OpenClaw记忆文件,实现多设备间数据的双向更新与冲突处理。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
PUBLISH_VERIFICATION.md, clawhub.json, config.json, index.js, README.md, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Cross-Device Sync Skill

通过GitHub仓库实现OpenClaw跨设备记忆同步的技能。

描述

这个技能允许用户轻松地在多个设备之间同步OpenClaw的记忆文件。通过GitHub作为中央存储库,用户可以在不同的设备上访问相同的数据。

功能

自动创建跨设备同步所需的脚本 配置GitHub仓库访问 设置双向同步机制 提供冲突处理机制 自动化定时同步选项

安装

npx clawhub install cross-device-sync

1. 初始化设置

// 设置跨设备同步 await setup_cross_device_sync({ repoUrl: "https://github.com/username/repository.git", token: "your_github_personal_access_token" });

2. 立即同步

// 立即执行同步 await sync_now();

3. 检查状态

// 检查同步状态 await check_sync_status();

setup_cross_device_sync

此函数会引导用户完成整个设置过程: 验证GitHub仓库访问权限 克隆或更新本地仓库 创建双向同步脚本 配置OpenClaw使用同步目录 创建配置文档

sync_now

此函数执行即时双向同步: 从GitHub拉取最新更改 将本地更改合并到工作区 将本地更改推送到GitHub

check_sync_status

此函数检查同步系统的状态: 验证GitHub仓库连接 检查同步脚本是否存在 检查仓库状态 报告配置信息

安全注意事项

请确保GitHub仓库是私有的以保护敏感数据 妥善保管Personal Access Token 定期轮换访问令牌 检查同步日志以确保没有异常活动

故障排除

如果遇到同步问题: 检查网络连接 验证GitHub认证信息 查看同步日志 确认仓库权限

维护

定期检查同步日志 清理旧的备份文件 验证数据一致性 更新访问令牌

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • PUBLISH_VERIFICATION.md Docs
  • README.md Docs
  • index.js Scripts
  • clawhub.json Config
  • config.json Config
  • package.json Config