원클릭으로
macos-pim
macOS PIM integration — manage mail, calendar, and contacts via osascript (Apple Mail, Calendar.app, Contacts.app).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
macOS PIM integration — manage mail, calendar, and contacts via osascript (Apple Mail, Calendar.app, Contacts.app).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
macOS PIM-Integration — Mail, Kalender, Kontakte verwalten via osascript (Apple Mail, Calendar.app, Contacts.app).
Outlook-Integration — Emails lesen/senden, Kalender, Kontakte verwalten via PowerShell (Windows) oder osascript (Mac).
Outlook integration — read/send emails, manage calendar and contacts via PowerShell (Windows) or osascript (Mac).
Audio-Dateien transkribieren (OGG, WAV, MP3, FLAC) — Speech-to-Text mit whisper.cpp lokal.
Transcribe audio files (OGG, WAV, MP3, FLAC) — local speech-to-text with whisper.cpp.
Wissen in persistenten Speicher schreiben — neue Erkenntnisse, Entscheidungen oder Fakten festhalten.
| name | macos-pim |
| description | macOS PIM integration — manage mail, calendar, and contacts via osascript (Apple Mail, Calendar.app, Contacts.app). |
| user-invocable | false |
First access: macOS shows a permission dialog the first time each app is accessed:
"Terminal/Claude wants to access Mail/Calendar/Contacts — Allow?"
→ User must click "Allow". The prompt won't appear again after that. → Configurable under: System Settings → Privacy & Security → Automation
macOS only. Uses osascript (AppleScript) for:
All scripts are in scripts/. Run with bash from the skill directory.
| Script | Purpose | Usage |
|---|---|---|
read-emails.sh | Read last N emails from inbox | bash scripts/read-emails.sh [count] |
send-email.sh | Send an email | bash scripts/send-email.sh "to" "subject" "body" [from] |
search-emails.sh | Search emails by subject/sender | bash scripts/search-emails.sh "query" [count] |
| Script | Purpose | Usage |
|---|---|---|
read-calendar.sh | Events for the next N days | bash scripts/read-calendar.sh [days] |
create-event.sh | Create a new event | bash scripts/create-event.sh "calendar" "title" "start" "end" [location] [notes] |
| Script | Purpose | Usage |
|---|---|---|
search-contacts.sh | Search contacts | bash scripts/search-contacts.sh "name" |
list-contacts.sh | List all contacts | bash scripts/list-contacts.sh [count] |
The same osascript approach works for other macOS apps (Notes, Reminders, Messages/iMessage, Finder, etc.). If the user requests it, create new .sh scripts in scripts/ — they persist across updates.