transcribe

Transcribe audio files to plain text locally using Whisper in Docker.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill transcribe-jieni777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/transcribe
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill transcribe-jieni777

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Local transcription of audio files without external services, protecting privacy and reducing latency.

Core Features & Use Cases

  • Local transcription: Use Whisper inside Docker to convert audio to text without API keys.
  • Format support: Works with common formats like mp3, m4a, wav, ogg, webm and more; auto language detection optional.
  • Use Case: Transcribe voice notes, interviews, podcasts, or meeting recordings for quick notes and searchable transcripts.

Quick Start

Run the transcribe CLI on an audio file to produce a plain-text transcript locally.

Frequently Asked Questions about transcribe

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

FAQPage Schema
How do I transcribe audio files locally without sending data to external services?

You can transcribe audio locally by running Whisper inside Docker, which converts speech to text without API keys. It processes voice messages, podcasts, and meeting recordings entirely on your machine, protecting privacy and reducing latency.

Can I use Whisper to transcribe mp3, m4a, and wav audio files?

Yes, local transcription with Whisper supports common formats like mp3, m4a, wav, ogg, and webm. The Docker-based tool auto-detects language optionally and outputs plain text transcripts directly to stdout.

Do I need an API key to transcribe voice messages with Whisper in Docker?

No API key is needed to transcribe audio with Whisper in Docker. The local Docker image uses faster-whisper to process audio files entirely offline, ensuring no external services are called and privacy is maintained.

What's the best way to get plain text transcripts from meeting recordings?

The best way to get plain text from meeting recordings is local transcription using Whisper in Docker. It outputs text directly to stdout, making it ideal for quick notes and searchable transcripts from voice messages or interviews.

Does local transcription with faster-whisper require an internet connection?

Local transcription with faster-whisper in Docker does not require an internet connection. Once the local Docker image is running, audio files are processed entirely on your machine, ensuring privacy and reducing latency.