calendar-management
SKILL.md
calendar-management
日历事件管理:创建、查询、修改、删除。
调用
python3 skills/calendar-management/run.py '{"action":"create", "title":"周会", "start":"2026-02-10 14:00", "duration":"60m", "attendees":["user@example.com"]}'
python3 skills/calendar-management/run.py '{"action":"query", "start":"2026-02-10", "end":"2026-02-14"}'
python3 skills/calendar-management/run.py '{"action":"delete", "event_id":"evt_xxx"}'
参数
create
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| title | string | 是 | 事件标题 |
| start | string | 是 | 开始时间 (YYYY-MM-DD HH:MM) |
| duration | string | 否 | 时长(30m/1h/2h),默认 60m |
| attendees | string[] | 否 | 参会者邮箱列表 |
| description | string | 否 | 事件描述 |
query
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| start | string | 是 | 查询开始日期 |
| end | string | 否 | 查询结束日期 |
delete / update
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| event_id | string | 是 | 事件 ID |
自动执行原则
- 时间自动计算:用户说"帮我明天下午 3 点开个会"时,自动计算 start 时间为明天 15:00,不要问用户提供精确格式。
- duration 有默认值:不提供则默认 60m,不要问用户时长。
- attendees 可选:不提供则仅创建给自己的日程,不要问用户参会者列表。
- 自然语言查询:用户说"这周的日程"时,自动计算本周的 start/end,不要问用户提供日期。
- 禁止交互式菜单:不要给出 [1] [2] [3] 选项,直接执行最合理的操作。
Weekly Installs
1
Repository
cklxx/elephant.aiGitHub Stars
8
First Seen
14 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
continue1
kimi-cli1