phone-calls

Configure Twilio voice routing for outbound and inbound calls with transcript retrieval.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill phone-calls-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phone-calls
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/assistant/src/config/bundled-skills/phone-calls
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill phone-calls-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you enable and operate an AI calling experience over phone, including placing outbound calls, answering inbound calls, and retrieving past call transcripts.

Core Features & Use Cases

  • Twilio-assisted calling setup: Verifies Twilio configuration via the prerequisite setup skill before enabling calls.
  • Outbound call execution: Places calls using an objective task prompt and optional context, while enforcing correct phone number format and trial limitations.
  • Inbound call handling: Receives calls automatically once calls are enabled and a Twilio number is provisioned.
  • Live call interaction and steering: Handles user consult requests via guardian channels and allows real-time call steering through HTTP instructions.
  • Transcript retrieval: Points to reference materials for querying full bidirectional transcripts after calls complete.

Quick Start

Ask the assistant to place an outbound call: Provide your callee’s E.164 phone number and what you want the caller to accomplish in plain language.

Frequently Asked Questions about phone-calls

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

FAQPage Schema
How do I set up Twilio for AI voice assistant phone calls?

To set up Twilio for AI voice assistant phone calls, you must complete the twilio-setup prerequisite to verify your configuration before calls can be enabled on your account.

How do I make outbound calls with an AI assistant using Twilio?

You make outbound calls by providing the callee's E.164 formatted phone number and a plain language objective prompt, which triggers the call_start tool to execute the conversation.

Can I receive inbound phone calls and retrieve transcripts automatically?

Yes, inbound calls are received automatically once calls are enabled and a Twilio number is provisioned, and you can retrieve bidirectional call transcripts after completion.

Do I need to format phone numbers in a specific way for Twilio voice routing?

Yes, you must format phone numbers using E.164 validation to successfully execute tool-backed call_start, call_status, and call_end actions for voice routing.

How does guardian verification work during a live phone call?

Guardian verification handles live user consult requests via guardian channels during an active call, allowing real-time call steering through HTTP instructions with safe consultation timeout handling.

What are the limitations for placing outbound phone calls with this setup?

Outbound call limitations include enforcing correct phone number formats, applying E.164 validation, and accounting for trial account limitations when placing calls to execute tasks like reservations.