Demo thousands of TTS voices in one place. No API calls.

Listen to premium voices from Azure, AWS, MiniMax, and Telnyx instantly. Find your perfect voice in seconds.

Agent skills for
Voice AI

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
$ cd telnyx-skills
PROMPT OPENCLAW
Create a low-latency AI receptionist for a commercial spaceflight company that takes customers to the moon, answer inbound calls instantly, qualify prospective travelers, capture mission interest, budget, timeline, and passenger details, route VIP and urgent inquiries, book consultations, and send polished SMS follow-ups using Telnyx voice, messaging, and phone number infrastructure.
Explore Telnyx Skills on GitHub →
FEATURED BUILDER — $100 TESTING CREDITS WINNER

DeadZone

AI beyond the grid.

The vision: Text DeadZone from your phone's built-in satellite messaging. It pulls live data — weather, tides, river gauges, air quality, trail conditions — and replies in plain language. No cell signal, no app, no extra hardware.

WeatherTidesTrailsAir QualityEmergencyWeb Search

Spanish voices

294TTS voices

Español

Browse →

French voices

98TTS voices

Français

Browse →

German voices

82TTS voices

Deutsch

Browse →

Indonesian voices

31TTS voices

Bahasa Indonesia

Browse →

Italian voices

51TTS voices

Italiano

Browse →

Japanese voices

85TTS voices

日本語

Browse →

Korean voices

171TTS voices

한국어

Browse →

Portuguese voices

277TTS voices

Português

Browse →

Russian voices

34TTS voices

Русский

Browse →

Chinese voices

189TTS voices

中文

Browse →
[ TELNYX SKILLS ]

Found the voice.
Now plug it in.

36 agent skills across voice, messaging, numbers, SIP, and AI. Clone the repo, point your agent at a skill, and ship a working integration in minutes.

telnyx-voice

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-voice skill against our current call handling stack. Map each capability to our existing voice infrastructure, identify gaps and overlaps, and draft an integration plan that preserves our current failover logic while adding Telnyx call control. Include a dependency audit and a rollback strategy.

telnyx-voice-advanced

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Study the telnyx-voice-advanced skill and map its capabilities against our current call routing, conferencing, and transfer logic. Identify which advanced features we are reimplementing today that this skill handles natively, estimate the code we can retire, and draft a migration sequence that keeps production traffic uninterrupted.

telnyx-voice-gather

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-voice-gather skill and evaluate how its DTMF and speech collection patterns compare to our existing IVR flows. Identify where we can replace custom gather logic with this skill, what prompt tuning is needed for our use cases, and propose a test plan covering edge cases like timeout, partial input, and barge-in.

telnyx-voice-media

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Analyze the telnyx-voice-media skill and map its audio playback, recording, and TTS capabilities against our current media handling. Identify where this skill can replace custom media servers, what format conversions are needed, and draft an integration plan that preserves our existing recording retention policies and playback URLs.

telnyx-voice-streaming

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-voice-streaming skill and assess how its real-time audio streaming integrates with our speech-to-text and analytics pipeline. Compare WebSocket patterns, latency characteristics, and buffer management with our current approach. Propose an integration that runs alongside our existing stream processors without duplicating audio paths.

telnyx-voice-conferencing

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Study the telnyx-voice-conferencing skill and compare its bridge management, participant controls, and recording capabilities against our current conferencing solution. Identify feature parity gaps, estimate migration effort, and propose an integration plan that starts with internal meetings before moving customer-facing calls.

telnyx-ai-assistants

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Read through the telnyx-ai-assistants skill and analyze how it maps to our current architecture. Identify which of our existing services would benefit from AI assistant integration, flag any auth or webhook patterns that conflict with what we have today, and propose a phased rollout plan with the minimal surface area change for phase one.

telnyx-ai-inference

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-ai-inference skill and evaluate how it fits into our current ML inference pipeline. Compare model hosting, request routing, and response latency with our existing setup. Identify which inference workloads could migrate to this skill, what API contract changes are needed, and draft a benchmarking plan before any production cutover.

telnyx-missions

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-missions skill and assess how its orchestration model compares to our current workflow engine. Map mission lifecycle events to our existing state machine, identify where missions can replace custom orchestration code, and propose a migration path that runs both systems in parallel during validation.

telnyx-messaging

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Audit the telnyx-messaging skill against our current SMS/MMS pipeline. Compare throughput limits, delivery callback patterns, and opt-out handling with what we run today. Produce an integration plan that migrates traffic incrementally, starting with non-critical notification channels, and outline monitoring checkpoints.

telnyx-messaging-hosted

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-messaging-hosted skill and evaluate how hosted messaging fits alongside our current messaging setup. Analyze number provisioning flows, sender profile management, and delivery reporting. Recommend whether hosted messaging should replace or supplement our existing channels and outline the cutover steps.

telnyx-messaging-profiles

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-messaging-profiles skill and map its profile configuration model to our current sender management. Identify how profile-level settings like webhook URLs, opt-out behavior, and number pooling interact with our existing routing rules, and draft a plan to consolidate our sender config into Telnyx profiles.

telnyx-10dlc

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-10dlc skill and audit our current 10DLC registration status. Compare brand and campaign registration flows with what we have today, identify any compliance gaps, and produce a remediation plan with timeline estimates for each campaign type we need to register.

telnyx-numbers

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-numbers skill and compare its number search, ordering, and lifecycle management against our current number provisioning workflow. Identify where we can automate number acquisition, map number features to our requirements, and draft an integration plan that handles our multi-region numbering needs.

telnyx-numbers-config

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-numbers-config skill and evaluate how its number configuration model maps to our existing routing and connection assignments. Identify which config operations we currently handle manually that this skill can automate, and propose a migration that updates our number configs without service disruption.

telnyx-numbers-compliance

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-numbers-compliance skill against our current regulatory compliance workflow. Map document submission, address verification, and approval tracking to our existing process. Identify bottlenecks in our compliance pipeline that this skill resolves and draft an integration plan prioritized by the markets we operate in.

telnyx-numbers-services

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Analyze the telnyx-numbers-services skill and assess which number-level services like CNAM, call forwarding, and emergency services map to our current feature set. Identify services we are sourcing from other vendors that Telnyx can consolidate, and outline a migration with cost comparison.

telnyx-porting-in

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-porting-in skill and evaluate how its port-in workflow compares to our current number porting process. Map each step from LOA submission through FOC date to our existing tooling, identify automation opportunities, and propose a plan for porting our next batch of numbers with zero downtime.

telnyx-porting-out

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-porting-out skill and map its port-out request handling to our current churn management workflow. Identify where we can add automated notifications and approval gates, and draft a policy for handling port-out requests that balances customer retention with regulatory compliance.

telnyx-sip

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Analyze the telnyx-sip skill against our current SIP infrastructure. Map trunk configuration, codec negotiation, and failover behavior to our existing PBX setup. Identify what changes are needed in our network layer, produce a cutover plan with rollback windows, and flag any compliance or call-recording implications.

telnyx-sip-integrations

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-sip-integrations skill and assess how it simplifies connecting third-party PBX and UCaaS platforms to Telnyx. Map the integration patterns to our current provider connections, identify which integrations we can replace, and draft a migration plan ordered by traffic volume and business criticality.

telnyx-texml

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-texml skill and evaluate how TeXML call control compares to our current approach. Identify which call flows would benefit from declarative XML-based control versus programmatic call control, and propose a strategy for using TeXML where it simplifies our codebase without losing flexibility.

telnyx-webrtc

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-webrtc skill and assess how it fits into our current browser and mobile calling architecture. Compare its WebSocket signaling, SRTP media handling, and credential management with our existing WebRTC stack. Propose an integration path that supports both our web and mobile clients with a single implementation.

telnyx-verify

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-verify skill and compare it to our current phone verification flow. Evaluate OTP delivery methods, rate limiting, fraud detection, and country coverage against our requirements. Recommend whether to replace or run in parallel, and outline the integration steps including database schema changes for verification state.

telnyx-oauth

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-oauth skill and evaluate how its OAuth flow compares to our current API authentication. Map token management, scope definitions, and refresh patterns to our existing auth layer. Recommend whether to adopt Telnyx OAuth for all API interactions or only for specific integration points.

telnyx-iot

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-iot skill and map its SIM management, data plan provisioning, and device connectivity features against our current IoT deployment. Identify which device fleet operations we can automate with this skill, evaluate coverage in our target regions, and propose a pilot plan starting with our lowest-risk device group.

telnyx-networking

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Analyze the telnyx-networking skill and assess how its private network and IP management capabilities compare to our current network topology. Map VPN, IP assignment, and peering configurations to our existing setup, and draft an integration plan that improves our network resilience without disrupting current traffic flows.

telnyx-storage

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-storage skill and audit how its object storage, presigned URLs, and bucket policies compare to our current file storage setup. Identify which assets we could consolidate onto Telnyx storage, evaluate egress costs and CDN integration, and propose a migration plan that moves non-critical assets first with checksum verification.

telnyx-video

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-video skill and evaluate how its room management, participant controls, and recording features compare to our current video solution. Map feature parity, assess SDK compatibility with our frontend framework, and propose a pilot integration for internal video calls before expanding to customer-facing sessions.

telnyx-fax

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-fax skill and map its send, receive, and status tracking capabilities to our current fax workflow. Identify where we can replace legacy fax infrastructure, evaluate document format support and delivery reliability, and propose a migration that prioritizes our highest-volume fax routes first.

telnyx-account

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-account skill and assess how its account management capabilities map to our current admin tooling. Identify which account operations we handle manually that this skill can automate, evaluate the permission model against our org structure, and recommend an integration that streamlines our account administration.

telnyx-account-access

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-account-access skill and compare its API key and access management to our current credential provisioning workflow. Map key rotation, scope restrictions, and audit logging to our security requirements, and propose a plan for centralizing access management through this skill.

telnyx-account-management

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-account-management skill and evaluate how its sub-account and organization features map to our multi-tenant architecture. Identify where this skill can replace custom tenant isolation logic, and draft an integration plan that preserves our current billing boundaries and permission hierarchies.

telnyx-account-notifications

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Analyze the telnyx-account-notifications skill and map its alerting capabilities to our current monitoring and notification pipeline. Identify which account events we should subscribe to, compare delivery channels with our existing alerting stack, and propose a configuration that routes critical notifications to the right team without duplicating alerts.

telnyx-account-reports

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Review the telnyx-account-reports skill and assess how its reporting capabilities compare to our current analytics and billing dashboards. Map available report types to our existing KPIs, identify data we are computing manually that this skill provides natively, and propose an integration that feeds Telnyx reports into our existing BI pipeline.

telnyx-seti

TERMINAL
$ git clone https://github.com/team-telnyx/telnyx-skills.git
PROMPT OPENCLAW
Examine the telnyx-seti skill and evaluate how its secure telephony identity capabilities map to our current caller ID verification and STIR/SHAKEN compliance. Identify gaps in our attestation coverage, assess the impact on our call completion rates, and propose an integration plan that improves our trust score across all outbound traffic.