graph TD A[Start VoiceOverGenerator] --> B[Receive script-text input] B --> C[Call Skill #170: Turn Script Into Voice Over MP3] C --> D[Process Audio Generation] D --> E[Generate MP3 File] E --> F[Create File URL] F --> G[Return voiceover-file URL] G --> H[End VoiceOverGenerator]