youtube

Access YouTube Data API resources through a centralized OAuth-protected gateway.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/peanutDD/upload-download-util --skill youtube-peanutdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube
Source: https://github.com/peanutDD/upload-download-util/tree/main/.agents/skills/youtube
Command: npx skills add https://github.com/peanutDD/upload-download-util --skill youtube-peanutdd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessing and integrating YouTube Data API resources securely can be complex; this skill wraps the API in a managed gateway with OAuth, simplifying authentication and data access for developers.

Core Features & Use Cases

  • Search videos, channels, and playlists through the gateway using YouTube Data API.
  • Retrieve channel information, manage playlists, and interact with comments and subscriptions via authenticated requests.
  • Use case: Build an application that searches for tutorials, aggregates channel data, and manages playlists with a single API key and gateway.

Quick Start

Authenticate with your MATON API key and perform a YouTube video search through the gateway to retrieve results.

Frequently Asked Questions about youtube

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

FAQPage Schema
How do I securely access the YouTube Data API using OAuth?

You can securely access the YouTube Data API by routing requests through a centralized gateway that enforces OAuth authentication. This approach manages tokens centrally, simplifying protected access to videos, channels, and playlists.

What is the best way to search YouTube channels and playlists via an API gateway?

The best way to search YouTube channels and playlists is using a managed gateway with OAuth. It routes authenticated requests directly to the YouTube Data API, retrieving targeted search results efficiently.

Can I manage YouTube subscriptions and comments through a managed gateway?

Yes, you can manage YouTube subscriptions and comments through a managed gateway. It wraps these specific YouTube Data API resources into authenticated, routed requests for secure manipulation.

Do I need an API key to authenticate YouTube API requests through a gateway?

Yes, you need an API key to authenticate YouTube API requests through the gateway. The managed gateway uses this key alongside OAuth to enforce secure, production-grade access to protected resources.

How does a centralized gateway handle routing for YouTube API integration?

A centralized gateway handles routing by acting as a single entry point for all YouTube Data API requests. It enforces OAuth authentication before routing interactions like searches and playlist management to the correct endpoints.

Are there limitations to using OAuth-protected access for YouTube data manipulation?

Using OAuth-protected access for YouTube data manipulation requires routing all requests through the gateway. You must maintain valid API credentials and adhere to the gateway's enforced security patterns for production-grade usage.