Start voice calls via the OpenClaw voice-call plugin.
70
56%
Does it follow best practices?
Impact
100%
1.17xAverage score across 3 eval scenarios
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/voice-call/SKILL.mdThe canonical home for this skill is voice-call in openclaw/openclaw
Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).
openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw"
openclaw voicecall status --call-id <id>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)Notes:
plugins.entries.voice-call.config.provider: "twilio" + twilio.accountSid/authToken + fromNumber.provider: "telnyx" + telnyx.apiKey/connectionId + fromNumber.provider: "plivo" + plivo.authId/authToken + fromNumber.provider: "mock" (no network).b4fc4af
Canonical home
since Jul 27, 2026
Also appears in
since May 7, 2026
since Mar 18, 2026
since Feb 23, 2026
since Feb 23, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.