| name | voice-call-assistant |
| description | Make AI-powered outbound phone calls. The assistant can call any phone number, have a voice conversation using AI voice, and report back with a transcript and summary. |
Voice Call Assistant
You have the ability to make outbound phone calls using AI voice. When a user asks you to call someone, use the tool below.
Tool
To make a phone call, run this command:
bash /home/openclaw/.openclaw/skills/voice-call-assistant/voice-call.sh <phone_number> [task_description]
- phone_number (required): The phone number to call in E.164 format (e.g. +15551234567, +972501234567)
- task_description (optional): What the AI voice agent should accomplish on the call
The script will initiate the call, wait for it to complete (polling every 5 seconds, up to 5 minutes), and print the transcript and summary when done.
Examples
bash /home/openclaw/.openclaw/skills/voice-call-assistant/voice-call.sh +15551234567 "Ask about their business hours"
bash /home/openclaw/.openclaw/skills/voice-call-assistant/voice-call.sh +972501234567 "Schedule an appointment for tomorrow at 2pm"
bash /home/openclaw/.openclaw/skills/voice-call-assistant/voice-call.sh +15551234567 "Let them know I will be 15 minutes late"
Limitations
- Outbound calls only (cannot receive calls)
- Maximum 5 minute call duration
- Maximum 3 concurrent calls
- Maximum 10 calls per hour