首页龙虾技能列表 › AI news hub, powerful

AI news hub, powerful

v1.1.3

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.

0· 103·0 当前·0 累计
by @goog (Jay)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/7
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requested actions (reading a sources file and fetching recent articles) match its description and it asks for no credentials or installs, but there are a couple of minor inconsistencies and scope-expanding fallbacks you should review before use.
评估建议
This skill appears coherent for aggregating news, but before installing: (1) confirm which path the skill will read (workspace/source.md vs workspace/skills/more-news/source.md) so it does not accidentally read unintended files; (2) inspect source.md and remove any private or sensitive URLs you don't want the agent to fetch; (3) consider disabling or limiting the 'fallback to web_search' behavior if you want results strictly from the listed sources; and (4) if you have concerns about the agent f...
详细分析 ▾
用途与能力
The skill's name and description align with the instructions: it reads a user-provided list of news sites and aggregates recent articles. It does not request unrelated credentials or installs. Minor mismatch: the top-level description refers to 'workspace/source.md' while the Workflow step refers to 'workspace/skills/more-news/source.md' — that ambiguity could cause the agent to look in different locations.
指令范围
Runtime instructions are narrowly focused on fetching articles from the listed URLs, filtering to the last 24 hours, summarizing, ranking, and reporting skipped sources. Two scope issues to watch: (1) the path inconsistency (which file to read) could cause the agent to search other workspace locations; (2) the explicit fallback to 'web_search' if all sources are blocked broadens the sources the agent will query beyond the provided list. Neither is clearly malicious, but both expand what the agent will read/fetch.
安装机制
Instruction-only skill with no install spec and no code files — nothing is written to disk and no external packages are pulled in.
凭证需求
The skill requests no environment variables, secrets, or config paths. All required inputs are the workspace source file and public web URLs in that file, which is proportionate to the stated purpose.
持久化与权限
always is false, the skill does not request persistent privileges or modify other skills' configuration; autonomous invocation is allowed by platform default and is not, by itself, a concern here.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.1.32026/4/4

- Minor update: No functional or workflow changes. - Output format section now specifies "Ranked by datetime" instead of "Ranked by Date".

● 无害

安装命令 点击复制

官方npx clawhub@latest install more-news
镜像加速npx clawhub@latest install more-news --registry https://cn.clawhub-mirror.com

技能文档

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 sequence:

  • 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

Summary

MetricCount
Stories foundX
Sources fetchedY of Z
Sources skippedW

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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务