Compétence d'appel sortant Telnyx

VérifiéPrudence

Lance des appels téléphoniques via l'API Telnyx. Définit une tâche pour que l'IA d'appel se présente et converse.

Spar Skills Guide Bot
ProductiviteIntermédiaire
1023/07/2026
Claude CodeCursorWindsurfCopilotCodex
#telnyx#phone-call#outgoing-call#api#communication

Recommandé pour

Notre avis

Permet à un assistant IA d'initier et de gérer des appels téléphoniques sortants via l'API TelnyxOpenClaw.

Points forts

  • Intégration simple avec une seule requête POST
  • Gestion automatique de l'introduction et de la conversation
  • Support du mode conversationnel avec interruption par touche DTMF

Limites

  • Nécessite un serveur local et une configuration préalable (URL, .env)
  • Ne gère pas les appels entrants ni les SMS
  • Dépend de la qualité du réseau téléphonique et du service Telnyx
Quand l'utiliser

Lorsqu'il faut contacter un utilisateur par téléphone pour des rappels, notifications urgentes ou suivis automatisés.

Quand l'éviter

Pour des interactions purement textuelles ou asynchrones, ou lorsque l'utilisateur n'a pas donné son consentement pour être appelé.

Analyse de sécurité

Prudence
Score qualité85/100

The skill instructs the AI to make POST requests to a local API for placing phone calls. While the API itself may be legitimate, it introduces a network action that could be abused if the AI is tricked into calling arbitrary numbers or sending crafted tasks.

Points d'attention
  • Involves sending network requests to a local server, which could be manipulated to initiate unauthorized calls.

Exemples

Call user for appointment reminder
Initiate a phone call to +1234567890 with the task: Remind the user about their dentist appointment tomorrow at 10 AM.
Call default number for urgent notification
Call the default number with task: Notify the user that their order has been shipped and provide tracking details.

name: Telnyx Outgoing Call Skill description: Instructions for an AI to initiate and manage phone calls via the TelnyxOpenClaw API.

Telnyx Outgoing Call Skill

This skill allows an AI assistant to initiate phone calls to users and carry out specific tasks via a telephone interface.

Capabilities

  • Initiate a phone call to a specific number.
  • Provide a task that the call AI will use to introduce itself.
  • Automatically handle the transition from the task introduction to a back-and-forth conversation.

API Documentation

BASE URL: http://localhost:3023 (may differ)

POST /call

Initiates an outgoing call.

Request Body:

{
  "task": "The specific reason for the call (e.g., 'Remind the user about their dentist appointment')",
  "to": "+1234567890" (optional, defaults to DEFAULT_TO_NUMBER in .env)
}

Workflow for the AI:

  1. Identify Need: When you need to contact a user via phone (e.g., for a reminder, urgent notification, or follow-up).
  2. Formulate Task: Write a concise task description. The call AI will use this to generate its own greeting.
  3. Execute: Send a POST request to the /call endpoint.

How it works internally

  1. The server receives the task.
  2. An LLM generates a friendly, task-specific intro (e.g., "Hello, I'm calling to remind you about...").
  3. The call is placed via Telnyx.
  4. When answered, the intro is played.
  5. The system then enters a recording loop, allowing for a natural conversation.
  6. The user can press any key (DTMF) to stop a recording and force the AI to respond immediately.
Skills similaires