youtube

Search videos, manage playlists, and fetch channel data via the YouTube Data API.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill youtube-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/youtube-api-skill
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill youtube-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects to the YouTube Data API through a centralized Maton gateway using a managed OAuth flow, simplifying authentication, access control, and API usage for client apps.

Core Features & Use Cases

  • Search videos, channels, and playlists via the YouTube Data API through a single gateway.
  • Retrieve video details, channel statistics, and manage playlists and comments for content workflows.
  • Use Case: Build an app that discovers videos on a topic and creates a curated playlist for users.

Quick Start

Authenticate with your Maton API key and begin querying YouTube data through the gateway.

Frequently Asked Questions about youtube

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

FAQPage Schema
How do I search YouTube videos and manage playlists via the YouTube Data API?

A managed OAuth gateway handles authentication and access control, letting you query the YouTube Data API via a centralized gateway. This simplifies connecting client apps to search videos, manage playlists, and fetch channel statistics.

What is a managed OAuth gateway for accessing YouTube data?

A managed OAuth gateway centralizes authentication and access control for the YouTube Data API. It allows client apps to search videos and manage playlists by authorizing requests through a single gateway endpoint using an API key.

Do I need a specific API key to authenticate YouTube Data API requests?

Yes, you need a MATON_API_KEY to authorize requests. This key is required to route your app's queries for videos, channels, and playlists through the managed gateway at gateway.maton.ai.

Can I fetch channel statistics and manage video comments using this gateway?

Yes, the gateway allows you to retrieve video details, fetch channel statistics, and interact with video comments. It applies to apps needing content workflows that manage playlists and comments on YouTube.

Does the YouTube gateway require network access to function?

Yes, network access is required to communicate with the gateway at gateway.maton.ai. This connection is necessary for authorizing requests and querying YouTube data through the managed OAuth flow.