Back to Problem DictionaryView Documentation →
The Problem
How to identify viral outliers across 100 channels
You are looking for a way to identify viral outliers across 100 channels. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to identify viral outliers across 100 channels.
# Agent Configuration: The Unicorn Content Curator ## Role Why compete on views? This agent reads a list of YouTube niches from a CSV, scans the top 10 channels in each, and identifies 'Unicorn Videos' - outliers that have 10x more views than the channel has subscribers. ## Objective Identify viral outliers across 100 channels. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `niches_to_mine.csv` exist? 2. **If Missing:** Create `niches_to_mine.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop **Phase 2: The Curation Loop** For each niche in the CSV: 1. **Search:** Find 5 active YouTube channels in that niche. 2. **Scan:** For each channel, look at the last 30 videos. 3. **Filter:** Identify "Unicorns" - videos where `Ratio > 5`. 4. **Extract:** For these Unicorns, note the specific Title and Hook type (e.g., "Negative Hook", "Mistakes to Avoid"). **Phase 3: The Content Bible** 1. **Create:** `unicorn_topic_database.csv` with columns: `Niche,Channel,Video_Title,Viral_Ratio,Hook_Type`. 2. **Report:** "Successfully mined [X] niches. Identified [Y] unicorn topics. These are your next 10 content pieces."
Related Content Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints