daily-news-report

Aggregate technology news from configured sources into a Markdown daily report.

930|86|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill daily-news-report-rookie-ricardo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-news-report
Source: https://github.com/rookie-ricardo/erduo-skills/tree/main/skills/daily-news-report
Command: npx skills add https://github.com/rookie-ricardo/erduo-skills --skill daily-news-report-rookie-ricardo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In the flood of technical content, manually curating high-quality articles for a daily report is time-consuming and error-prone. This skill automates discovery, filtering, and structuring of insights from multiple sources.

Core Features & Use Cases

  • Multi-source fetch and quality scoring to produce a concise daily digest.
  • Parallel subagents with optional browser rendering for JS-heavy pages.
  • Outputs a Markdown report saved to NewsReport/ with metadata for traceability.

Quick Start

Run the daily-news-report skill today to generate a Markdown NewsReport from configured sources.

Frequently Asked Questions about daily-news-report

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

FAQPage Schema
How do I automate daily tech news aggregation from multiple web sources?

You can automate daily tech news aggregation by configuring source URLs in a sources.json file. The skill fetches content from these sources, scores the items by quality, and generates a structured Markdown report saved to the NewsReport directory.

Can I generate a Markdown news report from JavaScript-heavy web pages?

Yes, you can generate a Markdown news report from JavaScript-heavy pages. The skill features optional browser rendering to properly fetch and extract content from dynamic web pages before aggregating them into the final daily news output.

How does parallel subagent fetching work for daily news collection?

Parallel subagent fetching deploys multiple subagents concurrently to retrieve data from your configured sources. This concurrent processing accelerates data aggregation and quality scoring before generating the final Markdown news report.

Do I need a cache.json file to automate daily news reporting?

Yes, you need a cache.json file along with a sources.json file to automate daily news reporting. The cache.json file enables the skill to reuse previously fetched results, avoiding redundant web fetches and improving the efficiency of the aggregation process.

What is the best way to filter and deduplicate technology news articles?

The best way to filter and deduplicate technology news is using an automated aggregation skill. It applies quality scoring across fetched items, removes duplicate content during processing, and outputs a concise structured Markdown daily digest.

What are the limitations of using cached results for web data aggregation?

A limitation of using cached results for web data aggregation is potential content staleness. While caching prevents redundant fetching, it may miss breaking news updates unless the cache.json is regularly refreshed or cleared before generating a new daily report.