What problem does it solve? Making outbound phone calls from an AI agent or automation workflow normally requires writing custom integrations against telephony APIs. This Skill exposes call initiation, continuation, and status inspection through the OpenClaw voice-call plugin so calls can be triggered directly from the CLI or an agent tool. ## Core Features & Use Cases - Call Initiation: Start outbound calls to a phone number with a spoken message via the voice_call tool or openclaw voicecall call CLI command. - Call Lifecycle Control: Continue a call, speak to the user mid-call, end a call, or retrieve call status using actions like continue_call, speak_to_user, end_call, and get_status. - Multi-Provider Support: Works with Twilio, Telnyx, or Plivo configurations, plus a mock provider for development without network access. - Use Case: An operations agent detects a critical alert and calls the on-call engineer's phone with a spoken summary, then checks the call status to confirm delivery. ## Quick Start Ask the agent to call +15555550123 with the message "Hello from OpenClaw" using the voice_call tool.