Auto-sync: 2026-04-17 16:17

This commit is contained in:
2026-04-17 16:17:32 +08:00
parent 2935282989
commit a1c4f6495b
17 changed files with 525 additions and 17 deletions

View File

@@ -0,0 +1,58 @@
---
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)