voice-call

Initiate and manage voice calls through Twilio, Telnyx, or Plivo.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/hammadparveez/mrhammadclaw --skill voice-call-hammadparveez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call
Source: https://github.com/hammadparveez/mrhammadclaw/tree/main/skills/voice-call
Command: npx skills add https://github.com/hammadparveez/mrhammadclaw --skill voice-call-hammadparveez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the initiation and management of voice calls directly through the MrHammadClaw platform, abstracting away the complexities of underlying telephony providers.

Core Features & Use Cases

  • Initiate Calls: Start new voice calls to specified phone numbers with custom messages.
  • Manage Calls: Check the status of ongoing or completed calls using their unique IDs.
  • Use Case: An agent needs to immediately contact a customer about an urgent issue. The agent can use this Skill to initiate a call to the customer's number, providing a brief alert message before the call connects.

Quick Start

Use the voice-call skill to initiate a call to +15555550123 with the message Hello from MrHammadClaw.

Frequently Asked Questions about voice-call

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initiate an outbound voice call to a specific phone number?

To initiate an outbound voice call, you use the voice communication Skill to specify a target phone number and a custom message. The session is then established through configured telephony providers like Twilio, Telnyx, or Plivo.

Can I check the status of an ongoing voice call using its ID?

Yes, you can check the status of ongoing or completed voice calls by querying the call using its unique ID. This status monitoring is managed through the integrated telephony plugins.

Does this telephony integration work with Twilio, Telnyx, and Plivo?

Yes, the voice communication integration supports various telephony providers including Twilio, Telnyx, and Plivo. Successful execution requires specific plugin configurations for the chosen provider.

What are the prerequisites for setting up outbound voice calls?

Setting up outbound voice calls requires specific telephony plugin configurations, such as connecting a provider account like Twilio or Telnyx. These plugins must be properly configured before execution.

Can I send a custom automated message before connecting a voice call?

Yes, when you initiate a voice call, you can provide a custom message that will be delivered to the recipient. This is useful for providing automated alerts before the connection is established.