Install
openclaw skills install qqbot-remind-absoluteManage QQBot reminders through real OpenClaw cron jobs with explicit per-user timezone settings. Use when a QQ user asks for reminders, alarms, timed notifications, recurring reminders, reminder lookup, reminder cancellation, or timezone setup/change. On a user's first reminder request, require them to explicitly provide a timezone before creating reminders.
openclaw skills install qqbot-remind-absoluteUse 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 "<qq-target>" --timezone "<IANA timezone>"Run:
python scripts/schedule_reminder.py set-timezone --to "<qq-target>" --timezone "<IANA timezone>"Run:
python scripts/schedule_reminder.py get-timezone --to "<qq-target>"Use one of these:
python scripts/schedule_reminder.py add --content "抢票" --to "<qq-target>" --at "2026-04-22 21:30"python scripts/schedule_reminder.py add --content "喝水" --to "<qq-target>" --at "今晚11点"python scripts/schedule_reminder.py add --content "喝水" --to "<qq-target>" --in 5python scripts/schedule_reminder.py add --content "打卡" --to "<qq-target>" --cron "0 8 * * *"python scripts/schedule_reminder.py add --content "喝水" --to "<qq-target>" --at "每天早上8点"Run:
python scripts/schedule_reminder.py list --to "<qq-target>"Run:
python scripts/schedule_reminder.py remove --id "<job-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.