一键导入
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