This skill allows the agent to fetch the daily top news headlines from multiple sources (Baidu, Google Trends, etc.) by running a Python script.
To get the daily news summary:
{baseDir}/daily_news.py.Use the following command:
```bash
python "{baseDir}/daily_news.py"
```
Ensure you have the required Python packages installed:
pip install -r "{baseDir}/requirements.txt"
共 1 个版本