remind-me

Create, list, and cancel channel-scoped reminders and cron jobs.

7|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill remind-me-sjtu-ipads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remind-me
Source: https://github.com/SJTU-IPADS/SkVM-data/tree/main/skills/remind-me-pro
Command: npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill remind-me-sjtu-ipads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reminders and cron-based tasks in chat channels are easy to forget or mismanage; this Skill centralizes creation, listing, and cancellation within the channel context to improve reliability.

Core Features & Use Cases

  • Create, list, and cancel reminders and cron jobs scoped to the originating chat.
  • Auto-detect delivery channel and deliver responses back to that chat.
  • Support one-time and recurring schedules via every, cron, and at formats across Telegram, Discord, and other platforms.

Quick Start

Create a reminder by specifying what to remind and when to remind, then the system will deliver it to this chat.

Frequently Asked Questions about remind-me

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

FAQPage Schema
How do I set up channel-scoped reminders in a chat application?

Channel-scoped reminders are set up by specifying the reminder content and schedule, which the system auto-detects and tags to the originating chat for delivery.

What scheduling formats are supported for chat-based cron jobs?

Chat-based cron jobs support three scheduling formats: every:<duration> for recurring intervals, cron:<expr> for cron expressions, and at:<duration> for one-time reminders.

Can I create recurring reminders across Telegram and Discord channels?

Yes, recurring reminders can be created across Telegram, Discord, and other platforms by auto-detecting the delivery channel and scoping the schedule to that specific chat.

How do I list and cancel existing reminders in a specific chat?

Existing reminders in a specific chat can be listed and canceled through automated commands that filter jobs by their channel and chat tags, returning human-friendly outputs.

What is the difference between one-time and recurring chat reminders?

One-time reminders use the at:<duration> format for a single delivery, while recurring reminders use every:<duration> or cron:<expr> formats for repeated scheduled execution.

Why are my chat reminders not delivering to the correct channel?

Chat reminders might not deliver correctly if the channel auto-detection fails; the system relies on tagging jobs by channel and chat to route responses back to the originating chat.