一键导入
gog-contacts-cleanup
Google Contacts duplicate review and guarded cleanup with gog.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Google Contacts duplicate review and guarded cleanup with gog.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Google Sheets operations through gog.
Google Docs operations through gog.
Google Calendar operations through gog.
Workspace Admin operations through gog.
Google Analytics operations through gog.
Apps Script operations through gog.
| name | gog-contacts-cleanup |
| description | Google Contacts duplicate review and guarded cleanup with gog. |
Read ../gog/SKILL.md and ../gog-contacts/SKILL.md first.
Detect duplicates without mutation:
gog --account user@example.com --readonly contacts dedupe --match email,phone,name --json --wrap-untrusted
Present each proposed group with resource IDs and the fields that matched. Flag conflicts in names, organizations, notes, and non-empty phone/email values.
Preview the exact merge plan:
gog --account user@example.com contacts dedupe --resource people/ONE \
--resource people/TWO --apply --dry-run --json
Apply only explicitly approved groups. Omit --force unless the user requested non-interactive
execution after reviewing the plan.
Never merge solely on a similar name. Prefer exact normalized email or phone evidence and retain the richest contact as the primary resource.