news-aggregator-skill
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
npx skills add majiayu000/claude-skill-registry --skill news-aggregator-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# News Aggregator Skill Fetch real-time hot news from multiple sources. ## Tools ### fetch_news.py **Usage:** ```bash ### Single Source (Limit 10) ```bash ### Global Scan (Option 12) - **Broad Fetch Strategy** > **NOTE**: This strategy is specifically for the "Global Scan" scenario where we want to catch all trends. ```bash # 1. Fetch broadly (Massive pool for Semantic Filtering) python3 scripts/fetch_news.py --source all --limit 15 --deep # 2. SEMANTIC FILTERING: # Agent manually filters the broad list (approx 120 items) for user's topics. ``` ### Single Source & Combinations (Smart Keyword Expansion) **CRITICAL**: You MUST automatically expand the user's simple keywords to cover the entire domain field. * User: "AI" -> Agent uses: `--keyword "AI,LLM,GPT,Claude,Generative,Machine Learning,RAG,Agent"` * User: "Android" -> Agent uses: `--keyword "Android,Kotlin,Google,Mobile,App"` * User: "Finance" -> Agent uses: `--keyword "Finance,Stock,Market,Economy,Crypto,Gold"` ```bash # Example: User asked for "AI news from HN" (Note the expanded keywords) python3 scripts/fetch_news.py --source hackernews --limit 20 --keyword "AI,LLM,GPT,DeepSeek,Agent" --deep ``` ### Specific Keyword Search
- Tools
- fetchnews.py
- Global Scan (Option 12) - Broad Fetch Strategy
- Single Source & Combinations (Smart Keyword Expansion)
- Specific Keyword Search
- Interactive Menu
- Smart Time Filtering & Reporting (CRITICAL)
- 6. Response Guidelines (CRITICAL)
python3 scripts/fetch_news.py --source all --limit 15 --deep Agent manually filters the broad list (approx 120 items) for user's topics. python3 scripts/fetch_news.py --source hackernews --limit 20 --keyword "AI,LLM,GPT,DeepSeek,Agent" --deep python3 scripts/fetch_news.py --source all --limit 10 --keyword "DeepSeek" --deep
What does the news-aggregator-skill skill do?
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill news-aggregator-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
