sop-tg-notify-new

Send automated Telegram pipeline reports to the Hermes Agent.

Updated May 13, 2026
One-click install
npx skills add https://github.com/skkeoriw/hermes-brain --skill sop-tg-notify-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sop-tg-notify-new
Source: https://github.com/skkeoriw/hermes-brain/tree/main/brain/hermes-home/skills/sop-tg-notify-new
Command: npx skills add https://github.com/skkeoriw/hermes-brain --skill sop-tg-notify-new

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically generates and sends rich text Telegram notifications about pipeline execution results to the Hermes Agent, saving time on manual follow-up.

Core Features & Use Cases

  • Automated Notification: Send detailed pipeline reports via Telegram without manual intervention.
  • Rich Content: Supports embedding of URLs, titles, and other relevant information within the Telegram notifications.
  • Use Case: For teams that rely on continuous pipeline monitoring and want to receive instant updates about their workflows via Telegram.

Quick Start

Run the sop-tg-notify-new skill to send a notification for the pipeline with the run_id {run_id}.

Frequently Asked Questions about sop-tg-notify-new

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

FAQPage Schema
How do I send automated Telegram notifications for pipeline execution reports?

To send automated Telegram notifications, run the sop-tg-notify-new skill with the specific pipeline run_id. It parses JSON pipeline contexts and interacts directly with the Telegram API to deliver detailed status updates.

Can I use Telegram notifications for YouTube, GitHub, and Reddit pipelines?

Yes, Telegram notifications support YouTube, GitHub, Reddit, and Web Link pipelines. The skill parses different pipeline outputs and embeds relevant URLs and titles into the rich text messages sent to the Hermes Agent.

What is automated pipeline monitoring via Telegram used for?

Automated pipeline monitoring via Telegram is used to receive instant updates about workflow statuses without manual intervention. It sends rich text messages containing detailed execution reports, saving time on manual follow-up for continuous monitoring teams.

How do I integrate Telegram API notifications with the Hermes Agent infrastructure?

You integrate Telegram API notifications by running this skill within the existing Hermes infrastructure. It handles the Telegram API interactions and JSON context parsing required to forward detailed pipeline reports directly to the agent.

Do I need to manually format pipeline context JSON before sending Telegram updates?

No, you do not need to manually format pipeline context JSON. The skill automatically parses JSON pipeline contexts, extracts relevant information like URLs and titles, and formats them into rich text Telegram notifications.