en un clic
any-sync-pull
Pull latest workspace files from GitHub sync repo
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Pull latest workspace files from GitHub sync repo
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Cross-device sync for OpenClaw workspace (skills, memory, settings) via GitHub
Push local changes directly to configured branch on GitHub
Pull latest files from GitHub sync repo
Clear Any Sync config and delete lockfile
Initialize Any Sync config and run first pull — guided setup wizard
Show sync status — auth, config, last sync, pending changes
| name | any_sync_pull |
| description | Pull latest workspace files from GitHub sync repo |
| metadata | {"openclaw":{"requires":{"bins":["gh"]}}} |
Pull the latest files from the configured GitHub sync repo into the OpenClaw workspace.
Look for config at $HOME/.any-sync.json first, then .any-sync.json in the current directory. If neither exists, tell the user to run the start skill first.
npx any-sync pull "<config-path>" ".any-sync.lock"
Parse the JSON output and report:
If there are conflicts, for each conflicted file ask the user:
If the user chooses "Take remote" for a conflict, download that specific file by running pull again after clearing the lockfile entry for that file.