live-transcribe

Stream microphone audio to ElevenLabs Scribe v2 Realtime and write transcribed text to a temporary file.

45|13|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/aviz85/claude-skills-library --skill live-transcribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-transcribe
Source: https://github.com/aviz85/claude-skills-library/tree/main/plugins/live-transcribe/skills/live-transcribe
Command: npx skills add https://github.com/aviz85/claude-skills-library --skill live-transcribe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time microphone transcription enables instant text capture of spoken words, eliminating manual note-taking during live sessions.

Core Features & Use Cases

  • Real-time microphone capture and streaming to ElevenLabs Scribe v2 Realtime.
  • Writes committed text to a temporary file for immediate access and later processing.
  • Use cases include dictation, meeting minutes, and live transcription during recordings.

Quick Start

Run the start command to begin real-time transcription from your microphone.

Frequently Asked Questions about live-transcribe

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

FAQPage Schema
How do I get real-time transcription from my microphone?

Real-time transcription captures audio from your microphone and streams it to ElevenLabs Scribe v2 Realtime. The service converts speech into text as you speak, writing committed text to a temporary file for immediate access during live sessions.

Can I use real-time transcription for meeting minutes and live dictation?

Real-time transcription supports live dictation, meeting minutes, and hands-free workflows. It captures spoken words instantly, eliminating manual note-taking by streaming audio directly to ElevenLabs Scribe v2 Realtime for immediate text conversion.

Do I need a websocket connection for speech-to-text processing?

Speech-to-text processing streams microphone audio over a websocket connection to ElevenLabs Scribe v2 Realtime. This enables low-latency transcription, returning committed text segments that are written to a temporary file as you speak.

How do I start and stop live microphone transcription?

Live microphone transcription uses dedicated startup and stop controls to manage the session. Running the start command begins audio capture and streaming, while the stop command ends the transcription process and finalizes the temporary text file.

Does real-time transcription work with remote setups?

Real-time transcription works across on-device or remote setups that have microphone access. It streams audio to ElevenLabs Scribe v2 Realtime via websocket, making it suitable for live sessions regardless of your physical hardware location.