yt-competitive-analysis

Identify YouTube outlier videos and extract title patterns via the YouTube Data API v3.

3.3k|656|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/ericosiu/ai-marketing-skills --skill yt-competitive-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yt-competitive-analysis
Source: https://github.com/ericosiu/ai-marketing-skills/tree/main/yt-competitive-analysis
Command: npx skills add https://github.com/ericosiu/ai-marketing-skills --skill yt-competitive-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

YouTube creators and marketing teams waste time guessing what titles and video formats will outperform, instead of using recent performance data to identify outlier videos worth copying.

Core Features & Use Cases

  • Detect outlier performance (2x+ average): Compares long-form and Shorts separately and flags videos that significantly exceed channel averages.
  • Extract packaging/title patterns: Pulls common words and patterns from the outlier titles to generate actionable inspiration.
  • Export results for reporting: Produces console output, structured JSON, and is designed to support spreadsheet workflows.

Use cases: analyze competitor channels to reverse-engineer what’s working, generate title/hook inspiration for new uploads, and run weekly monitoring to surface fresh outliers.

Quick Start

Tell the AI to run the skill by analyzing a set of channels over the last 30 days using your YouTube Data API key, returning both long-form and Shorts outliers plus top title patterns.

Frequently Asked Questions about yt-competitive-analysis

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

FAQPage Schema
How do I find YouTube outlier videos to analyze competitor performance?

To find YouTube outlier videos, you can use the YouTube Data API v3 to fetch recent uploads, compute per-channel averages, and flag videos that perform at 2x or higher than the channel average. This process separates long-form videos and Shorts to accurately identify significant performance deviations.

How do I extract title patterns from viral YouTube videos?

You extract title patterns from viral YouTube videos by isolating outlier videos that significantly exceed channel averages, then running a frequency analysis on their titles. This generates actionable packaging inspiration by identifying common words and phrasing structures used in high-performing uploads.

Do I need a YouTube Data API key to detect channel outliers?

Yes, you need a YouTube Data API v3 key to detect channel outliers. The API key is required to programmatically fetch recent uploads and compute the per-channel performance multipliers needed to flag videos that achieve 2x or better performance.

Can I analyze both YouTube Shorts and long-form videos for competitive analysis?

Yes, you can analyze both YouTube Shorts and long-form videos for competitive analysis. The detection process computes performance averages and multipliers separately for Shorts and long-form content to ensure outliers are flagged accurately based on their specific format benchmarks.

How do I export YouTube outlier data for reporting?

You export YouTube outlier data for reporting by outputting the computed results as structured JSON and console summaries. This format provides the title pattern frequency analysis and performance multipliers needed to support downstream spreadsheet workflows and follow-up analysis.