qqbot-remind

Create, list, and cancel QQ reminders with absolute or cron-like schedules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQBot 定时提醒。支持一次性和周期性提醒的创建、查询、取消。当通过 QQ 通道通信且涉及提醒/定时任务时使用。

Core Features & Use Cases

  • 创建一次性提醒
  • 创建周期性提醒
  • 查询提醒
  • 取消提醒
  • 与 QQ 通道集成,适用于日程管理、会议提醒、日常提醒

Quick Start

例如: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 a QQ channel reminder for a specific time?

You can create one-time reminders in a QQ channel by providing an absolute time expression. The Skill parses your time input, validates the delivery target, and invokes the reminder tool to schedule the notification automatically.

Can I create recurring scheduled reminders through a QQ bot?

Yes, you can create recurring scheduled reminders through a QQ bot using cron-like time expressions. The system parses your recurring schedule input and invokes the cron tool to execute periodic notifications deterministically.

How do I list and cancel existing QQ bot reminders?

You can list and cancel existing QQ bot reminders by invoking the query and cancel tool calls. The system retrieves your active scheduled reminders and removes specific one-time or recurring entries through explicit cancellation commands.

Does this reminder tool support both absolute times and cron-like schedules?

Yes, this reminder tool supports both absolute times and cron-like schedules. It enforces deterministic execution by parsing both time expression types, validating delivery targets, and invoking the qqbot_remind and cron tools as needed.

What is the best way to manage daily reminders via a QQ channel?

The best way to manage daily reminders via a QQ channel is to create recurring reminders using cron-like schedules. You can query active reminders and cancel them as your routine changes, ensuring deterministic scheduling execution.