원클릭으로
pull
Pull latest files from GitHub sync repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pull latest files from GitHub sync repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cross-device sync for OpenClaw workspace (skills, memory, settings) via GitHub
Push local changes directly to configured branch on GitHub
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
Pull latest workspace files from GitHub sync repo
| name | pull |
| description | Pull latest files from GitHub sync repo |
Pull the latest files from the configured GitHub sync repo.
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 /any-sync:start first.
npx @any-sync/cli 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. Alternatively, you can manually download the blob and update the lockfile.