원클릭으로
calendar-ops
Read and manage Apple Calendar events. Use for checking schedule, creating events, or viewing upcoming meetings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read and manage Apple Calendar events. Use for checking schedule, creating events, or viewing upcoming meetings.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search the web using Brave Search API. Use for AI news, research, and general web queries.
Generate end-of-day wrap-up with accomplishments, pending items, and tomorrow preview. Run at 2:50 PM or on demand.
Save conversation context to permanent memory before ending a session. Captures active work, decisions, artifacts, and routes them to appropriate files.
Read Apple Mail messages (read-only). Use for checking emails, scanning inbox, or reading specific messages. NEVER sends or modifies emails.
Review recent daily logs and update MEMORY.md with significant learnings. Run weekly or on demand to keep long-term memory current.
Read Apple Notes (read-only). Use for accessing meeting notes, raw context, or personal notes the user has captured.
| name | calendar-ops |
| description | Read and manage Apple Calendar events. Use for checking schedule, creating events, or viewing upcoming meetings. |
icalBuddy -f -ea -n eventsToday
icalBuddy -f -ea -n eventsToday+1
icalBuddy -f -ea -n eventsToday+7
icalBuddy -f -ea eventsFrom:2026-03-17 to:2026-03-20
osascript -e 'tell application "Calendar"
tell calendar "{{PERSONAL_CALENDAR_NAME}}"
make new event with properties {summary:"Event Title", start date:date "March 18, 2026 at 10:00:00 AM", end date:date "March 18, 2026 at 11:00:00 AM", description:"Optional notes"}
end tell
end tell'
osascript -e 'tell application "Calendar"
tell calendar "{{WORK_CALENDAR_NAME}}"
make new event with properties {summary:"Focus Block", start date:date "March 18, 2026 at 2:00:00 PM", end date:date "March 18, 2026 at 4:00:00 PM"}
end tell
end tell'
contains not exact match when searchingUse format: "Month DD, YYYY at HH:MM:SS AM/PM"
Example: "March 18, 2026 at 10:00:00 AM"
icalBuddy -f -ea -n eventsToday | grep -i "meeting"
icalBuddy -f -ea -n eventsToday+1
Look for gaps between events.
Use the work calendar AppleScript template with summary like "Focus Block: [Task]"