Fetch top news from Baidu, Google, and other sources daily.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill fetch-daily-top-news --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fetch Daily Top News?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-fetch-daily-top-news)More formats (shields.io, HTML) on the badges page.
---
name: fetch-daily-top-news
description: "Fetch top news from Baidu, Google, and other sources daily."
category: "Community"
author: community
version: "1.0.0"
icon: puzzle
---
# 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:
1. Execute the Python script located at `{baseDir}/daily_news.py`.
Use the following command:
```bash
python "{baseDir}/daily_news.py"
```
2. The script will output the news in the format requested by the user.
3. Return the script's output directly as the final answer.
## Setup
Ensure you have the required Python packages installed:
```bash
pip install -r "{baseDir}/requirements.txt"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!