transcribe

Transcribe audio or video files into text using a configured speech-to-text provider.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill transcribe-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/assistant/src/config/bundled-skills/transcribe
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill transcribe-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you convert spoken words in audio or video recordings into readable text, saving you from manual transcription.

Core Features & Use Cases

  • Audio and Video Transcription: Converts common audio/video file formats into text using the configured speech-to-text (STT) provider.
  • Multi-Provider Support: Works with multiple STT backends (e.g., OpenAI Whisper, Deepgram, Google Gemini) with the active provider selected via settings.
  • Scalable for Long Media: Automatically converts video to audio, normalizes to WAV, and splits large files into chunks for processing.

Quick Start

Tell the assistant: transcribe the media file at /tmp/meeting.mp4 and return the full transcript.

Frequently Asked Questions about transcribe

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

FAQPage Schema
How do I transcribe an audio or video file into text?

To transcribe audio or video into text, provide a valid absolute file path to the media file. The tool converts video to WAV audio, chunks large files, and processes speech-to-text using your configured provider.

Can I transcribe video files directly, or do I need to convert them to audio first?

You can transcribe video files directly without manual conversion. The tool automatically extracts audio from video, normalizes it to mono 16kHz WAV, and splits large media files into chunks for processing.

Which speech-to-text providers are supported for media transcription?

Media transcription supports multiple speech-to-text providers including OpenAI Whisper, Deepgram, and Google Gemini. The active provider is selected via your configured settings.

Why does my transcription fail when I provide a relative file path?

Transcription requires a valid absolute file path to locate and process the media. Relative paths or unsupported file extensions are rejected by the system to prevent processing errors.

What happens if a speech-to-text provider is not configured?

If a speech-to-text provider is not configured, the transcription process cannot run and returns a clear error. You must configure an STT provider in settings before attempting media transcription.

How does the tool handle transcription for large media files like long podcasts?

For large media files like long podcasts, the tool normalizes the audio to WAV format and automatically splits the file into smaller chunks. Each chunk is processed sequentially by the speech-to-text provider.