Install
openclaw skills install telcall-twilioMake emergency phone calls via Twilio. Use when you need to call someone and play a voice message programmatically (e.g., server down alerts, security notifications).
openclaw skills install telcall-twilioMake phone calls that speak a message to the recipient using Twilio's Voice API.
From the Twilio Console homepage, copy:
AC...)Trial accounts can only call verified numbers:
Note: Upgrade your account ($20 minimum) to call any number without verification.
Run the setup script to configure your Twilio credentials:
bash ~/.openclaw/workspace/telcall-twilio/scripts/setup.sh
You will be prompted to enter:
+15551234567)+8613812345678)bash ~/.openclaw/workspace/telcall-twilio/scripts/call.sh "Your message here"
Simply tell your assistant:
The assistant will use this skill to make the call.
| Item | Price |
|---|---|
| US Phone Number | ~$1/month |
| Call to most countries | ~$0.02-0.15/min |
| Text-to-speech | Free (TwiML) |
Estimated monthly cost: $2-5 for occasional emergency calls.
Your account is in trial mode. Either:
telcall-twilio/
├── SKILL.md # This file
├── scripts/
│ ├── setup.sh # Configure credentials
│ └── call.sh # Make a phone call
└── config/
└── twilio.json # Credentials (created by setup.sh)
MIT License - Feel free to use and modify.