Files
nexus/wiki/concepts/定时晨报.md
weishen e62797a33a Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档
- Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理
- Index: 更新至 Batch 9
- 累计 sources: 108/182
2026-04-16 06:36:36 +08:00

44 lines
829 B
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: "定时晨报"
type: concept
tags: [automation, openclaw, daily-routine]
date: 2026-04-16
---
## Definition
Agent 在固定时间自动生成的每日简报,包含天气/日历/系统状态/任务看板等维度信息,通过 Telegram 或 Email 推送。
## 标准模板
```
### Weather
- 当前条件和预报
### Calendars
- 今日事件
- 冲突标注
### System Health
- CPU/RAM/Storage 概览
- 服务 UP/DOWN 状态
- ArgoCD 部署状态
- 24h 内告警
### Task Board
- 昨日完成卡片
- 进行中卡片
- 阻塞项
### Highlights
- 隔夜脑暴亮点
- 待处理邮件
- 本周截止日期
```
## 典型触发时间
- 8:00 AM工作日开始
- 23:00 PM夜间复盘
## Connections
- [[Self-Healing-Home-Server]]:晨报的具体实现
- [[每日复盘]]:互补流程(晚间 vs 早晨)