Skip to main content
Back to registry

qqbot-cron

sliverp/qqbot

Installs193
Install command
npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
让 AI 帮用户设置、管理定时提醒,支持私聊和群聊。 调用 cron 工具时,payload.kind 必须是 "agentTurn" 。绝对不能用 "systemEvent" ! systemEvent 只会在 AI 会话里插入一条文本,用户根本收不到 QQ 消息。 只有 agentTurn + deliver: true + channel: "qqbot" + to 才能真正把消息发到 QQ。 设置提醒前,先确认当前系统时间(查看上下文中的时间信息,或执行 date )。 纯相对时间("5分钟后"、"1小时后")可以跳过确认,直接算 Date.now() + 延迟毫秒 。 AI 调用 cron 工具时,传的是 JSON 参数,不是 CLI 命令。以下是唯一正确的 JSON 格式: 一次性提醒(N 分钟后) : 周期提醒(每天/每周) : 🚨 绝对不可更改的 5 个字段 (改了提醒就废了): 🚫 payload.kind: "systemEvent" 只会在 AI 会话中注入文本,不会发送 QQ 消息给用户! ⚠️ schedule.atMs 必须是绝对毫秒时间戳 (如 1770733800000 ),不支持相对时间字符串如 "5m" ! 需要自行计算: 当前时间戳 + 延迟毫秒数 。例如 5 分钟后 = Date.now() + 5 * 60 * 1000 。 使用 cron 工具 action: "list" 查询。 使用 cron 工具 action: "remove" + jobId 。 创建提醒后的反馈要简洁友好,不要啰嗦 一次性提醒 : 周期提醒 : ⚠️ schedule.atMs 只接受 绝对毫秒时间戳 ,需要自己计算! 必须加 "tz": "Asia/Shanghai" 💡 payload.message 是一个 prompt,告诉 AI 以暖心方式生成提醒 。每次触发时 AI 会自由发挥,生成不重复的、有温度的提醒消息。 统一模板 (把 {提醒内容} 替换成具体事项): 效果举例 (每次触发内容都不同): 为什么用 prompt 而不是固定文本? 用户 : 5分钟后提醒我喝水 AI 调用 cron 工具 (假设当前时间戳为 1770734000000): atMs = 当前时间戳 + 5 * 60 * 1000 = 1770734000000 + 300000 = 1770734300000 AI 回复 : ⏰ 好的,5分钟后提醒你喝水~ 用户 : 每天早上8点提醒我打卡 AI 调用 cron 工具 : 周期任务 不加 deleteAfterRun AI 回复 : ⏰ 收到,每天早上8点提醒你打卡~ 用户 : 工作日下午6点提醒我写日报 AI 调用 cron 工具 : AI 回复 : ⏰ 收到,工作日下午6点提醒你写日报~ 用户 : 3分钟后提醒我开会 AI 调用 cron 工具 (假设当前时间戳为 1770734000000): atMs = 当前时间戳 + 3 * 60 * 1000 AI 回复 : ⏰ 好的,3分钟后提醒你开会~ 用户 (群聊): 每天早上9点提醒大家站会 AI 调用 cron 工具 : 群组使用 "group:{group_openid}" 格式 用户 : 我有哪些提醒? AI 调用 cron...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does qqbot-cron do?

qqbot-cron is listed in SkillJury, but the source summary is still sparse.

Is qqbot-cron good?

qqbot-cron does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does qqbot-cron work with?

qqbot-cron currently lists compatibility with codex, gemini-cli, cursor, amp, cline, github-copilot.

What are alternatives to qqbot-cron?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install qqbot-cron?

npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron

Related skills

Alternatives in Software Engineering