openai-whisper-zh

Transcribe and translate local audio files using the Whisper CLI.

51|8|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill openai-whisper-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-zh
Source: https://github.com/L-LesterYu/OpenClaw-hot-skills-zh/tree/main/skills/openai-whisper-zh
Command: npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill openai-whisper-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to transcribe audio files into text locally, eliminating the need for API keys and external services.

Core Features & Use Cases

  • Local Transcription: Convert audio files (MP3, M4A, etc.) to text directly on your machine.
  • Translation: Translate audio content into different languages.
  • Use Case: Transcribe a meeting recording to get a written transcript for easy reference and searching.

Quick Start

Use the whisper skill to transcribe the audio file 'meeting.mp3' into a text file.

Frequently Asked Questions about openai-whisper-zh

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

FAQPage Schema
How do I transcribe audio files to text locally without using cloud APIs?

Local audio-to-text transcription can be performed directly on your machine to convert formats like MP3 and M4A into text, eliminating the need for cloud-based API keys or external services.

Do I need to install the whisper binary to use local speech-to-text transcription?

Yes, local speech-to-text transcription requires the whisper binary to be installed and available in your system's PATH to execute audio processing commands.

Can I translate audio content into different languages during transcription?

Yes, local audio transcription supports translation, allowing you to convert spoken audio content into text in a different language directly on your machine.

What is the best way to transcribe meeting recordings for easy reference?

Transcribing meeting recordings locally converts voice notes into a written text file, providing an accurate transcript for easy reference and searching without relying on external services.

Does local audio transcription work with M4A and MP3 files?

Yes, local audio transcription processes common audio files like MP3 and M4A, converting them directly into readable text files using the local Whisper CLI.