qqbot-remind

Manage scheduled reminders and cron tasks in QQ bot conversations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the issue of AI agents lacking persistent memory or background execution capabilities, ensuring that user requests for reminders and scheduled tasks are reliably captured and executed.

Core Features & Use Cases

  • Scheduled Reminders: Create, list, and cancel one-time or recurring reminders using natural language.
  • Context-Aware Execution: Automatically handles relative time (e.g., 5 minutes later) and cron-based scheduling.
  • Use Case: A user asks the bot to remind them to attend a meeting in one hour or to perform a daily check-in at 9 AM; the Skill registers these as persistent jobs to ensure the user receives a timely notification.

Quick Start

Use the qqbot-remind skill to set a reminder for me to drink water in 5 minutes.

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 scheduled reminders for a QQ bot conversation?

To set up scheduled reminders for a QQ bot conversation, use natural language to instruct the agent, such as asking it to remind you to attend a meeting in one hour. The Skill captures this request and registers it as a persistent job with the gateway cron service for reliable execution.

Can I use cron-based scheduling for recurring notifications in QQ chats?

Yes, you can use cron-based scheduling for recurring notifications in QQ chats. The Skill handles both one-time alerts and recurring cron-based events, allowing you to automate tasks like daily check-ins at specific times.

Does the QQ bot reminder support relative time formats like 5 minutes later?

Yes, the QQ bot reminder supports relative time formats like 5 minutes later. It features context-aware execution that automatically interprets and processes relative time expressions to register the scheduled task accurately.

How does an AI agent maintain persistent memory for background task execution?

An AI agent maintains persistent memory for background task execution by interfacing with gateway cron services. This Skill bridges the lack of inherent persistent memory, ensuring scheduled reminders and tasks are reliably captured and executed asynchronously.

Do I need specific payload structures for agent-driven message delivery in QQ bots?

Yes, you need specific payload structures for agent-driven message delivery in QQ bots. The Skill requires integration with the qqbot channel and strict adherence to these payload structures to ensure reminders and scheduled tasks are correctly triggered and delivered.

What are the limitations of using natural language for cron job scheduling in QQ?

The limitations of using natural language for cron job scheduling in QQ involve potential misinterpretations of complex recurrence rules. While it handles relative times and standard cron-based events well, highly customized scheduling formats may require explicit cron syntax to avoid execution errors.