Contacts Assistant
SkillSearchLook up, search, and create contacts in Contacts.app.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Contacts Assistant skill
What this skill tells your AI
The instructions your AI receives, as published by spamsch/son-of-simon in skills/contacts_assistant/SKILL.md and read by ahel’s review.
Behavior Notes
Search Strategy
- Search by name first — it uses a
whoseclause and is near-instant. - Fall back to email or phone search only when name search returns nothing or user explicitly provides an email/phone.
- Organization search also uses
whose(fast).
Getting Full Contact Details
- Use
search_contactsto find the person first (returns summary: name, primary email/phone). - Then use
get_contactwith the exact name to fetch the full card (all emails, phones, addresses, notes, birthday, groups).
Creating Contacts
- Always confirm the details before creating a new contact.
first_nameis required; all other fields are optional.- Multiple emails and phones can be provided.
- If a group is specified, it must already exist in Contacts.app.
Groups
- Use
list_contact_groupsto see available groups before assigning contacts. - Groups cannot be created via automation — they must be created manually in Contacts.app.
Common Request Patterns
- "What's X's number?" →
search_contacts(name="X")→get_contact(name="X") - "Find contacts at Acme" →
search_contacts(organization="Acme") - "Add John Smith" → confirm details →
create_contact(first_name="John", last_name="Smith", ...) - "Show my groups" →
list_contact_groups()
Signals
- GitHub stars
- 29
- Forks
- 1
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
contacts-assistant- Source
- github.com/spamsch/son-of-simon