qqbot-remind

Schedule and manage QQ bot reminders using cron expressions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QQbot 定时提醒解决在 QQ 通道中对指定内容进行一次性或周期性提醒的繁琐与忘记管理的问题。

Core Features & Use Cases

  • 一次性提醒:在指定时间触发,发送提醒内容给用户。
  • 周期性提醒:按 cron 表达式定期触发,支持工作日、每日等场景。
  • 查询与取消:查看现有提醒并取消不再需要的任务,方便日程管理。

Quick Start

Use qqbot_remind to add a reminder by specifying the action as add, the content as the reminder message, and the time expression such as 5m or 1h.

Frequently Asked Questions about qqbot-remind

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

FAQPage Schema
How do I schedule a one-time QQ chatbot reminder for a specific time?

To schedule a one-time QQ chatbot reminder, use the qqbot_remind tool with the add action, specify the reminder content, and provide a relative time expression like 5m or 1h. The tool generates cron parameters and invokes the cron scheduler to trigger the notification.

Can I set up recurring QQ bot notifications using cron expressions?

Yes, you can set up recurring QQ bot notifications using standard cron expressions. The qqbot_remind tool accepts cron schedules to support daily, weekday, or custom recurring reminder patterns, automating periodic message delivery through the QQ channel.

How do I query and cancel existing QQ bot reminders?

You can query and cancel existing QQ bot reminders by invoking the qqbot_remind tool with the appropriate query or cancel actions. This allows you to view all scheduled tasks and remove any reminders that are no longer needed for your schedule management.

Does the QQ bot reminder support relative time expressions like 5m or 1h?

Yes, the QQ bot reminder supports relative time expressions such as 5m for five minutes and 1h for one hour. The tool processes these relative time inputs, converts them into cron parameters, and passes them to the cron scheduler for execution.

What is the best way to manage periodic reminders through a QQ channel?

The best way to manage periodic reminders through a QQ channel is using a scheduling tool that supports both relative times and cron expressions. The qqbot_remind tool enables you to add, query, and cancel recurring events, ensuring automated notification delivery.

Why does my QQ bot reminder require calling a separate cron tool for scheduling?

Your QQ bot reminder requires calling a separate cron tool because the qqbot_remind tool first generates the necessary cron parameters from your time expression, then invokes the cron scheduler with those parameters to execute the reminder at the specified time.