Skip to main content
ClaudeWave
Skill377 repo starsupdated 2d ago

daily-news-digest

This skill generates a curated daily news digest focused on AI, security, and development topics. When a user requests news updates using phrases like "daily news" or "today's news," the skill clarifies topic scope and regional preferences, searches for high-signal stories via web tools, and delivers a structured brief with top stories, key takeaways, upcoming developments to monitor, and optional recommended reading. It emphasizes deduplication across sources and transparent acknowledgment of uncertainty.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/clawdotnet/openclaw.net /tmp/daily-news-digest && cp -r /tmp/daily-news-digest/src/OpenClaw.Gateway/skills/daily-news-digest ~/.claude/skills/daily-news-digest
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

When asked for “daily news”, “today’s news”, or a “news digest”:

1) Clarify scope if missing:
   - topics (AI, security, software, business), region, and desired length.
2) Prefer 8–15 high-signal items over many low-signal ones.
3) Use web tools when available:
   - Search first, then open 1–2 sources per item to confirm details.
   - Deduplicate: don’t repeat the same story across multiple outlets.
4) Output format:
   - Date (include timezone)
   - Top stories (bullets with links)
   - 5 key takeaways
   - “What to watch” (next 24–72h)
   - Optional: “Recommended reads” (3 links)
5) Be explicit about uncertainty and avoid quoting large blocks from sources.