← 返回
未分类 中文

AI news hub, powerful

Aggregate 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.
从 source.md 中用户定义的多个来源聚合并排名 AI 和科技新闻,过滤出最近 24 小时内发布的文章,提供摘要和来源链接。
goog goog 来源
未分类 clawhub v1.1.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 460
下载
💾 0
安装
1
版本
#latest

概述

More News

Aggregate 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.

Workflow

1. Load Sources

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.

2. Fetch Articles

For each source URL, use web_fetch in parallel batches (5 at a time):

  • maxChars: 15000
  • extractMode: "markdown"

Handle failures gracefully:

  • If fetch returns 403/429/geo-block → skip and note as "blocked"
  • If fetch returns navigation-only content with no articles → skip and note
  • If fetch succeeds but has no recent articles → skip

3. Filter to Last 24 Hours

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.

4. Compile & Rank

Output ranked newest-to-oldest. Each entry must include:

  • Numbered ranking (1, 2, 3...)
  • Headline
  • Brief summary (2-3 sentences)
  • Source URL (clickable link — prefer original article URL)
  • Approximate date/time

5. Report Skipped Sources

At the end, list which sources from source.md were skipped and why (blocked, no articles, stale).

Output Format

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

Tips

  • For best results, keep source.md updated with reachable URLs
  • RSS feeds or API endpoints work better than article listing pages
  • If the user wants 50-100+ stories, recommend adding RSS feeds or using Tavily search skill as supplement
  • De-duplicate across sources (same story from multiple outlets → list once with multiple links)
  • If all sources are blocked, fall back to web_search for the news

版本历史

共 1 个版本

  • v1.1.4 当前
    2026-05-03 07:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 65 📥 158,515
data-analysis

Nature and science AI news

goog
抓取并摘要 Nature RSS 中的最新 AI 文章以及 New Scientist Technology 的前 7 条 AI 新闻,当用户询问 Nature AI 新闻或 New Scientist 热门 AI 新闻时使用。
★ 0 📥 633
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 957 📥 517,956