elevenlabs-stt

Transcribe audio files with speaker diarization and word-level timestamps via ElevenLabs Scribe v2.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/syahravi/openclaw --skill elevenlabs-stt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elevenlabs-stt
Source: https://github.com/syahravi/openclaw/tree/main/elevenlabs-skill
Command: npx skills add https://github.com/syahravi/openclaw --skill elevenlabs-stt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

Convert audio and video recordings into accurate, searchable text while optionally identifying speakers and audio events to save manual transcription time.

Core Features & Use Cases

  • Multi-language transcription: Supports 90+ languages and automatic language detection for global audio sources.
  • Speaker diarization & timestamps: Identify different speakers and obtain word-level timestamps for meeting minutes, podcasts, and interviews.
  • Audio event tagging: Detect laughter, music, applause and other events to enrich transcripts and aid editing workflows.
  • Use Case: Quickly transcribe a recorded meeting to generate time-aligned notes, attribute speaker contributions, and export structured JSON for downstream analysis.

Quick Start

Transcribe the attached audio file meeting.mp3 with speaker diarization enabled and return the full JSON output with word-level timestamps.

Frequently Asked Questions about elevenlabs-stt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe an audio file with speaker diarization and word-level timestamps?

Speech-to-text transcription supports 90+ languages and includes automatic language detection for global audio sources. You can transcribe multi-speaker meetings, podcasts, and voice notes across diverse languages without manual language specification.

Does speech-to-text transcription work with video files or only common audio formats?

Speech-to-text transcription accepts common audio and video formats as input. You can process media files directly without needing separate audio extraction, receiving plain text or detailed JSON with timestamps as output.

Can audio event tagging detect non-speech sounds like laughter and applause during transcription?

Audio event tagging during transcription can detect non-speech sounds like laughter, music, and applause. This enriches the transcript output and aids editing workflows by identifying specific audio events alongside the transcribed text.

What do I need to authenticate speech-to-text requests using ElevenLabs Scribe v2?

To authenticate speech-to-text requests using ElevenLabs Scribe v2, you need an API key. You must also ensure your environment includes curl and jq dependencies to execute the transcription scripts and parse the JSON output.