Agent Skills: Live Transcribe — Stop

Stop a running real-time transcription. Use when user wants to stop/end live transcription. Triggers on: 'עצור תמלול', 'תעצור את התמלול', 'stop transcribing', 'end transcription', 'תפסיק להקליט'.

UncategorizedID: aviz85/claude-skills-library/live-transcribe-stop

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aviz85/claude-skills-library/tree/HEAD/plugins/live-transcribe/skills/live-transcribe-stop

Skill Files

Browse the full folder contents for live-transcribe-stop.

Download Skill

Loading file tree…

plugins/live-transcribe/skills/live-transcribe-stop/SKILL.md

Skill Metadata

Name
live-transcribe-stop
Description
"Stop a running real-time transcription. Use when user wants to stop/end live transcription. Triggers on: 'עצור תמלול', 'תעצור את התמלול', 'stop transcribing', 'end transcription', 'תפסיק להקליט'."

Live Transcribe — Stop

Stop a running real-time transcription session.

Stop command

bash ~/.claude/scripts/stop-transcribe.sh

This sends a graceful stop signal and waits up to 5 seconds, then force-kills if needed.

After stopping

Read the final transcript file to confirm what was captured:

ls -t /tmp/transcribe-*.txt | head -1