Install
openclaw skills install big-ai-newsAggregate 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 news digest", "big AI news", "merge AI news", "AI新闻汇总", "AI资讯汇总", or wants AI news from multiple sources combined. Supports fetching from TechNews 科技新報, 量子位 QbitAI, 科技岛 TechNice, AIBase, and other AI news sites. Outputs deduplicated, categorized news with titles, briefs, and links.
openclaw skills install big-ai-newsFetch AI news from multiple sources, deduplicate overlapping stories, merge into one categorized digest.
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.
## 📰 YYYY-MM-DD AI 新闻汇总(N 源合并)
### 🧠 大模型发布
**1. Title — Subtitle**
Brief summary here.
🔗 https://example.com/link
### 🤖 AI Agent & 工具
...
web_search with broad queries like "AI news today 2026" as last resort.