Auto-sync: 2026-04-27 12:02
This commit is contained in:
@@ -1,44 +1,50 @@
|
||||
---
|
||||
title: "Custom Morning Brief"
|
||||
type: source
|
||||
tags: []
|
||||
date: 2026-04-22
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[Agent/usecases/custom-morning-brief]]
|
||||
|
||||
## Summary(用中文描述)
|
||||
- 核心主题:AI Agent 驱动的个性化晨间简报系统
|
||||
- 问题域:个人生产力 / 信息过载 / 早晨时间利用
|
||||
- 方法/机制:定时任务调度(每日固定时间) + AI 研究助理(抓取相关新闻) + 待办列表集成 + 主动任务推荐(AI 自主思考可帮助用户完成的事项)+ 创意内容生成(睡前完成完整稿件/邮件/方案草稿,而非仅提供标题)
|
||||
- 结论/价值:将 AI 闲置的夜间时间转化为生产力,用户醒来即可获得结构化简报,把早晨最有价值的注意力用于决策而非信息收集
|
||||
|
||||
## Key Claims(用中文描述)
|
||||
- AI 主动推荐任务 → 用户从"等指令"变为"收到已完成的成果",实现真正的自动驾驶式助理
|
||||
- 完整草稿(full draft scripts)比标题建议 → 节省用户时间,醒来直接使用
|
||||
- 简报个性化 → 发送文字消息即可调整,无需重新配置
|
||||
|
||||
## Key Quotes
|
||||
> "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." — 核心洞察
|
||||
> "Full drafts (not just ideas) are the key to saving time. Wake up to scripts, not suggestions." — 与竞品差异化价值
|
||||
> "You can customize the brief just by texting. Say 'Add stock prices to my morning brief' and it updates." — 低门槛个性化
|
||||
|
||||
## Key Concepts
|
||||
- [[Scheduled Task Flywheel]]:定时任务飞轮——利用夜间空闲时间让 AI 完成前置工作,用户醒来直接使用成果
|
||||
- [[Proactive Agent Recommendation]]:主动任务推荐——AI 自主思考可帮助用户完成的事项,而非被动等待指令
|
||||
- [[Multi-Channel Integration]]:多渠道集成——Telegram / Discord / iMessage 统一消息入口
|
||||
|
||||
## Key Entities
|
||||
- [[OpenClaw]]:多 Agent 记忆框架,本简报场景的核心执行引擎
|
||||
- [[Alex Finn]]:OpenClaw 玩家,YouTube 视频激发了此工作流的流行
|
||||
- [[Todoist]]:待办列表集成目标之一(支持 Apple Reminders / Asana)
|
||||
- [[x-research-v2]]:ClaHub 上的社交媒体趋势研究工具(可选集成)
|
||||
|
||||
## Connections
|
||||
- [[phone-based-personal-assistant]] ← shared_user_case ← [[custom-morning-brief]](两者均强调 AI 在用户无主动操作时提供价值)
|
||||
- [[multi-channel-assistant]] ← uses ← [[OpenClaw]](均依赖 OpenClaw 的多渠道消息集成能力)
|
||||
- [[self-healing-home-server]] ← extends ← [[custom-morning-brief]](Reef 的 Morning Briefing 是 custom-morning-brief 的家庭服务器垂直场景实例)
|
||||
|
||||
## Contradictions
|
||||
- 无已知冲突
|
||||
---
|
||||
title: "Custom Morning Brief"
|
||||
type: source
|
||||
tags: []
|
||||
date: 2026-04-27
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[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
|
||||
- 无已知冲突。本工作流与其他定时/推送类工作流为互补或层级扩展关系。
|
||||
|
||||
Reference in New Issue
Block a user