aaa2531349/ai-news-daily/SKILL.md
AI 新闻日报 v1.0.3 - 自动抓取全球 AI 行业最新动态,每日推送 10 条精选新闻。支持英文标题/内容自动翻译、400-500 字中文摘要、外部配置 (config.yaml)、失败重试、智能去重。安装后自动创建 OpenClaw 定时任务,每天早上 9:00 自动推送到对话框。用于定时抓取 AI 新闻、RSS 聚合、多语言支持。
npx skillsauth add openclaw/skills ai-news-daily-v1-0-3Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
自动抓取全球 AI 行业最新动态,每日推送 10 条精选新闻。
config/config.yaml,方便自定义# 解压 skill
unzip ai-news-daily-v1-0-3.skill -d ai-news-daily
cd ai-news-daily
# 安装依赖
pip install -r requirements.txt
# 运行主程序(会自动创建定时任务)
python3 src/daily_fetch.py
安装完成后,每天早上 9:00 会自动推送新闻到当前对话。
# 立即抓取并推送
./run.sh
编辑 config/config.yaml:
# 抓取配置
fetch:
max_workers: 4 # 并发线程数
request_timeout: 15 # 请求超时(秒)
max_retries: 3 # 失败重试次数
retry_delay: 2 # 重试间隔(秒)
# 摘要配置
summary:
target_min: 400 # 摘要最小中文字数
target_max: 500 # 摘要最大中文字数
# 输出配置
output:
top_n: 10 # 每天推送几条新闻
# 推送配置
push:
openclaw:
enabled: true
output_file: data/openclaw_message.txt
# 查看所有定时任务
openclaw cron list
# 手动立即运行一次
openclaw cron run <job-id>
# 暂停任务
openclaw cron update <job-id> --enabled false
# 删除任务
openclaw cron remove <job-id>
ai-news-daily/
├── SKILL.md # 本文件
├── config/
│ └── config.yaml # 配置文件
├── src/
│ ├── daily_fetch.py # 主程序(抓取新闻 + 生成摘要)
│ ├── translator.py # 翻译模块(支持多语言)
│ └── generate_summary.py # 摘要生成(400-500 字)
├── data/
│ ├── news.db # SQLite 数据库(自动创建)
│ ├── fetch.log # 运行日志
│ └── openclaw_message.txt # 生成的消息
├── requirements.txt # Python 依赖列表
└── run.sh # 运行脚本
| 权重 | 来源 | |------|------| | 1.3 | 量子位、机器之心、36 氪、新智元、智东西、InfoQ | | 1.2 | TechCrunch AI、The Verge AI、MIT Tech Review | | 1.1 | 雷锋网、钛媒体、极客公园 | | 1.0 | 虎嗅 |
📰 AI 每日新闻 - 2026 年 03 月 03 日
共 10 条精选
──────────────────────────────
**1. [量子位] 英伟达放弃 GPU 上 LPU:新推理芯片被曝 Groq 即买即用**
英伟达放弃 GPU 上 LPU:新推理芯片被曝 Groq 即买即用,OpenAI 第一个吃螃蟹。据悉,在即将开幕的 3 月圣何塞 GTC 大会上,黄仁勋将发布一套全新的 AI 推理系统...(400-500 字中文摘要)
🔗 [阅读原文](url)
...
🤖 AI News Aggregator | 每日更新
# 手动运行一次创建定时任务
python3 src/daily_fetch.py
pip install --break-system-packages -r requirements.txt
# 查看日志
tail -f data/fetch.log
翻译使用 MyMemory 免费 API,如果失败会保留原文。可配置其他翻译服务:
export TRANSLATE_API_KEY="your_api_key" # DeepL/百度翻译
抓取阶段 (daily_fetch.py)
翻译阶段 (translator.py)
摘要阶段 (generate_summary.py)
推送阶段 (OpenClaw 定时任务)
MIT
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。