speech-transcriber

Transcribe audio and video into timestamped TXT, SRT, and JSON transcripts.

25|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/buda-ai/bunny-agent --skill speech-transcriber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech-transcriber
Source: https://github.com/buda-ai/bunny-agent/tree/main/templates/shortsdrone-agent/.claude/skills/speech-transcriber
Command: npx skills add https://github.com/buda-ai/bunny-agent --skill speech-transcriber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribes audio and video to text with precise timestamps, enabling searchable transcripts and captions.

Core Features & Use Cases

  • Transcribes audio with word-level timing using Whisper or similar tools.
  • Generates SRT subtitles and JSON outputs with timestamps for downstream processing.
  • Detects language automatically and handles multiple input formats (audio/video).

Quick Start

Transcribe an audio or video file to a timestamped transcript and subtitle formats.

Frequently Asked Questions about speech-transcriber

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

FAQPage Schema
How do I transcribe audio and video files into timestamped text?

To transcribe audio and video into timestamped text, this Skill processes media files using Whisper or alternative ASR backends. It automatically detects language and outputs text with word-level timing.

Can I generate SRT subtitles from video or audio recordings?

Yes, you can generate SRT subtitles from video and audio recordings. The Skill outputs SRT format alongside TXT and JSON, providing word-level timing for accurate captions and accessible media content.

Does Whisper support automatic language detection for podcast transcription?

Whisper supports automatic language detection for podcast transcription and other media inputs. The Skill detects the spoken language without manual configuration and handles multiple audio and video formats.

What is the best way to get word-level timestamps for lecture transcripts?

The best way to get word-level timestamps for lecture transcripts is using an ASR backend like Whisper. This Skill processes lecture audio and video to produce JSON outputs with precise word-level timing for indexing.

What output formats are supported when transcribing media content?

Supported output formats when transcribing media content include TXT, SRT, and JSON. The JSON and SRT formats contain timestamps, enabling searchable transcripts and downstream processing for captions.

Do I need a specific environment to run local Whisper for transcription?

You need a local environment configured for Whisper or alternative ASR backends to run transcription. The Skill has no external dependencies, supporting local processing of audio and video into timestamped text outputs.