Channel Recap

Generate a weekly recap article from a Telegram channel's top posts.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill channel-recap-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Channel Recap
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/channel-recap
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill channel-recap-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of weekly digest articles from a public Telegram channel by ranking posts by engagement, expanding on the most relevant insights, and producing a structured article ready for publication.

Core Features & Use Cases

  • Engagement-driven curation: fetches a 7-day window of channel posts, computes an engagement score, and surfaces 6–12 top posts for inclusion.
  • Narrative article generation: weaves top posts into a coherent week-in-review narrative with theming and quick hits.
  • Publication-ready output and logging: writes a markdown article and logs metadata, while providing a notification pipeline.

Quick Start

Use the channel-recap skill to generate a weekly recap article from a Telegram channel by configuring the var field and running the workflow.

Frequently Asked Questions about Channel Recap

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

FAQPage Schema
How do I automate a weekly recap article from a Telegram channel?

To automate a Telegram weekly recap article, configure the channel-recap workflow to fetch seven days of channel posts, rank them by computed engagement scores, and synthesize the top posts into a publication-ready narrative.

How does engagement scoring work for Telegram channel posts?

Engagement scoring for Telegram posts calculates a combined metric using the total view count plus a weighted reaction count, ranking original posts over a seven-day window to identify the most relevant content for recap generation.

Can I generate a week-in-review digest from any public Telegram channel?

You can generate a week-in-review digest from any public Telegram channel by configuring the var field in the workflow, which fetches original posts and filters out forwarded content to ensure accurate engagement ranking.

Does the Telegram recap article output include links to the original posts?

The generated recap article outputs publication-ready markdown with inline links to the original Telegram posts, alongside logged metadata and a notification pipeline to track the synthesized narrative.

What are the limitations of automating Telegram channel recaps?

Limitations include relying strictly on a seven-day window of public channel posts, requiring original posts only for accurate engagement scoring, and depending on available view and reaction signals to rank content for the narrative article.