youtube

Manage YouTube videos, playlists, and comments via the YouTube API.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill youtube-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube
Source: https://github.com/ironkid90/lucky5-v8/tree/main/.cursor/skills/youtube
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill youtube-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit simplifies the integration of YouTube functionalities, allowing for efficient video management and content organization.

Core Features & Use Cases

  • Video Playlist Management: Add videos to playlists, create new playlists, and manage playlist items.
  • Channel Content Organization: Create and manage channel sections, and retrieve channel statistics.
  • Comment Interaction: Create replies to comments, delete comments, and manage comment threads.
  • Use Case: Automate the process of adding popular videos to a marketing playlist, or automatically organize content into sections for a YouTube channel.

Quick Start

Use the YouTube skill to add the video with ID 'exampleVideoID' to the playlist 'examplePlaylistID'.

Frequently Asked Questions about youtube

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

FAQPage Schema
How do I automate YouTube video management and organize channel content programmatically?

YouTube video management automation is achieved by integrating with the YouTube API to handle video playlists, channel sections, and comment interactions in batch. This requires OAuth authentication via the Composio MCP server to operate efficiently.

Can I use Composio to manage YouTube comments and replies automatically?

Yes, Composio supports YouTube comment interaction by authenticating via OAuth through its MCP server. You can create replies to comments, delete comments, and manage comment threads using batch operations for automated moderation.

Does this YouTube integration support batch operations for adding multiple videos to a playlist?

Yes, the YouTube integration supports batch operations for efficiency when adding videos to playlists. You can automate adding popular videos to a marketing playlist by specifying the video ID and the target playlist ID.

How do I retrieve YouTube channel statistics and organize channel sections?

You can retrieve YouTube channel statistics and organize channel sections by using the YouTube API integration. This allows you to create and manage channel sections to automatically organize content for a YouTube channel.

What do I need to authenticate YouTube API requests for playlist and video management?

To authenticate YouTube API requests for video and playlist management, you need to configure OAuth authentication via the Composio MCP server. This prerequisite ensures secure access to channel content and comment interaction features.