youtube-own-channel-analyzer

Installation
SKILL.md

YouTube Own Channel Analyzer

Analyze your YouTube channel's performance using the YouTube Data API v3.

Setup

  1. API Key: Get from Google Cloud Console - enable YouTube Data API v3
  2. Channel ID: Accept channel ID (UC...), @handle, or full URL

API Endpoints

BASE_URL = https://www.googleapis.com/youtube/v3

# Channel details
GET /channels?part=snippet,statistics,contentDetails,brandingSettings&id={channelId}&key={API_KEY}

# Channel videos (paginated)
GET /search?part=snippet&channelId={channelId}&order=date&type=video&maxResults=50&key={API_KEY}
Installs
2
First Seen
Mar 30, 2026
youtube-own-channel-analyzer — nikhilbhansali/youtube-data-skills