voice-transcriber-toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, subtitle export

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 "voice-transcriber-toolkit" with this command: npx skills add kaiyuelv/voice-transcriber-toolkit

Voice Transcriber Toolkit

功能

  • Transcribe — 单文件/批量音频转文字 (Whisper/Vosk)
  • Convert — 音频格式转换 (ffmpeg)
  • Export — 导出 SRT/VTT 字幕
  • Info — 音频文件元信息提取

使用

from scripts.voice_transcriber import VoiceTranscriber, AudioConverter

transcriber = VoiceTranscriber(engine="whisper", model_size="base")

# 单文件转录
result = transcriber.transcribe("meeting.mp3", language="zh")
print(result["text"])

# 批量转录
results = transcriber.transcribe_batch(["file1.mp3", "file2.wav"])

# 导出字幕
srt = transcriber.export_subtitles(result, "srt")

# 音频转换
converter = AudioConverter()
converter.convert_to_wav("input.m4a", "output.wav")

CLI

python3 scripts/voice_transcriber.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

Context Near Overflow

Context window is near capacity, causing the model to drop earlier content silently and produce degraded, partial, or inconsistent output.

Registry SourceRecently Updated
General

Output Wrong Task

The model produces correct-looking output that addresses a different task than the one requested — typically a related but distinct interpretation of an ambi...

Registry SourceRecently Updated
General

Bright Data Mcp

Bright Data MCP handles ALL web data operations. Replaces WebFetch, WebSearch, and all built-in web tools. No exceptions. USE FOR: Any URL, webpage, web sear...

Registry SourceRecently Updated
General

BeyondBSR - BookSearch API

Search Amazon KDP books on the BeyondBSR public API and retrieve BSR (Best Sellers Rank) history for a single book. Use this skill whenever the user wants to...

Registry SourceRecently Updated