/install macos-contacts
Apple Contacts (AppleScript)
Uses osascript to query the macOS Contacts app. macOS only. Requires Contacts permission on first run — macOS will show a prompt, click Allow.
Setup
No installation required. Just ensure the skill's scripts/ directory is intact after installing.
Usage
# List all contacts
osascript \x3Cskill_dir>/scripts/contacts.applescript list
# Search by name (case-insensitive)
osascript \x3Cskill_dir>/scripts/contacts.applescript search "Alice"
# Get full details for a contact
osascript \x3Cskill_dir>/scripts/contacts.applescript get "Alice Smith"
Replace \x3Cskill_dir> with the absolute path to this skill's directory (use pwd inside the skill folder if unsure).
Output format
list/search: one line per match →Name | Phone | Emailget: full details (all phones, emails, birthday, notes), contacts separated by---
Notes
- First run may trigger a macOS Contacts permission dialog — user must click Allow
- If no contacts found, returns a descriptive message instead of empty output
- Script supports partial name matching (e.g. "Ali" matches "Alice Smith")
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install macos-contacts - After installation, invoke the skill by name or use
/macos-contacts - Provide required inputs per the skill's parameter spec and get structured output
What is Apple Contacts?
Access and search Apple Contacts on macOS using AppleScript. Use when the user asks to look up a contact, find a phone number or email, search contacts by na... It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.
How do I install Apple Contacts?
Run "/install macos-contacts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Apple Contacts free?
Yes, Apple Contacts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Apple Contacts support?
Apple Contacts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Apple Contacts?
It is built and maintained by NeriRos (@neriros); the current version is v1.0.1.