Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

daily-news-digest每日新闻文摘

Agent Skill

daily-news-digest 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

22,272

周安装

928

GitHub Stars

公开资料未说明

下载量

7,424
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:daily-news-digest(每日新闻文摘)
来源仓库:https://github.com/ivangdavila/daily-news-digest
安装命令:
openclaw skills install daily-news-digest
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install daily-news-digest

简介

来自您选择的来源的个性化新闻简报,在早上或晚上提供,具有语音选项和智能过滤功能。

SKILL.md

name
Daily News Digest
slug
daily-news-digest
version
1.0.0
homepage
https://clawic.com/skills/daily-news-digest
description
Personalized news briefings from your chosen sources, delivered morning or evening, with voice option and smart filtering.
metadata
{"clawdbot":{"emoji":"📰","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

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/

6. Time-Aware Delivery

Adapt tone and content based on time of day:

TimeModeBehavior
6-11amMorningEnergetic, forward-looking, "here's what's happening today"
12-5pmMiddayNeutral, focused on breaking/developing stories
6-10pmEveningReflective recap, "what you might have missed"
WeekendRelaxedLighter 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

EndpointData SentPurpose
RSS feed URLsNone (GET only)Fetch headlines
Brave Search APIQuery textTrending/breaking news
Hacker News APINone (GET only)Tech news
Reddit JSON APINone (GET only)Public subreddit feeds
ElevenLabs TTS (optional)Briefing textVoice 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 <slug> 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.88%
按下载量换算6,450

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills