What problem does it solve?
Manually checking dozens of YouTube channels for new uploads is tedious and easy to miss. This Skill monitors a list of channels and automatically notifies you on Telegram whenever a tracked channel publishes a new video, without needing a YouTube API key.
Core Features & Use Cases
- RSS-based tracking: Uses YouTube RSS feeds instead of the Data API, so there are no API keys, quotas, or rate limits to manage.
- Self-contained Telegram delivery: The
notify command sends new-video alerts directly through the Telegram Bot API and only marks videos as seen after a successful send, so failures retry automatically on the next run.
- Parallel fetching and cron-ready design: Fetches up to 15 channels concurrently (55 channels in ~4-5 seconds) and supports
systemEvent cron execution with no LLM overhead.
- Use Case: You follow 55 tech channels and want a Telegram message within minutes of any new upload. Add the channels once, schedule the
notify command via cron, and receive formatted alerts (channel, title, link) automatically.
Quick Start
Ask the assistant to add a YouTube channel like @veritasium to the tracker and run a check for new videos.