transcribe-tool

Transcribe spoken audio into text transcripts using Whisper models.

253|42|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/xuiltul/animaworks --skill transcribe-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe-tool
Source: https://github.com/xuiltul/animaworks/tree/main/templates/ja/common_skills/transcribe-tool
Command: npx skills add https://github.com/xuiltul/animaworks --skill transcribe-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The transcription tool eliminates manual note-taking by converting spoken audio to accurate text using Whisper models, enabling searchable transcripts and captions.

Core Features & Use Cases

  • Transcribe audio files with language specification support.
  • Produce editable transcripts for meetings, interviews, podcasts, and video captions.
  • Use post-processing options to refine transcripts with an LLM if needed.

Quick Start

Call the transcribe tool with an audio_path to convert speech to text.

Frequently Asked Questions about transcribe-tool

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

FAQPage Schema
How do I transcribe audio files into text using Whisper models?

To transcribe audio into text, call the transcribe tool with an audio_path and a Whisper model like large-v3-turbo. You can specify the spoken language and enable optional post-processing to refine the generated transcript for higher accuracy.

Can I use this transcription tool for meetings, interviews, and podcasts?

Yes, this transcription tool converts spoken audio from meetings, interviews, and podcasts into accurate, editable text transcripts. It eliminates manual note-taking by automating speech-to-text conversion, enabling searchable transcripts and media captions.

Do I need GPU acceleration to run Whisper speech-to-text conversion?

GPU acceleration is optional but recommended to speed up Whisper speech-to-text conversion. The core requirement is a Python environment and a Whisper model, while applying GPU processing significantly enhances transcription performance for large audio files.

What is the best way to improve audio transcription accuracy with post-processing?

The best way to improve transcription accuracy is enabling the optional post-processing feature. This refines the initial Whisper speech-to-text output by applying an LLM to correct and enhance the generated text transcripts for higher accuracy.

Does Whisper transcription support language specification for non-English audio?

Yes, Whisper transcription supports language specification to accurately process non-English audio. You can define the spoken language when calling the transcribe tool, ensuring correct text output across different languages for your media files.