Lets Claude set and manage timed reminders in QQ Bot conversations, working in both private chats and group channels. The main gotcha here is that you must use "agentTurn" as the payload kind when calling the cron tool, not "systemEvent", or your reminders won't actually send QQ messages. They'll just insert text into the AI conversation that nobody sees. It's a straightforward integration for adding scheduling capabilities to QQ bots, and with over 300 installs and a 1.5K star repo, it seems to handle the common use case of "remind me later" features without much fuss.
npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron