news-aggregator-skill

Aggregate and filter real-time news from multiple sources with keyword-based analysis.

4|1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zzu-ken/ai-skills --skill news-aggregator-skill-zzu-ken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: news-aggregator-skill
Source: https://github.com/zzu-ken/ai-skills/tree/main/skills/news-aggregator-skill
Command: npx skills add https://github.com/zzu-ken/ai-skills --skill news-aggregator-skill-zzu-ken

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, and includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

This Skill automates the process of gathering, filtering, and analyzing news from multiple sources, saving users time and effort in staying informed about the latest trends and developments.

Core Features & Use Cases

  • Multi-Source Aggregation: Fetches real-time news from 8 major sources including Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo.
  • Deep Analysis: Can download and analyze the main content of articles for deeper insights.
  • Smart Filtering: Supports keyword-based filtering and smart time-window analysis for relevant news.
  • Use Case: Get a daily briefing on AI and tech news, receive finance updates, or understand the interpretation of hot topics across different domains.

Quick Start

Use the news-aggregator skill to scan all sources for news related to AI in the last 24 hours.

Frequently Asked Questions about news-aggregator-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate real-time news from multiple sources for a daily briefing?

To aggregate real-time news for a daily briefing, you can fetch and filter content from multiple sources like Hacker News, WallStreetCN, and Weibo. This process uses smart time-window analysis to scan and summarize relevant articles within a specific period.

Can I filter aggregated news articles by specific keywords?

Yes, you can filter aggregated news articles by specific keywords. The semantic filtering mechanism matches user-defined keywords against fetched content, ensuring only relevant articles are retained for your tech or finance briefings.

Does the news aggregator support deep content analysis for fetched articles?

Yes, the news aggregator supports deep content analysis. It downloads the main text of fetched articles to provide deeper insights, moving beyond basic metadata to analyze the actual content for comprehensive trend interpretation.

What sources can I scan for tech news and finance updates?

You can scan eight major sources for tech news and finance updates, including Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo.

Do I need beautifulsoup4 to fetch and analyze real-time news content?

Yes, you need beautifulsoup4 along with the requests library to fetch and analyze real-time news content. These dependencies handle web scraping and HTML parsing to extract article data from the aggregated sources.