This connects Claude to the YouTube Data API v3 for searching videos, pulling channel stats, and grabbing video details like view counts and comments. You get 15 different curl examples covering everything from trending videos to playlist items to comment threads. The API runs on a 10,000 units per day quota where searches cost 100 units, so you'll want to cache responses if you're doing anything heavy. Works well when users share YouTube links or ask about channel metrics. The troubleshooting section includes a zero doctor command to verify your API key is configured correctly.
npx skills add https://github.com/vm0-ai/vm0-skills --skill youtube