What problem does it solve? Users chatting on QQ often ask the assistant to remind them of tasks later, but a plain conversational promise cannot actually trigger a future message. This Skill ensures every reminder request is registered as a real scheduled cron job that delivers a QQ message at the right time. ## Core Features & Use Cases - One-time reminders: Schedule a single reminder using relative times like "5m" or "1h30m" via the qqbot_remind tool. - Recurring reminders: Register cron-expression schedules (e.g., "0 8 * * *" with Asia/Shanghai timezone) for daily or weekly reminders. - List and cancel: Query existing reminder jobs and remove them by job ID. - Use Case: A user says "每天早上8点提醒我打卡" in a QQ chat; the Skill creates a recurring cron job with agentTurn payload and announce delivery so the user receives a warm reminder message every morning at 8:00. ## Quick Start Ask the assistant in your QQ conversation to remind you of something, for example "5分钟后提醒我喝水", and it will register the scheduled reminder automatically.