From omni
Searches Omni person directory by name or phone, retrieves full profiles by ID, and checks online presence using bash omni and jq commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/omni:omni-personsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
omni persons search "Felipe" --json
omni persons search "+5511999" --limit 5 --json
omni persons search "partial name" --limit 50 --json
omni persons get <personId> --json
omni persons presence <personId> --json
--limit defaults to 20; increase for broader results.npx claudepluginhub automagik-dev/omni --plugin omniRetrieves email and phone details by name from local JSON contacts or CRM. Handles single/multiple/no matches, always confirms with user before use in scheduling or messaging.
Manages Google People contacts/profiles via gws CLI: create/update/delete/list contact groups; list/search other contacts; batch create contacts.
Syncs person details to Apple Contacts: searches by name/email, creates if missing, updates incomplete info. For post-email workflows or on-demand use.