telegram-notifier

Send Telegram reminders at task checkpoints via the Bot API.

5|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/LanternCX/Agent --skill telegram-notifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-notifier
Source: https://github.com/LanternCX/Agent/tree/main/skill/telegram-notifier
Command: npx skills add https://github.com/LanternCX/Agent --skill telegram-notifier

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill sends concise Telegram reminders when a task reaches a user-facing checkpoint, prompting a return for review, confirmation, or completion.

Core Features & Use Cases

  • Checkpoint reminders: notify users via Telegram when a task reaches a pause or finish point.
  • Configurable setup: requires a local config file with TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID to function.
  • Safe workflow: avoids sending unnecessary updates and handles temporary Telegram outages gracefully.

Quick Start

Configure the local environment with TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID, then install and use the Telegram notifier to trigger reminders at task checkpoints.

Frequently Asked Questions about telegram-notifier

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

FAQPage Schema
How do I send Telegram reminders when a task pauses or finishes?

To send Telegram reminders at checkpoints, you configure a local environment file with your Bot Token and Chat ID, then use a Python script to post messages via the Telegram Bot API.

What do I need to configure before sending Telegram notifications from a workflow?

You need to create a local configuration file containing your TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID to authenticate the Telegram Bot API for sending notifications.

Can I use a Telegram bot to alert users only when user intervention is required?

Yes, this Telegram notifier sends concise alerts specifically when a task reaches a user-facing checkpoint, avoiding unnecessary updates and prompting a return for review or confirmation.

How does the notifier handle temporary Telegram API outages during an automation workflow?

The Telegram notifier handles temporary outages gracefully to ensure your workflow is not disrupted by transient API failures when sending checkpoint reminders.

When should I use a Telegram notifier in an automated messaging workflow?

You should use a Telegram notifier in automated workflows when you need to prompt user intervention for review, confirmation, or completion after a task pauses or finishes.