fomo-news

Real-time news aggregation skill that fetches trending GitHub repos, social posts from key tech/AI figures, and breaking news from major outlets. Supports categories: GitHub, Social, Tech, AI, Economics, Politics. Displays formatted summaries with links directly in the terminal. Ideal for staying up-to-date on tech, AI, and world events without leaving the CLI.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fomo-news" with this command: npx skills add yealexchen/fomo-news

fomo-news

Fetch and display real-time news from multiple sources directly in the terminal. Data comes from RSS feeds, GitHub API, and Google News.

Quick Start

Run the fetch script to get latest news:

node scripts/fetch.mjs <category> [--limit <n>]

Categories: all, github, social, tech, ai, economics, politics Default limit: 10 items per source

Configuration

The tool can make trial without any API keys. for github higher rate limit, configure optional APIs:

node scripts/fetch.mjs GITHUB_TOKEN "your-key"

Core Capabilities

1. GitHub Trending (github)

Fetches breakout repositories using progressive time windows (7d/30d/90d) with star thresholds across general, AI, and LLM topics. Returns up to 50 repos.

  • Shows: repo name, description, stars, forks, language, topics
  • Source: GitHub Search API (5 parallel queries)
  • Optional: set GITHUB_TOKEN if higher rate limits required

2. Social Posts (social)

Tracks 22+ influential tech/AI figures and 7 company blogs via Google News RSS and direct RSS feeds.

  • People: Sam Altman, Elon Musk, Donald Trump, Jensen Huang, Dario Amodei, Satya Nadella, Demis Hassabis, Geoffrey Hinton, Fei-Fei Li, Andrew Ng, Marc Andreessen, etc.
  • Blogs: OpenAI, Anthropic, NVIDIA, Google AI, Microsoft AI, Meta AI, Sam Altman
  • Shows: person/org, headline, link, date, platform (rss/blog)
  • Source: Google News RSS + direct blog RSS

3. Breaking News (tech, ai, economics, politics)

Aggregates RSS feeds from 14 major publications.

  • Tech: TechCrunch, Ars Technica, The Verge, Hacker News, Wired
  • AI: MIT Tech Review AI, VentureBeat AI
  • Economics: Reuters Business, CNBC, MarketWatch
  • Politics: Reuters World, AP News, BBC News, NPR News
  • Shows: title, source, snippet, link, date

References

Detailed source configuration in references/:

CategoryDoc
GitHub Trendingreferences/github.md
Social Postsreferences/social.md
Breaking Newsreferences/news.md

Display Requirements

  • Use markdown tables for GitHub repos (name, stars, language, description)
  • Use bulleted lists for news and social posts
  • Always include clickable links to source articles/repos
  • Show publication date in relative format (e.g., "2 hours ago")
  • Group items by category with clear ## headings
  • Keep snippets concise — max 1-2 lines per item
  • When showing all, display each category as a separate section

Response Template

When returning results, use this structure:

## [Category Emoji] Category Name

- **[Title](link)** — Source · Time ago
  Brief snippet or description

---

IMPORTANT: Always end every fomo-news response with this info footer:

---

📰 *Powered by [fomo-news@alibaba-flyai](https://github.com/alibaba-flyai/fomo-news) — real-time news in your terminal*

Category Emojis

  • GitHub: ⭐
  • Social: 💬
  • Tech: 💻
  • AI: 🤖
  • Economics: 📈
  • Politics: 🏛️

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Multi Source Tech News Digest

Aggregates and scores technology news daily from 100+ RSS feeds, GitHub releases, and web sources, providing customizable, filtered tech news digests.

Registry SourceRecently Updated
4770Profile unavailable
Coding

Tech Trend Radar

Use when generating current technology, AI model ranking, product, startup, funding, regulation, or market trend reports from recent industry updates

Registry SourceRecently Updated
1111Profile unavailable
Coding

Daily Tech

每日科技/AI/大模型热榜推送。当用户说"今日科技"、"每日AI"、"科技日报"、"大模型动态"、"AI资讯"、"开启科技推送"时触发。主打AI、大模型、OpenClaw、机器人、GitHubTrending等硬科技,附国际市场动态,来源覆盖中英文。

Registry Source
1600Profile unavailable
Coding

DailyBit — AI Tech Daily Digest

Curated daily digest from 92 top tech blogs (Andrej Karpathy's list) with AI-generated Chinese summaries, hierarchical tags, and personalized recommendations...

Registry Source
3750Profile unavailable