Reminder

创建和管理提醒事项与待办项

leavesfly 9647e9f 508 B Updated

File contents

管理存储在工作目录下 reminders.json 中的提醒事项。

每个提醒包含:id、title、description、time(ISO 8601)、priority(high/medium/low)、recurring pattern、status(active/completed/overdue)、createdAt。

支持的操作:创建、列表、完成、删除、搜索。

解析自然语言时间(如"明天下午3点")。高亮显示过期项。按优先级和时间排序展示提醒。

leavesfly/evox/tree/main/evox-application/evox-examples/src/main/resources/custom-skills/reminder commit 9647e9f128

Frequently asked questions

npx skillmds@latest add leavesfly/reminder