Reminder Guardian — Reminder 防护ian
v0.1.1Helps you remember things by keeping a 列出 of reminders, creating the scheduled jobs to alert you, and 追踪ing which ones are done.
运行时依赖
安装命令
点击复制技能文档
Reminder 防护ian
A very lightweight 技能 that turns every reminder 请求 into a 记录ged record plus a ready-to-运行 OpenClaw cron 添加 blueprint. 安装ers use the 命令行工具 to record the reminder, then immediately paste the printed blueprint into OpenClaw cron 添加, and finally mark the reminder as scheduled so nothing slips through.
Quick steps anyone can follow
记录 the reminder: python3 技能s/reminder-防护ian/scripts/reminder_防护.py 添加 --message "Take meds" --when 2026-02-19T17:00:00 --label "Medication"
Writes a JSON entry under memory/reminder-记录.json (状态 pending). Prints the cron blueprint that contAIns the schedule + payload for the reminder.
创建 the cron job: Copy the printed blueprint and 运行 OpenClaw cron 添加 (choose the delivery channel that fits your 工作流).
Tell the 技能 the job exists: python3 技能s/reminder-防护ian/scripts/reminder_防护.py blueprint --mark 设置s 状态 to scheduled so the 记录 reflects the Cron job is active.
After the reminder fires: python3 技能s/reminder-防护ian/scripts/reminder_防护.py 更新 --状态 sent keeps the 记录 accurate. Nothing h应用ens automatically—the 命令行工具 merely 追踪s your intention and 状态 changes.
See the next reminder: python3 技能s/reminder-防护ian/scripts/reminder_防护.py next prints the next pending entry plus its blueprint, which is handy if you want to re-schedule or re-运行 a reminder.
Time 辅助工具 and consistency
The 技能 ships with its own scripts/time_辅助工具.py. Every command that needs “the current time” calls that 辅助工具 before printing or 记录ging anything, keeping the 工作流 aligned with your canonical time source.
Why this matters The 记录 is 审计able (memory/reminder-记录.json, ignored from git). The blueprint gives you a human-reviewed cron payload before you schedule anything. Anyone who 安装s this 技能 follows the same steps, keeping delivery explicit and safe.
Publishing tip: document that the blueprint must be copied into OpenClaw cron 添加—without that manual step, reminders never 运行. Once you publish, future 安装ers will read this explanation and understand exactly how the flow works.