日历管理器
/install cn-calendar-manager
name: 日历事件创建助手 description: 将自然语言描述转换为标准 .ics 日历文件,支持 Google Calendar / Apple Calendar / Outlook。输入"明天上午10点开会",自动生成可导入的日历事件。 version: "1.0.0" entry: scripts/calendar_manager.py install: pip install python-dateutil
scope:
- 将自然语言转换为 .ics 日历事件文件
- 支持今天/明天/后天/下周+具体时间的日期解析
- 支持自定义时长(小时/半小时)
- 兼容 Google Calendar、Apple Calendar、Outlook
- 支持标题、描述、地点的提取
env: []
test: | python3 scripts/calendar_manager.py "明天上午10点开会讨论项目"
输出: calendar_YYYYMMDD_日程.ics
example: input: "下周一14点进行团队培训" output: "calendar_YYYYMMDD_团队培训.ics (周一14:00-15:00)" input: "后天上午9点面试候选人张明" output: "calendar_YYYYMMDD_面试候选人张明.ics (后天09:00-10:00)" input: "2026年5月1日10点开会" output: "calendar_20260501_开会.ics (5月1日10:00-11:00)"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cn-calendar-manager - After installation, invoke the skill by name or use
/cn-calendar-manager - Provide required inputs per the skill's parameter spec and get structured output
What is 日历管理器?
将自然语言事件描述转换为标准.ics日历文件,支持日期解析和Google、Apple、Outlook日历兼容。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install 日历管理器?
Run "/install cn-calendar-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 日历管理器 free?
Yes, 日历管理器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 日历管理器 support?
日历管理器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 日历管理器?
It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.0.