OpenClawSkills
GitHub
CLI Reference • TutorialHeader.readTime

Voice Call

CLI reference for `openclaw voicecall` (voice-call plugin command interface)

voicecall is a plugin-provided command. It only appears when the voice-call plugin is installed and enabled.

Primary docs:

- Voice-call plugin:Voice Call

Tutorial.step

Common commands

Bash
openclaw voicecall status --call-id <id>
openclaw voicecall call --to "+15555550123" --message "Hello" --mode notify
openclaw voicecall continue --call-id <id> --message "Any questions?"
openclaw voicecall end --call-id <id>
Tutorial.step

Expose webhooks (Tailscale)

Bash
openclaw voicecall expose --mode serve
openclaw voicecall expose --mode funnel
openclaw voicecall unexpose

Security note: only expose the webhook endpoint to networks you trust. Prefer Tailscale serve over funnel when possible.