Start voice calls via the OpenClaw voice-call plugin.
Install with Tessl CLI
npx tessl i github:Hung-Reo/hungreo-openclaw --skill voice-call60
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
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).e893157
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.