67 lines
5.4 KiB
Markdown
67 lines
5.4 KiB
Markdown
---
|
||
title: "Family Calendar Aggregation & Household Assistant"
|
||
type: source
|
||
tags: []
|
||
date: 2026-04-27
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/family-calendar-household-assistant.md]]
|
||
|
||
## Summary(用中文描述)
|
||
- 核心主题:AI Agent 作为家庭日程协调中心,聚合多源日历、提供晨间简报、监控消息自动创建日历事件、管理家庭库存和购物清单。
|
||
- 问题域:现代家庭面临 5+ 个日历分散在不同平台(工作/个人/家庭/学校/课外),消息中的预约确认无人处理,家庭物资管理依赖零散短信。
|
||
- 方法/机制:
|
||
- 日历聚合层:汇聚 Google Calendar、Apple Calendar、学校 PDF/邮件附件等多源日历,生成统一晨间简报
|
||
- 环境消息监控(Ambient Message Monitoring):每 15 分钟扫描 iMessage,识别预约模式("confirmed for..."、"moved to Saturday at 3pm"),自动创建日历事件并附加行车时间缓冲
|
||
- 家庭库存追踪:JSON 文件存储物品位置/数量,支持照片 OCR 更新、小票识别
|
||
- 共享家庭 Telegram 频道:双方伴侣均可查询,建立信任和错误早期发现
|
||
- 结论/价值:Ambient(主动环境感知)比 Active(被动等待指令)更有价值——最大的突破是 Agent 在不被要求的情况下主动行动;Mac Mini 是该场景的最优硬件选择(iMessage 集成 + 始终在线)。
|
||
|
||
## Key Claims(用中文描述)
|
||
- 多日历分散导致重要事件遗漏:工作日历有安全限制无法共享,学校日历以 PDF 或手写网站形式存在,人工逐一检查每日不可持续。
|
||
- 环境消息监控是核心差异化因素:Agent 被动监听消息流,在识别到可执行项时自动采取行动("我从没要求它这样做。它就是知道这是我想要的。")。
|
||
- Mac Mini 是家庭助理场景的最优硬件:支持 iMessage 集成、Apple Calendar,始终在线,是该方案的甜点配置。
|
||
- 照片输入被低估:拍摄学校日历 PDF 或冰箱内容的照片比打字更快,视觉模型处理效果良好。
|
||
- 从只读开始:先启用日历读取和消息监控,再启用写入操作(创建事件、发送消息)。
|
||
|
||
## Key Quotes
|
||
> "Ambient > active: The biggest unlock is the agent acting without being asked. Detecting an appointment in a text message and creating a calendar event with driving buffers — 'I didn't ask it to do that. It just knew that's what I'd want.'"
|
||
— Sparkry AI, 24 Hours with OpenClaw 实测案例(妻子收到牙医预约短信,OpenClaw 自动创建日历事件并附加 30 分钟行车缓冲)
|
||
|
||
> "Copying events across calendars works well until I forget and one slips through the cracks."
|
||
— angiolillo, Hacker News 用户
|
||
|
||
> "How much milk do we have?" requires physically checking the fridge, then the basement pantry, then texting back.
|
||
— 家庭物资协调痛点描述
|
||
|
||
## Key Concepts
|
||
- [[Morning Briefing]]:每天定时(8:00 AM)聚合所有家庭日历生成统一简报,通过 Telegram/Slack 家庭频道投递;本页面是 Morning Briefing 的家庭场景垂直实现。
|
||
- [[Ambient Message Monitoring]]:环境消息监控——Agent 被动监听消息流而非等待用户主动询问,在识别到可执行项时自动创建日历事件或提醒,是本系统的核心差异化机制。
|
||
- [[Household Inventory Tracking]]:家庭物资库存追踪——JSON 文件存储物品名称/数量/位置(冰箱/食品储藏室/地下室),支持照片 OCR、小票识别和自然语言更新。
|
||
- [[Calendar Aggregation]]:多源日历聚合——整合 Google Calendar、Apple Calendar、学校 PDF 邮件附件等多个来源,生成统一视图。
|
||
- [[Driving Time Buffer]]:行车时间缓冲——自动在预约事件前后各添加 30 分钟的通勤时间块。
|
||
- [[Grocery Coordination]]:购物协调——跨食谱去重原料、追踪低库存物品、自动生成购物清单。
|
||
|
||
## Key Entities
|
||
- [[OpenClaw]]:核心 Agent 框架,支持持久记忆和工作流编排,运行本家庭助理系统的底层引擎。
|
||
- [[Sparkry AI]]:OpenClaw 实践者社区,发布了"24 Hours with OpenClaw"实测文章,是 Ambient Message Monitoring 机制的实测来源。
|
||
- Brandon Wang:Clawdbot "Linguini" 的作者,Mac Mini 家庭部署方案——通过 iMessage 和 Slack 协调家庭物流、处理照片库存、自动跟进提醒。
|
||
- angiolillo:Hacker News 用户,分享了多日历管理痛点。
|
||
- dns_snek:Hacker News 用户,提到家庭物资管理挑战("我5秒前放的东西就忘了在哪...东西过期是个大问题")。
|
||
- Google Calendar:主要日历来源之一。
|
||
- Apple Calendar:Mac Mini 本地日历源。
|
||
|
||
## Connections
|
||
- [[Second Brain]] ← 共享 ← [[Family Calendar Household Assistant]]
|
||
- 两者都基于 [[OpenClaw]] 的持久记忆能力;Second Brain 侧重对话记忆捕获,本方案侧重家庭协调场景。
|
||
- [[Custom Morning Brief]] ← 类似模式 ← [[Family Calendar Household Assistant]]
|
||
- 同属定时晨间简报场景,但 Custom Morning Brief 面向个人,本方案面向家庭。
|
||
- [[phone-based-personal-assistant]] ← 互补 ← [[Family Calendar Household Assistant]]
|
||
- 语音入口覆盖无屏场景,文字入口(iMessage/Telegram)覆盖图文交互。
|
||
- [[personal-crm]] ← 类似技术栈 ← [[Family Calendar Household Assistant]]
|
||
- 均通过 Telegram Topic 或 Slack Channel 提供自然语言查询接口。
|
||
|
||
## Contradictions
|
||
- 无已知冲突。
|