Agent skill · Content & Marketing

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/news-aggregator-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Tools
  2. fetchnews.py
  3. Global Scan (Option 12) - Broad Fetch Strategy
  4. Single Source & Combinations (Smart Keyword Expansion)
  5. Specific Keyword Search
  6. Interactive Menu
  7. Smart Time Filtering & Reporting (CRITICAL)
  8. 6. Response Guidelines (CRITICAL)
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going