Icloud Calendar Skill
/install icloud-calendar
iCloud Calendar
Add events to iCloud Calendar via CalDAV. Automatically syncs to iPhone with alarm reminders.
Features
- ✅ Add events to iCloud Calendar
- ✅ iPhone push notifications via calendar alerts
- ✅ Customizable reminder times (default 15 min + 5 min)
- ✅ Works with any iCloud account
- ✅ Credentials stored in local .env file
Setup
1. Get iCloud App Specific Password
- Go to appleid.apple.com
- Sign in → "Sign-In and Security"
- Click "App-Specific Passwords" → "+"
- Create a new password and save it
2. Configure Credentials
cp secrets/.env.example secrets/.env
# Edit secrets/.env with your credentials
Or set environment variables directly:
export ICLOUD_EMAIL="[email protected]"
export ICLOUD_PASSWORD="your-app-specific-password"
Usage
python3 scripts/add_event.py "Event Title" "YYYY-MM-DDTHH:MM:SS" "YYYY-MM-DDTHH:MM:SS" "Description"
Examples
# Add a simple event
python3 scripts/add_event.py "团队会议" "2026-03-10T14:00:00" "2026-03-10T15:00:00" "讨论项目进度"
# Add event with default 1 hour duration
python3 scripts/add_event.py "医生预约" "2026-03-15T09:00:00"
Security & Privacy
- Credentials: Stored locally in
secrets/.env(gitignored, never committed) - Data in transit: Credentials sent only to Apple's iCloud CalDAV servers
- No external services: Only communicates with
caldav.icloud.com - User control: Users must provide their own iCloud credentials
External Endpoints
| Endpoint | Data Sent | Purpose |
|---|---|---|
https://caldav.icloud.com |
iCloud email + App-Specific Password (Base64 auth), Event data (.ics) | Create calendar events |
Trust Statement
This skill sends your iCloud credentials to Apple's iCloud servers to create calendar events. Only install if you trust Apple with your iCloud account. The skill does not store or exfiltrate any data beyond direct communication with iCloud.
Technical Details
- Uses iCloud CalDAV API (PROPFIND + PUT methods)
- Calendar path format:
/\x3Cuser_id>/calendars/home/ - Creates iCalendar (.ics) events with VALARM reminders
- Supports multiple alarm triggers
License
MIT License
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install icloud-calendar - 安装完成后,直接呼叫该 Skill 的名称或使用
/icloud-calendar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Icloud Calendar Skill 是什么?
Add events to iCloud Calendar via CalDAV. Syncs to iPhone automatically with alarm reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 453 次。
如何安装 Icloud Calendar Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install icloud-calendar」即可一键安装,无需额外配置。
Icloud Calendar Skill 是免费的吗?
是的,Icloud Calendar Skill 完全免费(开源免费),可自由下载、安装和使用。
Icloud Calendar Skill 支持哪些平台?
Icloud Calendar Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Icloud Calendar Skill?
由 Jintao Wang(@teenlucifer)开发并维护,当前版本 v0.1.0。