daily-news-report

Installation
Summary

Automated daily news aggregation from preset sources with quality filtering and parallel scraping.

  • Orchestrates parallel SubAgent execution across three tiers of sources (HN, HuggingFace, ProductHunt, etc.), with early stopping once 20 high-quality items are collected
  • Filters content by category (cutting-edge tech, deep tech, productivity) and deduplicates against cached history using URL matching and title similarity
  • Includes headless browser support for JavaScript-rendered pages and graceful fallback to serial execution if SubAgents unavailable
  • Generates daily Markdown reports with structured item metadata (summary, key points, quality scores) and maintains cache statistics for source credibility tracking
SKILL.md

Daily News Report v3.0

Architecture Upgrade: Main Agent Orchestration + SubAgent Execution + Browser Scraping + Smart Caching

Core Architecture

┌─────────────────────────────────────────────────────────────────────┐
│                        Main Agent (Orchestrator)                    │
│  Role: Scheduling, Monitoring, Evaluation, Decision, Aggregation    │
├─────────────────────────────────────────────────────────────────────┤
│                                                                      │
│   ┌─────────────┐    ┌─────────────┐    ┌─────────────┐    ┌─────────────┐     │
│   │ 1. Init     │ → │ 2. Dispatch │ → │ 3. Monitor  │ → │ 4. Evaluate │     │
│   │ Read Config │    │ Assign Tasks│    │ Collect Res │    │ Filter/Sort │     │
│   └─────────────┘    └─────────────┘    └─────────────┘    └─────────────┘     │
│         │                  │                  │                  │           │
│         ▼                  ▼                  ▼                  ▼           │
│   ┌─────────────┐    ┌─────────────┐    ┌─────────────┐    ┌─────────────┐     │
Related skills
Installs
729
GitHub Stars
37.3K
First Seen
Jan 26, 2026