Install
openclaw skills install calendar-manager日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。
openclaw skills install calendar-manager赋予 AI 日历管理能力:
| 服务 | 说明 |
|---|---|
| Google Calendar | 需要 gcal CLI 或 API |
| Apple Calendar (macOS) | 使用 icalBuddy |
| Outlook | 使用 gog CLI |
| Fantastical | 第三方应用 |
# 列出今天的事件
gog calendar list today
# 列出明天的事件
gog calendar list tomorrow
# 列出这周的事件
gog calendar list this-week
# 创建事件
gog calendar create "会议名称" --when "2026-02-25 14:00" --duration 60
# 快速添加事件
gog calendar add "Team Meeting" tomorrow 3pm
# 安装
brew install ical-buddy
# 列出今天的事件
icalBuddy eventsToday
# 列出明天的事件
icalBuddy eventsTomorrow
# 列出指定日期范围
icalBuddy eventsFrom:2026-02-24 to:2026-02-28
1. 检查可用的日历工具
2. 获取指定时间范围的事件
3. 筛选重要/即将到来的事件
4. 汇总呈现给用户
| 提醒时间 | 说明 |
|---|---|
| 事件前 15 分钟 | 会议/约会 |
| 事件前 1 小时 | 重要事项 |
| 事件前 1 天 | 当天提醒 |
| 事件前 1 周 | 周计划 |
向用户呈现日历时:
可以与 email-reader 配合: