amazon-polly

Convert text into natural-sounding speech with Amazon Polly neural text-to-speech.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/framerslab/agentos-skills --skill amazon-polly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-polly
Source: https://github.com/framerslab/agentos-skills/tree/main/registry/curated/amazon-polly
Command: npx skills add https://github.com/framerslab/agentos-skills --skill amazon-polly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws, boto3, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of converting text to high-quality, natural-sounding speech using Amazon Polly's neural text-to-speech technology.

Core Features & Use Cases

  • Neural Text-to-Speech: Converts text into natural-sounding speech using Amazon Polly's advanced neural text-to-speech engine.
  • MP3 Output: Provides speech output in MP3 format for high-quality audio playback.
  • Voice Listing: Offers a wide range of voices, including default and custom options.
  • Integration: Designed for integration with AWS infrastructure and other applications that require speech synthesis.

Quick Start

Use the amazon-polly skill to synthesize the text "Hello, world!" into speech using the default voice.

Frequently Asked Questions about amazon-polly

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

FAQPage Schema
How do I convert text to natural-sounding speech using AWS?

To convert text to natural-sounding speech using AWS, this Skill leverages Amazon Polly's neural text-to-speech engine to synthesize provided text into high-quality audio output. It is suitable for integrating voice output into applications like voice assistants, generating MP3 audio files from text data.

Do I need AWS credentials to use Amazon Polly neural text-to-speech?

Yes, you need valid AWS credentials and active access to the Amazon Polly service to perform neural text-to-speech conversion. The Skill relies on the boto3 dependency to authenticate with your AWS infrastructure and process text data into speech.

What audio format does Amazon Polly text-to-speech output?

Amazon Polly text-to-speech output is provided in MP3 format for high-quality audio playback. This allows the synthesized neural speech to be easily integrated into various applications and interactive systems requiring standard audio file outputs.

Can I list available voices for neural speech synthesis with AWS boto3?

Yes, you can list available voices for neural speech synthesis using AWS boto3. This Skill offers a wide range of voices, including default and custom options, allowing you to select specific voice profiles for your text-to-speech integration within AWS infrastructure.

What is the best way to generate MP3 audio from text for a voice assistant?

The best way to generate MP3 audio from text for a voice assistant is using Amazon Polly's neural text-to-speech service. This Skill integrates directly with AWS infrastructure via boto3, converting text data into high-quality, natural-sounding speech suitable for interactive systems.

Related Skills