reader-telegram

Fetch Telegram post content and metadata from public channel URLs.

9|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/SolomonikVik/svaib --skill reader-telegram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reader-telegram
Source: https://github.com/SolomonikVik/svaib/tree/main/.claude/skills/reader-telegram
Command: npx skills add https://github.com/SolomonikVik/svaib --skill reader-telegram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

Telegram Post Reader eliminates the manual effort of copying and extracting content from public Telegram posts, preserving original text, links, and metadata for easy downstream processing.

Core Features & Use Cases

  • Embed post content from public Telegram channels by URL with preserved formatting and links.
  • Capture metadata such as date, views, author, and reactions.
  • Support single or multiple post URLs and output clean Markdown-ready text for notes, summaries, or publishing.
  • Use case: analyze a Telegram post for sentiment, extract quotes, or assemble a digest for a newsletter.

Quick Start

Provide a Telegram post URL to fetch and format its content with metadata.

Frequently Asked Questions about reader-telegram

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

FAQPage Schema
How do I extract text and metadata from a public Telegram post URL?

You can extract Telegram post content by providing the public channel URL. The tool parses the embed page, converts HTML to Markdown, and outputs structured data including the date, views, and reactions.

Can I fetch multiple Telegram posts at once without an API key?

Yes, you can fetch multiple Telegram posts without an API key by providing the URLs. The tool parses public embed pages directly using BeautifulSoup, preserving original text and inline links for each post.

Does this Telegram post reader preserve original links and formatting?

Yes, this Telegram post reader preserves original text and inline links by converting the HTML content into clean Markdown, ensuring the output is ready for notes, summaries, or publishing.

What is the best way to scrape Telegram channel posts for sentiment analysis?

The best way to scrape Telegram channel posts for sentiment analysis is to provide the URLs to this tool. It outputs clean Markdown text and metadata like views and reactions, structured for downstream processing.

What Telegram metadata is captured when extracting posts from public channels?

When extracting posts from public Telegram channels, the tool captures metadata including the post date, view counts, author information, and reactions alongside the full text and inline links.