@554/news-aggregator-skill

Installation
SKILL.md

News Aggregator Skill

Fetch real-time hot news from 28 sources, 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 skills/news-aggregator-skill/scripts/fetch_news.py --source <source_key> --no-save

# Multiple sources (comma-separated)
python3 skills/news-aggregator-skill/scripts/fetch_news.py --source hackernews,github,wallstreetcn --no-save
Installs
First Seen
@554/news-aggregator-skill — starchild-ai-agent/community-skills