graph TD A[Start] --> B[Receive YouTube URL input] B --> C[Pass URL to Download MP3 Skill] C --> D[Process URL through YouTube-to-MP3 Converter] D --> E[Generate MP3 File URL] E --> F[Return MP3 URL as youtube-mp3-file] F --> G[End]