qqbot-cron

Create, query, and remove QQ timed reminders for one-time or recurring events.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill qqbot-cron-polaris-dxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-cron
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/openclaw-qqbot/skills/qqbot-cron
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill qqbot-cron-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot timers enable users to set reminders within QQ conversations, supporting both one-time and recurring reminders to ensure timely notifications.

Core Features & Use Cases

  • One-time reminders: schedule a single alert at a specific time.
  • Recurring reminders: set daily/weekly reminders with a defined cadence.
  • Channel-bound reminders: deliver reminders through the QQ channel to a specific user or group.

Quick Start

Schedule a one-time or recurring QQ reminder by providing the task details (name, message, and target time).

Frequently Asked Questions about qqbot-cron

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

FAQPage Schema
How do I set up automated reminders in a QQ chat?

To set up automated QQ chat reminders, you schedule a task by providing the details, target time, and message. The system supports both one-time alerts at specific times and recurring reminders with a defined cadence.

Can I create recurring daily or weekly notifications for a QQ group?

Yes, you can create recurring notifications for a QQ group. The reminder system supports setting daily or weekly alerts with a defined cadence, ensuring timely notifications are delivered directly through the QQ channel.

How do I query and cancel scheduled timed reminders in QQ conversations?

You can query and cancel timed reminders in QQ conversations using the list and remove workflows. These features allow you to view active scheduled alerts and delete any one-time or recurring reminders you no longer need.

Does the QQ reminder system support absolute timestamps for reliable scheduling?

Yes, the QQ reminder system uses absolute atMs timestamps for reliable scheduling. This ensures that one-time and recurring alerts are triggered accurately at the intended time within the payload constraints.

What are the payload constraints for scheduling a QQ bot notification?

When scheduling a QQ bot notification, the payload.kind must be set to "agentTurn" and the channel must be specified as "qqbot". These constraints ensure reminders are correctly processed and delivered to the target chat.