← ClaudeAtlas

youtube-video-evaluatorlisted

Evaluates a batch of YouTube video candidates (typically the output of the youtube-idea-finder skill) for thumbnail quality, editing quality, topics, tech/tools, and format, then turns each into a Replicate/Fix/Calendar-action brief. Use this after youtube-idea-finder has surfaced overperforming videos, whenever the user wants to know WHY a video worked so they can copy the parts that worked and avoid the parts that didn't, or asks to turn found video ideas into a content calendar. Does not search or filter videos itself — it takes a list of already-identified candidates and produces a downloadable Markdown diagnostic report.
ErickRamirezAU/claude-skills · ★ 1 · Code & Development · score 74
Install: claude install-skill ErickRamirezAU/claude-skills
# YouTube Idea Evaluator Takes video candidates (usually from `youtube-idea-finder`) and produces an actionable diagnostic report per video: what its thumbnail and editing actually look like and why, what topics/tech/format it covers, and a concrete "replicate this, fix that, do this for your own calendar" brief. This skill does not search YouTube or apply any pass/fail filter — every candidate handed to it gets a full write-up. The point isn't to find gaps to exploit, it's to reverse-engineer what worked (and what didn't) well enough to turn it into a content calendar entry. **Do not modify `youtube-idea-finder`.** It stays a standalone skill. This skill only consumes its output (or a manually supplied list of video IDs/URLs). ## Inputs - A JSON output file from `youtube_idea_finder.py` (has a `candidates` array with `video_id` per entry), or - A plain list of YouTube video IDs or URLs the user pastes in directly If the user hasn't run the finder yet and asks for both in one request, run the finder first, show its table, then feed its candidates into this skill. The finder needs a search term/niche to run — if the user hasn't given one (e.g. they just said "find me some video ideas and evaluate them"), ask for it before invoking the finder. Don't guess a query on their behalf. If a `--finder-json` file is supplied instead (e.g. from an earlier session, or handed off without restating the query in this conversation), read the search term for the output filename direc