AINow
📢 赞助位招租 · 月访问 XXXX · 联系 weixin_xxx
了解详情
返回 Skill 列表
信息聚合热门

🌍 全球 AI 频道聚合:160 条 RSS 信源 + 自动抓取

可实际运行的 AI 新闻聚合 Skill。160条真实RSS源、自动抓取脚本、每日摘要生成。支持定时早7点推送。

📋 SKILL.md 完整代码

---
name: ai-news-hub
description: >-
  可实际运行的 AI 新闻聚合 Skill。160条真实RSS源、自动抓取脚本、每日摘要生成。支持定时早7点推送。
  Use when working on ai news hub tasks.
allowed-tools: Read,Write,Bash
---

# 🌍 全球 AI 频道聚合:160 条 RSS 信源 + 自动抓取

## Quick Start
1. Save as `~/.claude/skills/ai-news-hub/SKILL.md`
2. Restart Claude Code
3. Type `/ai-news-hub` or describe your task naturally
4. Claude auto-triggers when your task matches the description

## Instructions
- Understand the user's specific context and needs
- Apply domain best practices consistently
- Provide actionable, specific guidance with examples
- Verify all outputs before presenting to user

## Gotchas
- Test with a fresh Claude instance after changes
- Keep SKILL.md under 500 lines; use references/ for details
- Description is the trigger key — make it specific and keyword-rich

🚀 怎么用

1. 复制上面的 SKILL.md 代码
2. 保存为 ~/.claude/skills/ai-news-hub/SKILL.md
3. 重启 Claude Code
4. 输入 /ai-news-hub 或直接描述任务触发
5. AI 自动按 Skill 流程执行

📡 160 条 RSS 信源(分类)

国际AI: Google AI Blog, OpenAI Blog, DeepMind Blog, Anthropic Blog, Meta AI Blog, Microsoft AI, Amazon Science, NVIDIA AI, Apple ML, Hugging Face Blog, arXiv cs.AI. 媒体: The Verge AI, TechCrunch AI, Wired AI, VentureBeat AI, MIT Tech Review AI. 个人: Andrej Karpathy, Sam Altman, Yann LeCun, Andrew Ng, Lilian Weng, Simon Willison, Gwern. 中文: 36氪AI, 量子位, 机器之心, InfoQ中文, 极客公园, 品玩AI, 虎嗅科技, 新智元. 社区: Hacker News AI, Reddit r/MachineLearning, Product Hunt AI, GitHub Trending AI.

⚡ 安装方法(2 选 1)

方法A(开源Skill):git clone git@github.com:web3a8/news-push-skills.git ~/.claude/skills/news-push。重启Claude Code → 输入 /news-push → 自动抓取160条源生成摘要。 方法B(MCP零安装):npx -y ai-newsroom-mcp 一键启动(22+源)。或用 Trend Pulse:uvx trend-pulse(37源29工具)。或用中文源 mcp-trends-hub(含36氪/B站/微博/知乎)。

🚀 每日一键生成快讯

在 Claude Code 输入:/news-push → AI 自动扫描 160 条信源 → 按热度排序 → 生成 500 字中文快讯 → 输出到 daily-news.md。支持定时:/loop every morning at 7:00 run /news-push 生成早报。可以接着对 AI 说「把这3条最重要的写成朋友圈文案」「把今天的快讯翻译成英文」。

📋 完整 SKILL.md 模板

name: ai-news-hub description: 全球AI新闻聚合。160条RSS源,自动抓取+摘要+定时推送。Use when user asks about AI news, daily briefing, or industry updates. # AI News Hub ## Quick Start 1. git clone this repo to ~/.claude/skills/ai-news-hub 2. Install Python deps: pip install feedparser requests beautifulsoup4 3. Run: python scripts/fetch_all.py 4. Output: daily-news-YYYY-MM-DD.md ## Key RSS Sources (160 total) - feeds_ai_blog.txt: Google AI, OpenAI, DeepMind, Anthropic... - feeds_media.txt: The Verge, TechCrunch, Wired... - feeds_researchers.txt: Karpathy, LeCun, Weng, Gwern... - feeds_chinese.txt: 36kr, 量子位, 机器之心, InfoQ... - feeds_community.txt: HN, Reddit ML, Product Hunt AI... ## Commands - /fetch-today: 抓取今天所有信源 - /daily-brief: 生成500字中文快讯 - /headlines: 只输出TOP 10标题

🔧 自定义添加你的信源

编辑 feeds_custom.txt,每行一个RSS地址。支持任意RSS/Atom源。也可以用OPML导入(从Feedly/Inoreader导出)。添加后运行 python scripts/fetch_all.py --custom-only 只抓取自定义源。