Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Fetches top daily news headlines from multiple sources including Baidu and Google Trends by running a Python script. The script output is returned directly as the news summary.
Aggregates headlines from both Western and Chinese search trend sources in a single command, avoiding manual checks across multiple sites.
When to use it
- Getting a morning news briefing from multiple sources at once
- Monitoring trending topics across Baidu and Google simultaneously
- Automating daily news digests for personal or team use
- Comparing what is trending in different regional markets
- Building a recurring news summary into an agent workflow
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What are today's top news headlines?
- 1Locate the daily_news.py script in the skill's base directory
- 2Execute the script using python with PYTHONIOENCODING=utf-8 set
- 3Capture the script's stdout output
- 4Return the output as the news summary
A list of top trending headlines from Baidu and Google Trends for the current day