int-youtube

Fetch YouTube channel metrics and video statistics via the Data API v3.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill int-youtube-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-youtube
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/int-youtube
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill int-youtube-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual effort of checking YouTube channel and video analytics by letting you query subscribers, views, engagement, recent uploads, and comments in a structured way.

Core Features & Use Cases

  • Channel analytics: Fetch subscriber count, total views, video count, and channel identity.
  • Video performance: Retrieve recent videos with views/likes/comments and compute engagement rate, or rank top videos by views.
  • Comment monitoring: Pull recent comments for a specific video to support qualitative feedback and trend tracking.

Use case: You want to track an Evolution channel’s growth week over week and identify the best-performing recent uploads; use the Skill to pull summary stats, recent video metrics, and top videos by views.

Quick Start

Ask the AI to run the YouTube analytics client to return the latest channel stats and the most recent 10 videos with engagement metrics for your configured account.

Frequently Asked Questions about int-youtube

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

FAQPage Schema
How do I pull YouTube channel stats and video engagement metrics using the Data API v3?

You can retrieve YouTube channel stats and video engagement metrics by configuring environment variables for OAuth or API keys, then executing the Skill's script to fetch subscriber counts, views, and likes via the YouTube Data API v3.

Can I track YouTube subscriber and view growth across multiple accounts?

Yes, multi-account YouTube analytics are supported by configuring multiple SOCIAL_YOUTUBE_* environment variables, enabling you to query subscriber and view growth for several channels through OAuth tokens or API keys.

How do I retrieve recent YouTube uploads and rank top videos by views?

The Skill retrieves recent YouTube uploads using playlistItems for efficient retrieval, then ranks top videos by views and computes engagement rates from per-video statistics like views, likes, and comments.

Does this approach support pulling YouTube comments for qualitative feedback analysis?

Yes, comment monitoring is supported by pulling recent comment threads for a specific video, allowing you to extract qualitative feedback and track audience response trends using the YouTube Data API v3.

What are the limitations of YouTube API quota when fetching video statistics?

The Skill implements quota-aware API usage to manage YouTube Data API v3 limits, using playlistItems for efficient recent-video retrieval to conserve quota while returning structured JSON output for deterministic parsing.

Do I need OAuth to access YouTube analytics or can I use API keys?

You can use either OAuth social auth with access and refresh tokens for multi-account scenarios or standard API keys, both requiring specific environment configuration to authenticate requests to the YouTube Data API v3.