# Daily News

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

- Skill: `javimosch/daily-news` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/daily-news`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/daily-news/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/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:
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"
```

