daily-news

Fetch daily top headlines from Baidu and Google into a ranked list.

2|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pynbj1001/agent-workspace --skill daily-news
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-news
Source: https://github.com/pynbj1001/agent-workspace/tree/main/skills/daily-news
Command: npx skills add https://github.com/pynbj1001/agent-workspace --skill daily-news

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aggregates disparate trending news sources into a single, easy-to-read daily summary so users can quickly see what topics are popular across Baidu and Google without manually checking multiple sites.

Core Features & Use Cases

  • Multi-source aggregation: Collects Baidu hot searches and Google Trends and merges them into a unified ranked list.
  • Automated daily briefing: Produces a UTF-8 encoded numbered list suitable for quick reports, social media planning, or trend monitoring.
  • Lightweight and extensible: Runs as a Python script and can be adapted to include additional sources or formatting preferences.

Quick Start

Run the daily-news skill to fetch today's top headlines from Baidu and Google and return them as a numbered list.

Frequently Asked Questions about daily-news

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate daily trending headlines from Baidu and Google Trends into a single list?

To aggregate daily trending headlines, this Skill runs a local Python script that uses requests, BeautifulSoup, and feedparser to fetch Baidu hot searches and Google Trends RSS, returning a compiled UTF-8 encoded numbered ranked list.

What is the best way to automate a daily news briefing using Python web scraping?

Automating a daily news briefing is done by running a lightweight Python script that parses web and RSS content from Baidu and Google, merging them into a unified summary suitable for quick reports or social media planning.

Can I use Python feedparser and BeautifulSoup to monitor Google Trends RSS?

Yes, you can monitor Google Trends RSS because the Skill operates by running a local Python script that utilizes feedparser and BeautifulSoup to retrieve, parse, and extract trending headlines into a unified output.

Does the daily headline aggregation support adding custom news sources?

The daily headline aggregation is lightweight and extensible, meaning you can adapt the local Python script to include additional sources or adjust formatting preferences beyond the default Baidu and Google Trends feeds.

Why are my scraped Baidu hot search headlines showing encoding errors in Python?

Baidu hot search headlines may show encoding errors if not processed correctly, which is why this Skill specifically compiles and returns parsed web content as UTF-8 encoded numbered headlines to prevent character display issues.