Use this skill for QQ reminder workflows.
If the user has never set a timezone, do not create the reminder yet.
Ask them to explicitly provide one, for example:
Asia/ShanghaiAsia/TokyoAmerica/Los_AngelesThen run:
python scripts/schedule_reminder.py set-timezone --to "" --timezone "" Run:
python scripts/schedule_reminder.py set-timezone --to "" --timezone "" Run:
python scripts/schedule_reminder.py get-timezone --to "" Use one of these:
python scripts/schedule_reminder.py add --content "抢票" --to "" --at "2026-04-22 21:30" python scripts/schedule_reminder.py add --content "喝水" --to "" --at "今晚11点" python scripts/schedule_reminder.py add --content "喝水" --to "" --in 5 python scripts/schedule_reminder.py add --content "打卡" --to "" --cron "0 8 *" python scripts/schedule_reminder.py add --content "喝水" --to "" --at "每天早上8点" Run:
python scripts/schedule_reminder.py list --to "" Run:
python scripts/schedule_reminder.py remove --id "" The script supports:
21:3021.3021点30今晚11点明天早上8点每天早上8点工作日9点周六晚上10点The script stores timezone per target in data/user_timezones.json.
Keep replies short and direct.
Examples:
先告诉我你的时区,例如 Asia/Shanghai,我再给你建提醒。⏰ 好,今晚十一点提醒你。⏰ 好,我会每天早上八点提醒你。✅ 时区已经改成 Asia/Tokyo。📋 这是你当前的提醒列表。✅ 已帮你取消这个提醒。openclaw cron jobs.共 1 个版本