# Any Sync Status

> Show workspace sync status — auth, config, last sync, pending changes

- Skill: `imink/any-sync-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add imink/any-sync-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/imink/any-sync-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: imink (https://skillmd.com/u/imink)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/imink/any-sync-status

---


# Sync Status

Show the current sync status for the OpenClaw workspace.

## Steps

### 1. Find Config

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.

### 2. Run Status

```bash
npx any-sync status "<config-path>" ".any-sync.lock"
```

### 3. Display Results

Parse the JSON output and display in a readable format:

- **Authentication:** method (token/gh/none) and GitHub username
- **Config:** path and validity
- **Per mapping:**
  - Name and repo
  - Last sync time (relative, e.g., "2 hours ago")
  - Number of tracked files
  - Pending changes (list modified and new files)

