youtube-trend-finder

Fetches latest long-form YouTube videos from subscribed channels, outputs Markdown or JSON with URLs and thumbnails.

7|9|Updated May 9, 2026
One-click install
npx skills add https://github.com/hoanghd218/claude-code-2-days --skill youtube-trend-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-trend-finder
Source: https://github.com/hoanghd218/claude-code-2-days/tree/main/.claude/skills/youtube-trend-finder
Command: npx skills add https://github.com/hoanghd218/claude-code-2-days --skill youtube-trend-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you discover the most recent long-form YouTube videos from the channels you subscribe to, eliminating manual checking and aggregation.

Core Features & Use Cases

  • Channel-based discovery: fetches newest videos from your subscribed channels and filters out Shorts.
  • Date-filtered search: supports today, week, and month ranges to tailor content intake.
  • Output-ready data: returns video title, URL, channel, thumbnail, published date, and view count in Markdown or JSON for quick consumption.

Quick Start

Ask Claude to pull the latest long-form videos from your subscribed channels.

Frequently Asked Questions about youtube-trend-finder

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

FAQPage Schema
How do I fetch the latest long-form YouTube videos from channels I subscribe to?

To fetch the latest long-form YouTube videos, provide your subscribed channel handles to resolve them via the YouTube Data API v3. The tool filters out Shorts, deduplicates results, and retrieves view counts and durations for recent uploads.

Can I filter YouTube video discovery results by specific date ranges like today or this week?

Yes, you can filter YouTube video discovery results by today, week, or month ranges. This allows you to tailor content intake for daily or weekly channel roundups without manually checking individual upload dates.

Do I need a YouTube Data API v3 key to monitor channel handles for new content?

Yes, you need a YouTube Data API v3 key to resolve channel handles and retrieve video metadata. The tool relies on this API to fetch titles, URLs, thumbnails, published dates, and view counts from your predefined list.

What format does the YouTube channel monitoring output use for video data?

The YouTube channel monitoring output is available in Markdown or JSON format. Both formats include the video title, URL, channel name, thumbnail, published date, and view count for quick consumption and integration.

Does this method exclude YouTube Shorts when fetching recent channel uploads?

Yes, this method excludes YouTube Shorts by filtering video durations during retrieval. It specifically targets long-form content, ensuring that only standard videos appear in your daily or weekly channel roundups.