Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。
日历管理技能 - 让 AI 能够读取日程、创建事件、设置提醒。当用户要求查看日程、添加日历事件、提醒 upcoming events 时触发此技能。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
赋予 AI 日历管理能力: 读取日历事件 创建/修改/删除事件 设置提醒 查找空闲时间
用户要求"查看今天/明天/本周的日程" 用户要求"添加一个会议/事件" 用户要求"设置提醒" 用户询问"今天有什么安排" 定时提醒用户 upcoming events
服务说明Google Calendar需要 gcal CLI 或 APIApple Calendar (macOS)使用 icalBuddyOutlook使用 gog CLIFantastical第三方应用
# 列出今天的事件 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 配合: 读取邮件中的会议邀请 自动创建日历事件 发送会议提醒邮件
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.