qqbot-cron

Schedules one-time and recurring QQ reminders via cron with payload templates and timezone settings.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill qqbot-cron-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-cron
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/extensions/openclaw-qqbot/skills/qqbot-cron
Command: npx skills add https://github.com/bluegitter/QClaw --skill qqbot-cron-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot 定时提醒解决了通过 QQ 聊天把重要提醒准时发送给用户的痛点,支持一次性与周期性任务。

Core Features & Use Cases

  • 支持一次性提醒(at)和周期性提醒(cron),可在指定时间通过 QQ 发送提醒消息。
  • 提供明确的 payload 模板和调度表达式,支持时区配置,确保在正确时间发送。
  • 用例示例:每天早上8点在群聊发送打卡提醒,或在个人对话中提醒个人待办事项。

Quick Start

创建一个每日8点的打卡提醒。

Frequently Asked Questions about qqbot-cron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule automated QQ chatbot reminders for recurring tasks?

You can schedule automated QQ chatbot reminders by configuring periodic cron-based schedules or one-time at-based triggers. The system uses explicit payload templates and time-zone settings to deliver messages to a specified QQ channel at the exact time.

Can I send a one-time QQ notification at a specific absolute timestamp?

Yes, you can send a one-time QQ notification by providing an absolute timestamp (atMs) in the payload. The system requires this explicit timestamp and a target QQ channel to schedule and deliver the reminder accurately.

Does the QQ bot reminder system support per-channel configuration for group chats?

Yes, the QQ bot reminder system supports per-channel configuration. This ensures that scheduled messages and notifications reach the correct group chat or personal dialogue based on your specific channel target settings.

What is the best way to set up a daily 8 AM check-in reminder in a QQ group chat?

To set up a daily check-in reminder, configure a periodic cron-based schedule targeting your specific QQ group chat channel. You customize the reminder content using payload templates and set the appropriate time zone for the 8 AM delivery.

What are the payload constraints when scheduling cron-based QQ messages?

When scheduling cron-based QQ messages, the system enforces explicit payload constraints, requiring absolute timestamps (atMs) and a specific QQ channel target. These constraints ensure scheduled messages are delivered correctly without timing or routing errors.

Can I configure time zones for scheduled QQ bot notifications?

Yes, you can configure time zones for scheduled QQ bot notifications. The system allows time-zone settings alongside cron expressions and payload templates, ensuring your reminders trigger at the correct local time for the target QQ channel.