transcriber

Converts audio and video files into timestamped transcripts for TXT, JSON, SRT, and VTT.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/CoachSteff/superskills --skill transcriber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcriber
Source: https://github.com/CoachSteff/superskills/tree/main/superskills/transcriber
Command: npx skills add https://github.com/CoachSteff/superskills --skill transcriber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI-powered transcription of audio and video recordings into accurate, timestamped text to enable quick search, editing, and repurposing.

Core Features & Use Cases

  • Multi-provider transcription (OpenAI Whisper or AssemblyAI) with optional word-level timestamps
  • Exports in TXT, JSON, SRT, and VTT for diverse downstream workflows
  • Batch processing supports handling multiple files in a single run and discovery of quotes for marketing

Quick Start

Transcribe a file by calling transcribe_file('path/to/file.ext') to generate a transcript.

Frequently Asked Questions about transcriber

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

FAQPage Schema
How do I convert audio to text with timestamps for multiple files?

To convert audio to text with timestamps for multiple files, you can use batch processing to generate timestamped transcripts. This workflow supports single or multiple files and exports word-level timestamps across TXT, JSON, SRT, and VTT formats.

Do I need API keys for Whisper or AssemblyAI to transcribe video?

Yes, you need API keys for Whisper or AssemblyAI to transcribe video. The transcription workflow requires selecting one of these providers and configuring their respective API keys to process the audio or video recordings into text.

Can I generate SRT and VTT subtitle files from audio recordings?

Yes, you can generate SRT and VTT subtitle files from audio recordings. The transcription process exports outputs in multiple formats including TXT, JSON, SRT, and VTT to support diverse downstream video editing and subtitling workflows.

What is the best way to extract quotes from audio for marketing?

The best way to extract quotes from audio for marketing is using batch transcription with optional quote discovery. This processes multiple files in a single run to convert speech into searchable text and identify notable quotes automatically.

Does batch audio transcription support language detection and word-level timestamps?

Yes, batch audio transcription supports optional language detection and word-level timestamps. These features apply across both single-file and batch workflows, providing precise timing data for editable and searchable transcripts.