โ† All skills
Tencent SkillHub ยท Developer Tools

YouTube AI Videos

Fetch latest AI-related YouTube videos from curated channels using YouTube Data API v3 and filter by keywords

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Fetch latest AI-related YouTube videos from curated channels using YouTube Data API v3 and filter by keywords

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config.json, scripts/fetch_youtube_ai_videos.py, scripts/find_channel_id.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

YouTube AI Videos

Fetch and display the latest AI-related videos from YouTube channels using YouTube Data API v3.

Requirements

This skill requires a YouTube Data API v3 key to function. The API key can be provided in three ways (priority order): Environment variable: YOUTUBE_API_KEY Secrets file: ~/.openclaw/secrets/youtube_api_key.txt Config file: config.json (fallback, not recommended for security) Get a free API key: https://console.cloud.google.com/apis/api/youtube.googleapis.com

Usage

Use this skill when you need recent AI-related videos from YouTube.

Workflow

Fetch recent videos from configured YouTube channels using YouTube Data API v3 Filter videos by keywords in title Filter by max age (default: 3 days) Return up to 15 videos (configurable) Sort by publication date (newest first)

Configuration

All settings are in config.json: channels: List of YouTube channel handles (@handle) or IDs keywords: List of keywords to search for maxVideos: Maximum number of videos to return (default: 15) maxAgeDays: Maximum video age in days (default: 3) youtubeApiKey: Fallback YouTube Data API v3 key (use environment/secrets instead)

Adding Channels

Find YouTube channel handles or IDs: Go to channel page Look at URL: youtube.com/@CHANNELNAME or youtube.com/channel/CHANNEL_ID Use @handle format (recommended) or channel ID

Output Format

Each video includes: Number (1-15) Time ago (e.g., "2h ago") Title with keyword matches highlighted in bold Channel name Direct YouTube link Example: 1. [2h ago] [OpenClaw: The Next Generation of AI Agents](https://youtube.com/watch?v=...) by @IchBinFabian

Running the Script

./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.

Security Note

For security, prefer storing your API key in: Environment variable: export YOUTUBE_API_KEY="your_key" Secrets file: ~/.openclaw/secrets/youtube_api_key.txt Avoid storing the API key directly in config.json as it's visible in plain text.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/fetch_youtube_ai_videos.py Scripts
  • scripts/find_channel_id.py Scripts
  • config.json Config