daily-news-report
Daily News Report orchestrates parallel content fetching across multiple tech sources, applies intelligent filtering to surface high-quality articles, and compiles a structured daily markdown report. The skill uses a tiered strategy with browser-based rendering for JavaScript-heavy sites, caching to avoid duplicates, and early-stopping once 20 quality items are collected.
Daily News Report generates a curated daily markdown report by fetching and filtering high-quality tech content from preset sources.
AI-generated summary based on this skill's SKILL.md
Install
rookie-ricardo/erduo-skills/daily-news-report · repository language: JavaScript
git clone https://github.com/rookie-ricardo/erduo-skills
cp -r erduo-skills/skills/daily-news-report ~/.claude/skills/daily-news-reportnpx skillfed install rookie-ricardo/erduo-skills/daily-news-reportFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does daily-news-report do?
Daily News Report orchestrates parallel content fetching across multiple tech sources, applies intelligent filtering to surface high-quality articles, and compiles a structured daily markdown report. It uses browser-based rendering for JavaScript-heavy sites, caching to avoid duplicates, and early-stopping once 20 quality items are collected.
Can daily-news-report fetch and summarize news from multiple sources?
Yes. Daily News Report fetches content from preset tech sources in parallel, extracts articles using quality filtering, and automatically deduplicates entries across sources. It then compiles the best items into a single markdown digest without redundant content.
How does daily-news-report handle web scraping and content extraction?
Daily News Report automates web scraping with intelligent quality filtering to extract high-value technical information. It uses browser-based rendering for sites requiring JavaScript execution and applies filtering logic to surface only the most relevant articles before compilation.
What output format does daily-news-report produce?
Daily News Report generates a markdown digest of curated technical information. The output is a structured daily report containing deduplicated, quality-filtered news items organized in markdown format for easy reading and sharing.
Does daily-news-report use caching to improve performance?
Yes. Daily News Report employs intelligent caching to avoid processing duplicate content across multiple sources and executes parallel batch processing to fetch from multiple tech sources efficiently. This reduces redundant work and speeds up report generation.
What license does daily-news-report use?
Daily News Report is released under the MIT license, allowing free use, modification, and distribution with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Daily News Report v3.0
> 架构升级:主 Agent 调度 + SubAgent 执行 + 浏览器抓取 + 智能缓存
核心架构
``` ┌─────────────────────────────────────────────────────────────────────┐ │ 主 Agent (Orchestrator) │ │ 职责:调度、监控、评估、决策、汇总 │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ 1. 初始化 │ → │ 2. 调度 │ → │ 3. 监控 │ → │ 4. 评估 │ │ │ │ 读取配置 │ │ 分发任务 │ │ 收集结果 │ │ 筛选排序 │ │ │ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │ │ │ │ │ │ │ │ ▼ ▼ ▼ ▼ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ 5.
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 3 files
skills/daily-news-report/SKILL.md
skills/daily-news-report/cache.json
skills/daily-news-report/sources.json