Install
openclaw skills install openclaw-voice-call-playbookOperate outbound voice calls safely with the OpenClaw voice-call plugin.
openclaw skills install openclaw-voice-call-playbookUse this skill when you need outbound operational calls from OpenClaw (Twilio, Telnyx, Plivo, or mock provider). It is for clear, task-specific call flows, not open-ended chat.
provider: "mock" for dry runs before real traffic.plugins.entries.voice-call.enabled.fromNumber are set.+15555550123).openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw"
openclaw voicecall status --call-id <id>
openclaw voicecall call --to "+15555550123" --message "This is an incident update. Check dashboard and acknowledge."
Use voice_call for agent-initiated calls.
Actions:
initiate_call (message, to?, mode?)continue_call (callId, message)speak_to_user (callId, message)end_call (callId)get_status (callId)provider: "twilio"twilio.accountSidtwilio.authTokenfromNumberprovider: "telnyx"telnyx.apiKeytelnyx.connectionIdfromNumberprovider: "plivo"plivo.authIdplivo.authTokenfromNumberprovider: "mock"| Symptom | Likely Cause | First Check |
|---|---|---|
| Call initiation fails immediately | Provider credentials missing/invalid | Confirm API key/token fields in plugin config |
| Call starts but no audio delivered | Message payload or provider voice route issue | Retry with a shorter plain-text message |
| Invalid destination error | Number not in E.164 format | Reformat to +<countrycode><number> |
| Provider accepted request, no final status | Webhook/status path not reachable | Inspect plugin logs and call status polling |
| Works in mock, fails in live | Provider-specific config mismatch | Compare live provider block against checklist |
plugins.entries.voice-call.config.