LaunchKit · 2026
Back to Skills

daily-news

Fetch top news from Baidu, Google, and other sources daily.

1
3.9k downloads
by @ym2760184260

Setup & Installation

openclaw skills install @ym2760184260/daily-news

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install daily-news

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.

INPUT

User asks: What are today's top news headlines?

AGENT
  1. 1Locate the daily_news.py script in the skill's base directory
  2. 2Execute the script using python with PYTHONIOENCODING=utf-8 set
  3. 3Capture the script's stdout output
  4. 4Return the output as the news summary
OUTPUT

A list of top trending headlines from Baidu and Google Trends for the current day