Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsAvançado

Daily News Caster Skill

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.

news-aggregationpodcast-generationtext-to-speechcontent-creationaudio-generationconversational-ai
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddaily-news-caster/workflow
1
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.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Depende deNews Aggregator Skill
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
87
Depende detts
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
73
Depende deFFmpeg for Video Production
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aRemembering Conversations
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aInstaclaw 🦞
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aNotebookLM Automation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Daily News Caster Skill
daily-news-caster
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers6
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

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download daily-news-caster
$ synaptic skills detail daily-news-caster
$ synaptic skills live daily-news-caster

Dependências

news-aggregator-skillttsffmpeg

Links

GitHub Repository