61 lines
2.8 KiB
Markdown
61 lines
2.8 KiB
Markdown
---
|
||
id: family-calendar-household-assistant
|
||
title: "家庭日历聚合与生活助手"
|
||
type: source
|
||
tags: []
|
||
date: 2026-04-17
|
||
sources:
|
||
- raw/Agent/usecases/family-calendar-household-assistant.md
|
||
last_updated: 2026-04-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/family-calendar-household-assistant.md]]
|
||
|
||
## Summary
|
||
- 核心主题:将 OpenClaw 构建为家庭协调代理,聚合多平台日历、监控消息自动创建日程、管理家庭库存和购物清单
|
||
- 问题域:家庭日程碎片化、生活协调效率低、容易错过重要预约
|
||
- 方法/机制:
|
||
- 早晨简报聚合所有日历来源
|
||
- 环境消息监控自动识别可执行事项
|
||
- 驾驶时间缓冲自动添加
|
||
- 家庭库存追踪(食品储藏室、冰箱)
|
||
- 照片输入 OCR 处理学校日历
|
||
- 结论/价值:Ambient(环境式)交互是关键突破点,Mac Mini 是最佳运行设备
|
||
|
||
## Key Claims
|
||
- 日历碎片化问题无法通过手动检查解决,必须自动化聚合
|
||
- AI Agent 在后台被动监控消息并主动创建日历事件是核心差异化能力
|
||
- 驾驶时间缓冲(前后的 30 分钟)能显著减少迟到和匆忙
|
||
- 照片输入(学校日历 PDF、冷冻室内容)比打字更高效
|
||
|
||
## Key Quotes
|
||
> "I didn't ask it to do that. It just knew that's what I'd want." — 用户对 AI 主动创建日历事件的惊叹
|
||
|
||
> "one of the best uses of an LLM I've ever experienced." — @theaaron 在 OpenClaw Showcase 对聊天式日历管理的评价
|
||
|
||
> "I forget where I put things down 5 seconds ago... It's genuinely a big problem for me because I let things expire." — dns_snek 关于家庭库存管理的挑战
|
||
|
||
## Key Concepts
|
||
- [[Ambient-Mode]]:AI Agent 被动监控环境并主动行动,无需用户主动请求
|
||
- [[家庭库存追踪]]:通过 JSON 文件维护食品储藏室和冰箱物品的持续库存
|
||
- [[驾驶时间缓冲]]:在日历事件前后自动添加的出行时间预留
|
||
- [[早晨简报]]:定时聚合所有日历来源的每日摘要
|
||
- [[消息模式识别]]:从文本对话中检测可执行事项(预约、承诺)的技术
|
||
- [[照片 OCR 输入]]:通过视觉模型从物理日历或冷冻室照片提取结构化数据
|
||
|
||
## Key Entities
|
||
- [[OpenClaw]]:AI Agent 管理工具,本用例的核心运行平台
|
||
- [[Mac-Mini]]:推荐的家庭运行设备,支持 iMessage 集成和 Apple Calendar
|
||
- [[Telegram]]:家庭共享聊天界面,提供双方可见性
|
||
- [[Google-Calendar]]:工作日历和家庭日历的数据来源
|
||
- [[ical]]:Apple Calendar 访问方式
|
||
|
||
## Connections
|
||
- [[Self-Healing-Home-Server]] ← uses ← [[OpenClaw]]
|
||
- [[Custom-Morning-Brief]] ← similar_to ← [[家庭日历聚合]]
|
||
- [[Dynamic-Dashboard]] ← uses ← [[Telegram]]
|
||
- [[Second-Brain]] ← uses ← [[Telegram]]
|
||
|
||
## Contradictions
|
||
- (暂无记录) |