원클릭으로
apple-calendar
Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Describe images in detail using Claude Code CLI. Use when you need a detailed description of an image's content, especially when the standard image analysis tools are unavailable. Works with local image files (jpg, png, etc.) by spawning Claude Code with the image path.
Fetch the OpenClaw changelog from GitHub and return it in markdown form. Use when the user asks about OpenClaw updates, what's new, recent changes, release notes, version history, or the changelog itself.
Deep research methodology for sub-agents and spawn tasks. Use when spawning research tasks, investigating claims, comparing products/services, or gathering comprehensive information on any topic. Ensures source diversity, cross-referencing, bias detection, and confidence assessment. Automatically applied to research-type spawns.
Semantic search and memory retrieval using txtai. Use when searching through workspace files, finding relevant documents, or answering questions about prior work, decisions, or content stored in the workspace. Provides semantic search across all indexed text files (markdown, code, configs, etc.).
| name | apple-calendar |
| description | Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support. |
| metadata | {"openclaw":{"emoji":"📅","os":["darwin"]}} |
Interact with Calendar.app via AppleScript. Run scripts from: cd {baseDir}
| Command | Usage |
|---|---|
| List calendars | scripts/cal-list.sh |
| List events | scripts/cal-events.sh [days_ahead] [calendar_name] |
| Read event | scripts/cal-read.sh <event-uid> [calendar_name] |
| Create event | scripts/cal-create.sh <calendar> <summary> <start> <end> [location] [description] [allday] [recurrence] |
| Update event | scripts/cal-update.sh <event-uid> [--summary X] [--start X] [--end X] [--location X] [--description X] |
| Delete event | scripts/cal-delete.sh <event-uid> [calendar_name] |
| Search events | scripts/cal-search.sh <query> [days_ahead] [calendar_name] |
YYYY-MM-DD HH:MMYYYY-MM-DD| Pattern | RRULE |
|---|---|
| Daily 10x | FREQ=DAILY;COUNT=10 |
| Weekly M/W/F | FREQ=WEEKLY;BYDAY=MO,WE,FR |
| Monthly 15th | FREQ=MONTHLY;BYMONTHDAY=15 |
UID | Summary | Start | End | AllDay | Location | Calendar