AI Daily News
/install ai-daily-news
AI Daily News Skill
Automatically collect and report AI news from multiple sources with fallback browser scraping.
Quick Start
# Install dependencies
pip install -r references/requirements.txt
playwright install chromium
# Configure
python scripts/setup_config.py
# Run collection
python scripts/collect_ai_news.py
# Generate and push report
python scripts/push_to_feishu.py
Supported Data Sources
| Source | Primary Method | Fallback Method |
|---|---|---|
| arXiv Papers | RSS API | Playwright browser |
| Hugging Face Papers | RSS Feed | Playwright browser |
| Product Hunt | RSS Feed | Playwright browser |
| YouTube AI Creators | yt-dlp | Playwright browser |
| PaperWeekly | RSS | requests |
| Custom RSS | feedparser | requests |
Configuration
Edit references/config.example.json or run setup_config.py:
{
"feishu": {
"webhook_url": "https://open.feishu.cn/open-apis/bot/v2/hook/xxx",
"chat_id": "oc_xxx"
},
"sources": {
"arxiv": {"enabled": true, "categories": ["cs.CL", "cs.LG", "cs.AI"]},
"youtube": {
"enabled": true,
"creators": ["andrew_ng", "matt_wolfe", "ai_explained", "greg_isenberg"]
},
"paperweekly": {"enabled": true, "rss_url": ""}
}
}
YouTube Creators
Available creator keys:
andrew_ng- 吴恩达 (DeepLearning.AI)matt_wolfe- Matt Wolfeai_explained- AI Explainedai_with_oliver- AI with Olivergreg_isenberg- Greg Isenberg
Scripts Overview
| Script | Purpose |
|---|---|
collect_ai_news.py |
Main collector with fallback logic |
youtube_collector.py |
YouTube video collection |
rss_collector.py |
RSS feed collection |
browser_fallback.py |
Browser-based fallback scraping |
push_to_feishu.py |
Report generation and Feishu push |
daily_scheduler.py |
Scheduled task runner |
setup_config.py |
Interactive configuration setup |
Fallback Mechanism
When primary methods (RSS/API/yt-dlp) fail:
- Automatically retries with browser-based scraping
- Uses Playwright for JavaScript-rendered pages
- Seamless integration - same output format
- Logs fallback usage for monitoring
Report Format
Generated reports include:
- 📚 arXiv papers with abstracts
- 🚀 Product Hunt AI products
- 🤗 Hugging Face papers
- 📺 YouTube video summaries
- 📰 PaperWeekly interpretations
- 📊 Source statistics
Troubleshooting
arXiv returns 0 papers: Check days_back parameter or network connection
YouTube fails: Ensure yt-dlp is installed; fallback to Playwright available
RSS timeouts: Browser fallback will attempt direct requests
Feishu push fails: Verify webhook URL and chat_id in config
Advanced: Adding Custom Sources
- Add RSS feed to
rsssection in config - Or implement new collector in
scripts/ - Register in
collect_ai_news.py - Add fallback method in
browser_fallback.py
See references/DEVELOPMENT.md for detailed extension guide.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-daily-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-daily-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AI Daily News 是什么?
Automated AI daily news collection and reporting system. Collects AI papers from arXiv, Hugging Face, AI products from Product Hunt, YouTube videos from AI c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 244 次。
如何安装 AI Daily News?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-daily-news」即可一键安装,无需额外配置。
AI Daily News 是免费的吗?
是的,AI Daily News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI Daily News 支持哪些平台?
AI Daily News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI Daily News?
由 JosephHou_BY(@josephleohou-ui)开发并维护,当前版本 v1.0.0。