gog-contacts-cleanup
GitHub用于检测、审查并安全清理Google联系人重复项的Skill。支持只读扫描、冲突标记、合并计划预览及用户确认后的执行,确保数据准确性与安全性。
Trigger Scenarios
Install
npx skills add openclaw/gogcli --skill gog-contacts-cleanup -g -y
SKILL.md
Frontmatter
{
"name": "gog-contacts-cleanup",
"description": "Google Contacts duplicate review and guarded cleanup with gog."
}
Contacts cleanup
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
--forceunless 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.
Version History
- eb85a99 Current 2026-08-20 12:39


