The Unicorn Content Curator
Premium
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.
unicorn-curator.md
# 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.