Files
nexus/wiki/sources/custom-morning-brief.md

51 lines
3.4 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: "Custom Morning Brief"
type: source
tags: []
date: 2026-04-27
---
## Source File
- [[raw/Agent/usecases/custom-morning-brief.md]]
## Summary用中文描述
- 核心主题OpenClaw AI 代理的"个性化早间简报"工作流——每天定时发送包含新闻、任务、创意内容草稿和 AI 主动建议的完整报告。
- 问题域用户最宝贵的时间早晨被低效的信息获取消耗AI 代理夜间闲置造成资源浪费。
- 方法/机制:定时任务(每日 8:00 AM+ 消息推送Telegram/Discord/iMessage+ 任务管理器集成Todoist/Apple Reminders/Asana+ 网络新闻研究 + AI 主动推荐可自主完成的任务。
- 结论/价值:将夜间空闲时间转化为高效准备时间;完整草稿(非仅标题/想法)才是节省时间的关键;通过自然语言随时定制简报内容。
## Key Claims用中文描述
- AI 代理夜间主动完成任务(生成草稿、研究新闻),用户醒来即可看到成品——把空闲时间转化为生产力。
- 完整内容草稿(脚本、邮件、方案)比单纯的想法/标题节省更多时间,醒来就能用。
- AI 推荐可自主完成的任务是最强大的功能——让 AI 主动思考如何帮助你,而非被动等待指令。
- 通过发消息给 Bot 自然语言定制简报,无需重新配置——"Add stock prices to my morning brief" 即时生效。
## Key Quotes
> "You wake up and spend the first 30 minutes of your day catching up — scrolling news, checking your calendar, reviewing your to-do list, trying to figure out what matters today. What if all of that was already done and waiting for you as a text message?" — 核心愿景描述
> "Full drafts (not just ideas) are the key to saving time. Wake up to scripts, not suggestions." — 核心价值主张
> "The AI-recommended tasks section is the most powerful part — it has the agent proactively think of ways to help you, rather than waiting for instructions." — 最强功能洞察
## Key Concepts
- [[ScheduledReport]]:定时推送结构化报告的工作流,区别于按需查询——主动性是核心差异
- [[ProactiveAI]]AI 代理主动预测需求、推荐行动,而非被动响应用户指令
- [[FullDraftGeneration]]:生成可直接使用的完整内容(脚本、邮件、方案),而非仅提供标题/想法
## Key Entities
- [[OpenClaw]]:本工作流的承载平台——调度任务、整合工具、生成报告的 AI Agent 框架
- [[AlexFinn]]OpenClaw 生活改变级用例视频的创作者,本工作流灵感来源
- [[Telegram]]:主要消息推送通道之一
- [[Todoist]]:任务管理器集成选项之一
## Connections
- [[MultiChannelAssistant]] ← extends ← [[CustomMorningBrief]]
- 多渠道助理已包含定时提醒能力,本工作流是其"定时主动推送"的具体应用场景
- [[TodoistTaskManager]] ← depends_on ← [[CustomMorningBrief]]
- 从 Todoist 拉取今日任务列表是简报的任务模块数据源
- [[SecondBrain]] ← similar_to ← [[CustomMorningBrief]]
- 都是将外部信息聚合后呈现给用户;区别在于 Second Brain 是被动查询,本工作流是主动推送
- [[ScheduledReminder]] ← similar_to ← [[CustomMorningBrief]]
- 均为定时触发的 AI 推送,但本工作流内容更丰富(新闻+任务+草稿+建议)
## Contradictions
- 无已知冲突。本工作流与其他定时/推送类工作流为互补或层级扩展关系。