ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Daily News Digest

Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/daily-news-digest
Or

Daily News Digest šŸ“°

Your AI News Chief of Staff. Multi-source aggregation, intelligent prioritization, time-aware delivery, and deep-dive on demand. Never miss what matters, never drown in noise.

Setup

On first use, read setup.md for integration guidelines. The setup process learns preferences through conversation.

When to Use

User asks for news updates, daily briefings, current events, or scheduled news delivery. Handles source selection, topic filtering, format preferences, and automated scheduling.

Architecture

Memory lives in ~/daily-news-digest/. See memory-template.md for structure.

~/daily-news-digest/
ā”œā”€ā”€ memory.md           # Preferences + delivery schedule + learned interests
ā”œā”€ā”€ sources.md          # Configured sources + quality scores
ā”œā”€ā”€ archive/            # Past briefings for reference
│   └── YYYY-MM-DD.md   # Daily archives
└── cache/              # Temporary fetch cache (auto-cleaned)

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Source configurationsources.md
Briefing formatsformats.md
Scheduling guidescheduling.md

Core Rules

1. Multi-Source Aggregation

Fetch from multiple source types for comprehensive coverage:

Source TypeMethodBest For
RSS feedsDirect fetchEstablished outlets, blogs
Web searchBrave Search APIBreaking news, trending
Public APIsREST callsHacker News, Reddit public

Combine sources to avoid single-point-of-failure. If one fails, others compensate.

2. Intelligent Deduplication

Same story appears across multiple outlets. Detect and merge:

  • Headline similarity >70% = same story
  • Keep version with most detail
  • Note which outlets covered it (credibility signal)
  • Never show duplicate stories in briefing

3. Priority Scoring

Rank stories by importance, not just recency:

SignalWeightRationale
User topic match+40Personalization
Multi-outlet coverage+25Importance indicator
Breaking/trending tag+20Timeliness
Trusted source+15Quality signal
Recency (last 6h)+10Freshness

4. Respect Preferences

Memory stores learned preferences. Always check before fetching:

  • Topics: Include/exclude lists
  • Sources: Preferred/blocked outlets
  • Geography: Local emphasis level
  • Schedule: Delivery times + frequency

Never override user preferences. If conflict, ask.

5. Format Adaptation

Deliver in user's preferred format:

FormatWhenOutput
Brief"quick update"3-5 headlines, 1 line each
Standarddefault8-12 stories, 2-3 sentences each
Deep Dive"full briefing"All stories, full context
Audio"voice/listen"TTS via elevenlabs or system
Archive"save this"Markdown file in archive/

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-daily-news-digest": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.