Faster Whisper Transcription

# Voice Transcription Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Faster Whisper Transcription" with this command: npx skills add Kalmuraee/faster-whisper-transcribe

Voice Transcription Skill

Transcribes voice messages using Faster Whisper (local, privacy-first).

Requirements

pip3 install --break-system-packages faster-whisper

Usage

# Transcribe a voice file
voice-transcribe /path/to/audio.ogg

# Or use with media path
voice-transcribe ~/.openclaw/media/inbound/file_xxx.ogg

Models

  • tiny - Fastest, lowest accuracy (default)
  • base - Balanced
  • small - Better accuracy
  • medium - High accuracy (requires more RAM)

Output

Returns transcribed text from voice messages.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Speech to Text

Transcribe or translate audio files to text using a public Hugging Face Whisper Space over Gradio. Use when the user sends voice notes, audio attachments, me...

Registry SourceRecently Updated
086
Profile unavailable
General

Whisper Transcribe

Transcribe audio files to text using OpenAI Whisper. Supports speech-to-text with auto language detection, multiple output formats (txt, srt, vtt, json), batch processing, and model selection (tiny to large). Use when transcribing audio recordings, podcasts, voice messages, lectures, meetings, or any audio/video file to text. Handles mp3, wav, m4a, ogg, flac, webm, opus, aac formats.

Registry SourceRecently Updated
21K
Profile unavailable
General

Telegram Voice Transcribe

Transcribe Telegram voice messages and audio notes into text using the OpenAI Whisper API. Use when (1) a user sends a voice message or audio note via Telegr...

Registry SourceRecently Updated
0237
Profile unavailable