← Back to Skills Marketplace
ivangdavila

Daily News Digest

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
720
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install daily-news-digest
Description
Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering.
README (SKILL.md)

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

Topic File
Setup process setup.md
Memory template memory-template.md
Source configuration sources.md
Briefing formats formats.md
Scheduling guide scheduling.md

Core Rules

1. Multi-Source Aggregation

Fetch from multiple source types for comprehensive coverage:

Source Type Method Best For
RSS feeds Direct fetch Established outlets, blogs
Web search Brave Search API Breaking news, trending
Public APIs REST calls Hacker 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:

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

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:

Format When Output
Brief "quick update" 3-5 headlines, 1 line each
Standard default 8-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/

6. Time-Aware Delivery

Adapt tone and content based on time of day:

Time Mode Behavior
6-11am Morning Energetic, forward-looking, "here's what's happening today"
12-5pm Midday Neutral, focused on breaking/developing stories
6-10pm Evening Reflective recap, "what you might have missed"
Weekend Relaxed Lighter content, skip urgent tone, more features/analysis

7. Interactive Deep-Dive

End every briefing with: "Reply with any story number to dive deeper."

When user replies with a number:

  1. Fetch full article content
  2. Summarize with more context
  3. Show related stories
  4. Offer: "Want the full article link?"

8. Scheduled Delivery

Integrate with OpenClaw cron for automated briefings:

User: "Send me news every morning at 8am"
→ Create cron job with appropriate systemEvent
→ Briefing auto-delivers to configured channel

Track delivery history in memory. Don't duplicate if already sent.

9. Source Quality Tracking

Maintain quality scores per source in sources.md:

  • Accuracy of headlines vs content
  • Paywall frequency
  • Ad density
  • Update freshness
  • User feedback signals

Deprioritize low-quality sources over time.

10. Graceful Degradation

Work with whatever is available. If a source fails:

  • Log the failure
  • Continue with other sources
  • Never fail completely because one source is down
  • Mention "X sources unavailable" only if significant

Common Traps

  • Overwhelming the user → Default to Standard format (8-12 stories), not everything
  • Stale news → Always check story age, skip >24h unless explicitly requested
  • Paywall frustration → Detect paywalls, warn user, offer alternative source
  • Missing local news → Ask geography on first use, maintain local source list
  • Duplicate stories → Always run dedup before presenting
  • Silent failures → If source fetch fails, log and continue with others

External Endpoints

Endpoint Data Sent Purpose
RSS feed URLs None (GET only) Fetch headlines
Brave Search API Query text Trending/breaking news
Hacker News API None (GET only) Tech news
Reddit JSON API None (GET only) Public subreddit feeds
ElevenLabs TTS (optional) Briefing text Voice synthesis

No other data is sent externally.

Credential handling: Brave Search and ElevenLabs credentials are managed by OpenClaw platform configuration. RSS, Hacker News, and Reddit public APIs require no authentication. Scheduled deliveries use OpenClaw's built-in channel integrations.

Security & Privacy

Data that leaves your machine:

  • Search queries sent to Brave API for news discovery
  • Briefing text sent to TTS service (if voice enabled)

Data that stays local:

  • All preferences in ~/daily-news-digest/
  • Archive of past briefings
  • Source quality scores
  • No telemetry or analytics

This skill does NOT:

  • Share reading habits with third parties
  • Store credentials in plain text
  • Access files outside ~/daily-news-digest/
  • Modify itself or other skills

Trust

By using this skill with voice features, briefing text is sent to ElevenLabs. Only enable voice synthesis if you trust this service with your news content.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • news — personalized news with learning
  • summarizer — article summarization
  • podcast — audio content discovery
  • schedule — calendar and scheduling
  • digest — general content digests

Feedback

  • If useful: clawhub star daily-news-digest
  • Stay updated: clawhub sync
Usage Guidance
This skill appears coherent for a news aggregator. Before installing: (1) Confirm you are comfortable with the skill creating and writing files under ~/daily-news-digest (preferences, schedules, archives). (2) Understand scheduled deliveries will be created through your OpenClaw cron/channel integrations — verify which channel (Telegram/WhatsApp/Discord/Email) is configured and trusted. (3) The skill will fetch content from external endpoints (RSS, Brave Search, Hacker News, Reddit) and may send briefing text to ElevenLabs for TTS; check that platform-managed credentials for those services are stored securely by OpenClaw. (4) Review the truncated Security & Privacy section in the skill page to see exactly what user data is declared to leave the machine. If you want tighter control, avoid enabling scheduled deliveries and keep interaction on-demand only.
Capability Analysis
Type: OpenClaw Skill Name: daily-news-digest Version: 1.0.0 The OpenClaw skill bundle 'daily-news-digest' is classified as benign. All files, including `SKILL.md` and `scheduling.md`, contain instructions and code fully aligned with the stated purpose of providing personalized news briefings. The skill transparently declares its use of external APIs (Brave Search, ElevenLabs TTS) and explicitly states that it does not exfiltrate sensitive data, store credentials in plain text, or access files outside its dedicated directory. While `scheduling.md` demonstrates the creation of cron jobs with `agentTurn` messages (a potential prompt injection vector), the example payload is benign and directly related to news delivery, with `sessionTarget: "isolated"` for security.
Capability Assessment
Purpose & Capability
Name/description (personalized news briefings) match the instructions: aggregating RSS/APIs, deduplication, scoring, formatting, TTS, and optional scheduling. Required resources are minimal (reads/writes in ~/daily-news-digest and uses platform cron/credentials), which is proportionate to the stated purpose.
Instruction Scope
The SKILL.md instructs the agent to read/write files under ~/daily-news-digest (memory.md, sources.md, archive) and to create scheduled jobs via OpenClaw cron and deliver to external channels. This file I/O and scheduling is expected for the skill, but it does mean persistent local storage of user preferences/history and automatic deliveries when scheduled.
Install Mechanism
Instruction-only skill with no install steps or downloaded code. Lowest-risk delivery mechanism — nothing is written by an installer beyond what the skill itself records at runtime in its own folder.
Credentials
The skill declares no required env vars or credentials. It will call public RSS and public APIs and (optionally) Brave Search and ElevenLabs; the SKILL.md states those credentials are managed by the OpenClaw platform. Network access and optional TTS are proportional to the function, but note that briefing text and any user-provided preferences are sent to those external services.
Persistence & Privilege
The skill stores state under ~/daily-news-digest and can request scheduled deliveries via the platform cron. It is not forced into always-enabled mode. Persisting memory and creating cron jobs are reasonable for a scheduler/aggregator, but users should be aware of the scheduled delivery capability and the skill's ability to send content to configured channels (Telegram/WhatsApp/Discord/Email).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-news-digest
  3. After installation, invoke the skill by name or use /daily-news-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug daily-news-digest
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Daily News Digest?

Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering. It is an AI Agent Skill for Claude Code / OpenClaw, with 720 downloads so far.

How do I install Daily News Digest?

Run "/install daily-news-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily News Digest free?

Yes, Daily News Digest is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Daily News Digest support?

Daily News Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Daily News Digest?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments