google-speech
Installation
SKILL.md
Google Speech
The robomotion googlespeech CLI connects to Google Cloud Speech APIs for audio transcription and speech synthesis. It transcribes audio files to text and converts text to speech audio files.
When to use
- Transcribe audio files to text in multiple languages
- Convert text to speech audio files
Prerequisites
robomotionCLI installed- Package installed:
robomotion install googlespeech - Google Cloud Speech API credentials configured via Robomotion vault
IMPORTANT: Session Mode Required for Multi-Step Operations
Each CLI command runs as a separate process — connection IDs from connect do NOT persist across calls.
You MUST use --session on connect and pass --session-id to all subsequent commands.