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.
7w4.net收錄了海量優質技能外掛。
clawhub star apple-calendar-macosclawhub sync這是一款注重安全性和隱私保護的日曆管理工具,所有操作都在本地完成,無需第三方賬戶授權。文件指導詳細、步驟清晰,安全確認機制完善,適合對資料安全有較高要求的使用者。但使用門檻相對較高,需要一定的命令列操作理解,且缺乏圖形化的引導介面。對於追求簡單開箱即用的使用者可能不夠友好,但對技術使用者來說是一款紮實可靠的選擇。