← Back to Plugins
Featured Voice OpenClaw

Voice Call

OpenClaw By OpenClaw 👁 11 views ▲ 0 votes

Enable voice call functionality for OpenClaw agents. Supports Twilio integration for making and receiving phone calls through your AI assistant.

Homepage Verified source GitHub

Install

openclaw plugins install @openclaw/voice-call

Configuration Example

{
  plugins: {
    entries: {
      "voice-call": {
        enabled: true,
        config: {
          provider: "twilio",
          twilio: {
            accountSid: "YOUR_SID",
            authToken: "YOUR_TOKEN",
            from: "+1234567890"
          }
        }
      }
    }
  }
}
voice official

Comments

Sign in to leave a comment

Loading comments...