AgentSkillsCN

contacts

从 macOS 获取联系信息。当与人和公司短信、打电话、发邮件或社交网络时使用。

SKILL.md
--- frontmatter
name: contacts
description: Get contact information from macOS.  Use when texting, calling, emailing or social networking with people and companies.
compatibility: Designed for macOS.  Requires osascript.

Contacts

Find by Name

bash
./scripts/find.sh Alice
./scripts/find.sh "John Smith"

Find contact by name.

Find by Email Address

bash
./scripts/find.sh -e alice@example.com
./scripts/find.sh -e "john@"

Find contact by email address.

Find by Phone Number

bash
./scripts/find.sh -p 555-1234
./scripts/find.sh -p "(555) 123"

Find contact by phone number.