live-transcribe-stop

Stop running real-time transcription sessions via stop-transcribe.sh.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

## What problem does it solve? Stop a running real-time transcription session.

## Core Features & Use Cases

  • Gracefully terminate live transcription sessions on demand with a short timeout.
  • Ensure a clean final transcript state and allow quick restart after stopping.

### Quick Start Use the stop-transcribe.sh script to gracefully end any ongoing transcription.

Frequently Asked Questions about live-transcribe-stop

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

FAQPage Schema
How do I stop a running live transcription session?

To stop a running live transcription session, execute the stop-transcribe.sh script to signal a graceful stop, which ensures a clean final transcript state and allows a quick restart.

What happens if a live transcription does not stop gracefully?

If a live transcription does not terminate after the graceful stop signal, the bash script force-kills the process after a five-second timeout to ensure the session terminates.

Can I terminate real-time transcription across desktop and mobile interfaces?

Yes, you can terminate real-time transcription across desktop and mobile interfaces by applying the stop-transcribe.sh script whenever session termination is required.

What is the best way to ensure a clean final transcript state when stopping audio transcription?

The best way to ensure a clean final transcript state is to use a graceful stop mechanism that attempts a clean termination before applying a forced process kill after five seconds.

Do I need a bash script to gracefully stop an ongoing audio transcription?

Yes, you need a bash script like stop-transcribe.sh to handle the graceful stop logic and enforce the five-second timeout before force-killing the ongoing transcription process.