Skip to main content
Generalaviz85

live-transcribe-stop

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

Stars
39
Source
aviz85/claude-skills-library
Updated
2026-05-26
Slug
aviz85--claude-skills-library--live-transcribe-stop
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/aviz85/claude-skills-library/HEAD/plugins/live-transcribe/skills/live-transcribe-stop/SKILL.md -o .claude/skills/live-transcribe-stop.md

Drops the SKILL.md into .claude/skills/live-transcribe-stop.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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