Files
nexus/wiki/concepts/Morning-Briefing.md

49 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Morning Briefing"
type: concept
tags: [automation, agent, productivity, daily-routine]
date: 2026-04-22
---
## Definition
Morning Briefing晨报是 AI Agent 每日定时(通常 8:00 AM自动生成并推送的结构化摘要将天气、日历、系统状态和任务看板整合为一份统一的可操作简报。
## In Home Lab Context
在 [[self-healing-home-server]] 中OpenClaw Agent "Reef" 每日 8:00 AM 生成晨报,包含以下模块:
### 晨报模板结构
```
### Weather
- 当前天气条件和 [所在地] 预报
### Calendars
- 你的今日事件
- 伴侣的今日事件
- 冲突或重叠标记
### System Health
- 所有机器的 CPU / RAM / Storage
- Services: UP/DOWN 状态
- 最近部署ArgoCD
- 过去 24h 的任何告警
### Task Board
- 昨日完成的卡片
- 进行中的卡片
- 需要关注的阻塞项
### Highlights
- 夜间头脑风暴的亮点
- 需要处理的邮件
- 本周即将到来的截止日期
```
## Key Insight
晨报将来自多个系统的碎片信息(天气 API、日历 API、监控系统、看板整合为单一可操作视图大幅降低每日信息获取成本。
## Connections
- [[OpenClaw]] — 生成晨报的 Agent 平台
- [[Agentic AI]] — 驱动晨报自动化的 AI 能力
- [[Cron定时任务]] — 晨报调度的触发机制(每日 8:00 AM cron job
- [[Daily-Digest]] — 类似思路AI 每日自动整理信息推送