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-daisuke134-anicca-products --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. ## ⚠️ 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
- ⚠️ Global Rules (Strict Enforcement)
- Tools
- fetchnews.py
- Global Scan (Option 12) - Broad Fetch Strategy
- Single Source & Combinations (Smart Keyword Expansion)
- Specific Keyword Search
- dailybriefing.py (Unified Morning Routine)
- 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 python3 scripts/daily_briefing.py --profile [general|finance|tech|social] > briefing_data.json
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.
