speech-to-text

Transcribe audio files to text using Whisper models via the inference.sh CLI.

5|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/s1366560/agi-demos --skill speech-to-text-s1366560
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech-to-text
Source: https://github.com/s1366560/agi-demos/tree/main/.memstack/skills/speech-to-text
Command: npx skills add https://github.com/s1366560/agi-demos --skill speech-to-text-s1366560

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the transcription of audio files into text, making spoken content searchable and usable for various applications.

Core Features & Use Cases

  • Transcription: Convert audio to text using advanced Whisper models.
  • Translation: Translate audio content directly into English.
  • Timestamps: Generate time-coded segments for precise referencing.
  • Use Case: Transcribe a lengthy meeting recording to quickly generate minutes or extract key discussion points.

Quick Start

Use the speech-to-text skill to transcribe the audio file located at https://audio.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 using Whisper?

To transcribe audio to text, this Skill uses the Whisper model via the inference.sh CLI to convert spoken audio files into searchable text. It supports various audio formats and video content for direct transcription.

Can I translate audio content directly into English?

Yes, you can translate audio content directly into English. The transcription process supports direct translation of spoken foreign language audio into English text using the underlying Whisper models.

How do I generate timestamps for transcribed audio segments?

You can generate timestamps for transcribed audio segments by using this Skill's transcription capabilities. It produces time-coded text segments to provide precise referencing for both audio and video files.

Does this transcription tool work with video files or only audio formats?

This transcription tool works with both video files and various audio formats. It processes the audio tracks from video content to generate text, timestamps, and English translations using Whisper models.

Do I need Bash to run the speech-to-text transcription process?

Yes, you need Bash to run the speech-to-text transcription process. The Skill executes command-line operations via Bash using the inference.sh CLI to process audio files and generate text outputs.

What is the best way to extract key discussion points from a lengthy meeting recording?

The best way to extract key discussion points from a lengthy meeting recording is to transcribe the audio to text. This Skill automates that conversion using Whisper, making the spoken content searchable.