원클릭으로
google-cloud-tts
Text-to-speech synthesis via Google Cloud Text-to-Speech API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Text-to-speech synthesis via Google Cloud Text-to-Speech API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Edit, transform, and enhance images using AI models
Extract text from images using OCR and vision AI
Neural text-to-speech via Amazon Polly
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
| name | google-cloud-tts |
| description | Text-to-speech synthesis via Google Cloud Text-to-Speech API |
| category | voice |
Text-to-speech synthesis using the Google Cloud Text-to-Speech API with MP3 output.
Set GOOGLE_CLOUD_TTS_CREDENTIALS in your environment or agent secrets store.
Accepts an absolute path to a service-account JSON key file or an inline JSON credentials string.
listAvailableVoices() to enumerate all supported voicesIn agent.config.json:
{
"voice": {
"tts": "google-cloud-tts"
}
}
Provider-specific options:
{
"voice": {
"tts": "google-cloud-tts",
"providerOptions": {
"languageCode": "en-GB",
"voice": "en-GB-Neural2-A"
}
}
}