/install cal-candy
Cal-Candy - Markdown Calendar
基于本地 Markdown 文件的日历系统,事件默认存储在 ~/.openclaw/workspace/calendar/ 目录, user can set the location by env MDCAL_DIR。
快速开始
所有命令通过 python scripts/mdcal.py \x3Ccommand> 执行:
添加事件
python scripts/mdcal.py add \x3Cdate> \x3Ctime> \x3Ctitle> [desc] [-r minutes]
date: 日期 (YYYY-MM-DD) 或today/tomorrowtime: 时间 (HH:MM)title: 事件标题desc: 可选描述-r: 可选提醒(提前分钟数)
示例:
python scripts/mdcal.py add today 14:00 团队会议 :: 讨论项目进度 -r 15
python scripts/mdcal.py add 2026-04-01 10:00 "openclaw meeting"
查看事件
python scripts/mdcal.py list [month] [-a]
month: 月份 (YYYY-MM 或 MM),默认当月-a: 显示所有事件包括过去的
示例:
python scripts/mdcal.py list # 当月事件
python scripts/mdcal.py list -a # 显示所有
python scripts/mdcal.py list 2026-03 # 指定月
日历视图
python scripts/mdcal.py view [year] [month]
以日历格式显示本月或指定月份。
今日事件
python scripts/mdcal.py today
即将到来
python scripts/mdcal.py upcoming [-d days]
默认显示未来7天事件。
设置提醒
python scripts/mdcal.py remind [event_id] [minutes]
查看或设置事件提醒。
删除事件
python scripts/mdcal.py delete \x3Cevent_id>
事件ID为5位UUID,列出会显示在事件后面。
数据存储
- 日历文件:
~/.openclaw/workspace/calendar/YYYY-MM.md - 提醒文件:
~/.openclaw/workspace/calendar/reminders.json
事件格式:
- [ ] 2026-03-22 14:00 会议标题 :: 描述 #abc12
常用场景
- 查看今天有啥安排:
python scripts/mdcal.py today - 查看本月日程:
python scripts/mdcal.py list - 添加会议:
python scripts/mdcal.py add tomorrow 15:00 会议 :: 讨论Q1目标 -r 10 - 添加提醒:
python scripts/mdcal.py remind \x3Cevent_id> 15
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cal-candy - After installation, invoke the skill by name or use
/cal-candy - Provide required inputs per the skill's parameter spec and get structured output
What is cal-candy: a Markdown calendar?
Manage local markdown-based calendar: add, list, view monthly, check today/upcoming events, set reminders, and delete events efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install cal-candy: a Markdown calendar?
Run "/install cal-candy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cal-candy: a Markdown calendar free?
Yes, cal-candy: a Markdown calendar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does cal-candy: a Markdown calendar support?
cal-candy: a Markdown calendar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cal-candy: a Markdown calendar?
It is built and maintained by Jay (@goog); the current version is v1.0.1.