← 返回 Skills 市场
goog

Big AI NEWS from multiple technews sources

作者 Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install big-ai-news
功能描述
Aggregate and deduplicate AI news from multiple Chinese and English tech news sources into a single merged digest. Use when the user asks for "AI news", "AI...
使用说明 (SKILL.md)

Big AI News — Multi-Source AI News Aggregator

Fetch AI news from multiple sources, deduplicate overlapping stories, merge into one categorized digest.

Default Sources

Fetch from all sources in parallel (independent, no ordering dependency):

# Source URL Method
1 TechNews 科技新報 https://technews.tw/category/ai/ web_fetch; fallback web_search with site:technews.tw AI + freshness: day
2 量子位 QbitAI https://www.qbitai.com/ web_search site:qbitai.com + freshness: day (direct fetch returns 403)
3 科技岛 TechNice https://www.technice.com.tw/category/issues/ai/ web_fetch; fallback web_search with site:technice.com.tw AI + freshness: day
4 AIBase https://news.aibase.com/zh/daily web_fetch to get latest digest link, then fetch the first (most recent) digest page

If the user specifies specific sources, only use those. If they say "all" or don't specify, use all four defaults.

Workflow

  1. Fetch all sources in parallel — use independent tool calls for each source simultaneously.
  2. Extract — for each source, collect: title, brief summary (1-2 sentences), and link URL.
  3. Deduplicate — compare titles and topics across sources. If the same story appears in multiple sources (e.g., same model release, same company announcement), merge into one entry and list all source links.
  4. Categorize — group into categories:
    • 🧠 大模型发布 (Model Releases)
    • 🤖 AI Agent & 工具 (Agents & Tools)
    • 💰 AI 市场 & 应用 (Market & Applications)
    • ⚡ AI 芯片 & 硬件 (Chips & Hardware)
    • 🔐 AI 安全 & 风险 (Security & Risks)
    • 📊 行业 & 政策 (Industry & Policy)
    • Adjust categories if the news doesn't fit neatly.
  5. Output — numbered list per category, each item with: bold title, 1-2 sentence brief, and link(s).

Output Format

## 📰 YYYY-MM-DD AI 新闻汇总(N 源合并)

### 🧠 大模型发布

**1. Title — Subtitle**
Brief summary here.
🔗 https://example.com/link

### 🤖 AI Agent & 工具
...
  • Title in bold, one-line subtitle after " — "
  • Brief: 1-2 concise sentences, no fluff
  • Link on its own line with 🔗 prefix
  • If merged from multiple sources, list all links
  • End with a short "today's top picks" callout (2-3 most significant items)

Fallback Handling

  • If a source fails to fetch, note it and continue with remaining sources.
  • If all sources fail, use web_search with broad queries like "AI news today 2026" as last resort.
  • Never block the whole digest because one source is down.

Language

  • Output in the same language the user uses (Chinese or English).
  • If mixed, default to Chinese (中文) since sources are predominantly Chinese.
安全使用建议
This skill appears to do what it says: fetch public news pages, deduplicate, categorize, and return a digest. Before installing, consider: (1) the skill assumes your agent has web_fetch/web_search capabilities — if your platform requires API keys for those tools, make sure those are provided by the platform and are acceptable to you; (2) the default sources are mainly Chinese/Taiwanese — if you want broader English coverage, ask for additional sources or confirm the skill will use general web_search fallback; (3) it does network fetching of external sites (public URLs) — if you have policies restricting outbound web access, note this behavior; (4) the skill requests no secrets or file access, so it does not appear to exfiltrate local data. If those points are acceptable, the skill is coherent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: big-ai-news Version: 1.0.0 The skill is a standard AI news aggregator that fetches, deduplicates, and categorizes news from legitimate tech sources like TechNews, QbitAI, and AIBase. It uses standard agent tools (web_fetch, web_search) for its stated purpose and contains no evidence of data exfiltration, malicious execution, or prompt injection attacks in SKILL.md.
能力评估
Purpose & Capability
The name/description (multi-source AI news aggregator) matches the instructions (fetch listed news sites, deduplicate, categorize, and produce a merged digest). The declared default sources and the workflow are appropriate for the stated purpose. One minor note: the description implies both Chinese and English sources but the default source list is primarily Chinese/Taiwanese — not a security issue but a functional limitation.
Instruction Scope
The SKILL.md only instructs web fetch/search of public news pages, extraction of title/brief/link, deduplication, categorization, and formatted output. It does not instruct reading local files, environment variables, or posting data to unexpected external endpoints. It does assume the agent platform provides 'web_fetch' and 'web_search' tools; if those tools are unavailable or require separate credentials, the skill may fail to run.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or installed. This is the lowest-risk install model and is proportional to the task.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with its purpose of fetching public web content and producing a digest — no sensitive access is requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It allows normal autonomous invocation (platform default) but does not ask to modify other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install big-ai-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /big-ai-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Big AI News 1.0.0 — Initial Release - Aggregates and deduplicates AI news from multiple Chinese and English tech sources into a single digest. - Categorizes news into key AI topics for easy browsing. - Automatically merges duplicate stories and lists all sources/links. - Adapts output language (Chinese/English) to user queries. - Provides clear fallback handling if sources are unavailable.
元数据
Slug big-ai-news
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Big AI NEWS from multiple technews sources 是什么?

Aggregate and deduplicate AI news from multiple Chinese and English tech news sources into a single merged digest. Use when the user asks for "AI news", "AI... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Big AI NEWS from multiple technews sources?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install big-ai-news」即可一键安装,无需额外配置。

Big AI NEWS from multiple technews sources 是免费的吗?

是的,Big AI NEWS from multiple technews sources 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Big AI NEWS from multiple technews sources 支持哪些平台?

Big AI NEWS from multiple technews sources 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Big AI NEWS from multiple technews sources?

由 Jay(@goog)开发并维护,当前版本 v1.0.0。

💬 留言讨论