Help us improve
Share bugs, ideas, or general feedback.
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
Retrieves 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.
Queries macOS Contacts.app via AppleScript to lookup contacts by phone number or name, retrieving names, phones, and emails. Use for resolving phone numbers to names or searching the address book.
Queries Lark (Feishu) organization structure, retrieves current/specified user details, searches employees by name/email/phone. Useful for finding colleague open_id, contacts, or department info via lark-cli.
Share bugs, ideas, or general feedback.
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.