# AI Daily

> AI 日报 - 自动抓取 LLM/Agent 领域热点信息，生成结构化中文简报。

- Skill: `modbender/ai-daily-2` (Agent Skill, multi-file: 17 files)
- Install (CLI): `npx skillmds@latest add modbender/ai-daily-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/ai-daily-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/modbender/ai-daily-2

---


# AI Daily - AI 大模型日报

自动从多个异构信息源抓取、筛选、提炼大模型（LLM）和智能体（Agent）领域的 Top 级热点信息与核心论文，生成结构化中文简报。

## 命令

### 生成日报
```bash
bash {baseDir}/scripts/generate.sh
bash {baseDir}/scripts/generate.sh --date 2026-02-26
```

### 查看今日简报
```bash
bash {baseDir}/scripts/view.sh today
bash {baseDir}/scripts/view.sh 2026-02-26
```

### 手动触发（通过 OpenClaw）
```
/ai-daily generate
```

## 数据源

### 官方实验室与博客
- OpenAI, Anthropic, Google DeepMind, Meta AI, Mistral AI, Qwen, AWS ML

### 深度技术媒体
- The Batch, Hugging Face, 机器之心，量子位，Distill

### X (Twitter) KOL 追踪
- karpathy, ylecun, _akhaliq 等（通过 Tavily Search）

### 学术论文
- arXiv: cs.CL, cs.AI, cs.LG 分类

## 输出

每日生成 Markdown 格式简报，包含：
1. 📌 核心大事件总结
2. 🏢 官方框架更新
3. 💬 KOL 前沿观点
4. 📚 必读硬核论文

## 配置

编辑 `{baseDir}/config/sources.json` 自定义数据源。

## 定时任务

建议配置每日 08:00 自动执行：
```bash
# crontab -e
0 8 * * * cd /path/to/ai-daily && bash scripts/generate.sh
```

或在 OpenClaw 中使用 cron skill 设置。

