⏰ Schedule Reminder — 日程提醒
v1.0.1日程提醒工具,根据用户日程安排自动发送提醒通知。
详细分析 ▾
运行时依赖
版本
**Summary:** 1.0.1 introduces a dual-backup (双保险) reminder system and script-based architecture. - Added full script-based workflow with `install.mjs`, `create-reminder.mjs`, `reminder-backup.mjs`, and `daily-brief.mjs`. - Introduced dual reminder mechanism: uses OpenClaw cron as primary, with system-level crontab fallback for reliable delivery even if Gateway fails. - Added configurable options (via `default.json` and user config file) for primary channel, backup status, user/account IDs, and multi-channel support (WeChat, Telegram, Discord). - Provided step-by-step install, configuration, and troubleshooting instructions. - Overhauled documentation for concise operation and quick start, focusing on scripts and resilience. - Now requires both "cron" and "message" tools.