openai-whisper

Transcribe audio files into text, subtitles, or structured transcript data.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill openai-whisper-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/coco-research/coco/tree/main/skills/openai-whisper
Command: npx skills add https://github.com/coco-research/coco --skill openai-whisper-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual burden of converting spoken audio into readable text, subtitles, or structured transcript data for meetings, interviews, lectures, and media workflows.

Core Features & Use Cases

  • Local transcription: Run Whisper on-device for privacy-sensitive audio without needing an API key.
  • Cloud transcription: Use the OpenAI API for faster transcription, translation, and batch processing when speed matters.
  • Flexible output: Generate plain text, SRT, VTT, JSON, or TSV for downstream editing, publishing, or analysis.
  • Use case: A team can transcribe recorded interviews into text, translate foreign-language audio into English, and export timestamped subtitles for a published video.

Quick Start

Use the openai-whisper skill to transcribe the attached audio file and return the transcript in the output format that best fits your needs.

Frequently Asked Questions about openai-whisper

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

FAQPage Schema
How do I transcribe audio files into text or subtitles?

To transcribe audio files into text or subtitles, this Skill converts spoken content from meetings or podcasts into plain text, SRT, VTT, or JSON formats using local or cloud processing.

Can I run speech-to-text transcription locally without an API key?

Yes, you can run speech-to-text transcription locally on-device for privacy-sensitive audio without needing an API key, ensuring secure processing of meetings and interviews.

Does this tool support translating foreign-language audio into English text?

Yes, it supports translating foreign-language audio into English text. Using the OpenAI cloud API, you can configure language hints to generate translated transcripts and subtitles.

What is the best way to generate timestamped subtitles for a published video?

The best way to generate timestamped subtitles for a published video is to transcribe your recorded audio and export the results directly as SRT or VTT files for downstream publishing.

What output formats are available for structured transcript data?

Available output formats for structured transcript data include plain text, SRT, VTT, JSON, and TSV, supporting downstream editing, publishing, and analysis of transcribed meetings.

When should I use cloud transcription instead of local on-device transcription?

Use cloud transcription instead of local on-device transcription when speed matters for faster processing or batch translation tasks, whereas local transcription suits privacy-sensitive audio.