daily-news

Collect, summarize, and publish daily informational briefs from RSS feeds and web pages.

72|9|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/eze-is/eze-skills --skill daily-news-eze-is
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-news
Source: https://github.com/eze-is/eze-skills/tree/main/daily-news
Command: npx skills add https://github.com/eze-is/eze-skills --skill daily-news-eze-is

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Daily News automates the laborious process of collecting, summarizing, and publishing daily informational briefs from multiple sources, reducing manual effort and enabling timely, structured reports.

Core Features & Use Cases

  • End-to-end workflow: fetch sources, generate summaries, and compile and output daily reports.
  • Supports multiple methods: RSS, WebFetch, and Browser MCP for dynamic sites; incremental fetch; deduplication; and summary generation.
  • Use Case: daily news monitoring and automated reports for information dashboards and team updates.

Quick Start

Point the tool at your daily-news workspace and run the daily-news command to generate a fresh daily report.

Frequently Asked Questions about daily-news

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

FAQPage Schema
How do I automate daily news briefs from RSS feeds and web pages?

You can automate daily news briefs by pointing the tool at a configurable workspace and running a command to fetch sources, generate summaries, and compile daily reports. It supports RSS, WebFetch, and Browser MCP for dynamic sites.

Does daily news aggregation work with JS-rendered pages and Browser MCP?

Yes, daily news aggregation supports JS-rendered pages through Browser MCP integration. It also handles RSS feeds and WebFetch-enabled sites, ensuring comprehensive source coverage for your automated briefs.

How does incremental fetching and de-duplication handle repeated news sources?

Incremental fetching and de-duplication prevent redundant processing of repeated news sources by using a local SQLite database. This database stores summaries and tracks previously fetched content to ensure only new information is compiled.

What's the best way to set up a workspace for automated news monitoring?

The best way to set up automated news monitoring is to configure a local workspace directory for the tool. It uses this workspace alongside a local SQLite database to store summaries and assemble your daily informational briefs.

Can I compile and output daily news reports for team dashboards?

Yes, you can compile and output daily news reports specifically for information dashboards and team updates. The tool enforces an end-to-end pipeline that assembles curated news aggregation into structured daily briefs.

What are the limitations of using a local SQLite database for news summary storage?

Using a local SQLite database for news summary storage means your data is confined to a single local environment. This limits distributed team access and requires manual workspace management for scaling across multiple instances.