speech-to-text

Transcribe audio files into text with timestamps using Whisper via inference.sh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RomainGRAS42/Procedio-AI --skill speech-to-text-romaingras42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech-to-text
Source: https://github.com/RomainGRAS42/Procedio-AI/tree/main/.agents/skills/speech-to-text
Command: npx skills add https://github.com/RomainGRAS42/Procedio-AI --skill speech-to-text-romaingras42

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the conversion of audio files into written text, making spoken content searchable, editable, and accessible.

Core Features & Use Cases

  • Transcription: Convert spoken words in audio files to text.
  • Translation: Translate audio from supported languages directly into English text.
  • Timestamps: Generate precise timestamps for each transcribed segment, useful for video subtitles or meeting notes.
  • Use Case: Transcribe a recorded client meeting to quickly generate meeting minutes and action items.

Quick Start

Use the speech-to-text skill to transcribe the audio from the provided URL 'https://meeting.mp3'.

Frequently Asked Questions about speech-to-text

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

FAQPage Schema
How do I transcribe audio to text with AI?

To transcribe audio to text, this Skill processes audio files using Whisper AI to generate written transcripts, supporting multi-language processing with detailed timestamps for meeting notes or subtitles.

Can I generate timestamps for audio transcription?

Yes, audio transcription can generate precise timestamps for each transcribed segment, making the output suitable for video subtitles or detailed meeting minutes.

Does it support translation of audio files into English?

Yes, the speech to text process supports translation, allowing you to translate spoken audio from supported languages directly into English text using advanced AI models.

How do I convert a podcast recording into a transcript?

You can convert a podcast recording by providing the audio file to the Skill, which uses the inference.sh CLI to transcribe spoken content into searchable and editable text.

Do I need any dependencies to transcribe audio files?

No external dependencies are required to transcribe audio files, as the Skill operates independently using the built-in Whisper AI model via the inference.sh CLI.