Channel Recap

Rank Telegram posts by engagement and write a weekly recap article.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Channel Recap automatically scans a public Telegram channel’s last week, ranks posts by engagement, expands the most insightful ones into a coherent article, and saves you from manually curating and writing the recap yourself.

Core Features & Use Cases

  • Engagement-weighted ranking: Scores each post using views and reactions, then selects the most interesting 6–12 items instead of relying on chronological order.
  • Context-aware expansion: Fetches linked tweets and articles (plus optional web search context) to turn raw posts into a deeper, opinionated narrative.
  • Operational automation: Validates the channel exists and has public previews, handles pagination and retries, writes the article to a deterministic file, and sends a condensed notification.

Quick Start

Ask the AI to generate a weekly recap for the Telegram channel by setting var to the channel username (without @) and running the skill so it produces a saved article and a notification.

Frequently Asked Questions about Channel Recap

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

FAQPage Schema
How do I generate a weekly recap article from a public Telegram channel automatically?▼

To generate a weekly recap, the Skill fetches public Telegram channel posts over a 7-day window, ranks them by an engagement score of views plus reactions multiplied by 50, and expands the top posts into a saved markdown article.

How does engagement ranking work for Telegram posts?▼

Engagement ranking scores each Telegram post by calculating views plus reactions multiplied by 50, selecting the most interesting 6 to 12 items based on these signals rather than relying on chronological order.

Can I use this Skill to monitor Telegram channels that do not have public previews?▼

No, you cannot monitor channels without public previews. The Skill validates that the Telegram channel exists and has public previews enabled before fetching and parsing the t.me/s pages with pagination.

What is the best way to curate Telegram content into a deeper narrative?▼

The best way to curate Telegram content is using context-aware expansion, which fetches linked tweets and articles to turn raw engagement-ranked posts into a deeper, opinionated narrative for your weekly recap.

Where are the generated weekly recap articles and notifications saved?▼

The generated weekly recap articles are saved as markdown files formatted as channel-recap-variable-today.md, while a condensed notification summary is saved to the notify directory for operational automation.

Do I need any specific dependencies to run the Telegram weekly digest workflow?▼

No specific dependencies are required to run the Telegram weekly digest workflow. The Skill autonomously handles fetching, pagination, retries, and deduplication of posts by text within its own processing logic.