V

voice-call

by @steipetev
4.6(20)

Initiate voice calls via the OpenClaw voice call plugin to enable multimedia communication.

Voice CommunicationTelephony APIReal-time AudioWebRTCGitHub
Installation
npx skills add steipete/clawdis --skill voice-call
compare_arrows

Before / After Comparison

1
Before

Traditional voice call initiation processes are complex and connections are unstable, affecting communication efficiency. This results in a poor user experience and limits real-time collaboration.

After

The skill simplifies the voice call initiation process, achieving fast and stable connections. It significantly improves communication efficiency, optimizes user experience, and promotes real-time collaboration.

description SKILL.md


name: voice-call description: Start voice calls via the OpenClaw voice-call plugin. metadata: { "openclaw": { "emoji": "📞", "skillKey": "voice-call", "requires": { "config": ["plugins.entries.voice-call.enabled"] }, }, }

Voice Call

Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock).

CLI

openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw"
openclaw voicecall status --call-id <id>

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)

Notes:

  • Requires the voice-call plugin to be enabled.
  • Plugin config lives under plugins.entries.voice-call.config.
  • Twilio config: provider: "twilio" + twilio.accountSid/authToken + fromNumber.
  • Telnyx config: provider: "telnyx" + telnyx.apiKey/connectionId + fromNumber.
  • Plivo config: provider: "plivo" + plivo.authId/authToken + fromNumber.
  • Dev fallback: provider: "mock" (no network).

forumUser Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs930
Rating4.6 / 5.0
Version
Updated2026年3月17日
Comparisons1

User Rating

4.6(20)
5
0%
4
0%
3
0%
2
0%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月17日
Last Updated2026年3月17日