원클릭으로
start
Initialize Any Sync config and run first pull — guided setup wizard
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize Any Sync config and run first pull — guided setup wizard
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
Show sync status — auth, config, last sync, pending changes
Pull latest workspace files from GitHub sync repo
SOC 직업 분류 기준
| name | start |
| description | Initialize Any Sync config and run first pull — guided setup wizard |
Guide the user through setting up Any Sync for cross-device sync.
Run the auth check:
npx @any-sync/cli auth
If it fails (exit code 1), help the user set up authentication:
GITHUB_TOKEN environment variablegh auth login to authenticate with GitHub CLIDo not proceed until auth succeeds.
Ask the user for their sync repo in owner/repo format. This is the GitHub repository where their Claude files will be stored.
If they don't have one yet, suggest they create a new private repo on GitHub first.
Ask the user which items to sync (default: all three):
~/.claude/skills)~/.claude/memory)~/.claude/settings.json)Then run the init command with the Claude preset:
npx @any-sync/cli init "$HOME/.any-sync.json" "<owner/repo>" "<branch>" --preset claude
Use main as the default branch unless the user specifies otherwise.
Run the first pull to download existing files:
npx @any-sync/cli pull "$HOME/.any-sync.json" ".any-sync.lock"
Parse the JSON output and display what was synced in a readable format: