Install
openclaw skills install daily-news-fetcherFetch and summarize daily news headlines from mainstream news sources. Use when user asks for news summary with phrases like "给我今天新闻摘要", "news", "今日新闻", "新闻摘要", "头条新闻", or any request for current news updates. Returns 5 top headlines with brief summaries in a structured format.
openclaw skills install daily-news-fetcherThis skill fetches the latest news from mainstream news sources and presents 5 top headlines with brief summaries in a clean, structured format.
When user triggers this skill:
scripts/fetch_news.py script to fetch and summarize newsTrigger phrases:
The script returns news in this structure:
📰 今日新闻摘要
━━━━━━━━━━━━━━━━━━━━
1️⃣ [标题]
来源:BBC/新华网/等
摘要:[一句话摘要]
2️⃣ [标题]
来源:[来源]
摘要:[摘要]
...
Primary sources (prioritized):
The script handles:
Main script that fetches and formats news. Run without arguments:
python3 scripts/fetch_news.py
Returns structured text output ready to send to user.