int-youtube

Query YouTube Data API v3 for channel, video, and comment metrics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It centralizes access to YouTube channel, video, and comment metrics, removing the manual steps of calling multiple endpoints, handling pagination, and managing OAuth tokens across accounts so teams can monitor performance reliably.

Core Features & Use Cases

  • Multi-account discovery: auto-detects configured SOCIAL_YOUTUBE_N accounts and falls back to legacy single-account keys.
  • Channel and video analytics: fetch subscribers, total views, video counts, recent videos, top videos by views, and per-video engagement rates.
  • Comments and sentiment input: retrieve recent comment threads for qualitative insights and moderation assistance.
  • Operational robustness: automatically refreshes OAuth access tokens, writes refreshed tokens back to .env, handles HTTP errors and paginated results, and returns structured JSON for dashboards or downstream processing.
  • Use Case: Marketing teams can schedule a daily job to summarize subscriber deltas, top-performing videos, and recent comments for weekly performance reporting.

Quick Start

Use the int-youtube skill to fetch the latest 10 videos and their engagement metrics for the Evolution API channel.

Frequently Asked Questions about int-youtube

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

FAQPage Schema
How do I track YouTube channel metrics and engagement for multiple accounts?

You can track YouTube channel metrics across multiple accounts by auto-detecting configured SOCIAL_YOUTUBE_N accounts and fetching subscribers, views, and video engagement data through the YouTube Data API v3.

How do I retrieve YouTube comments and video metrics using the YouTube Data API?

Retrieve YouTube comments and video metrics by querying paginated YouTube Data API v3 endpoints for comment threads and per-video engagement rates, which returns structured JSON ready for analysis.

Do I need OAuth to fetch YouTube video metrics and comment threads?

Yes, OAuth is required to authenticate and fetch YouTube video metrics, but the process automatically refreshes access tokens, writes them back to the environment, and also supports API key fallback.

What is the best way to automate daily YouTube channel reporting for marketing teams?

Automate daily YouTube channel reporting by scheduling a job to fetch subscriber deltas, top-performing videos by views, and recent comments, outputting structured JSON for dashboards or downstream processing.

Does this approach handle YouTube API pagination and quota limits automatically?

Yes, this approach handles YouTube API pagination and quota-awareness automatically, managing HTTP errors and paginated results to reliably retrieve channel, video, and comment data.

Can I monitor recent and top videos by views for multi-account YouTube channels?

You can monitor recent and top videos by views for multi-account YouTube channels by querying the YouTube Data API v3 to generate per-channel engagement summaries for content operations.