qqbot-remind

Create, list, and cancel QQ reminders with relative times or cron triggers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot 定时提醒工具,支持创建、查询和取消一次性以及周期性提醒。当在 QQ 通道中进行对话且涉及提醒/定时任务时使用,确保用户不会错过重要事项。

Core Features & Use Cases

  • 创建:支持一次性和周期性提醒,基于相对时间(如 5m、1h)或 Cron 表达式设置。
  • 查询/列表:查看已设置的提醒及其时间。
  • 取消/修改:删除或调整现有提醒,确保任务灵活管理。
  • 工具集成:优先通过 qqbot_remind 工具实现提醒注册,并可将返回的 cronParams 立即用于 cron 调度。
  • 使用场景示例:当你在 QQ 通道对话中说“5分钟后提醒我喝水”时,会创建提醒并在指定时间触发。

Quick Start

直接告诉 AI 你需要在多久后被提醒以及提醒的内容,例如:5分钟后提醒我喝水。

Frequently Asked Questions about qqbot-remind

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

FAQPage Schema
How do I set up QQ reminders with cron scheduling?

QQ reminders with cron scheduling are created by instructing the AI during a QQ conversation using relative times like 5m or a cron expression. The qqbot_remind tool registers the task and returns cronParams for immediate dispatch.

Can I manage recurring and one-time notifications in QQ channels?

Yes, you can manage recurring and one-time notifications directly in QQ channels. This Skill supports creating, listing, and canceling scheduled reminders to ensure you handle tasks flexibly without missing important events.

Does the qqbot-remind tool support canceling or modifying existing reminders?

The qqbot-remind tool supports canceling or modifying existing reminders. You can list your currently scheduled tasks and delete or adjust them within the QQ channel conversation to maintain flexible task management.

What is the best way to trigger a reminder in a QQ conversation?

The best way to trigger a reminder in a QQ conversation is to directly tell the AI your timing and content, such as saying remind me to drink water in 5 minutes. The tool processes this natural input to schedule the notification.

Are there limitations when using relative times versus cron expressions for QQ reminders?

Using relative times like 1h creates one-time QQ reminders, whereas cron expressions enable complex recurring scheduling. Both integrate with the cron scheduler via returned cronParams, but cron provides more precise timing control for repeated tasks.