remind

Schedule timed Telegram reminders using natural language date and time parsing.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/RockaRhymeLLC/kithkit --skill remind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remind
Source: https://github.com/RockaRhymeLLC/kithkit/tree/main/.claude/skills/remind
Command: npx skills add https://github.com/RockaRhymeLLC/kithkit --skill remind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures you don't miss important events or tasks by setting timed reminders that are delivered even when you're not actively using the assistant.

Core Features & Use Cases

  • Scheduled Reminders: Set reminders for specific dates and times using natural language.
  • Cross-Session Delivery: Reminders are delivered via Telegram, ensuring you get notified even when offline.
  • Self-Cleaning Jobs: Automatically removes reminder scripts and scheduled jobs after they fire.
  • Use Case: "Remind me to call the client tomorrow at 10 AM."

Quick Start

Set a reminder to "prepare presentation" at 3 PM on Friday.

Frequently Asked Questions about remind

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

FAQPage Schema
How do I schedule a timed reminder using natural language?

Yes, reminders are delivered via Telegram, ensuring you receive notifications even when you are offline. This cross-session delivery mechanism guarantees you never miss scheduled alerts.

Do I need launchd to set up persistent notifications on macOS?

Yes, launchd is required as the Skill uses it to manage scheduled jobs. It automatically creates and cleans up launchd jobs and associated bash scripts after they fire.

What is the best way to automate task reminders without keeping the assistant open?

The best way is to use launchd jobs with Telegram delivery. This approach schedules self-executing, self-cleaning notifications that persist independently of the assistant session.

Why does my scheduled reminder not fire when I close the application?

Scheduled reminders should fire independently via launchd. If they fail, verify that the generated bash scripts and launchd jobs are not blocked by system permissions or sleep settings.