Telegram Digest

Fetch, score, and cluster recent Telegram posts into a ranked narrative digest.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill telegram-digest-anajuliabit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Telegram Digest
Source: https://github.com/anajuliabit/aeon/tree/main/skills/telegram-digest
Command: npx skills add https://github.com/anajuliabit/aeon --skill telegram-digest-anajuliabit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the effort of manually scanning many Telegram channels to find the posts that share real, higher-signal narratives across sources.

Core Features & Use Cases

  • Cross-channel signal ranking: Scores posts using views, reactions, replies, link presence, media, and recency to surface what matters.
  • Narrative clustering: Groups related posts across different channels into narratives instead of producing a channel-by-channel feed.
  • Noise filtering and deduplication: Removes low-signal content (short text, promos, bots, stale posts) and avoids re-surfacing items already seen in the last 2 days.
  • Unattended delivery and logging: Fetches recent posts, composes a digest (narratives + one-offs), sends via notification, and appends a run log for traceability.

Quick Start

Run Telegram Digest to fetch the last 48 hours from your configured channels and send you a ranked, narrative-based digest of the highest-signal posts.

Frequently Asked Questions about Telegram Digest

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

FAQPage Schema
How do I aggregate Telegram posts from multiple channels into a single digest?

To aggregate Telegram posts into a digest, this Skill extracts public posts from configured channels, scores them by views and reactions, and clusters related items into narratives. It fetches recent content via WebFetch and outputs a bounded-length notification.

What is the best way to filter noise and deduplicate Telegram channel content?

The best way to filter noise and deduplicate Telegram content is using signal scoring and memory logs. This Skill removes low-signal text, promos, and bots, while checking URL-level memory logs to prevent re-surfacing items already seen in the last 2 days.

Can I automate cross-channel Telegram monitoring for unattended morning briefs?

Yes, you can automate cross-channel Telegram monitoring for morning briefs. This Skill operates autonomously to fetch posts, compose a narrative-based digest, send it via notifications, and append a run log for traceability without manual intervention.

How does narrative clustering work for Telegram news aggregation?

Narrative clustering for Telegram aggregation works by grouping related posts across different channels into unified stories. Instead of generating a channel-by-channel feed, it ranks and clusters high-signal content based on views, reactions, replies, and link presence.

Do I need to configure specific inputs to generate a Telegram news digest?

Yes, you need to configure specific channel inputs to generate a Telegram news digest. You must provide target sources via a var or channels.md file so the Skill can perform best-effort fetching, extract posts, and apply filtering for your digest.