clawr.ing — Phone Calling Skill
Give your OpenClaw agent the ability to make real outbound phone calls to you. The agent calls you — you don't call the agent. There is no inbound phone number.
Website: clawr.ing
ClawHub: clawhub.ai/marcospgp/clawring
When to Use This Skill
- Your agent needs to reach you urgently and chat messages aren't enough
- Morning briefings, daily summaries, or scheduled check-ins
- Price alerts, server monitoring, build notifications — anything time-sensitive
- You want a hands-free way to interact with your agent (walking, driving, gym)
What This Skill Does
- Agent sends a REST API call to initiate an outbound phone call to you
- clawr.ing dials your phone number via its telephony infrastructure
- You answer and have a real voice conversation with your agent
- Human speech is transcribed to text, sent to the agent, and the agent's text reply is spoken back via TTS
- Everything the agent can do in chat still works on the phone — web search, setting alerts, running tasks
The agent sees the conversation as a simple text-based API (REST with long-polling). No WebSocket needed on the agent side.
How to Use
Setup
- Sign up at clawr.ing
- Copy the setup prompt from your dashboard
- Paste it into your OpenClaw agent's chat
- The agent reads the prompt, stores the API key, and gains phone calling capability
That's it. No Twilio account, no API keys to configure, no webhooks to set up.
Basic Usage
Tell your agent when to call you:
Call me when my build finishes.
Call me every morning at 8am with a briefing.
Call me if Bitcoin drops below $50k.
Call me if the server goes down.
When the agent decides to call, it dials your phone, you pick up, and you talk. When you're done, just say bye and it hangs up.
During a Call
- The agent puts you on hold with music while it works on longer tasks (web search, etc.)
- A thinking sound plays while the agent is generating its response
- You can interrupt the agent mid-sentence (barge-in) — it stops and listens
- Everything the agent can do in chat works on the phone
Key Details
- Outbound only: The agent calls you. You cannot call the agent. There is no inbound number.
- Managed service: No Twilio setup, no API keys, no webhooks. Paste one prompt and it works.
- 100+ countries: Call yourself from pretty much anywhere in the world.
- 70+ voices: Choose a voice for your agent from the dashboard.
- Model-agnostic: Works with any LLM that can make HTTP requests (Claude, GPT, Gemini, local models).
- Fast model recommended: Assign the skill to a fast, lightweight model (Haiku-class) for natural conversation pace. Slow models make conversations feel laggy.
Example
User (in OpenClaw chat): "Call me if ETH goes above $4000."
The agent monitors the price. When ETH crosses $4000:
- Agent calls your phone
- You answer
- Agent: "Hey, ETH just crossed $4000. It's currently at $4,012. Want me to do anything?"
- You: "Yeah, sell half my position."
- Agent: "On it. Let me check your portfolio..." (hold music plays)
- Agent comes back with the result
- You: "Thanks, bye."
- Call ends.
Tips
- Use a separate fast model for the calling skill so conversations feel natural
- Set up alerts for things that are genuinely urgent — the phone is for things you can't afford to miss
- The agent can call you proactively based on cron schedules, events, or triggers you define in OpenClaw
- You can tell the agent your preferences for when it's okay to call (e.g., "don't call me after 10pm")
Source: davepoon/buildwithclaude → plugins/all-skills/skills/clawring/SKILL.md
1---2name: clawring3description: Phone calling skill for OpenClaw: agent makes real outbound phone calls to users for alerts, briefings, reminders, and urgent notifications. Managed service, no Twilio setup needed. 100+ countries, 70+ voices.4---5
6
7# clawr.ing — Phone Calling Skill
8
9Give your OpenClaw agent the ability to make real outbound phone calls to you. The agent calls you — you don't call the agent. There is no inbound phone number.
10
11**Website**: [clawr.ing](https://clawr.ing)
12**ClawHub**: [clawhub.ai/marcospgp/clawring](https://clawhub.ai/marcospgp/clawring)
13
14## When to Use This Skill
15
16- Your agent needs to reach you urgently and chat messages aren't enough
17- Morning briefings, daily summaries, or scheduled check-ins
18- Price alerts, server monitoring, build notifications — anything time-sensitive
19- You want a hands-free way to interact with your agent (walking, driving, gym)
20
21## What This Skill Does
22
231. Agent sends a REST API call to initiate an outbound phone call to you
242. clawr.ing dials your phone number via its telephony infrastructure
253. You answer and have a real voice conversation with your agent
264. Human speech is transcribed to text, sent to the agent, and the agent's text reply is spoken back via TTS
275. Everything the agent can do in chat still works on the phone — web search, setting alerts, running tasks
28
29The agent sees the conversation as a simple text-based API (REST with long-polling). No WebSocket needed on the agent side.
30
31## How to Use
32
33### Setup
34
351. Sign up at [clawr.ing](https://clawr.ing)
362. Copy the setup prompt from your dashboard
373. Paste it into your OpenClaw agent's chat
384. The agent reads the prompt, stores the API key, and gains phone calling capability
39
40That's it. No Twilio account, no API keys to configure, no webhooks to set up.
41
42### Basic Usage
43
44Tell your agent when to call you:
45
46```
47Call me when my build finishes.
48```
49
50```
51Call me every morning at 8am with a briefing.
52```
53
54```
55Call me if Bitcoin drops below $50k.
56```
57
58```
59Call me if the server goes down.
60```
61
62When the agent decides to call, it dials your phone, you pick up, and you talk. When you're done, just say bye and it hangs up.
63
64### During a Call
65
66- The agent puts you on hold with music while it works on longer tasks (web search, etc.)
67- A thinking sound plays while the agent is generating its response
68- You can interrupt the agent mid-sentence (barge-in) — it stops and listens
69- Everything the agent can do in chat works on the phone
70
71## Key Details
72
73- **Outbound only**: The agent calls you. You cannot call the agent. There is no inbound number.
74- **Managed service**: No Twilio setup, no API keys, no webhooks. Paste one prompt and it works.
75- **100+ countries**: Call yourself from pretty much anywhere in the world.
76- **70+ voices**: Choose a voice for your agent from the dashboard.
77- **Model-agnostic**: Works with any LLM that can make HTTP requests (Claude, GPT, Gemini, local models).
78- **Fast model recommended**: Assign the skill to a fast, lightweight model (Haiku-class) for natural conversation pace. Slow models make conversations feel laggy.
79
80## Example
81
82**User** (in OpenClaw chat): "Call me if ETH goes above $4000."
83
84The agent monitors the price. When ETH crosses $4000:
85
861. Agent calls your phone
872. You answer
883. Agent: "Hey, ETH just crossed $4000. It's currently at $4,012. Want me to do anything?"
894. You: "Yeah, sell half my position."
905. Agent: "On it. Let me check your portfolio..." *(hold music plays)*
916. Agent comes back with the result
927. You: "Thanks, bye."
938. Call ends.
94
95## Tips
96
97- Use a separate fast model for the calling skill so conversations feel natural
98- Set up alerts for things that are genuinely urgent — the phone is for things you can't afford to miss
99- The agent can call you proactively based on cron schedules, events, or triggers you define in OpenClaw
100- You can tell the agent your preferences for when it's okay to call (e.g., "don't call me after 10pm")
101
102---
103
104**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/all-skills/skills/clawring/SKILL.md`