news-summary by sundial-org/awesome-openclaw-skills
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill news-summary通过 RSS 订阅源从可信的国际来源获取并总结新闻。
# 世界新闻
curl -s "https://feeds.bbci.co.uk/news/world/rss.xml"
# 头条新闻
curl -s "https://feeds.bbci.co.uk/news/rss.xml"
# 商业
curl -s "https://feeds.bbci.co.uk/news/business/rss.xml"
# 科技
curl -s "https://feeds.bbci.co.uk/news/technology/rss.xml"
# 世界新闻
curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best"
curl -s "https://feeds.npr.org/1001/rss.xml"
curl -s "https://www.aljazeera.com/xml/rss/all.xml"
提取标题和描述:
curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" | \
grep -E "<title>|<description>" | \
sed 's/<[^>]*>//g' | \
sed 's/^[ \t]*//' | \
head -30
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
curl -s https://api.openai.com/v1/audio/speech \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "tts-1-hd",
"input": "<news summary text>",
"voice": "onyx",
"speed": 0.95
}' \
--output /tmp/news.mp3
📰 新闻摘要 [日期]
🌍 世界
- [头条新闻 1]
- [头条新闻 2]
💼 商业
- [头条新闻 1]
💻 科技
- [头条新闻 1]
每周安装量
355
代码仓库
GitHub 星标数
516
首次出现
2026年2月27日
安全审计
安装于
gemini-cli350
kimi-cli350
cursor350
opencode350
codex350
github-copilot350
Fetch and summarize news from trusted international sources via RSS feeds.
# 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"
# World news
curl -s "https://www.reutersagency.com/feed/?best-regions=world&post_type=best"
curl -s "https://feeds.npr.org/1001/rss.xml"
curl -s "https://www.aljazeera.com/xml/rss/all.xml"
Extract titles and descriptions:
curl -s "https://feeds.bbci.co.uk/news/world/rss.xml" | \
grep -E "<title>|<description>" | \
sed 's/<[^>]*>//g' | \
sed 's/^[ \t]*//' | \
head -30
curl -s https://api.openai.com/v1/audio/speech \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "tts-1-hd",
"input": "<news summary text>",
"voice": "onyx",
"speed": 0.95
}' \
--output /tmp/news.mp3
📰 News Summary [date]
🌍 WORLD
- [headline 1]
- [headline 2]
💼 BUSINESS
- [headline 1]
💻 TECH
- [headline 1]
Weekly Installs
355
Repository
GitHub Stars
516
First Seen
Feb 27, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli350
kimi-cli350
cursor350
opencode350
codex350
github-copilot350
新闻稿撰写工具:使用 inference.sh CLI 进行事实核查与专业新闻稿创作
7,300 周安装
macOS应用公证完整指南:使用App Store Connect CLI进行开发者ID签名与公证
1,200 周安装
网页内容提取器 - 智能URL转Markdown工具,支持JS渲染与反爬虫网站
1,200 周安装
Wycheproof 密码学测试工具:验证实现正确性,检测已知漏洞
1,200 周安装
Trail of Bits 测试手册技能生成器 - 自动化创建安全测试AI技能工具
1,200 周安装
DWARF调试信息专家:解析、验证与处理DWARF标准文件的技术指南
1,200 周安装
Cairo/StarkNet 智能合约漏洞扫描器 | 6大安全模式检测与静态分析
1,200 周安装