youtube-top-hits
Installation
SKILL.md
YouTube Top Hits Analyzer
This skill fetches video data from a YouTube channel via the Apify API and identifies the top-performing videos by view count.
How It Works
- The user provides a YouTube channel URL (e.g.,
https://www.youtube.com/@KevinStratvert) - You write out and run the Python script below, which calls the recommended Apify scraper, YouTube Scraper (
streamers/youtube-scraper) - The script filters videos to the requested time window, sorts by views, and returns the top hits
Prerequisites
This skill calls a paid third-party API (Apify), so each user must supply their own Apify API token — there is no shared or built-in key.