notify-telegram

Send task completion summaries to a Telegram chat via a curl-based script.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/AlanLang/sing-box-config-generator --skill notify-telegram-alanlang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify-telegram
Source: https://github.com/AlanLang/sing-box-config-generator/tree/main/.claude/skills/notify-telegram
Command: npx skills add https://github.com/AlanLang/sing-box-config-generator --skill notify-telegram-alanlang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the delivery of concise task completion summaries to a Telegram chat, eliminating manual status updates and ensuring stakeholders stay informed.

Core Features & Use Cases

  • Automated notifications: Post summaries after features, fixes, or refactors.
  • Manual triggers: Send a summary on demand via the script or UI trigger.
  • Status & results: Include task status, key changes, and outcomes for quick review.

Quick Start

Use the telegram-notify script to send a summary to Telegram: /home/alan/code/sing-box-config-generator/.claude/scripts/telegram-notify.sh "✅ Task Completed: [Your task summary here]"

Frequently Asked Questions about notify-telegram

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

FAQPage Schema
How do I send task completion summaries to Telegram automatically?

You can send task completion summaries to Telegram by running a curl-based shell script that formats and delivers the message using a Telegram bot token and chat ID, triggered automatically after non-trivial tasks like features or fixes.

Do I need a Telegram bot token and chat ID to send automated notifications?

Yes, sending automated notifications to Telegram requires a valid bot token and chat ID to authenticate and route the message via curl to the correct Telegram chat.

What's the best way to notify stakeholders about code refactors or bug fixes?

The best way to notify stakeholders about refactors or fixes is to use an automated script that posts concise task summaries, including status and key changes, directly to a Telegram chat.

Can I manually trigger a Telegram notification instead of running it automatically?

Yes, you can manually trigger a Telegram notification by executing the shell script on demand, passing your custom task summary text as an argument to send it immediately.

Does this Telegram notification method work with curl?

Yes, this method works with curl; the shell script uses curl to format and deliver the task summary message to the Telegram chat via the bot API.

What task summaries can I send to Telegram with this script?

You can send concise task summaries for non-trivial tasks such as features, fixes, or refactors, including task status, key changes, and outcomes for quick stakeholder review.