yt-competitive-analysis

Analyze YouTube channels to detect outlier videos and extract title packaging patterns.

15|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/LazyIsEfficient/agentic-os --skill yt-competitive-analysis-lazyisefficient
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yt-competitive-analysis
Source: https://github.com/LazyIsEfficient/agentic-os/tree/main/.claude/skills/yt-competitive-analysis
Command: npx skills add https://github.com/LazyIsEfficient/agentic-os --skill yt-competitive-analysis-lazyisefficient

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps content creators and analysts identify underperforming or outstanding YouTube videos by analyzing a set of channels to detect outliers and extract common title/packaging patterns, enabling data-driven content strategy.

Core Features & Use Cases

  • Outlier detection: find videos that perform 2x+ the channel average.
  • Packaging pattern extraction: identify common words/themes in successful video titles.
  • Flexible channel sets: analyze AI creators, business creators, or custom channel lists, with output in console or JSON.

Quick Start

Run the YouTube competitive analysis with your API key to analyze a set of channels for the last 30 days and optionally export the results as JSON.

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 winning packaging patterns?

To find YouTube outlier videos and extract winning packaging patterns, you analyze a set of channels over a lookback window to detect videos performing 2x+ the channel average and identify common title themes. The tool parses video views, duration, and titles using a YouTube Data API v3 key to compute performance multipliers.

Can I analyze custom YouTube channel lists and export the video analytics data?

Yes, you can analyze custom YouTube channel lists, AI creators, or business creators over a user-defined lookback window. The analysis computes video analytics averages and multipliers, allowing you to export the extracted outlier results and packaging patterns as JSON outputs or view them directly in the console.

Do I need a YouTube Data API v3 key to detect outlier videos?

Yes, a YouTube Data API v3 key is required to detect outlier videos. The Skill uses this API key to fetch and parse channel data, including video durations, views, and titles, which are then computed into averages and performance multipliers to identify outlier content.

How does YouTube outlier detection calculate video performance multipliers?

YouTube outlier detection calculates video performance multipliers by parsing video views, duration, and titles from a channel to compute the channel's average performance. Videos that achieve views 2x or more above this calculated channel average are flagged as outliers with their respective multipliers.

What are the limitations when analyzing YouTube channels for winning title patterns?

When analyzing YouTube channels for winning title patterns, the process is limited by the user-defined lookback window and requires a valid YouTube Data API v3 key. It parses duration, views, and titles to compute averages and multipliers, meaning historical data outside the lookback window is not included.