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-daisuke134-anicca-products --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/news-aggregator-skill-daisuke134-anicca-products/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. ## ⚠️ Global Rules (Strict Enforcement) 1. **Mandatory Time Display**: **EVERY** report item, regardless of the source or command used (Single Source, Morning Routine, or Combinations), **MUST** include the precise publication time or relative time (e.g., "10:30", "2 hours ago", "2024-01-20"). * **NEVER** skip the time field. * **NEVER** hallucinate the time. If it's missing in the JSON, mark it as "Unknown Time". * For "Real-time" or "Trending" lists (e.g., Weibo, GitHub), preserve the "Real-time" or "Today" tag. 2. **Logical Integrity (Anti-Hallucination)**: * **NO INVENTED CAUSALITY**: Do not use "Because", "Although", "Due to", or "However" unless the source text EXPLICITLY supports this relationship. * **SVO Preference**: Use simple Subject-Verb-Object sentences. Avoid complex compound sentences that force you to invent logical bridges. * **Fact Check**: If you fix grammar, you arguably make a claim. If you change "A, B" to "A caused B", you MUST be 100% sure. When in doubt, leave it as two separate sentences. ## Tools ### fetch_news.py **Usage:** ```bash ### Single Source (Limit 10) ```bash ### Global Sca

What's inside
Steps it walks through
  1. ⚠️ Global Rules (Strict Enforcement)
  2. Tools
  3. fetchnews.py
  4. Global Scan (Option 12) - Broad Fetch Strategy
  5. Single Source & Combinations (Smart Keyword Expansion)
  6. Specific Keyword Search
  7. dailybriefing.py (Unified Morning Routine)
  8. Interactive Menu
  9. Smart Time Filtering & Reporting (CRITICAL)
  10. 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
python3 scripts/daily_briefing.py --profile [general|finance|tech|social] > briefing_data.json
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-daisuke134-anicca-products --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