Files
nexus/wiki/sources/phone-call-notifications.md
2026-04-17 22:17:27 +08:00

46 lines
1.8 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: "Phone Call Notifications"
type: source
tags: [agent, notification, voice, openclaw]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/phone-call-notifications.md]]
## Summary
- 核心主题AI Agent 电话通知渠道,通过主动呼叫实现重要事项实时提醒
- 问题域传统推送通知易被忽视Chat 消息容易淹没,紧急事项无法触达用户
- 方法/机制Agent 通过 clawr.ing 服务主动呼叫用户电话,实现双向语音交互
- 结论/价值电话是唯一无法_swipe_away的通知渠道适合真正重要的事项
## Key Claims
- Agent 主动呼叫用户,而非用户呼叫 Agent
- 支持双向对话,用户可以实时追问详情
- clawr.ing 覆盖 100+ 国家,支持真实 PSTN 电话(非 VoIP
- 电话通知需设置高阈值,避免过度使用导致麻木
## Key Quotes
> "For the stuff that actually matters, you need something you can't swipe away." — 核心价值主张
> "The agent calls YOU. You don't call the agent." — 交互模式定义
## Key Concepts
- [[Voice Agent]]:具备语音交互能力的 AI 代理
- [[Cron Jobs]]:定时任务调度机制
- [[Heartbeat]]:周期性检查机制,用于监控任务
## Key Entities
- [[clawr.ing]]托管电话呼叫服务AI Agent 通过 API 实现电话通知
- [[OpenClaw]]:开源 AI Agent 管理框架,支持多种触发器和输出渠道
## Connections
- [[OpenClaw]] ← uses ← [[Voice Agent]]
- [[OpenClaw]] ← triggers ← [[Cron Jobs]]
- [[OpenClaw]] ← triggers ← [[Heartbeat]]
- [[Voice Agent]] ← delivered_by ← [[clawr.ing]]
## Contradictions
- 与 [[Phone-Based Personal Assistant]] 存在场景重叠,但侧重点不同:
- Phone-Based Personal Assistant用户主动呼叫 AI 获取服务
- Phone Call NotificationsAI 主动呼叫用户推送通知