/install big-ai-news
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
- Fetch all sources in parallel — use independent tool calls for each source simultaneously.
- Extract — for each source, collect: title, brief summary (1-2 sentences), and link URL.
- 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.
- 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.
- 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_searchwith 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install big-ai-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/big-ai-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。