youtube-search

Search YouTube video metadata and channel uploads via the Data API v3.

1|1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/valtterimelkko/agent-workflow-skills --skill youtube-search-valtterimelkko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-search
Source: https://github.com/valtterimelkko/agent-workflow-skills/tree/main/skills/youtube-search
Command: npx skills add https://github.com/valtterimelkko/agent-workflow-skills --skill youtube-search-valtterimelkko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill solves the difficulty of finding specific video content across YouTube or within large channels by providing programmatic access to search and metadata retrieval.

Core Features & Use Cases

  • Targeted Search: Find videos by query, date, duration, or sort order across the entire platform or within a specific channel.
  • Channel Intelligence: Resolve channel handles to IDs and list all uploads from a channel using efficient playlist lookups.
  • Use Case: Quickly audit a creator's library for specific topics or filter out short-form content to focus on long-form educational material.

Quick Start

Use the youtube-search skill to find the latest AI tutorial videos longer than 20 minutes from a specific channel.

Frequently Asked Questions about youtube-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search YouTube video metadata using the Data API v3?

You can search YouTube video metadata using the Data API v3 by filtering videos by query, date, duration, or sort order across the entire platform or within a specific channel. The skill handles environment-based authentication to retrieve targeted results.

Can I list all uploads from a specific YouTube channel programmatically?

Yes, you can list all uploads from a YouTube channel by resolving the channel handle to its unique ID. The skill uses efficient playlist lookups to retrieve the complete upload library for content analysis.

Do I need Google Cloud API credentials to search YouTube videos?

Yes, you need valid Google Cloud API credentials to search YouTube videos. The skill requires these credentials to authenticate requests via shell configuration environment variables for secure API access.

What's the best way to filter long-form educational videos on YouTube?

The best way to filter long-form educational videos is by applying duration and query parameters in your search. This skill allows you to exclude short-form content and focus on longer educational material for research.

How does channel ID resolution work for YouTube content analysis?

Channel ID resolution works by converting a YouTube channel handle into its unique API identifier. This allows you to target searches specifically within a creator's library and audit their content for specific topics.

Why does my YouTube search automation require environment-based authentication?

Your YouTube search automation requires environment-based authentication to securely manage your Google Cloud API credentials. This approach prevents hardcoding sensitive keys directly into your scripts during automated research workflows.