list-china-today-macro-news
彙整今日中國宏觀經濟新聞消息,從華爾街日報、36氪等來源抓取並篩選宏觀相關新聞,輸出雜誌風格的新聞摘要。適用於交易/研究開盤前快速掌握中國宏觀動態。
npx skills add majiayu000/claude-skill-registry --skill list-china-today-macro-news --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 今日中國宏觀新聞 Skill > 🔗 Based on [news-aggregator-skill](../../../vendor/news-aggregator-skill) | 專注於中國宏觀經濟新聞的垂直擴展 從多個中文財經新聞源抓取並篩選中國宏觀經濟相關新聞,提供 AI 深度解讀。 ## Tools ### fetch_china_macro_news.py **Usage:** ```bash ### 基本用法:抓取華爾街日報的中國宏觀新聞 python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 15 ### 多源掃描:華爾街日報 + 36氪 python scripts/fetch_china_macro_news.py --source wallstreetcn,36kr --limit 10 ### 深度抓取(下載文章內容) python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 10 --deep ``` ### 智慧關鍵字擴展 (Smart Keyword Expansion) **CRITICAL**: 當用戶給出簡單關鍵字時,自動擴展覆蓋相關領域: * 用戶: "利率" -> Agent 使用: `--keyword "利率,LPR,MLF,降息,加息,PBOC,央行"` * 用戶: "通膨" -> Agent 使用: `--keyword "通膨,CPI,PPI,物價,通縮"` * 用戶: "貿易" -> Agent 使用: `--keyword "貿易,進出口,順差,關稅,海關"` ```bash # Example: User asked for "央行新聞" (Note the expanded keywords) python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 20 --keyword "央行,PBOC,利率,LPR,MLF,降息,降準" --deep ``` **Arguments:** - `--source`: One of `wallstreetcn`, `36kr`, `all` (default: wallstreetcn). - `--limit`: Max items per source (default 15). - `--keyword`: Comma-separated filters (default: 宏觀相關關鍵字). - `--deep`: **[NEW]** Enable deep fetching. Downloads
- Tools
- fetchchinamacronews.py
- 智慧關鍵字擴展 (Smart Keyword Expansion)
- 預設宏觀關鍵字
- Interactive Menu
- Smart Time Filtering & Reporting (CRITICAL)
- Response Guidelines (CRITICAL)
- 數據源說明
- 範例輸出
- Attribution
python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 15 python scripts/fetch_china_macro_news.py --source wallstreetcn,36kr --limit 10 python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 10 --deep python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 20 --keyword "央行,PBOC,利率,LPR,MLF,降息,降準" --deep
What does the list-china-today-macro-news skill do?
彙整今日中國宏觀經濟新聞消息,從華爾街日報、36氪等來源抓取並篩選宏觀相關新聞,輸出雜誌風格的新聞摘要。適用於交易/研究開盤前快速掌握中國宏觀動態。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill list-china-today-macro-news --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
