qqbot-remind

Schedule and manage one-time and recurring reminders via the QQ channel.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQ 通道中用户需要可靠的定时提醒来管理任务,避免依赖记忆和手动跟踪,尤其在多频道沟通时。

Core Features & Use Cases

  • 创建一次性与周期性提醒,支持查询与取消
  • 通过 QQ 通道与工具链集成,按计划发送通知
  • 实用场景示例:在工作日每天早晨设定工作任务提醒,或设置长期项目的阶段性提醒

Quick Start

通过 qqbot_remind 发送一个提醒请求,例如在 5 分钟后提醒我喝水。

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 through a QQ chatbot?▼

You can schedule recurring reminders through a QQ chatbot by sending a request via the qqbot_remind tool, which generates cronParams to trigger timely notifications for your recurring tasks.

Can I create one-time task notifications in a QQ channel?▼

Yes, you can create one-time task notifications in a QQ channel by submitting a reminder request, such as asking the bot to remind you to drink water in 5 minutes.

How do I list and cancel scheduled QQ bot reminders?▼

You can list and cancel scheduled QQ bot reminders using the built-in management workflows, which support querying active reminders and cancelling them directly through the chat interface.

Does the QQ reminder bot support cron-based time management?▼

Yes, the QQ reminder bot supports cron-based time management by relying on the qqbot_remind tool to generate cronParams and emitting scheduled notifications through the cron tool.

What are the limitations of scheduling reminders via QQ channels?▼

Reminders scheduled via QQ channels depend on the qqbot_remind tool to generate cronParams and the cron tool to emit notifications, meaning reliability is tied to these underlying components.