원클릭으로
contacts-assistant
Look up, search, and create contacts in Contacts.app.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Look up, search, and create contacts in Contacts.app.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Find and act on emails over IMAP with Mail.app closed. Discover which accounts are logged in, search, read contents, download attachments, draft new mail, mark read/unread, archive, and move to trash.
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
View and manage calendar events with smart scheduling defaults.
Organize the ~/Downloads folder by categorizing files and subdirectories into subfolders using AI-driven analysis.
Generate images from text descriptions using models with native image generation (e.g. Gemini).
Send iMessages and search message history via Messages.app and chat.db.
| id | contacts_assistant |
| name | Contacts Assistant |
| description | Look up, search, and create contacts in Contacts.app. |
| apps | ["Contacts"] |
| tasks | ["search_contacts","get_contact","create_contact","list_contact_groups"] |
| essential_tasks | [] |
| keywords | ["kontakt","kontakte","adressbuch","telefonnummer"] |
| examples | ["What's Joe's phone number?","Find contacts at Acme Corp","Look up Sarah's email address","Add a new contact for John Smith","Show me all contact groups"] |
| safe_defaults | {"limit":20} |
| confirm_before_write | ["create contact"] |
| requires_permissions | ["Automation:Contacts"] |
whose clause and is near-instant.whose (fast).search_contacts to find the person first (returns summary: name, primary email/phone).get_contact with the exact name to fetch the full card (all emails, phones, addresses, notes, birthday, groups).first_name is required; all other fields are optional.list_contact_groups to see available groups before assigning contacts.search_contacts(name="X") → get_contact(name="X")search_contacts(organization="Acme")create_contact(first_name="John", last_name="Smith", ...)list_contact_groups()