daily-news
✓Verified·Scanned 2/19/2026
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.
from clawhub.ai·v8ad93fa·4.4 KB·0 installs
Scanned from 1.0.0 at 8ad93fa · Transparency log ↗
$ vett add clawhub.ai/ym2760184260/daily-news
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"