amazon-polly
Installation
SKILL.md
Amazon Polly
Amazon Polly is a cloud-based service that turns text into lifelike speech. Developers use it to create applications that talk, enabling features like voice notifications and content narration. It's used by businesses and organizations needing to add voice capabilities to their products.
Official docs: https://docs.aws.amazon.com/polly/latest/dg/what-is.html
Amazon Polly Overview
- Synthesize Speech — Creates synthesized speech from the input text or SSML.
- List Voices — Retrieves a list of available voices.
- Describe Voices — Provides full details about a specific voice.
Working with Amazon Polly
This skill uses the Membrane CLI to interact with Amazon Polly. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
Related skills