qqbot-remind

Schedule, list, and cancel QQBot reminders via cron expressions.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill qqbot-remind-234194027-cpu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qqbot-remind
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/extensions/openclaw-qqbot/skills/qqbot-remind
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill qqbot-remind-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates creating, listing, and canceling one-time or recurring QQ bot reminders driven by natural-language timing requests, so users reliably get scheduled messages instead of vague promises.

Core Features & Use Cases

  • One-time reminders: Schedule a single delayed alert to a user (e.g., “in 5 minutes” or “today at 8 PM”).
  • Recurring reminders: Create cron-based daily/weekly reminders with the required timezone configuration.
  • Reminder management: List existing reminders and remove them by jobId when users ask to cancel.

Use case: A user says “每天8点提醒我打卡” to set a daily check-in reminder for the QQ channel.

Quick Start

Tell the assistant: “每天8点提醒我打卡” while using the QQ bot channel so it registers a scheduled job through the cron workflow.

Frequently Asked Questions about qqbot-remind

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

FAQPage Schema
How do I schedule QQ bot reminders using natural language time expressions?▼

The skill processes delayed or recurring time expressions like "in 5 minutes" or "daily at 8 PM" to schedule QQ bot reminders, producing the necessary cron parameters to ensure messages are delivered to the correct user address.

Can I create recurring daily check-in reminders for a QQ channel?▼

Yes, you can create recurring daily check-in reminders for a QQ channel by specifying recurring time requests, which generates cron-based schedules with the required timezone configuration for reliable daily alerts.

Does scheduling recurring QQ bot reminders require timezone configuration?▼

Yes, scheduling recurring QQ bot reminders requires timezone configuration to ensure the cron-based daily or weekly alerts trigger at the correct local time for the target user.

How do I list and cancel existing reminders in a QQ channel?▼

You can list existing reminders and cancel them by specifying the jobId when you ask the assistant to remove a scheduled task, enabling effective reminder management within the QQ channel scenario.

What is the best way to manage one-time delayed alerts in a QQ bot?▼

The best way to manage one-time delayed alerts in a QQ bot is using a cron scheduling workflow that parses delayed time expressions and triggers a single message delivery to the correct user address.