openai-whisper

Transcribe audio files to text using the OpenAI Whisper CLI.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill openai-whisper-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/openai-whisper
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill openai-whisper-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires whisper, and includes scripts (resource) components.

What problem does it solve?

This Skill provides local speech-to-text capabilities using the Whisper CLI, allowing for on-premise transcription without the need for an API key.

Core Features & Use Cases

  • Local Speech-to-Text: Transcribe audio files directly on your local machine.
  • No API Key Required: Access Whisper's capabilities without needing to expose your API key.
  • Use Case: Ideal for situations where API key usage is not feasible or desired, such as in environments with restricted internet access.

Quick Start

Use the openai-whisper skill to transcribe the audio file 'meeting_audio.wav'.

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 locally without an API key?

To transcribe audio locally without an API key, you can use the OpenAI Whisper CLI to process speech-to-text directly on your machine. This approach is ideal for on-premise transcription where internet access is restricted or API usage is not feasible.

Do I need to install the Whisper binary on my system to perform speech-to-text?

Yes, you need the Whisper binary installed on your system to perform speech-to-text. The Skill operates by executing the local OpenAI Whisper CLI, which requires the underlying binary to be present and accessible in your environment.

Can I use local speech-to-text processing in environments with restricted internet access?

Yes, you can use local speech-to-text processing in environments with restricted internet access. Because the OpenAI Whisper CLI runs on-premise, it transcribes audio files directly without requiring external API connectivity or key validation.

What is the best way to convert speech to text without exposing my OpenAI API key?

The best way to convert speech to text without exposing your OpenAI API key is using the local Whisper CLI. It provides on-premise audio transcription capabilities, ensuring your API key remains secure while still leveraging Whisper's speech-to-text features.

Are there limitations when using the Whisper CLI for audio transcription?

A limitation of using the Whisper CLI for audio transcription is its dependency on the local system environment. You must manually ensure the Whisper binary is installed and properly configured on your machine before executing any speech-to-text operations.