loops / 5dive-ai / loops / daily-news-radar

Daily Personal News Radar

researchimported
Installation
$npx agenticloops install daily-news-radar
Summary

Aggregates HN, RSS, Reddit, GitHub releases and financial feeds; AI-scores each item; delivers a daily briefing to email or Slack.

  • Runs Daily, on any harness.
  • Uses skills: news-aggregation, web-fetch, summarize, content-generation.
  • Needs cli python, secrets EMAIL_SMTP_PASS — checked at install; secrets are prompted, never in the file.
  • Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
Each morning, aggregate content from configured sources (HN, RSS feeds, Reddit, GitHub releases, financial data). Score each item 0-10 for relevance to configured interest topics, deduplicate across sources, enrich high-scoring items with additional web context, then generate a concise daily briefing and deliver it to the configured channel (email, Slack, Discord, or Feishu).
LOOP.md
---
name: daily-news-radar
description: Daily Personal News Radar · Aggregates HN, RSS, Reddit, GitHub releases and financial feeds; AI-scores each item; delivers a daily briefing to email or Slack.
schedule: daily @ 07:00
skills: [news-aggregation, web-fetch, summarize, content-generation]
requires:
  cli: [python]
  secrets: [EMAIL_SMTP_PASS]      # names only
tier: standard            # frontier | standard | fast
effort: medium
concurrency: skip
tags: [research, content, personal-assistant, newsletter]
license: MIT
---

Each morning, aggregate content from configured sources (HN, RSS feeds, Reddit, GitHub releases, financial data). Score each item 0-10 for relevance to configured interest topics, deduplicate across sources, enrich high-scoring items with additional web context, then generate a concise daily briefing and deliver it to the configured channel (email, Slack, Discord, or Feishu).
Installs
tracking soon
Adapted from
Thysrael/Horizon ↗
original author: Thysrael
GitHub Stars
☆ 7.7K
First Seen
Jun 30, 2026
License
MIT
Trigger
◷ Daily