ElevenLabs Speech-to-Text

👤 clawdbotborges 📦 v1.0.0 ⭐ 4.2 ⬇️ 5.1K 下载
🎨 设计多媒体 免费 🔑 需 API Key

📖 技能介绍


name: elevenlabs-stt description: Transcribe audio files using ElevenLabs Speech-to-Text (Scribe v2). homepage: https://elevenlabs.io/speech-to-text metadata: {"clawdbot":{"emoji":"🎙️","requires":{"bins":["curl"],"env":["ELEVENLABS_API_KEY"]},"primaryEnv":"ELEVENLABS_API_KEY"}}


ElevenLabs Speech-to-Text

Transcribe audio files using ElevenLabs' Scribe v2 model. Supports 90+ languages with speaker diarization.

Quick Start

# Basic transcription
{baseDir}/scripts/transcribe.sh /path/to/audio.mp3

# With speaker diarization
{baseDir}/scripts/transcribe.sh /path/to/audio.mp3 --diarize

# Specify language (improves accuracy)
{baseDir}/scripts/transcribe.sh /path/to/audio.mp3 --lang en

# Full JSON output with timestamps
{baseDir}/scripts/transcribe.sh /path/to/audio.mp3 --json

Options

Flag Description
--diarize Identify different speakers
--lang CODE ISO language code (e.g., en, pt, es)
--json Output full JSON with word timestamps
--events Tag audio events (laughter, music, etc.)

Supported Formats

All major audio/video formats: mp3, m4a, wav, ogg, webm, mp4, etc.

API Key

Set ELEVENLABS_API_KEY environment variable, or configure in clawdbot.json:

{
  skills: {
    entries: {
      "elevenlabs-stt": {
        apiKey: "sk_..."
      }
    }
  }
}

Examples

# Transcribe a WhatsApp voice note
{baseDir}/scripts/transcribe.sh ~/Downloads/voice_note.ogg

# Meeting recording with multiple speakers
{baseDir}/scripts/transcribe.sh meeting.mp3 --diarize --lang en

# Get JSON for processing
{baseDir}/scripts/transcribe.sh podcast.mp3 --json > transcript.json

🤖 AI 评测

这个 Skill 质量不错,做语音转文字又快又方便。文档写得清楚详细,小白也能看懂会用。脚本支持多种语言、说话人识别和事件标记,功能比较全面。主要问题是网络不稳定时容易出错,没有自动重试,大文件处理时看不到进度有点难受。适合偶尔用用,专业场景可能需要再等等优化。总体推荐指数四星。.

📊 多维度评分

适应性4.3
规范性4.2
有效性4.4
可靠性4.2
可信度4.3

📁 包含文件 (4 个)

📄 README.md 2.9 KB
📄 SKILL.md 1.7 KB
📄 _meta.json 133 B
📄 scripts/transcribe.sh 2.3 KB

🔥 大家都在搜

wps 写作 pdf 苹果