Очистка дублей в Google Contacts

★ 7.4 · productivity

gog-contacts-cleanup is a Claude Code skill that detects duplicate contacts in Google Contacts and merges them safely using the gog CLI tool. The workflow has four guarded steps: duplicates are identified in read-only mode with `gog contacts dedupe --match email,phone,name --json --wrap-untrusted`, each proposed group is presented with resource IDs and matched fields, a precise merge plan is previewed via `--dry-run`, and only explicitly approved groups are applied. Merging on a similar name alone is never allowed — exact normalized email or phone evidence is required, and the richest contact is kept as the primary resource. The skill is designed for anyone managing a large Google Workspace address book who needs reliable deduplication without accidental data loss.