The $62K/month claim — let’s see what’s under the hood
A YouTube video from Danny Why titled “Claude Code + YouTube = $62,000/Month” picked up 49,000 views in 24 hours this week. Instead of debating whether the income claim is real, this post walks through the entire workflow live — the same six steps, seven copy-pasteable Claude prompts, and the actual WordPress plugin that makes the publishing step automatic.
The workflow at a glance
Six steps. Forty-five minutes end to end per video. Five videos a day on a moderate laptop.
- STEAL A TRENDING NICHE — search YouTube, copy what’s already winning
- LOCK ONE AFFILIATE PRODUCT — single ASIN, single hop link, don’t dilute
- LET CLAUDE DRAFT THE SCRIPT — two-voice, 800 words, downsides included
- FREE TTS, NOT $0.30-A-MINUTE ELEVENLABS — edge-tts, two neural voices
- SCROLL CAPTURE + AUTO-CAPTIONS — Playwright + ffmpeg, no editor
- ONE POST CREATES THE WHOLE PRODUCT — plugin sideloads media + schema
The 7 copy-pasteable Claude prompts
Prompt 1 — Pick a trending niche
where the top items have:
– 4.4+ star ratings
– 1,000+ reviews
– Price between $20 and $200
– Released in the last 6 months
For each niche return: niche name, top product ASIN, why it’s trending.
Skip categories saturated with affiliate review sites (creatine, mattresses).
Prompt 2 — Build the product intelligence profile
Extract into JSON:
– name, brand, vendor
– price, rating, review_count
– 7 pros sourced from top reviews (specific, not generic)
– 7 cons sourced from 1-2 star reviews (real failure modes)
– 5 buyer-intent FAQs (questions someone types into Google before buying)
– 5 competing products in same category
Be downside-honest. If you don’t know a fact, leave the field null.
Don’t invent stats.
Prompt 3 — Write the two-voice review script
Format: dialogue between Riley (host, asks the obvious question)
and Morgan (analyst, calls out the downsides). 14 scenes,
roughly 800 words total.
Open with a hook that names the price tension.
Cover: who it’s for, the #1 reason to buy, the #1 reason to skip,
the hidden cost, and the bottom-line verdict.
Don’t write marketing copy. Write what a friend would say.
Prompt 4 — Generate the captions SRT
Rules:
– Max 80 characters per cue
– Split at natural sentence breaks
– Timestamps based on a ~3 words/second pace
– Format: 00:00:00,000 –> 00:00:00,000
Prompt 5 — Write the WordPress post body
WordPress post body.
Required sections:
1. FTC disclosure (top)
2. Big buy CTA with affiliate link
3. “About this item” — 7 bullets
4. “Worth knowing before you buy” — 7 cons
5. Specifications table
6. 5 FAQs (will become FAQPage schema)
7. Footer CTA + reiterated disclosure
Use semantic HTML. No inline styles. Don’t use h1
(theme owns the title).
Prompt 6 — Sanity-check the affiliate disclosure
– Clear FTC disclosure ABOVE the first affiliate link
– “Affiliate link” labelled on every external buy button
– rel=”sponsored nofollow noopener” on every <a>
– Footer reminder
Return a list of any issues found, or “compliant” if clean.
Prompt 7 — Generate the YouTube description + tags
Include:
– 1-line opener that promises the verdict
– Affiliate link (with FTC disclosure on the same line)
– Timestamped chapter list from the script
– 5 long-tail tags + 5 short tags
– Single emoji per chapter line (sparingly)
– “Subscribe for honest reviews” outro line
Don’t keyword-stuff. Don’t promise income.
THE HONEST PART — what nobody else tells you
These prompts will give you a working publishable product page in under an hour. They will not make you $62,000 in month one. Or month three.
The channels that hit those numbers ship five or more videos a week, every week, for six months minimum, before YouTube’s algorithm starts caring. The tools are real. The leverage is real. The timeline is months not weeks. Anyone telling you week-one income is selling you a course, not a strategy.
What this toolchain actually saves: the production cost of one review used to be $300 freelance writer + $50 narrator + an editor. Now it’s $0 in tools, fully reproducible at five a day. The leverage is volume, not income per video.
The WordPress plugin (open-source)
The publishing step is handled by a custom plugin called StoweLabs Affiliate Hub. It watches for new posts in your designated affiliate category and:
- Auto-converts each post to a product custom post type with proper /shop/ routing
- Sideloads the hero image, 7 gallery images, video file, and video poster all server-side
- Auto-creates hierarchical product categories (Department → Category)
- Emits JSON-LD Product schema (brand, price, rating, availability) + FAQPage schema for Google rich results
- Injects responsive CSS that works mobile + desktop
- Adds a click-to-swap video thumb to the product gallery
It’s currently at version 13 (789 lines). Drop into /wp-content/plugins/, activate, done.
Why this works (and the realistic timeline)
The system does work. Multiple channels have hit five and six-figure monthly affiliate income using essentially this exact stack — the tooling is just labeled differently. What separates the channels that earn from the ones that don’t is two things:
- Volume. Stopping at video three is the failure mode. The algorithm needs 30+ videos before it has enough signal to know who to show your content to.
- Niche selection. Commodity products no one searches for don’t earn even with perfect content. Pick products buyers actively Google before buying.
If you ship 5 videos a week for 6 months with this pipeline, you’ll have 120 review videos live. At a modest 0.5% conversion across, say, 50 visits per day per video × 30 days = $200-$2,000 per month in commission per niche, depending on category. That’s the realistic math.
Reminder: we earn commissions on affiliate links the toolchain produces, including the example reviews on this site. Tutorial recommendations of our own tools are unpaid. Full affiliate disclosure.
Leave a Reply