원클릭으로
amazon-polly
Neural text-to-speech via Amazon Polly
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Neural text-to-speech via Amazon Polly
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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"
}
}
}