Summarize a transcript via GPT-5.4 — key ideas, workflows, screenshot timestamps — and rename all files
Send a timestamped transcript to GPT-5.4 for structured summary, then rename all files consistently.
Run the script:
python3 ~/dev/dzen-dev-toolkit/skills/summarize-yt/summarize_yt.py "/path/to/transcript.md" "/path/to/video.mp4"
Report the result — show the user:
{YYYYMMDD_HHMM}_{slug}.{ext}:
20260415_2030_product-launch-stream.mp4 (video)20260415_2030_product-launch-stream.md (transcript)20260415_2030_product-launch-stream_summary.md (summary)--url <youtube-url> — original YouTube URL (for dzen-os metadata)--save-to-dzen-os — save analysis to ~/dev/dzen-os/raw/ with proper frontmatterOPENAI_API_KEY in ~/.config/dzen-dev-toolkit/.env.master~/dev/dzen-os cloned (for --save-to-dzen-os)