بنقرة واحدة
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"
}
}
}