Install
openclaw skills install news-evening-digest每天晚上 8 点自动推送全球新闻晚报到 QQ 和飞书,参考 World Monitor 数据源
openclaw skills install news-evening-digest每天晚上 8 点自动抓取全球新闻,生成摘要并推送到 QQ 和飞书。
# 飞书机器人 Webhook(必需)
export FEISHU_WEBHOOK_URL="https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxx"
# QQ 推送开关(可选,默认开启)
export QQ_ENABLED="true"
# World Monitor API(可选)
export WORLD_MONITOR_API="https://api.worldmonitor.app"
使用 OpenClaw cron 设置每天 20:00 执行:
openclaw cron add \
--name "全球新闻晚报" \
--schedule "0 20 * * *" \
--tz "Asia/Shanghai" \
--command "python ~/.openclaw/workspace/skills/news-evening-digest/scripts/fetch_and_digest.py"
python ~/.openclaw/workspace/skills/news-evening-digest/scripts/fetch_and_digest.py
📰 全球新闻晚报 | 03 月 13 日 20:00
━━━━━━━━━━━━━━━━━━━━
🌍 全球热点 (7 天焦点)
• 伊朗局势:第 13 天军事冲突持续
- 伊朗导弹袭击以色列北部,30+ 人受伤
- 美军加油机伊拉克坠毁,4 人丧生
- 油价突破$100/桶,全球股市下跌
- 320 万人流离失所,人道危机加剧
• 俄乌冲突:最新军事与外交进展
• 全球经济:制裁与能源市场波动
• 自然灾害:全球极端天气事件监测
💻 科技动态
• Kimi:长文本处理能力持续优化
• DeepSeek:开源模型性能再突破
• OpenClaw:AI Agent 自动化工具新进展
• 全球 AI:大模型竞争白热化
📈 财经要闻
• 全球股市:主要指数今日走势
• 加密货币:比特币及主流币种动态
• 央行政策:各国货币政策最新动向
• 大宗商品:原油、黄金等价格变化
🌦️ 天气与灾害
• 极端天气:全球主要气象事件
• 自然灾害:地震、火山、洪水监测
━━━━━━━━━━━━━━━━━━━━
🗺️ 数据来源:World Monitor、Tavily Search、网络聚合
🤖 由 OpenClaw AI 自动整理
📊 查看实时情报:worldmonitor.app
主脚本,负责:
~/.openclaw/.envCreated: 2026-03-13 Last Updated: 2026-03-13