Skip to content

Commit 73b8d5e

Browse files
authored
Merge pull request #6 from a692570/add-clawdtalk-usecase
Add ClawdTalk Phone-Based Personal Assistant use case
2 parents 8a2a8ef + 71684b3 commit 73b8d5e

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Solving the bottleneck of OpenClaw adaptation: Not ~~skills~~, but finding **way
4343
| [Personal CRM](usecases/personal-crm.md) | Automatically discover and track contacts from your email and calendar, with natural language queries. |
4444
| [Health & Symptom Tracker](usecases/health-symptom-tracker.md) | Track food intake and symptoms to identify triggers, with scheduled check-in reminders. |
4545
| [Multi-Channel Personal Assistant](usecases/multi-channel-assistant.md) | Route tasks across Telegram, Slack, email, and calendar from a single AI assistant. |
46+
| [Phone-Based Personal Assistant](usecases/phone-based-personal-assistant.md) | Access OpenClaw from any phone via voice call or SMS. Get calendar updates, Jira tickets, and web search results hands-free. |
4647

4748
## Research & Learning
4849

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Phone-Based Personal Assistant
2+
3+
## Pain Point
4+
5+
You want to access your AI agent from any phone (even basic feature phones) without needing a smartphone app or internet browser. You need hands-free assistance while driving, walking, or when your hands are occupied.
6+
7+
## What It Does
8+
9+
ClawdTalk enables OpenClaw to receive and make phone calls, turning any phone into a gateway to your AI assistant. You can:
10+
- Call a phone number to speak with your AI agent
11+
- Receive SMS notifications and send commands via text
12+
- Get calendar reminders, Jira updates, and web search results via voice or SMS
13+
- Integrate with Telnyx for reliable phone connectivity
14+
15+
## Prompts
16+
17+
```
18+
You are available via phone. When I call, greet me and ask how I can help.
19+
20+
For calendar queries: "What's on my calendar today?"
21+
For Jira updates: "Show me my open tickets"
22+
For web search: "Search for latest news on AI agents"
23+
```
24+
25+
## Skills Needed
26+
27+
- [ClawdTalk](https://github.com/team-telnyx/clawdtalk-client)
28+
- Calendar skill (Google Calendar or Outlook)
29+
- Jira skill
30+
- Web search skill
31+
32+
## Related Links
33+
34+
- [ClawdTalk GitHub](https://github.com/team-telnyx/clawdtalk-client)
35+
- [Telnyx API](https://telnyx.com/)
36+
- [OpenClaw Skills](https://github.com/openclaw/skills)

0 commit comments

Comments
 (0)