transcribe

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

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Logarn/Worklin-ai --skill transcribe-logarn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/Logarn/Worklin-ai/tree/main/assistant/src/config/bundled-skills/transcribe
Command: npx skills add https://github.com/Logarn/Worklin-ai --skill transcribe-logarn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Converting recordings, voice memos, podcasts, and meeting captures into text normally requires manual uploads to external services. This Skill transcribes local audio and video files directly through the speech-to-text provider configured in your assistant settings. ## Core Features & Use Cases - Multi-format support: Accepts common audio files (mp3, wav, m4a, flac, ogg) and video files (mp4, mov, mkv, webm), automatically extracting audio from video via ffmpeg. - Provider flexibility: Works with OpenAI Whisper, Deepgram, or Google Gemini, whichever is configured under Speech-to-Text settings. - Large file handling: Automatically splits long recordings into 10-minute chunks and stitches the transcript back together. - Use Case: You have a 45-minute recorded customer interview as an mp4. Point the tool at the file and receive the full transcript without leaving your assistant conversation. ## Quick Start Ask the assistant to transcribe the audio file at an absolute path, for example: transcribe the recording at /tmp/meeting.mp3.

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?▼

Provide the absolute file path of the audio or video file to the transcribe_media tool. The configured speech-to-text provider processes the file and returns the transcript as text.

What file formats are supported for transcription?▼

Audio formats include mp3, wav, m4a, aac, ogg, flac, aiff, and wma. Video formats include mp4, mov, avi, mkv, webm, m4v, mpeg, and mpg, with audio extracted automatically via ffmpeg.

Which speech-to-text providers can I use?▼

The tool supports OpenAI Whisper, Deepgram, and Google Gemini. The active provider is selected in Settings under Speech-to-Text, and the same provider is shared with telephony call paths.

Can I transcribe large or long recordings?▼

Yes. Files larger than 25MB are automatically split into 10-minute WAV chunks, each chunk is transcribed separately, and the results are joined into a single transcript.

Why does transcription fail with a provider error?▼

The tool returns an error when no speech-to-text provider is configured. Set up a provider such as OpenAI Whisper or Deepgram in your assistant settings before transcribing.