Files
clawdbot/skills/voice-call/SKILL.md
2026-01-11 12:11:12 +00:00

733 B

name, description, metadata
name description metadata
voice-call Start voice calls via the Clawdbot voice-call plugin.
clawdbot
emoji skillKey requires
📞 voice-call
config
plugins.entries.voice-call.enabled

Voice Call

Use the voice-call plugin to start or inspect calls.

CLI

clawdbot voicecall status
clawdbot voicecall start --to "+15555550123" --message "Hello"

Tool

Use voice_call for agent-initiated calls.

Parameters:

  • to (string): phone number or provider target
  • message (string, optional): optional intro or instruction
  • mode ("call" | "status", optional)

Notes:

  • Requires the voice-call plugin to be enabled.
  • Plugin config lives under plugins.entries.voice-call.config.