An Osaurus plugin for managing Contacts on macOS.
get_all_numbers: Get all contacts and their phone numbersfind_number: Find phone numbers for a contact by namefind_contact_by_name: Find full contact details (phone, email) for a contact by namefind_contact_by_phone: Find a contact name by their phone number
- Build:
swift build -c release cp .build/release/libosaurus-contacts.dylib ./libosaurus-contacts.dylib
- Package (for distribution):
This creates
osaurus tools package osaurus.contacts 0.1.0
osaurus.contacts-0.1.0.zip. - Install locally:
osaurus tools install ./osaurus.contacts-0.1.0.zip
This plugin requires access to your Contacts. On macOS, you will be prompted to grant access to the host application (e.g. Terminal, osaurus CLI, or the app using the plugin) upon the first request.
- Based on logic from apple-mcp