youtube
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name YOUTUBE_TOKEN or zero doctor check-connector --url https://www.googleapis.com/youtube/v3/search --method GET
How to Use
Base URL: https://www.googleapis.com/youtube/v3
1. Search Videos
curl -s "https://www.googleapis.com/youtube/v3/search?part=snippet&q=kubernetes+tutorial&type=video&maxResults=5&key=$YOUTUBE_TOKEN" | jq '.items[] | {videoId: .id.videoId, title: .snippet.title, channel: .snippet.channelTitle}'
2. Search with Filters
Search for videos uploaded this year, ordered by view count:
Related skills
More from vm0-ai/vm0-skills
hackernews
Hacker News API for stories and comments. Use when user mentions "Hacker
2.7Kcloudflare-tunnel
Cloudflare Tunnel API for secure tunnels. Use when user mentions "Cloudflare
556google-sheets
Google Sheets API for spreadsheets. Use when user mentions "Google Sheets",
409minimax
MiniMax API for AI models. Use when user mentions "MiniMax", "Chinese
341instagram
Instagram API for posts and media. Use when user mentions "Instagram",
314apify
Apify web scraping platform. Use when user mentions "scrape website",
312