youtube-outliers

Find viral YouTube videos in your niche for competitive intelligence. Use when user asks to find YouTube outliers, monitor competitors, or track viral videos.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "youtube-outliers" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-youtube-outliers

YouTube Outlier Detection

Goal

Find high-performing videos in your niche for competitive intelligence and content inspiration.

Scripts

  • ./scripts/scrape_youtube_outliers.py - Scrape and score outliers
  • ./scripts/update_transcripts.py - Fetch transcripts for existing outliers

Usage

# Default run
python3 ./scripts/scrape_youtube_outliers.py

# Custom parameters
python3 ./scripts/scrape_youtube_outliers.py \
  --keywords "AI automation,AI agents" \
  --days 30 \
  --min_score 1.5 \
  --limit 50

How It Works

  1. Searches YouTube for keywords
  2. Calculates outlier score (views / channel average)
  3. Applies recency boost
  4. Fetches transcripts
  5. Generates Claude summaries
  6. Saves to Google Sheet

Output

Google Sheet with:

  • Outlier Score, Views, Duration
  • Title, Video Link, Channel
  • Thumbnail, Summary, Transcript
  • Publish Date

vs Cross-Niche Outliers

  • youtube_outliers: Your core niche (daily monitoring)
  • cross-niche-outliers: Adjacent niches (weekly inspiration)

Environment

APIFY_API_TOKEN=your_token
ANTHROPIC_API_KEY=your_key

Schema

Inputs

NameTypeRequiredDescription
keywordsstringNoComma-separated keywords (default: niche keywords)
daysintegerNoLookback period in days (default: 30)
min_scorefloatNoMinimum outlier score (default: 1.5)
limitintegerNoMax results (default: 50)

Outputs

NameTypeDescription
sheet_urlstringGoogle Sheet with outlier videos

Credentials

NameSource
APIFY_API_TOKEN.env
ANTHROPIC_API_KEY.env

Composable With

Skills that chain well with this one: title-variants, recreate-thumbnails, cross-niche-outliers

Cost

Apify credits + Claude API

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

whisper-voice

No summary provided by upstream source.

Repository SourceNeeds Review