OpenClaw Voice Call Playbook OpenClaw Skill
Operate outbound voice calls safely with the OpenClaw voice-call plugin.
Installation
clawhub install openclaw-voice-call-playbook
Requires npm i -g clawhub
39
Downloads
0
Stars
0
current installs
0 all-time
1
Versions
Power your OpenClaw skills with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
Voice Call
Use 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.
Usage Boundaries
- Only place calls with explicit user intent and a confirmed destination.
- Keep messages short, factual, and action-oriented (reminder, alert, verification, escalation).
- Do not auto-redial in loops without an explicit retry policy.
- Use
provider: "mock"for dry runs before real traffic.
Preflight Checklist
- Confirm plugin is enabled:
plugins.entries.voice-call.enabled. - Confirm provider credentials and
fromNumberare set. - Verify destination number format (E.164, for example
+15555550123). - Start with a short script (<30 seconds) and test in mock mode.
- If using retries, define max attempts and spacing up front.
CLI
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."
Tool
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 Config
- Twilio:
provider: "twilio"twilio.accountSidtwilio.authTokenfromNumber
- Telnyx:
provider: "telnyx"telnyx.apiKeytelnyx.connectionIdfromNumber
- Plivo:
provider: "plivo"plivo.authIdplivo.authTokenfromNumber
- Mock/dev:
provider: "mock"- No network calls; use for local flow checks.
Common Failure Signatures
| 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 |
Practical Patterns
- Incident alert:
- Initial call: concise status + callback action.
- Follow-up call: only if no acknowledgment within defined window.
- Appointment/payment reminder:
- Single outbound call with one explicit next action.
- Escalation chain:
- Try primary contact, then secondary, capped attempts, then stop.
Notes
- Requires the voice-call plugin to be enabled.
- Plugin config lives under
plugins.entries.voice-call.config. - For high-volume usage, add provider-level rate limits and internal cooldown tracking.
- Log call IDs and outcome states for auditability and retry decisions.
Statistics
Author
Daniel Sinewe
@danielsinewe
Latest Changes
v0.1.0 · Apr 15, 2026
Initial release: outbound voice-call operations playbook with safety gates, provider setup checks, and troubleshooting matrix.
Quick Install
clawhub install openclaw-voice-call-playbook Related Skills
Other popular skills you might find useful.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.