--- name: news-summary description: "当用户要求新闻更新、每日简报或世界上正在发生的事情时使用。从可信的国际RSS源获取新闻并可创建语音摘要。" --- # News Summary ## Overview Fetch and summarize news from trusted international sources via RSS feeds. ## RSS Feeds ### BBC (Primary) ```bash # World news curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" # Top stories curl -s "https://feeds.bbci.co.uk/news/rss.xml" # Business curl -s "https://feeds.bbci.co.uk/news/business/rss.xml" # Technology curl -s "https://feeds.bbci.co.uk/news/technology/rss.xml" ``` ### Reuters ```bash # World news curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best" ``` ### NPR (US perspective) ```bash curl -s "https://feeds.npr.org/1001/rss.xml" ``` ### Al Jazeera (Global South perspective) ```bash curl -s "https://www.aljazeera.com/xml/rss/all.xml" ``` ## Parse RSS Extract titles and descriptions: ```bash curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" | \ grep -E "