Claude
Skills
Sign in
Back

live-transcribe-stop

Included with Lifetime
$97 forever

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

General

What this skill does


# Live Transcribe — Stop

Stop a running real-time transcription session.

## Stop command

```bash
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:
```bash
ls -t /tmp/transcribe-*.txt | head -1
```

Related in General