Daily News Caster Skill
- **Scripts executed**: `news-aggregator-skill/scripts/fetch_news.py` (fetches news from public sources) and `tts/scripts/tts.py` (generates speech audio). Both must be present locally before this ski...
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: daily-news-caster
description: 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.
permissions:
- network
- filesystem
dependencies:
skills:
- news-aggregator-skill
- tts
binaries:
- python3
- ffmpeg
---
# Daily News Caster Skill
This skill allows the agent to fetch real-time...
Full prompt length: 6534 characters