qqbot-remind

Creates, lists, and removes QQ reminders via cronParams and scheduler integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reliable way to create, list, and cancel scheduled reminders for users communicating over the QQ channel, eliminating inaccurate verbal promises and ensuring reminders are actually delivered.

Core Features & Use Cases

  • One-time and recurring reminders: Create reminders using relative times (e.g., "5m", "1h") or cron expressions for daily/weekly schedules.
  • Management operations: List existing reminders and remove specific jobs by ID.
  • Integration workflow: Generates cron parameters via the qqbot_remind action and requires immediately scheduling them with the cron scheduler to guarantee delivery. Example: a user asks "Remind me to drink water in 5 minutes" and the skill registers a one-time job that sends a friendly QQ message when triggered.

Quick Start

Call the qqbot_remind action to add a reminder with the content, time, and action "add", then schedule the returned cronParams with the cron 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 recurring reminders for QQ users?

You can schedule recurring reminders for QQ users by generating cron parameters with the qqbot_remind action and passing them to the cron scheduler to trigger daily or weekly alert messages.

Can I set up one-time QQ notifications using relative times?

Yes, one-time QQ notifications support relative times like "5m" or "1h". The skill registers a single job that sends a QQ message to the user's openid when the timer expires.

What's the best way to manage and cancel existing QQ scheduled alerts?

To manage existing QQ scheduled alerts, you can use the skill to list all registered jobs and remove specific reminders by their unique job ID to stop future notifications.

Does the QQ reminder skill work with cron expressions for custom scheduling?

Yes, the QQ reminder skill works with cron expressions, allowing you to define custom scheduling patterns for complex daily or weekly recurring alert delivery on the QQ channel.

What steps are required to integrate QQ reminders with the cron scheduler?

To integrate QQ reminders, call the qqbot_remind action with your content, time, and action set to "add", then immediately schedule the returned cronParams with the cron scheduler to guarantee delivery.