get-contact
Installation
SKILL.md
Get Contact
Find contact details (email, phone) by name search.
Sources
Configure your contact sources. Examples:
- Local JSON -
~/contacts.jsonor your CRM data file - Google Contacts - via People API (future)
- Any CRM - adapt the search to your system
Usage
When you need contact info:
- Search contacts for name (partial match, case insensitive)
- If 0 results → tell user "not found, please provide email/phone"
- If 1 result → confirm with user: "Found [name] - [email]. Is this correct?"
- If multiple results → ask user to choose: "Found multiple: 1) Name A 2) Name B"