qqbot-cron

Schedule one-time and recurring QQ reminders via natural language commands.

1.5k|195|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/tencent-connect/openclaw-qqbot --skill qqbot-cron-tencent-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qqbot-cron
Source: https://github.com/tencent-connect/openclaw-qqbot/tree/main/skills/qqbot-cron
Command: npx skills add https://github.com/tencent-connect/openclaw-qqbot --skill qqbot-cron-tencent-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to set, manage, and query timed reminders through QQ, integrating AI for natural language interaction and reliable task scheduling.

Core Features & Use Cases

  • Set One-Time Reminders: Schedule reminders for a specific future time (e.g., "Remind me in 5 minutes to drink water").
  • Set Recurring Reminders: Create daily, weekly, or custom cron-based reminders (e.g., "Remind me every day at 8 AM to clock in").
  • Query and Cancel Reminders: Easily check existing reminders and cancel them by name.
  • Use Case: A user can tell the AI, "Remind me every weekday at 6 PM to write my daily report," and the AI will set up the recurring reminder, confirming the details and providing a friendly message.

Quick Start

Use the qqbot-cron skill to remind me to drink water in 10 minutes.

Frequently Asked Questions about qqbot-cron

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

FAQPage Schema
How do I set up recurring reminders on QQ using natural language?

You can set up recurring reminders on QQ by sending natural language commands like "Remind me every day at 8 AM to clock in". The AI assistant parses your intent and schedules the cron-based reminder automatically.

Can I schedule a one-time notification to my QQ group for a specific time?

Yes, you can schedule a one-time notification to a QQ group by specifying an absolute timestamp in your command. The AI-driven intent recognition processes your request and sends the reminder to the group's openid at the scheduled time.

What is the best way to manage and cancel existing QQ bot reminders?

The best way to manage QQ bot reminders is through natural language queries. You can ask the AI assistant to check your existing scheduled notifications and cancel specific recurring or one-time reminders by name.

Does the QQ reminder assistant support custom cron expressions for scheduling?

Yes, the QQ reminder assistant supports custom cron expressions for scheduling. This allows you to create complex recurring schedules beyond simple daily or weekly intervals using precise timing rules.

How does AI intent recognition work for scheduling timed reminders on QQ?

AI intent recognition for timed reminders works by parsing your natural language input to extract timing, frequency, and message content. It translates conversational commands into absolute timestamps or cron expressions for reliable scheduling.