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

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated