ワンクリックで
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]"