What problem does it solve? It lets an AI agent place and manage real phone calls programmatically, so users can automate outbound voice notifications, reminders, and interactive conversations without building telephony integrations themselves. ## Core Features & Use Cases - Call Initiation: Start outbound calls to any phone number with a spoken message via the initiate_call action or the openclaw voicecall call CLI command. - Call Lifecycle Management: Continue conversations, speak to the user mid-call, end calls, and check call status using continue_call, speak_to_user, end_call, and get_status actions. - Multi-Provider Support: Works with Twilio, Telnyx, or Plivo telephony providers, plus a mock provider for development without network access. - Use Case: An operations team configures the plugin with their Twilio credentials, then has the agent automatically call on-call engineers with an alert message and report the call status back. ## Quick Start Ask the agent to call +15555550123 with the message "Your deployment finished successfully" using the voice_call tool.