qqbot-cron

Create and schedule QQ bot reminders via OpenClaw cron commands.

1.5k|195|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-cron
Source: https://github.com/sliverp/qqbot/tree/main/skills/qqbot-cron
Command: npx skills add https://github.com/sliverp/qqbot --skill qqbot-cron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQ Bot reminders help users schedule and manage time-based notifications in private chats and groups, reducing manual follow-ups and missed tasks.

Core Features & Use Cases

  • One-time reminders: set a single notification for a specific time.
  • Periodic reminders: schedule daily/weekly prompts with timezone support.
  • Group-friendly: broadcast reminders to group chats with targeted recipients.

Quick Start

Run an example to create a one-time reminder for drinking water: openclaw cron add --name "喝水提醒" --at "5m" --message "💧 喝水时间到!" --deliver --channel qqbot --to "{openid}" --delete-after-run

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 reminders for a QQ bot?

To schedule QQ bot reminders, you can use natural-language prompts to specify the time and message. The system validates your intent and generates the necessary OpenClaw cron add commands to automate the delivery.

Can I set up recurring QQ bot reminders with timezone support?

Yes, you can set up recurring QQ bot reminders with timezone support. The scheduling system handles both one-time and periodic notifications, ensuring daily or weekly prompts trigger at the correct local times.

How do I broadcast a scheduled reminder to a QQ group chat?

You can broadcast a scheduled reminder to a QQ group chat by targeting specific recipients when creating the reminder. The system generates commands to deliver messages directly to the designated group chat.

Does the QQ bot reminder system support natural-language scheduling?

Yes, the QQ bot reminder system accepts natural-language prompts for scheduling. It validates your intended schedule and translates the input into the appropriate cron commands automatically.

How do I list and manage existing scheduled reminders for my QQ bot?

You can list and manage existing scheduled reminders by generating OpenClaw cron list commands. This allows you to review active one-time and periodic reminders and manage their delivery status.

What is the best way to create a one-time notification for a QQ bot?

The best way to create a one-time notification is to use the cron add command with the delete-after-run flag. This schedules a single message delivery and automatically removes the reminder once it is completed.