live-transcribe-read

Read the latest committed text from the real-time transcription log.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you quickly access and review the most recent real-time transcription captured during a live-transcribe session, eliminating manual log inspection.

Core Features & Use Cases

  • Read the latest committed transcription from the real-time log.
  • Check whether transcription is still updating or finished and act on updated content.
  • Translate or summarize the transcription content for quick insights.

Quick Start

Read the most recent live transcription from the log.

Frequently Asked Questions about live-transcribe-read

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

FAQPage Schema
How do I read the latest real-time transcription from a live session?

To read the latest real-time transcription, access the committed text directly from the ongoing recording log at /tmp/realtime-transcribe.log without manual inspection.

Can I summarize or translate text extracted from a live transcription log?

Yes, you can summarize or translate text extracted from a live transcription log. The Skill reads committed text and optionally processes it for quick insights or language translation.

How does real-time transcription log analysis handle ongoing recordings?

Real-time transcription log analysis handles ongoing recordings by extracting only committed text. You can check if the transcription is still updating or finished to act on the latest content.

Do I need any specific dependencies to extract text from a real-time transcription log?

No specific dependencies are required to extract text from a real-time transcription log. The Skill operates independently to read and process the committed text from the specified log file.

What is the best way to verify if a live transcription session is still updating?

The best way to verify if a live transcription session is updating is to read the real-time log. The Skill distinguishes between ongoing updates and finished sessions to ensure you act on current content.

Why does live transcription text extraction only show committed text?

Live transcription text extraction only shows committed text to ensure accuracy. This prevents intermediate or partial phrases from the ongoing recording log from being included in your final output.