一键导入
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.