google-speech

Transcribe audio to text and synthesize speech via Google Cloud Speech APIs.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill google-speech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: google-speech
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/google-speech
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill google-speech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables reliable transcription of audio to text and high-quality text-to-speech generation using Google Cloud Speech APIs, reducing manual transcription effort and enabling accessible content creation.

Core Features & Use Cases

  • Transcription: Convert speech in multiple languages to accurate text.
  • Text-to-Speech: Synthesize natural-sounding speech from text in various voices and languages.
  • Use Case: Create transcripts for meetings, captions for video content, and automated voice prompts for applications.

Quick Start

Install the googlespeech package, connect with a session, and run the speech_to_text command on an audio file to obtain transcripts, or run the text_to_speech command to generate audio from text.

Frequently Asked Questions about google-speech

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio to text using Google Cloud Speech?▼

To transcribe audio to text using Google Cloud Speech, install the googlespeech package, establish a session with valid Google Cloud credentials stored in Robomotion vault, and run the speech_to_text command on an audio file to obtain accurate multi-language transcripts.

Can I synthesize natural-sounding speech from text for multiple languages?▼

Yes, you can synthesize natural-sounding speech from text in multiple languages and voices by running the text_to_speech command, which generates high-quality audio output suitable for accessibility, content creation, and automated user interface prompts.

Do I need Google Cloud credentials to use text-to-speech and audio transcription?▼

Yes, valid Google Cloud credentials stored in the Robomotion vault are required to authenticate API requests for both audio transcription and text-to-speech synthesis within a session-based workflow.

Does Google Cloud Speech support batch and real-time audio transcription?▼

Google Cloud Speech supports both batch and real-time audio transcription, allowing you to process multi-language audio files for meeting transcripts, video captions, and various automated content creation workflows.

What is the best way to automate voice prompt generation for applications?▼

The best way to automate voice prompt generation is by running the text_to_speech command via a session-based workflow, which synthesizes speech from text using Google Cloud Speech APIs to create natural-sounding automated voice prompts.