name: Apple Calendar (MacOS) slug: apple-calendar-macos version: 1.0.0 homepage: https://clawic.com/skills/apple-calendar-macos description: Use local CLI to manage Apple, Google, iCloud, Outlook, CalDAV, and other calendars synced in macOS Calendar, without API keys or OAuth. changelog: Initial release with unified macOS Calendar operations, deterministic command fallback, and safety-first write verification. metadata: {"clawdbot":{"emoji":"📅","requires":{"bins":[],"anyBins":["apple-calendar-cli","icalBuddy","shortcuts","osascript"],"config":["~/apple-calendar-macos/"]},"os":["darwin"],"configPaths":["~/apple-calendar-macos/"]}}
On first use, follow setup.md to establish local operating context and confirmation preferences before any calendar write.
User wants to manage events from the macOS Calendar stack where Google, iCloud, Exchange, and CalDAV accounts are already synced locally. Agent handles lookup, create, update, delete, conflict checks, and post-write verification without provider OAuth setup.
apple-calendar-cli, icalBuddy, shortcuts, or osascript.Memory lives in ~/apple-calendar-macos/. See memory-template.md for structure.
~/apple-calendar-macos/
├── memory.md # Status, defaults, and confirmation behavior
├── command-paths.md # Detected CLI path and fallback status
├── timezone-defaults.md # Preferred timezone and date style
└── safety-log.md # Deletions, bulk edits, and rollback notes
| Topic | File |
|---|---|
| Setup and first-run behavior | setup.md |
| Memory structure | memory-template.md |
| Command path matrix | command-paths.md |
| Safety checklist before writes | safety-checklist.md |
| Calendar operation patterns | operation-patterns.md |
| Troubleshooting and recovery | troubleshooting.md |
All skill files are stored in ~/apple-calendar-macos/.
Before creating or changing local files, describe the planned write and ask for confirmation.
apple-calendar-cli, then icalBuddy, then shortcuts, then osascript.Data that stays local:
- Calendar operation context and defaults in ~/apple-calendar-macos/.
- Event metadata used for requested operations.
Data that may leave your machine: - None by default. Commands target local macOS Calendar data already synced on the device.
This skill does NOT: - Request undeclared API keys. - Send calendar data to third-party APIs. - Execute destructive calendar writes without explicit confirmation.
Install with clawhub install <slug> if user confirms:
- macos - macOS workflows and system command patterns.
- events - event planning and structure patterns.
- meetings - meeting prep and follow-up workflows.
- schedule - broader scheduling and planning workflows.
- remind - reminder design and deadline management patterns.
clawhub star apple-calendar-macosclawhub sync这是一款注重安全性和隐私保护的日历管理工具,所有操作都在本地完成,无需第三方账户授权。文档指导详细、步骤清晰,安全确认机制完善,适合对数据安全有较高要求的用户。但使用门槛相对较高,需要一定的命令行操作理解,且缺乏图形化的引导界面。对于追求简单开箱即用的用户可能不够友好,但对技术用户来说是一款扎实可靠的选择。