Speech to text

# Speech-to-Text (STT) Skill Transcreve arquivos de áudio para texto usando OpenAI Whisper, otimizado para português (Brasil). ## When to use - Converter mensagens de voz ou áudios para texto - Transcrever áudios do WhatsApp, Telegram, etc. - Processar formatos: OGG, WAV, MP3, M4A, FLAC, AAC, OPUS - Obter transcrições com timestamps - Processar conteúdo em português brasileiro ## Tools - stt_transcribe: Transcreve um arquivo de áudio específico - stt_watch: Inicia monitoramento contínuo da pasta inbound - stt_batch: Processa todos os áudios pendentes de uma vez ## Setup 1. **Instalar dependências:** ```bash pip install -r requirements.txt ``` 2. Instalar FFmpeg (necessário pelo Whisper): - Windows: execute install_ffmpeg.cmd ou winget install "Gyan.FFmpeg" - macOS: brew install ffmpeg - Linux: sudo apt install ffmpeg 3. Criar pasta de entrada: ```bash mkdir -p ../../../media/inbound ``` ## Usage ### Transcrever arquivo específico ```bash python stt_processor.py --file /caminho/para/audio.ogg ``` ### Transcrever todos os áudios pendentes ```bash python stt_processor.py

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 "Speech to text" with this command: npx skills add bohnwuks/stt

Speech-to-Text (STT) Skill

Transcreve arquivos de áudio para texto usando OpenAI Whisper, otimizado para português (Brasil).

When to use

  • Converter mensagens de voz ou áudios para texto
  • Transcrever áudios do WhatsApp, Telegram, etc.
  • Processar formatos: OGG, WAV, MP3, M4A, FLAC, AAC, OPUS
  • Obter transcrições com timestamps
  • Processar conteúdo em português brasileiro

Tools

  • stt_transcribe: Transcreve um arquivo de áudio específico
  • stt_watch: Inicia monitoramento contínuo da pasta inbound
  • stt_batch: Processa todos os áudios pendentes de uma vez

Setup

  1. Instalar dependências:
pip install -r requirements.txt
  1. Instalar FFmpeg (necessário pelo Whisper):
  • Windows: execute install_ffmpeg.cmd ou winget install "Gyan.FFmpeg"
  • macOS: brew install ffmpeg
  • Linux: sudo apt install ffmpeg
  1. Criar pasta de entrada:
  mkdir -p ../../../media/inbound

Usage

Transcrever arquivo específico

python stt_processor.py --file /caminho/para/audio.ogg

Transcrever todos os áudios pendentes

python stt_processor.py

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

Cclaw

Open-source comedy AI + video editing + poster generation. Create standup/sketch/manzai/scripts, edit videos via FFmpeg, and generate comedy posters via canv...

Registry SourceRecently Updated
General

Dlazy Seedance 1.5 Pro

Convert images into dynamic dance videos using Doubao Seedance 1.5 Pro.

Registry SourceRecently Updated
General

Pod Template Pack

Use when user needs ready-to-use POD (Print on Demand) design keywords, title templates, and listing copy. Use when creating POD product listings for TikTok,...

Registry SourceRecently Updated
General

Dlazy Mj.Imagine

Generate artistic images using Midjourney (MJ) model. Supports text-to-image.

Registry SourceRecently Updated