daily-news-report

Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.

Content Preview
---
name: daily-news-report
description: "Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Daily News Report v3.0

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

## Core Architecture

```
┌─────────────────────────────────────────────────────────────────────┐
│                        Main Agent
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/daily-news-report.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/daily-news-report/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/daily-news-report/SKILL.md

Related Skills