| name | daily-news |
| description | Fetch top news from Baidu, Google, and other sources daily. |
| metadata | {"openclaw":{"requires":{"bins":["python"],"env":["PYTHONIOENCODING=utf-8"]},"command-dispatch":"tool","command-tool":"exec","command-arg-mode":"raw"}} |
| trigger_words | 百度新闻、谷歌新闻、每日新闻、热门新闻头条、今日要闻 |
Daily News Skill
This skill allows the agent to fetch the daily top news headlines from multiple sources (Baidu, Google Trends, etc.) by running a Python script.
Instructions
To get the daily news summary:
- Execute the Python script located at
{baseDir}/daily_news.py.
Use the following command:
python "{baseDir}/daily_news.py"
- The script will output the news in the format requested by the user.
- Return the script's output directly as the final answer.
Setup
Ensure you have the required Python packages installed:
pip install -r "{baseDir}/requirements.txt"