Voice Call
Enable voice call functionality for OpenClaw agents. Supports Twilio integration for making and receiving phone calls through your AI assistant.
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
By
Comments
Sign in to leave a comment