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()

Reference Materials

Related skills

More from cnemri/google-genai-skills

Installs
42
GitHub Stars
120
First Seen
Feb 1, 2026