General
192 installs
news-aggregator-skill
by cclank/news-aggregator-skill
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 44+ sources including Hacker News, Lobsters, Dev.to, GitHub,…
Skill content
News Aggregator Skill Fetch real-time hot news from 44+ sources (including international news + AI curated aggregators + user-defined OPML feeds), generate deep analysis reports in Chinese. 🔄 Universal Workflow (3 Steps) Every news request follows the same workflow, regardless of source or combination: Step 1: Fetch Data # Single source python3 scripts/fetch_news.py --source <source_key> --no-save # Multiple sources (comma-separated) python3 scripts/fetch_news.py --source hackernews,github,wallstreetcn --no-save