Install
openclaw skills install smallkeyboy-outbound-callMake outbound phone calls via ElevenLabs voice agent and Twilio
openclaw skills install smallkeyboy-outbound-callSource code and setup guide: github.com/humanjesse/hostinger-openclaw-guides
Place outbound phone calls using the ElevenLabs voice agent with Twilio. The voice agent on the call uses OpenClaw as its brain — same as inbound calls.
When the user asks you to:
Run the call script with a phone number in E.164 format:
python3 skills/outbound-call/call.py +1XXXXXXXXXX
With an optional custom first message (what the agent says when the recipient picks up):
python3 skills/outbound-call/call.py +1XXXXXXXXXX "Hi John, I'm calling about your appointment tomorrow."
With optional call context (passed as a dynamic variable to the agent):
python3 skills/outbound-call/call.py +1XXXXXXXXXX "Hi, this is a quick follow-up call." "Customer requested callback about billing issue #4521"