58 lines
2.1 KiB
Markdown
58 lines
2.1 KiB
Markdown
---
|
||
title: Phone-Based Personal Assistant
|
||
type: source
|
||
tags: [AI Agent, Use Case, Voice Agent]
|
||
date: 2026-04-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/phone-based-personal-assistant.md]]
|
||
|
||
## Summary
|
||
- 核心主题:基于电话的AI个人助理,让任何手机通过语音与AI Agent交互
|
||
- 问题域:Hands-free AI访问、手机端语音交互、解放双手场景
|
||
- 方法/机制:ClawdTalk集成Telnyx电话服务,实现OpenClaw的语音通话功能
|
||
- 结论/价值:用户无需智能手机应用或浏览器即可通过语音访问AI助手,适用于开车、步行等双手被占用的场景
|
||
|
||
## Key Claims
|
||
- ClawdTalk enables OpenClaw to receive and make phone calls, turning any phone into a gateway to your AI assistant
|
||
- 用户可以通过打电话获取日历提醒、Jira更新和网络搜索结果
|
||
- SMS支持即将推出
|
||
|
||
## Key Quotes
|
||
> "You want to access your AI agent from any phone without needing a smartphone app or internet browser." — 核心痛点描述
|
||
|
||
## Key Concepts
|
||
- [[Voice Agent]]:具备语音交互能力的AI代理,能够通过语音对话完成任务
|
||
- [[Telnyx]]:电话连接服务提供商,为ClawdTalk提供可靠的电话 connectivity
|
||
|
||
## Key Entities
|
||
- [[ClawdTalk]]:连接OpenClaw与电话网络的客户端工具
|
||
- [[OpenClaw]]:AI Agent管理工具,支持多技能集成
|
||
- [[Telnyx]]:电话API服务提供商
|
||
|
||
## Connections
|
||
- [[OpenClaw]] ← integrates_with ← [[ClawdTalk]]
|
||
- [[ClawdTalk]] ← uses ← [[Telnyx]]
|
||
- [[Voice Agent]] ← enables ← [[Phone-Based Personal Assistant]]
|
||
|
||
## Prompts
|
||
```
|
||
You are available via phone. When I call, greet me and ask how I can help.
|
||
|
||
For calendar queries: "What's on my calendar today?"
|
||
For Jira updates: "Show me my open tickets"
|
||
For web search: "Search for latest news on AI agents"
|
||
```
|
||
|
||
## Skills Needed
|
||
- [ClawdTalk](https://github.com/team-telnyx/clawdtalk-client)
|
||
- Calendar skill (Google Calendar or Outlook)
|
||
- Jira skill
|
||
- Web search skill
|
||
|
||
## Related Links
|
||
- [ClawdTalk Website](https://clawdtalk.com)
|
||
- [ClawdTalk GitHub](https://github.com/team-telnyx/clawdtalk-client)
|
||
- [Telnyx API](https://telnyx.com/)
|
||
- [OpenClaw Skills](https://github.com/openclaw/skills) |