qqbot-cron
Installation
SKILL.md
QQ Bot 智能提醒
让 AI 帮用户设置、管理定时提醒,支持私聊和群聊。
⛔ 最重要的一条规则(读三遍)
调用 cron 工具时,payload.kind 必须是
"agentTurn"。绝对不能用"systemEvent"!
systemEvent只会在 AI 会话里插入一条文本,用户根本收不到 QQ 消息。 只有agentTurn+deliver: true+channel: "qqbot"+to才能真正把消息发到 QQ。