Fully Automated Product Tutorial Videos: Claude + Playwright + Magic Hour + Remotion

✍️ OpenClawRadar📅 Published: April 29, 2026🔗 Source
Fully Automated Product Tutorial Videos: Claude + Playwright + Magic Hour + Remotion
Ad

One developer automated the entire product tutorial video pipeline — from raw feature URL to finished CMS upload — with zero human involvement. The system, built over a weekend, now produces one video per day, down from 2–3 per month when done manually.

Stack

  • Playwright — screen recording with humanized mouse movement to avoid robotic feel
  • Claude — script writing and orchestration: decides what to record, teaching order, voiceover structure
  • Magic Hour API — face swap, lip sync, talking photos, thumbnails (replaced four separate tools)
  • Remotion — programmatic video editing
  • Latenode — glue layer: trigger on new feature URL, sequencing (Playwright → Claude → Magic Hour → Remotion), retries on failure, final CMS upload
Ad

Key Breakthroughs

  • Tone consistency: 20 iterations to get Claude's script tone right. The fix was feeding three hand-written scripts as few-shot examples — the author reports that pasting examples beats describing tone with adjectives every time.
  • Cost: ~$2–4 per video vs. 4–6 hours of human time.
  • Community acceptance: No users have flagged the videos as AI-generated. The author notes that demo videos with AI fingerprints are fine as long as they teach effectively.
  • Architecture transferable: The system generalizes to any product with features worth demoing.

The author is willing to share the Claude system prompt and orchestration setup.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude Managed Agents Released: Multi-Agent Orchestration and 70 Days of Practical Lessons
Use Cases

Claude Managed Agents Released: Multi-Agent Orchestration and 70 Days of Practical Lessons

Anthropic launched Managed Agents for multi-agent orchestration and enhanced toolchains. A developer shares 70 days of experience using role-split agents (Opus decision layer, OpenCode engineer, research agents) and the critical shift from 'execute this' briefs to 'you can question my premise' briefs.

OpenClawRadar
How Claude Code Agents Coordinate in Production: Orchestrator Insights
Use Cases

How Claude Code Agents Coordinate in Production: Orchestrator Insights

A team running six specialized Claude Code agents (coder, designer, marketing, QA, security, operations) that autonomously ship features, designs, and social content daily details their orchestrator system. They cover task dispatch, agent handoffs, failure scenarios, and why state machines beat message queues for coordination.

OpenClawRadar
Claude debugging case: Agent failed silently due to missing parameter, framing mattered more than model
Use Cases

Claude debugging case: Agent failed silently due to missing parameter, framing mattered more than model

A developer used Claude to build a calendar agent, then spent 40 minutes having Claude debug it before realizing the write_calendar tool lacked an attendees parameter. When given full context, Claude identified the issue in 10 seconds.

OpenClawRadar
Turn Your OpenClaw Briefing into a Podcast Feed for Apple Podcasts
Use Cases

Turn Your OpenClaw Briefing into a Podcast Feed for Apple Podcasts

A Reddit user shares a simple workflow to convert OpenClaw morning briefing output into a podcast feed: TTS the text, host the MP3, append to RSS XML, and subscribe in Apple Podcasts.

OpenClawRadar