What is qqbot-cron?
QQ Bot 智能提醒技能。支持一次性提醒、周期性任务、自动降级确保送达。可设置、查询、取消提醒。 Source: sliverp/qqbot.
QQ Bot 智能提醒技能。支持一次性提醒、周期性任务、自动降级确保送达。可设置、查询、取消提醒。
Quickly install qqbot-cron AI skill to your development environment via command line
Source: sliverp/qqbot.
调用 cron 工具时,payload.kind 必须是 "agentTurn"。绝对不能用 "systemEvent"! systemEvent 只会在 AI 会话里插入一条文本,用户根本收不到 QQ 消息。 只有 agentTurn + deliver: true + channel: "qqbot" + to 才能真正把消息发到 QQ。
设置提醒前,先确认当前系统时间(查看上下文中的时间信息,或执行 date)。 纯相对时间("5分钟后"、"1小时后")可以跳过确认,直接算 Date.now() + 延迟毫秒。
| "5分钟后提醒我喝水" | 创建一次性提醒 | add(schedule.kind=at) | | "每天8点提醒我打卡" | 创建周期提醒 | add(schedule.kind=cron) | | "我有哪些提醒" | 查询 | list | | "取消喝水提醒" | 删除 | remove | | "修改提醒时间" | 删除+重建 | remove → add | | "提醒我" (无时间) | 需追问 | 询问具体时间 |
QQ Bot 智能提醒技能。支持一次性提醒、周期性任务、自动降级确保送达。可设置、查询、取消提醒。 Source: sliverp/qqbot.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/sliverp/qqbot --skill qqbot-cronQQ Bot 智能提醒技能。支持一次性提醒、周期性任务、自动降级确保送达。可设置、查询、取消提醒。 Source: sliverp/qqbot.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/sliverp/qqbot