What problem does it solve? Users chatting with a QQ bot often ask to be reminded of tasks later, but an AI assistant has no memory or background thread, so verbal promises to remind never fire. This Skill ensures every reminder request is registered as a real scheduled cron job that delivers an actual QQ message. ## Core Features & Use Cases - One-time reminders: Convert relative times like "5m" or "1h30m" into scheduled jobs that deliver a QQ message at the right moment. - Recurring reminders: Register cron-expression schedules (e.g., "0 8 * * *" for daily 8 AM) with Asia/Shanghai timezone support. - Reminder management: List existing reminders and cancel them by job ID, including modify flows via remove-then-add. - Use Case: A user says "5分钟后提醒我喝水" in a QQ chat; the Skill calls the qqbot_remind tool with action add, content 喝水, and time 5m, then confirms with a friendly reply. ## Quick Start Ask the QQ bot "remind me to drink water in 5 minutes" and it will register the scheduled reminder and confirm the time.