com um clique
amazon-polly
Neural text-to-speech via Amazon Polly
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Neural text-to-speech via Amazon Polly
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Edit, transform, and enhance images using AI models
Extract text from images using OCR and vision AI
Speaker diarization — identifies and tracks who is speaking at each moment in an audio stream
Semantic endpoint detection — uses an LLM to classify whether the user's utterance is a complete thought, reducing false turn boundaries on mid-sentence pauses
Batch speech-to-text via Google Cloud Speech-to-Text API
Text-to-speech synthesis via Google Cloud Text-to-Speech API
| name | amazon-polly |
| description | Neural text-to-speech via Amazon Polly |
| category | voice |
Text-to-speech synthesis using Amazon Polly's Neural engine with MP3 output.
Set the following secrets in your environment or agent secrets store:
| Secret | Description |
|---|---|
AWS_ACCESS_KEY_ID | IAM access key ID |
AWS_SECRET_ACCESS_KEY | IAM secret access key |
AWS_REGION | AWS region (default us-east-1) |
listAvailableVoices() to enumerate all Polly voicesJoanna (en-US, Neural)In agent.config.json:
{
"voice": {
"tts": "amazon-polly"
}
}
Provider-specific options:
{
"voice": {
"tts": "amazon-polly",
"providerOptions": {
"voice": "Matthew"
}
}
}