·qqbot-cron
</>

qqbot-cron

QQ Bot 智能提醒技能。支持一次性提醒、周期性任务、自动降级确保送达。可设置、查询、取消提醒。

119Installs·33Trend·@sliverp

Installation

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

How to Install qqbot-cron

Quickly install qqbot-cron AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sliverp/qqbot.

SKILL.md

View raw

调用 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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron
Category
</>Dev Tools
Verified
First Seen
2026-03-03
Updated
2026-03-10

Browse more skills from sliverp/qqbot

Quick answers

What is qqbot-cron?

QQ Bot 智能提醒技能。支持一次性提醒、周期性任务、自动降级确保送达。可设置、查询、取消提醒。 Source: sliverp/qqbot.

How do I install qqbot-cron?

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

Where is the source repository?

https://github.com/sliverp/qqbot

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-03