speech-transcriber

Convert audio to text with timestamps using Whisper, generating SRT and JSON outputs.

17|5|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/abdu6666/Bunny-AI-Agent --skill speech-transcriber-abdu6666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech-transcriber
Source: https://github.com/abdu6666/Bunny-AI-Agent/tree/main/templates/shortsdrone-agent/.claude/skills/speech-transcriber
Command: npx skills add https://github.com/abdu6666/Bunny-AI-Agent --skill speech-transcriber-abdu6666

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, whisper, yt-dlp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting audio from videos into text with timestamps, making it easier to search for specific content, generate captions, and prepare clips for video editing.

Core Features & Use Cases

  • Audio to Text Conversion: Transcribes audio from videos using Whisper or similar tools.
  • Timestamps: Generates SRT subtitles and JSON with word-level timing for precise content analysis.
  • Use Case: After downloading a YouTube video, use this Skill to quickly transcribe the audio for content analysis or caption generation.

Quick Start

Transcribe the audio from: ./output/downloads/VIDEO_ID.mp4

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 from a downloaded video to text with timestamps?

To transcribe audio with timestamps, this Skill processes video files using Whisper for speech recognition, generating SRT subtitles and JSON outputs with word-level timing for precise content analysis. You simply provide the local video file path to initiate the transcription process.

Can I generate SRT subtitles from a YouTube video for video editing?

You can generate SRT subtitles for video editing by running this Skill on downloaded videos. It utilizes Whisper for speech recognition to automatically convert audio tracks into timestamped SRT files, making it easier to search content and prepare editing clips.

Do I need ffmpeg and Whisper installed to use this audio transcription tool?

Yes, you need ffmpeg, Whisper, and yt-dlp installed as dependencies. This Skill utilizes Whisper for the core speech recognition and relies on ffmpeg to handle audio extraction from video files before generating timestamped text outputs.

What is the best way to automate JSON transcription output for video content analysis?

The best way to automate JSON transcription for video content analysis is using this Skill, which converts audio to text with timestamps. It generates JSON outputs containing word-level timing data, enabling precise content searching and detailed video analysis.

Does this Whisper transcription approach work with local mp4 files?

Yes, this Whisper transcription approach works with local mp4 files. You can transcribe the audio from any local mp4 file by providing the file path, allowing the Skill to extract audio and generate timestamped SRT and JSON outputs.