Install
openclaw skills install more-newsAggregate and rank AI and tech news from multiple user-defined sources in source.md, filtering to the latest 24-hour articles with summaries and source links.
openclaw skills install more-newsAggregate AI/tech news from user-defined sources in source.md. For broad AI news without a source file, consider using big-ai-news or ai-news skills instead.
Read workspace/skills/more-news/source.md to extract all source entries. The file uses a markdown table format with columns: #, Source, URL, Type/Focus. Extract all URLs.
For each source URL, use web_fetch in parallel batches (5 at a time):
maxChars: 15000extractMode: "markdown"Handle failures gracefully:
Only include articles published within 24 hours of the current time. Use article date stamps, relative timestamps ("2 hours ago" / "Apr 3"), or publication sections to determine recency. For articles that lack full details (no URL, no full headline details), skip it.
Output ranked newest-to-oldest. Each entry must include:
At the end, list which sources from source.md were skipped and why (blocked, no articles, stale).
# 📰 AI News — Last 24 Hours (Ranked by datetime)
## [Date]
**1. Headline**
Brief summary here (2-4 sentences).
🔗 [Source Name](URL)
## Summary
| Metric | Count |
|--------|-------|
| Stories found | X |
| Sources fetched | Y of Z |
| Sources skipped | W |
source.md updated with reachable URLsweb_search for the news