# Send Daily News Digest to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-news-digest",
    "name": "Daily News Digest",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/daily-news-digest",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/daily-news-digest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/daily-news-digest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-news-digest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "formats.md",
      "memory-template.md",
      "scheduling.md",
      "setup.md",
      "sources.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/daily-news-digest"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/daily-news-digest",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-news-digest",
    "agentUrl": "https://openagent3.xyz/skills/daily-news-digest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-news-digest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-news-digest/agent.md"
  }
}
```
## Documentation

### 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

TopicFileSetup processsetup.mdMemory templatememory-template.mdSource configurationsources.mdBriefing formatsformats.mdScheduling guidescheduling.md

### 1. Multi-Source Aggregation

Fetch from multiple source types for comprehensive coverage:

Source TypeMethodBest ForRSS feedsDirect fetchEstablished outlets, blogsWeb searchBrave Search APIBreaking news, trendingPublic 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:

SignalWeightRationaleUser topic match+40PersonalizationMulti-outlet coverage+25Importance indicatorBreaking/trending tag+20TimelinessTrusted source+15Quality signalRecency (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:

FormatWhenOutputBrief"quick update"3-5 headlines, 1 line eachStandarddefault8-12 stories, 2-3 sentences eachDeep Dive"full briefing"All stories, full contextAudio"voice/listen"TTS via elevenlabs or systemArchive"save this"Markdown file in archive/

### 6. Time-Aware Delivery

Adapt tone and content based on time of day:

TimeModeBehavior6-11amMorningEnergetic, forward-looking, "here's what's happening today"12-5pmMiddayNeutral, focused on breaking/developing stories6-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:

Fetch full article content
Summarize with more context
Show related stories
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 SentPurposeRSS feed URLsNone (GET only)Fetch headlinesBrave Search APIQuery textTrending/breaking newsHacker News APINone (GET only)Tech newsReddit JSON APINone (GET only)Public subreddit feedsElevenLabs 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/daily-news-digest)
- [Send to Agent page](https://openagent3.xyz/skills/daily-news-digest/agent)
- [JSON manifest](https://openagent3.xyz/skills/daily-news-digest/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/daily-news-digest/agent.md)
- [Download page](https://openagent3.xyz/downloads/daily-news-digest)