원클릭으로
amazon-polly
Neural text-to-speech via Amazon Polly — high-quality voices, MP3 output, voice listing, default Joanna (en-US Neural).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Neural text-to-speech via Amazon Polly — high-quality voices, MP3 output, voice listing, default Joanna (en-US Neural).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | amazon-polly |
| version | 1.0.0 |
| description | Neural text-to-speech via Amazon Polly — high-quality voices, MP3 output, voice listing, default Joanna (en-US Neural). |
| author | Wunderland |
| namespace | wunderland |
| category | voice |
| tags | ["voice","tts","text-to-speech","amazon","aws","polly","neural"] |
| requires_secrets | ["aws.accessKeyId","aws.secretAccessKey"] |
| requires_tools | [] |
| metadata | {"agentos":{"emoji":"🔊","primaryEnv":"AWS_ACCESS_KEY_ID","homepage":"https://docs.aws.amazon.com/polly/"}} |
Use this skill when the agent is deployed on AWS infrastructure or when the user prefers Amazon Polly's Neural engine voices. Polly provides high-quality neural TTS with MP3 output and a wide range of voices across languages and regions.
Prefer this over OpenAI or ElevenLabs TTS when the user already has AWS credentials configured, or when cost efficiency at high volume is a priority (Polly pricing is per-character rather than per-request).
Set the following in the environment or agent secrets store:
| Variable | 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) |
{
"voice": {
"tts": "amazon-polly"
}
}
With a specific voice:
{
"voice": {
"tts": "amazon-polly",
"providerOptions": {
"voice": "Matthew"
}
}
}
Joanna (en-US, Neural engine).listAvailableVoices() to enumerate all voices available in the configured region.AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY with polly:SynthesizeSpeech and polly:DescribeVoices IAM permissions.