list-china-today-macro-news

Aggregate China macro news from major sources with keyword filtering and structured output.

3|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/fatfingererr/macro-skills --skill list-china-today-macro-news
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-china-today-macro-news
Source: https://github.com/fatfingererr/macro-skills/tree/main/skills/list-china-today-macro-news
Command: npx skills add https://github.com/fatfingererr/macro-skills --skill list-china-today-macro-news

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, lxml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill aggregates and surfaces critical China macro news from major sources to support pre-market analysis and research workflows.

Core Features & Use Cases

  • Multi-source aggregation: 將華爾街日報與36氪的宏觀新聞整合在一處,方便快速掃瞄。
  • Keyword filtering & summarization: 使用宏觀關鍵字篩選並輸出雜誌風格摘要以便快速決策。
  • Use Case: 投資者與研究員可在開盤前獲取每日要聞與要點。
  • 快速產出報告:直接生成適用於晨間會議的摘要與要點報告。

Quick Start

Use the list-china-today-macro-news skill to fetch today’s macro headlines:

  • python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 15
  • python scripts/fetch_china_macro_news.py --source all --limit 10

Frequently Asked Questions about list-china-today-macro-news

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

FAQPage Schema
How do I aggregate China macro news for pre-market analysis?

You can aggregate China macro news for pre-market analysis by running a Python script that fetches headlines from major sources like Wall Street CN and 36Kr, applying keyword filtering to surface critical policy and data releases. This generates a structured daily digest for quick decision-making.

What is the best way to filter macro headlines using Python and BeautifulSoup?

The best way to filter macro headlines using Python and BeautifulSoup is to fetch raw HTML from target news sources, parse it with lxml, and apply macro keyword filtering to extract relevant policy, data release, and market move updates into a structured magazine-style summary.

Can I extract full article content instead of just headlines for daily news aggregation?

Yes, you can extract full article content for daily news aggregation. The script supports optional deep article content extraction beyond standard headline fetching, allowing you to pull comprehensive details from aggregated China macro news sources for deeper research workflows.

Does this news aggregation script require specific Python dependencies to run?

Yes, this news aggregation script requires specific Python dependencies to run. You need to install the requests library for HTTP fetching, beautifulsoup4 for HTML parsing, and lxml for XML processing to successfully execute the macro news collection and filtering workflow.

How do I generate a daily macro news report suitable for a morning meeting?

To generate a daily macro news report suitable for a morning meeting, execute the fetch script with your desired source and limit parameters. It outputs a structured magazine-style summary of filtered headlines and key points, ready for immediate presentation during pre-market analysis.

What are the limitations of using requests and BeautifulSoup for web scraping financial news?

A key limitation of using requests and BeautifulSoup for web scraping financial news is handling dynamic JavaScript-rendered content. Since requests only fetch static HTML, dynamically loaded articles may be missed, requiring you to rely on direct source URLs or alternative fetching methods for complete data extraction.