qqbot-remind

Create, list, and cancel time-based QQBot reminders with cron scheduling.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill qqbot-remind-wuv-dreamguide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-remind
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/extensions/qqbot/skills/qqbot-remind
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill qqbot-remind-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot users need reliable reminders across QQ channels. Manual reminder handling is error-prone and forgetful, especially when messaging flows are asynchronous.

Core Features & Use Cases

  • One-time reminders: schedule a single alert at a specified time.
  • Recurring reminders: daily/weekly at fixed times or cron-like expressions.
  • Channel-aware delivery: reminders delivered through QQ channels using the bot.
  • Use Case: Imagine you want to be reminded to take medicine in 5 minutes or every workday at 9am.

Quick Start

Add a reminder to QQBot for 5 minutes from now using the qqbot_remind tool.

Frequently Asked Questions about qqbot-remind

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

FAQPage Schema
How do I schedule automated reminders through a QQ channel chatbot?

To schedule automated reminders through a QQ channel chatbot, you can use a dedicated reminder skill to create one-time or recurring alerts. It handles task creation and returns execution parameters for delivery.

Can I use cron expressions for recurring QQ bot alerts?

Yes, you can use cron-like expressions for recurring QQ bot alerts to schedule daily or weekly reminders at fixed times. The system generates cron parameters to execute these time-based tasks reliably.

What is the best way to manage and cancel scheduled time-based tasks in QQBot?

The best way to manage and cancel scheduled time-based tasks in QQBot is by using list and remove actions. These commands let you view active alerts and cancel specific reminders without manual error.

Does QQBot reminder automation support channel-aware delivery for asynchronous messaging?

Yes, QQBot reminder automation supports channel-aware delivery for asynchronous messaging. It routes time-based alerts directly through specified QQ channels, ensuring reliable notification across different channel flows.

How do I set up a one-time reminder for a QQ channel?

To set up a one-time reminder for a QQ channel, use the add action with a specified future time. The automation tool schedules the single alert and delivers the message through the bot when the time arrives.