speech-build
Installation
SKILL.md
Speech Skill (TTS & STT)
Use this skill to implement audio generation and transcription workflows using the google-genai and google-cloud-speech SDKs.
Quick Start Setup
from google import genai
from google.genai import types
# For STT: from google.cloud import speech_v2
client = genai.Client()