notify

Send Telegram notifications with customizable titles and routing topics via HTTP POST.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EtanHey/golems --skill notify-etanhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify
Source: https://github.com/EtanHey/golems/tree/main/skills/golem-powers/notify
Command: npx skills add https://github.com/EtanHey/golems --skill notify-etanhey

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to send Telegram notifications to a user or a group, ensuring timely updates on task completion or important events.

Core Features & Use Cases

  • Task Completion Alerts: Notify users when a long-running task finishes.
  • Status Updates: Send alerts for critical events or when user input is required.
  • Categorized Notifications: Route notifications to specific topics (e.g., 'Jobs', 'Email', 'Alerts') for better organization.

Quick Start

Send a Telegram notification with the title "Task Complete" and body "The report has been generated successfully." to the 'alerts' topic.

Frequently Asked Questions about notify

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

FAQPage Schema
How do I send Telegram notifications from a TypeScript application?

You can send Telegram notifications from TypeScript applications by making HTTP POST requests with customizable titles, bodies, and routing sources to deliver messages to users or groups.

Can I route Telegram alerts to specific topics for better organization?

Yes, you can route Telegram alerts to predefined topics like 'alerts', 'jobs', and 'email', ensuring organized communication channels for different categories of status updates.

What is the best way to notify users when a long-running task finishes?

Sending task completion alerts via Telegram notifications is an effective way to notify users when a long-running task finishes, ensuring timely updates on important events.

How do I send alerts for critical events requiring user input via Telegram?

You can send alerts for critical events or when user input is required by triggering Telegram notifications with customized titles and bodies through HTTP POST requests.

Does this notification tool require specific dependencies to send Telegram messages?

No specific dependencies are required to send Telegram messages; the tool integrates via HTTP POST requests for programmatic use within TypeScript applications.

Are there limitations to routing notifications to predefined topics in Telegram?

Routing notifications to predefined topics in Telegram is limited to specific categories like 'alerts', 'jobs', and 'email', which may not cover all custom organizational needs.