daily-news

Fetch, summarize, and compile daily news digests from RSS and web sources.

178|24|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ZhanlinCui/Agent-Skills-Hunter --skill daily-news-zhanlincui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-news
Source: https://github.com/ZhanlinCui/Agent-Skills-Hunter/tree/main/integration/daily-news
Command: npx skills add https://github.com/ZhanlinCui/Agent-Skills-Hunter --skill daily-news-zhanlincui

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of gathering, summarizing, and reporting on news and information from various sources, saving users time and keeping them informed.

Core Features & Use Cases

  • Automated News Aggregation: Fetches content from RSS feeds, websites, and even social media.
  • Intelligent Summarization: Generates concise summaries of articles based on user preferences.
  • Daily Report Generation: Compiles a structured daily news digest.
  • Source Management: Allows adding and managing new information sources.
  • Use Case: A product manager can use this skill to get a daily digest of industry news, competitor updates, and relevant technical articles, tailored to their specific interests.

Quick Start

Generate a daily news report for today.

Frequently Asked Questions about daily-news

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

FAQPage Schema
How do I generate a daily news digest from multiple RSS feeds?

To generate a daily news digest, this Skill fetches and compiles content from multiple RSS feeds, summarizes the articles based on your preferences, and outputs a structured daily report. It automates the entire aggregation process to keep you informed.

Can I use web scraping to aggregate news articles that lack an RSS feed?

Yes, you can use web scraping to aggregate news articles without an RSS feed. The Skill utilizes BeautifulSoup4 to retrieve and parse website content directly, allowing you to extract and summarize information from virtually any web source.

Does this news aggregation tool support user profiling for personalized content summarization?

Yes, this news aggregation tool supports user profiling for personalized content summarization. It filters and generates concise summaries of fetched articles based on the specific interests and preferences defined in your user profile.

What is the best way to automate daily news retrieval without fetching duplicate content?

The best way to automate daily news retrieval without duplicates is using the Skill's incremental fetching feature. It tracks previously fetched content during aggregation, ensuring only new articles are retrieved and summarized in your daily digest.

Do I need to manually configure feedparser and requests to manage my information sources?

No, you do not need to manually configure feedparser and requests to manage information sources. The Skill provides source management features that handle the underlying requests and feedparser configurations automatically when adding new URLs.