daily-news
This skill runs a Python script to fetch daily top headlines from Baidu and Google Trends and returns the script output. It instructs executing `python "{baseDir}/daily_news.py"` and `pip install -r "{baseDir}/requirements.txt"`, sets `PYTHONIOENCODING=utf-8`, and makes network requests to `https://top.baidu.com/board?tab=realtime` and `https://trends.google.com/trends/trendingsearches/daily/rss?geo=US`.