telegram-youtube-fetch

Collect YouTube URLs from Telegram Saved Messages and route them into the youtube-summary pipeline.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jeehoon0310/claude-code-config --skill telegram-youtube-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-youtube-fetch
Source: https://github.com/jeehoon0310/claude-code-config/tree/main/project/skills/telegram-youtube-fetch
Command: npx skills add https://github.com/jeehoon0310/claude-code-config --skill telegram-youtube-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automatically collect YouTube URLs from Telegram Saved Messages and route them into the youtube-summary pipeline for processing.

Core Features & Use Cases

  • Collect YouTube URLs from Telegram Saved Messages and deduplicate them before processing.
  • Deduplicate via SQLite and automatically feed to the youtube-summary pipeline.
  • Supports fetch-only, process-only, stats, and retry modes.
  • Triggers: the /telegram-youtube-fetch command in Telegram and related keywords to initiate collection.

Quick Start

Run the telegram-youtube-fetch command to start collecting the latest Telegram YouTube URLs and automatically pass them to the youtube-summary pipeline.

Frequently Asked Questions about telegram-youtube-fetch

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

FAQPage Schema
How do I automatically extract YouTube links from Telegram Saved Messages?

To automatically extract YouTube links from Telegram Saved Messages, you can use a script that connects via Telethon to collect, deduplicate, and route URLs into a processing pipeline.

What is needed to set up a Telegram YouTube link data pipeline?

A Telegram YouTube link data pipeline requires Python, the Telethon library for Telegram API access, and a youtube-summary integration to process the collected URLs.

Can I fetch YouTube URLs from Telegram without processing them immediately?

Yes, you can use the fetch-only mode to collect and deduplicate YouTube URLs from Telegram into SQLite without triggering the automatic processing pipeline.

How do I retry processing failed YouTube videos from my Telegram collection?

You can retry processing failed YouTube videos by using the built-in retry mode, which re-attempts routing previously collected Telegram URLs through the youtube-summary pipeline.

Does the Telegram YouTube fetch pipeline track collection statistics?

Yes, the pipeline includes a stats mode that queries the underlying SQLite database to report metrics on collected, processed, and deduplicated YouTube URLs from Telegram.