Install
openclaw skills install youtube-ai-videosFetch latest AI-related YouTube videos from curated channels using YouTube Data API v3 and filter by keywords
openclaw skills install youtube-ai-videosFetch and display the latest AI-related videos from YouTube channels using YouTube Data API v3.
This skill requires a YouTube Data API v3 key to function. The API key can be provided in three ways (priority order):
YOUTUBE_API_KEY~/.openclaw/secrets/youtube_api_key.txtconfig.json (fallback, not recommended for security)Get a free API key: https://console.cloud.google.com/apis/api/youtube.googleapis.com
Use this skill when you need recent AI-related videos from YouTube.
All settings are in config.json:
Find YouTube channel handles or IDs:
youtube.com/@CHANNELNAME or youtube.com/channel/CHANNEL_IDEach video includes:
Example:
1. [2h ago] [OpenClaw: The Next Generation of AI Agents](https://youtube.com/watch?v=...)
by @IchBinFabian
./scripts/fetch_youtube_ai_videos.py
The script loads --> YouTube API key from environment, secrets file, or config (in that order) and outputs filtered videos.
For security, prefer storing your API key in:
export YOUTUBE_API_KEY="your_key"~/.openclaw/secrets/youtube_api_key.txtAvoid storing the API key directly in config.json as it's visible in plain text.