qqbot-remind

Schedule, list, and cancel QQ reminders via qqbot_remind and cron.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill qqbot-remind-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-remind
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.4.24/extensions/qqbot/skills/qqbot-remind
Command: npx skills add https://github.com/majunbao/learn --skill qqbot-remind-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates scheduling and management of QQ reminders.

Core Features & Use Cases

  • Create one-time reminders and recurring tasks through QQ chat.
  • List active reminders and cancel them with simple commands.
  • Ensure deterministic execution by using the built-in reminder flow (qqbot_remind and cron) and delivering results via QQ.

Quick Start

Call qqbot_remind with action, content, and time to schedule a reminder.

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 chat reminders through a chatbot?

To schedule QQ chat reminders, call qqbot_remind with the action, content, and time to automate creating both one-time and recurring tasks directly in QQ chat workflows.

Can I manage and cancel recurring reminders in QQ chat?

Yes, you can manage recurring reminders in QQ chat by listing active tasks and canceling them with simple commands, ensuring deterministic execution and clear user feedback.

How do cron scheduling and notifications work for QQ bot reminders?

QQ bot reminders use cron scheduling by passing generated cronParams unchanged to cron for recurring tasks, ensuring deterministic delivery of notifications directly via QQ chat.

What is the best way to create periodic tasks using a QQ chatbot?

The best way to create periodic tasks using a QQ chatbot is to apply the built-in reminder flow, which generates cronParams and passes them to cron for deterministic, automated scheduling.

Do I need cron to set up one-time reminders in QQ chat?

No, for one-time reminders in QQ chat you only need qqbot_remind to generate the schedule, while cron is specifically utilized for managing recurring periodic tasks.