qqbot-remind

Create and manage QQBot reminder jobs for one-time and recurring schedules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of setting timely reminder messages through QQ so you don’t have to manually track time-based tasks.

Core Features & Use Cases

  • One-time reminders: Create alerts after a relative delay (e.g., minutes/hours) or at a specific time.
  • Recurring reminders: Create daily/weekly schedule-based reminders with time zone handling.
  • Manage reminders: List existing reminders and cancel them by job ID or intent (remove).
  • Use case: Tell the assistant to remind you to drink water once, or to remind you every workday morning to perform a routine.

Quick Start

Say: "5分钟后提醒我喝水" or "每天8点提醒我打卡" to create the corresponding reminder in QQ.

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 reminders for specific times or delays?

You can schedule QQ reminders by instructing the assistant with your timing request, such as a relative delay or a fixed time. The Skill registers the job and generates cron parameters to trigger message delivery at the specified moment.

Can I set up recurring daily or weekly reminders through QQ?

Yes, you can create recurring reminders for daily or weekly schedules through QQ. The Skill handles time zone parsing and applies cron rules to ensure your routine messages repeat at the correct intervals.

How do I list and cancel existing scheduled message deliveries?

You can manage existing scheduled message deliveries by asking the assistant to list your reminders or remove a specific job. Canceling a reminder requires providing the job ID or stating your intent to remove it from the schedule.

What time parsing formats work when creating QQBot reminder jobs?

Time parsing for QQBot reminder jobs supports relative delays like minutes or hours and fixed clock times. The Skill interprets your natural language timing request to register the reminder and configure the necessary cron parameters.

Do I need a QQBot to trigger automated reminder messages?

Yes, you need a QQBot environment to trigger automated reminder messages. The Skill operates by registering scheduled jobs within the QQ messaging platform to ensure alerts are delivered directly to your account.

Why use cron scheduling for QQ message reminders instead of simple timers?

Using cron scheduling for QQ message reminders enables precise recurring patterns and time zone handling. Simple timers only handle relative delays, whereas cron rules manage complex daily or weekly routines consistently.