返回顶部
a

ai-daily-news

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
172
下载量
0
收藏
概述
安装方式
版本历史

ai-daily-news

# AI Daily News Skill Automatically collect and report AI news from multiple sources with fallback browser scraping. ## Quick Start ```bash # 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`: ```json { "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 Wolfe - `ai_explained` - AI Explained - `ai_with_oliver` - AI with Oliver - `greg_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: 1. Automatically retries with browser-based scraping 2. Uses Playwright for JavaScript-rendered pages 3. Seamless integration - same output format 4. 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 1. Add RSS feed to `rss` section in config 2. Or implement new collector in `scripts/` 3. Register in `collect_ai_news.py` 4. Add fallback method in `browser_fallback.py` See `references/DEVELOPMENT.md` for detailed extension guide.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ai-daily-news-1775941757 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-daily-news-1775941757 技能

通过命令行安装

skillhub install ai-daily-news-1775941757

下载 Zip 包

⬇ 下载 ai-daily-news v1.0.0

文件大小: 27.34 KB | 发布时间: 2026-4-12 08:44

v1.0.0 最新 2026-4-12 08:44
AI Daily News 1.0.0 – Initial release

- Automates collection of daily AI news from arXiv, Hugging Face, Product Hunt, YouTube AI channels, and RSS feeds (like PaperWeekly).
- Generates structured daily reports and pushes them to Feishu.
- Features browser-based scraping fallback for source reliability.
- Customizable source configuration and scheduling.
- Includes troubleshooting guidance and advanced extensibility for new sources.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部