🎧
AI EngineeringPython

Audio To SRT Converter

by dean9703111

Audio To SRT Converter is an AI Engineering skill for Claude Code, published by dean9703111 in ai-agent-skill-for-video-workflow.

210 stars49 forkson dean9703111/ai-agent-skill-for-video-workflowAdded 2026/09/04+1% in starsRepository updated 2026/01/28
agent-skillsaiai-agentai-agent-skillsantigravityworkflow
Install in seconds
Install Audio To SRT Converter
Copy Audio To SRT Converter into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dean9703111/ai-agent-skill-for-video-workflow/tree/master/.agent/skills/audio-to-srt ~/.claude/skills/audio-to-srt

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dean9703111/ai-agent-skill-for-video-workflow.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agent/skills/audio-to-srt/SKILL.md in dean9703111/ai-agent-skill-for-video-workflow
Installs to
~/.claude/skills/audio-to-srt
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2970 skills

What Audio To SRT Converter does

Audio To SRT Converter turns audio files into SRT subtitle files with speech recognition, timestamping, and line-length controls. Use it when you need subtitles from MP3, WAV, M4A, FLAC, or similar audio.

Audio To SRT Converter is cataloged under AI Engineering on DirSkills. Audio To SRT Converter comes from a repository tagged agent-skills, ai, ai-agent, ai-agent-skills and antigravity.

Documentation

README

Audio to SRT Converter

This skill provides a Python-based workflow for converting audio files (MP3, WAV, M4A, FLAC, etc.) into SRT subtitle files with automatic speech recognition, customizable text formatting, and timeline optimization.

Purpose

Convert audio files (MP3, WAV, M4A, FLAC, etc.) into properly formatted SRT subtitle files with:

  • Automatic speech recognition and transcription
  • Support for multiple audio formats (MP3, WAV, M4A, FLAC, and more)
  • Customizable character limits per subtitle line (default: 22 characters, minimum: 4 characters)
  • Automatic timeline gap filling (gaps < 0.3s are merged)
  • Environment and dependency validation
  • Output naming convention: origin.srt

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Audio To SRT Converter

  • What else does dean9703111 publish alongside Audio To SRT Converter?

    Audio To SRT Converter is one of 4 skills that DirSkills catalogs from dean9703111/ai-agent-skill-for-video-workflow, the repository it ships in. Its siblings there include SRT Card Annotator, SRT Enhancer and SRT Social Summary. Each one is a separate skill with its own page in this directory, installs the same way Audio To SRT Converter does, and is maintained by dean9703111 in that same repository. The rest of the collection is listed on the dean9703111/ai-agent-skill-for-video-workflow page.

  • How does Audio To SRT Converter compare to other AI Engineering skills?

    Audio To SRT Converter ranks #2681 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Audio To SRT Converter against them. Open each page to compare what they document and how they install.