pornoizai·noizai· v1.0.0 · atualizado em 2026-04-10
76
Score
Fetches the latest news using news-aggregator-skill, formats it into a podcast script in Markdown format, and uses the tts skill to generate a podcast audio file. Use when the user asks to get the latest news and read it out as a podcast.
Install Dependencies: — Ensure `news-aggregator-skill` and `tts` skills are installed.
2
Fetch News: — Use `news-aggregator-skill` to fetch the latest news based on user preferences (source, keywords, limit).
3
Draft Podcast Script: — Rewrite the news into a dual-host conversational Markdown script (Q&A style), saving it as `podcast_script.md`.
4
Generate Audio: — Use the `tts` skill to generate audio for each line of the script, sentence by sentence, using appropriate voices or reference audio.
5
Concatenate Audio: — Use `ffmpeg` to merge the generated audio files into a single `podcast_output.wav` file.
6
Present Results: — Output the full Markdown script and provide the path to the `podcast_output.wav` file, summarizing the headlines.
create a news podcastgenerate a podcast from the latest newsread the news as a podcastmake a podcast about today's headlinesturn the news into an audio podcastgive me the news in podcast format