qqbot-remind

Create, list, and remove QQ reminder jobs with cron-based scheduling.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill qqbot-remind-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-remind
Source: https://github.com/enclawed/enclawed-oss/tree/main/extensions/qqbot/skills/qqbot-remind
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill qqbot-remind-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents reminder requests from being answered with empty promises by actually creating, listing, and canceling scheduled QQ reminders.

Core Features & Use Cases

  • One-time reminders: Create reminders like “5 minutes later” or “1 hour later” for a single follow-up.
  • Recurring reminders: Schedule daily, weekly, or custom cron-based notifications for routines and check-ins.
  • Manage existing jobs: Query active reminders, remove outdated ones, and handle both direct qqbot scheduling and a cron fallback when needed.

Quick Start

Use qqbot-remind to create a 5-minute reminder to tell me to drink water 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 recurring QQ bot reminders instead of relying on conversational promises?

To schedule recurring QQ bot reminders, you create jobs using daily, weekly, or custom cron-based timing. This ensures reliable notification delivery by replacing conversational promises with actual scheduled tasks.

Can I set up a one-time QQ chat notification for a specific interval like 5 minutes later?

Yes, you can set up a one-time QQ chat notification by specifying an absolute time or a relative interval like 5 minutes later. The Skill creates a single follow-up reminder job for reliable delivery.

What is the best way to manage and remove existing scheduled QQ reminders?

The best way to manage scheduled QQ reminders is using the list and remove actions. You can query active reminders, identify outdated ones, and remove them to maintain an accurate scheduling queue.

Does qqbot-remind support cron-based fallback scenarios for message delivery?

Yes, qqbot-remind supports cron-based fallback scenarios alongside direct channel scheduling. This handles channel-specific delivery settings and ensures isolated session handling for reliable notification routing.

Why do I need isolated session handling and correct payload routing for QQ notifications?

Isolated session handling and correct payload routing are required to prevent reminder delivery failures. They ensure channel-specific delivery settings are respected and notifications reach the intended QQ chat reliably.