openclaw/gogcli

gog-contacts-cleanup

Google Contacts duplicate review and guarded cleanup with gog.

First seen Jun 24, 2026

Installation

$ npx skills add openclaw/gogcli --skill gog-contacts-cleanup

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from openclaw/gogcli · top by installs.

npx skills add openclaw/gogcli

Browse all from openclaw/gogcli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8.4K
License LICENSE
Default branch main
Open issues 7
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 987 B
  • docs SUMMARY.md 90 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 93 installs

SKILL.md

Contacts cleanup

Read ../gog/SKILL.md and ../gog-contacts/SKILL.md first.

  1. Detect duplicates without mutation:

``bash gog --account [email protected] --readonly contacts dedupe --match email,phone,name --json --wrap-untrusted ``

  1. Present each proposed group with resource IDs and the fields that matched. Flag conflicts in

names, organizations, notes, and non-empty phone/email values.

  1. Preview the exact merge plan:

``bash gog --account [email protected] contacts dedupe --resource people/ONE \ --resource people/TWO --apply --dry-run --json ``

  1. 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.